<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ–°é—»åˆ—è¡¨é¡µå¤´éƒ¨åˆ‡æ¢ å¼€å§‹*/
.focus{
	height:auto;
	width:100%;
	margin:40px auto; 
	overflow: hidden;
}
.focus .left{
	float:left; 
	width:100%; 
	height:370px; 
	position:relative;
	overflow:hidden;
}
.focus .left li{
	position:absolute; 
	left:0; 
	top:0; 
	width: 100%;
    height: auto;
	z-index:1; 
	opacity:0; 
	filter:alpha(opacity=0);
}
.focus .left li.active{z-index:2;}
.focus .left li p{ }
.focus .left li .foimg{
	float: left;
	width:45%;
	height: auto;
	overflow: hidden;
}
.focus .left li .fotxt{
	float: left;
	width:55%;
	height: 370px;
	overflow: hidden;
	background:#863021;
	color:#fff;
	border-bottom-right-radius: 50px;
}
.fotime{
	font-size: 34px;
	margin-bottom: 15px;
	padding:40px 30px 20px;

}
.fotxt p{
	padding:20px 30px;
	font-size: 28px;
	margin-bottom: 50px;
}
.fotxt h3{
	padding:30px;
	font-size: 28px;
	margin-top: 50px;
	color:#fff!important;
	vertical-align: middle;
}
.fotxt h3 img{ margin-left:20px; vertical-align: middle;}

.focus .right{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.focus .right li{
	float: left;
    height: auto;
    width: 28%;
    overflow: hidden;
    border-radius: 30px;
    margin: 30px;
    /* padding-left: 10px; */
    border:2px solid #863021;
    color:#863021;
    background-position: -120px 0;
    font-size: 20px;
    line-height: 88px;
    margin-bottom: 21px;
    cursor: pointer;
}
.focus .right li:hover,.focus .right li.active{
	color:#fff;
	background: #863021;
}



.fo_time{ padding: 30px; font-size: 18px; line-height: 28px; }
.fo_txt{ font-size: 18px; line-height: 28px;  padding: 0 0 0 30px; }
.fo_more{ width:25px; height: 25px; padding: 30px 0 30px 30px; background:url(../images/jt_02.png) no-repeat; background-position: 20px;}

.focus .right li:hover .fo_more,.focus .right li.active .fo_more{ background:url(../images/jt_black.png) no-repeat; background-position: 20px;}

/*æ–°é—»åˆ—è¡¨é¡µå¤´éƒ¨åˆ‡æ¢ ç»“æŸ*/
</pre></body></html>