<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#content {
	position: relative;
	margin: 0 auto;
	line-height: 24px;
	padding:0px 0 0 0;
}
#content .list:nth-child(3n+3) {
	margin:0 0px 20px 0;
}
#content .list{
	width:218px;
	height:194px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0 28px 20px 0;
}
#content .photo{
	width:216px;
	height:162px;
	position:relative;
	border:#CCCCCC 1px solid;
}
#content ..photo img{
	max-width:216px;
	max-height:162px;
}
#content a .top{
	width:196px;
	height:142px;
	position:absolute;
	top:0px;
	left:0px;
	padding:10px;
	background:rgba(0,0,0,0.7);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0;
	z-index:10;
}
#content a:hover .top {
	opacity:1;
}
#content .date{
	color: #FFE599;
	height: 35px;
	line-height: 35px;
	font-size:12px;
	text-align:center;
	padding:20px 0 0 0;
	margin-bottom:15px;
	border-bottom:#AAAAAA 1px dashed;
}
#content .con{
	padding:0 10px;
	font-size:12px;
	line-height:22px;
	color:#AAAAAA;
	height:48px;
	overflow:hidden;
}
#content .name{
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #788C37;
	overflow: hidden;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(dot.png) 5px 10px no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content a:hover .name{
	color:#FF7F00;
	text-decoration: none;
}
#content .name a{
	color:#FF7F00;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content .name a:visited{
	color:#FF7F00;
	text-decoration: none;
}
#content .name a:hover{
	color:#788C37;
	text-decoration: none;
}
/*----------------------detail-------------------------*/
#content_in {
	position: relative;
	margin: 0 auto;
}
#content_in .date {
	font-size: 13px;
	line-height: 40px;
	color: #FF7F00;
	text-decoration: none;
}
#content_in .date span{
	color: #000000;
}
#content_in .name {
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #788C37;
	overflow: hidden;
	text-decoration: none;
	padding: 10px 20px;
	background: url(dot.png) 5px 15px no-repeat;
	background-color:#F7F7F4;
	border-bottom:#AAAAAA 1px dashed;
	margin-bottom:20px;
}
#content_in .photo {
	margin: 0 auto;
	margin-bottom:30px;
}
#content_in .photo_b {
	width: 580px;
	height: 435px;
	float: left;
	background: #FFF;
	position:relative;
	text-align: center;
	border:#CCCCCC 1px solid;
}

#content_in .photo_b img {
	max-width: 580px;
	max-height: 435px;
}
#content_in .photo_s_list {
	width:118px;
	height:394px;
	float: right;
}
#content_in .photo_s {
	width: 116px;
	height: 87px;
	border:#CCCCCC 1px solid;
	text-align: center;
	position:relative;
	-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: 116px;
	max-height:87px;
}
#content_in .photo_s:hover {
	border: #79D3F5 1px solid;
}
#content_in .con {
	margin: 0 auto;
	line-height: 24px;
}
#content_in .con img{
	max-width:650px;
	height:auto !important;
}




.carousel3 {
	padding:30px 0;
	position:relative;
}
.carousel3 .prev {
	width: 20px;
	height: 14px;
	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:48px;
	top: 0px;
}
.carousel3 .next {
	width: 20px;
	height: 14px;
	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: 425px;
	left: 48px;
}
.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:118px;
	height:380px !important;/*必要元素*/
	overflow:hidden;
}
.jCarouselLite3 li {
	width: 118px;
	height: 89px;
	list-style:none;
	margin: 0px 0px 12px 0px;
}
/**********************************************/
</pre></body></html>