@charset "utf-8";
/* CSS Document */
#content {
	margin: 0 auto;
	position: relative;
	line-height: 26px;
}
#content .list .info{
	width:470px;
	float:right;
}
#content .list:last-child {
	margin-bottom:0px;
}
#content .list {
	color: #F6E2A5;
	margin-bottom:30px;
	position: relative;
}
#content .list .photo{
	width:190px;
	height:142px;
	float:left;
	border:#9B7A64 4px solid;
	text-align:center;
	line-height:142px;
	position:relative;
}
#content .list .photo img{
	max-width:192px;
	max-height:142px;
	vertical-align:middle;
}
#content .list .photo a{
	width:100%;
	height:100%;
	display:block;
	background:url(top.png) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	z-index:50;
	opacity:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content .list .photo a:hover{
	opacity:1;
}
#content .list .name{
	height: 40px;
	font-size:14px;
	font-weight:bold;
	color:#643124;
	overflow: hidden;
	line-height:40px;
	padding:0 0px 0 0px;
	text-decoration: none;
	border-bottom:#996B4A 1px dashed;
	margin-bottom:10px;
}
#content .list .name a {
	color:#643124;
	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:#643124;
	text-decoration: none;
}
#content .list .name a:hover {
	color:#B20000;
	text-decoration: none;
}
#content .list .con{
	color:#887866;
	height:55px;
}
#content .list .date{
	font-size:12px;
	color:#B85910;
	letter-spacing:1px;
	font-weight:bold;
	line-height:33px;
	padding:0 0 0 25px;
	background: url(icon.png) 0 10px no-repeat;
}
/*----------------------detail-------------------------*/
#content_in {
	width: 675px;
	margin: 0 auto;
	position: relative;
	line-height: 26px;
}
#content_in .list{
	font-size:15px;
	font-weight:bold;
	color:#5E5E5E;
	overflow: hidden;
	line-height:22px;
	padding:5px 20px 5px 15px;
	text-decoration: none;
	background:url(dot.jpg) 3px 14px no-repeat;
}
#content_in .date {
	font-size:12px;
	color:#FF8000;
	letter-spacing:1px;
	font-weight:bold;
	line-height:45px;
}
#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;
}
#content_in .photo_b {
	width: 539px;
	height: 404px;
	float: left;
	background: #FFF;
	position:relative;
	text-align: center;
	line-height:404px;
	border:#9B7A64 4px solid;
}

#content_in .photo_b img {
	max-width: 554px;
	max-height: 404px;
	vertical-align:middle;
}
#content_in .photo_s_list {
	width:80px;
	padding:0 0 0 15px;
	height:414px;
	float: right;
	border-left:#996B4A 1px dashed;
}
#content_in .photo_s {
	width: 74px;
	height: 54px;
	border:#9B7A64 3px solid;
	text-align: center;
	position:relative;
	background:#5E5E5E;
	position:relative;
	line-height:54px;
	margin: 0px 0px 10px 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: 74px;
	max-height:54px;
	vertical-align:middle;
}
#content_in .list .photo a{
	width:100%;
	height:100%;
	display:block;
	background:url(top.png) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	z-index:50;
	opacity:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .list .photo a:hover{
	opacity:1;
}
#content_in .con {
	margin: 0 auto;
	color:#643124;
	line-height: 24px;
}
#content_in .con img{
	max-width:650px;
	height:auto !important;
}




.carousel3 {
	padding:50px 0;
	position:relative;
}
.carousel3 .prev {
	width: 36px;
	height: 15px;
	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: 0px;
}
.carousel3 .next {
	width: 36px;
	height: 15px;
	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;
	top: 400px;
	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:114px;
	height:315px;/*必要元素*/
	overflow:hidden;
}
.jCarouselLite3 li {
	list-style:none;
}
/**********************************************/
