@charset "utf-8";
/* CSS Document - about */
.hidden{
	display:none;
}
.title_list{
	height:30px;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	padding:0 20px 0 30px;
	position:absolute;
	left:20px;
	background:url(dot.png) 10px 9px no-repeat;
	background-color:#578415;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#content{
	width: 670px;
	margin: 0 auto;
	position: relative;
	line-height: 26px;
}
#content .list:nth-child(3n+3) {
	border: none;
	padding:0px;
	margin: 0px 0px 20px 0px;
}
#content .list {
	width:200px;
	float:left;
	position: relative;
	margin: 0px 35px 20px 0px;
}
#content .list .name {
	height: 34px;
	color: #F3F3F3;
	font-size:13px;
	overflow: hidden;
	text-align:center;
	line-height: 34px;
	text-decoration: none;
	background:url(bg.jpg) no-repeat;
}
#content .list .name a {
	color: #F3F3F3;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content .list .name a:visited {
	color: #F3F3F3;
	text-decoration: none;
}
#content .list .name a:hover {
	color: #FFF;
	text-decoration: none;
}
#content .list .photo {
	width: 200px;
	height: 121px;
	background: #FFF;
	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 .list .photo img {
	max-width: 200px;
	max-height: 121px;
}
/************************************************/
/************************************************/
#content_in{
	width: 650px;
	margin: 0 auto;
	position: relative;
	line-height: 26px;
}
#content_in .list{
	font-size: 15px;
	line-height: 22px;
	padding: 5px 0px 5px 20px;
	color: #505050;
	font-weight:bold;
	background:#EEEEEE;
}
#content_in .date {
	font-size: 13px;
	line-height: 40px;
	color: #D20000;
	text-decoration: none;
	padding: 0 0 0 20px;
}
#content_in .date span{
	color: #000000;
}
#content_in .name {
	line-height: 24px;
	overflow: hidden;
	color: #444444;
	font-size: 16px;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: bold;
}
#content_in .photo {
	margin: 0 auto;
	margin-bottom:30px;
	background:rgba(161,149,130,0.4)
}
#content_in .photo_b {
	width: 480px;
	height: 290px;
	float: left;
	padding:3px;
	background: #FFF;
	position:relative;
	text-align: center;
	border:#CCCCCC 1px solid;
}

#content_in .photo_b img {
	max-width: 480px;
	max-height: 290px;
}
#content_in .photo_s_list {
	width:110px;
	float: right;
	margin-right:25px;
}
#content_in .photo_s {
	width: 104px;
	height: 63px;
	border:#DDDDDD 3px solid;
	text-align: center;
	position:relative;
	margin: 8px 0px 8px 0px;
	-webkit-transition: border 200ms linear, background 200ms linear;
	-moz-transition: border 200ms linear, background 200ms linear;
	-o-transition: border 200ms linear, background 200ms linear;
	transition: border 200ms linear, background 200ms linear;
}
#content_in .photo_s img {
	max-width: 104px;
	max-height:63px;
}
#content_in .photo_s:hover {
	border: #736653 3px solid;
}
#content_in .con {
	width:650px;
	margin: 0 auto;
	color:#666666;
	line-height: 24px;
}
#content_in .con img{
	max-width:650px;
	height:auto !important;
}




.carousel3 {
	padding:20px 0;
	position:relative;
}
.carousel3 .prev {
	width: 40px;
	height: 8px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(prev.png) no-repeat;
	position: absolute;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
	left: 35px;
	top: 5px;
}
.carousel3 .next {
	width: 40px;
	height: 8px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(next.png) no-repeat;
	position: absolute;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
	bottom:5px;
	left: 35px;
}
.carousel3 #prev.disabled {
	background: url(prev.png) no-repeat;
	cursor: default;
}
.carousel3 #next.disabled {
	background: url(next.png) no-repeat;
	cursor: default;
}
.carousel3 .prev:hover {
	background: url(prev.png) no-repeat;
}
.carousel3 .next:hover {
	background: url(next.png) no-repeat;
}
.jCarouselLite3 {
	width:110px;
	height:259px;/*必要元素*/
	overflow:hidden;
}
.jCarouselLite3 li {
	list-style:none;
}
/**********************************************/