@charset "utf-8";
/* CSS Document */
#content {
	width:740px;
	position: relative;
	line-height: 26px;
}
#content .list .info{
	width:550px;
	float:right;
	position: relative;
	padding:10px 0 0 0;
}
#content .list:last-child {
	margin-bottom:0;
}
#content .list {
	color: #F6E2A5;
	margin-bottom:15px;
	position: relative;
	padding-bottom:15px;
	background:url(line.png) bottom no-repeat
}
#content .list .photo{
	width:160px;
	height:120px;
	float:left;
	border:#3E3E3E 4px solid;
	text-align:center;
	position:relative;
	-webkit-box-shadow:0px 0px 14px -2px rgba(0%,0%,0%,0.7);
	-moz-box-shadow:0px 0px 14px -2px rgba(0%,0%,0%,0.7);
	box-shadow:0px 0px 14px -2px rgba(0%,0%,0%,0.7);
}
#content .list .photo span{
	width:160px;
	height:120px;
	display:block;
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	background:url(top.png) center no-repeat;
	background-color:rgba(0,0,0,0.6);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content .list .photo span:hover{
	opacity:1;
}
#content .list .photo img{
	max-width:160px;
	max-height:120px;
}
#content .list .date{
	font-size:12px;
	color:#2BA0C8;
	letter-spacing:1px;
	line-height:35px;
}
#content .list .name{
	height: 27px;
	font-size:15px;
	font-weight:bold;
	color:#F8CB3B;
	overflow: hidden;
	line-height:27px;
	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 {
	color:#F8CB3B;
	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:#F8CB3B;
	text-decoration: none;
}
#content .list .name a:hover {
	color:#FEA54C;
	text-decoration: none;
}
#content .list .con{
	overflow:hidden;
	color:#666666;
	line-height:24px;
	height:47px;
	padding:5px 0 0 0;
}
/*----------------------detail-------------------------*/
#content_in {
	width: 730px;
	position: relative;
	margin: 0 auto;
	color:#595246;
}
#content_in .date{
	font-size: 12px;
	color: #2BA0C8;
	letter-spacing: 1px;
	line-height: 20px;
	padding:0px 10px 0px 25px;
	margin-bottom:15px;
}
#content_in .name {
	line-height: 20px;
	color: #F8CB3B;
	font-size: 16px;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: bold;
	padding:0px 10px 5px 25px;
	background:url(icon.png) 0 2px no-repeat;
}
#content_in .photo {
	margin-bottom:25px;
}
#content_in .photo_b {
	width: 600px;
	height: 450px;
	float: left;
	position:relative;
	text-align: center;
	border:#3E3E3E 4px solid;
}

#content_in .photo_b img {
	max-width: 600px;
	max-height: 450px;
}
#content_in .photo_s_list {
	width:88px;
	float: right;
}
#content_in .photo_s {
	width: 80px;
	height: 60px;
	margin: 5px 0px 5px 0px;
	border:#3E3E3E 3px solid;
	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 img {
	max-width: 80px;
	max-height:60px;
}
#content_in .photo_s span{
	width: 80px;
	height:60px;
	display:block;
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	background:url(top.png) center no-repeat;
	background-color:rgba(0,0,0,0.6);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .photo_s span:hover{
	opacity:1;
}
#content_in .con {
	width:710px;
	color:#666666;
	line-height: 24px;
}
#content_in .con img{
	max-width:710px;
	height:auto !important;
}


.carousel3 {
	padding:40px 0;
	position:relative;
}
.carousel3 .prev {
	width: 86px;
	height: 20px;
	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: 0px;
	top: 0px;
}
.carousel3 .next {
	width: 86px;
	height: 20px;
	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:0px;
	left: 0px;
}
.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:88px;
	height:380px !important;/*必要元素*/
	overflow:hidden;
}
.jCarouselLite3 li {
	list-style:none;
}
/**********************************************/
