@charset "utf-8";
/* CSS Document - about */
#content{
	width:850px;
	margin:0 auto;
	position: relative;
}
#content li{
	width:268px;
	list-style:none;
	float:left;
	display:block;
	margin-bottom:30px;
	padding-bottom:10px;
	position:relative;
	border-bottom:#444444 1px solid;
	margin-right:23px;
}
#content li:nth-child(3n+3){
	float:right;
	margin-right:0px;
}
#content li:hover .photo img{
	opacity:1;
	filter: alpha(opacity=100);
}
#content li:hover .name{
	color: #D2B14D;
}
#content li:hover .con{
}
#content li:hover .more{
	color:#FFF;
}
#content li .photo{
	width:268px;
	height:198px;
	margin-bottom:5px;
}
#content li .photo img{
	max-width:268px;
	max-height:198px;
	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{
	padding:20px;
	background:#EFEFEF;
}
#content li .name{
	width:268px;
	color:#BF7D39;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li .con{
	height: 40px;
	color: #79796A;
	text-decoration: none;
	line-height: 20px;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li .more{
	width:268px;
	height:32px;
	line-height:32px;
	color:#777777;
	background:rgba(0,0,0,0.8);
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	position:absolute;
	top:165px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/************************************************/
/************************************************/
#content_in {
	width:850px;
	margin:0 auto;
	position: relative;
	line-height: 26px;
	list-style:none;
	border-bottom:#1C1C1C 2px solid;
	padding-bottom:30px;
}
#content_in .date{
	width:740px;
	color: #5D5D5D;
	height:24px;
	line-height: 24px;
	font-size: 13px;
	text-decoration: none;
	padding:0 0 0 60px;
	margin:0 auto;
	margin-bottom:25px;
	background:url(../data/news/date.png) 0 0 no-repeat;
}
#content_in .top_box{
	border:#E6E6E6 1px solid;
	padding:0 10px 0 35px;
}
#content_in .name {
	font-size:15px;
	font-weight:bold;
	min-height:20px;
	color:#BF7D39;
	line-height:20px;
	padding:10px 0px 10px 110px;
	margin-bottom:20px;
	text-decoration: none;
	background: url(../data/class/title.png) 0 0px no-repeat;
	border-bottom:rgba(155,125,34,0.5) 1px solid;
	border-top:rgba(155,125,34,0.5) 1px solid;
}
#content_in .photo {
	margin:0 auto 25px auto;
	overflow:hidden;
}
#content_in .photo_b {
	width: 800px;
	height:600px;
	margin:0 auto;
	text-align: center;
	position:relative;
	text-align: center;
	margin-bottom:10px;
}
#content_in .photo_b img {
	max-width: 800px;
	max-height: 600px;
}
#content_in .photo_s {
	width:805px;
	height:96px;
	position:relative;
	margin:0 auto;
	vertical-align:middle;
}
#content_in .photo_s a{
	width: 100%;
	height: 100%;
	display:block;
}
#content_in .photo_s .list {
	width: 128px;
	height: 96px;
	display:block;
	margin:0 3px;
	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_in .photo_s .list:hover span{
	background:url(../data/class/top_in_.png) no-repeat;
}
#content_in .photo_s .list.active span{
	background:url(../data/class/top_in_.png) no-repeat;
}
#content_in .photo_s .list img {
	max-width: 128px;
	max-height:96px;
	vertical-align:middle;
}
#content_in .photo_s .list:nth-child(6n+6){
}
#content_in .photo_s .list span {
	width: 128px;
	height: 96px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../data/class/top_in.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .con {
	width:800px;
	margin:0 auto;
	color:#79796A;
	font-size:14px;
	line-height: 24px;
}
#content_in .con img{
	max-width:800px;
	height:auto !important;
}