@charset "utf-8";
/* CSS Document - about */
#leftside_title {
	margin-bottom:20px;
}
#content {
	margin:0 auto;
	position: relative;
	line-height: 26px;
	margin-bottom:30px;
}
#content li {
	color: #5D5D5D;
	margin: 0px 0px 10px 0;
	padding:7px;
	list-style:none;
	position: relative;
	border:#DDDDDD 1px solid;
	background:url(../images/practice/ar.png) 685px 154px no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li:hover {
	border:#91D169 1px solid;
	background:url(../images/practice/ar_.png) 685px 154px no-repeat;
}
#content li .box{
	padding-bottom:15px;
	border-bottom:#999999 1px dashed;
}
#content li:last-child {
	margin-bottom:none;
}
#content li .photo .cover{
	width:237px;
	height:158px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/practice/cover.png) center no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#content li:hover .photo .cover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#content li:hover .name{
	color: #519F3E;
}
#content li:hover .name span{
	text-decoration:none !important;
}
#content li .photo_box{
	width:170px;
	padding-bottom:8px;
	background:url(../images/news/s.png) center bottom no-repeat;
}
#content li .photo{
	width:237px;
	height:158px;
	float: left;
	text-align:center;
	position:relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li .photo img{
	max-width:237px;
	max-height:158px;
	vertical-align:middle;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li .info{
	width: 440px;
	float: right;
	position: relative;
}
#content .name span{
	color:#D96D00;
	font-size:12px;
	font-weight:normal;
	margin-right:10px;
	text-decoration:none !important;
}
#content .name {
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	color: #917746;
	text-decoration: none;
	overflow: hidden;
	border-bottom: #BBBBBB 1px dotted;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content .date{
	height: 40px;
	color: #F28037;
	font-size: 12px;
	text-decoration: none;
	line-height: 40px;
}
#content .date span{
	color:#202020;
	font-weight:bold;
}
#content .con{
	color: #7A7A7A;
	height: 66px;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	overflow: hidden;
}
#content li .more{
	width:26px;
	height:18px;
	display:inline-block;
	text-indent:-9999px;
	background:url(../data/news/more.png) 0 8px no-repeat;
}
#content li:hover .more{
	background:url(../data/news/more_.png) 0 8px no-repeat;
}
/*----------------------detail-------------------------*/
#content_in {
	width:700px;
	margin:0 auto;
	position: relative;
	line-height: 26px;
	padding-bottom:30px;
	margin: 0 auto 30px auto;
	border-bottom:#E3E3E3 1px solid;
}
#content_in .top_box {
	border: #E6E6E6 1px solid;
	padding: 0 10px 0 35px;
}
#content_in .date{
	height: 40px;
	color: #F28037;
	font-size: 12px;
	text-decoration: none;
	line-height: 40px;
}
#content_in .date span {
	color:#202020;
	font-weight:bold;
}
#content_in .name {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #346527;
	text-decoration: none;
	overflow: hidden;
	padding: 7px 10px;
	margin-bottom: 10px;
	background: #ECFBE6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content_in .photo {
	padding-bottom:30px;
	margin: 0 auto 30px auto;
	position: relative;
	border-bottom:#999999 1px dashed;
}
#content_in .photo_b {
	width: 424px;
	height: 318px;
	float:left;
	text-align: center;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding:6px;
	background:#AAAAAA;
}
#content_in .photo_b img {
	max-width: 424px;
	max-height: 318px;
	vertical-align:middle;
}
#content_in .con {
	line-height: 24px;
}
#content_in .con img {
	max-width: 720px;
	height: auto !important;
}
