<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*瀵艰埅*/

/*banner*/
.banner img{
	width: 100%;
}

.news-box{
	overflow:hidden;
	padding-top: 5%;
}
.news-box&gt;div{
	float: left;
}
/*宸︿晶瀵艰埅*/
.left-menu{
	width: 20%;
}
.left-menu .title&gt;.eg{
	margin-top: 10px;
}

.left-menu-list{
	margin-top: 20px;
}
.left-menu-list .square{
	display: inline-block;
	background-color: #bfbfbf;
	margin-right: 20px;
}
.left-menu-list .square.square-big{
	width: 10px;
	height: 10px;
}
.left-menu-list .square.square-small{
	width: 5px;
	height: 5px;
}
.left-menu-list .active&gt;.icon{
	display: inline-block;
	margin-right: 20px;
	width: 10px;
	height: 10px;
	background: url(../img/icon-active.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.left-menu-list ul[class*="left-child-"]{
	padding-left: 20px;
	margin-top: 10px;
}
.left-menu-list .active{
	color: #fac832;
}

/*鎵嬫満鑷€傚簲椤堕儴瀵艰埅*/
.top-menu{
	background-color: #fff;
	border: solid 1px #f5f5f5;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.top-menu .active{
	color: #fac832;
}
.top-menu-child-list{
	position: absolute;
	background-color: #fff;
	width: 100%;
	border: solid 1px #f5f5f5;
	border-left: 0;
	border-right: 0;
	margin-top: 10px;
	z-index: 9;
	max-height: 50vw;
	overflow-y: auto;
	display: none;
}
.top-menu-child-list&gt;.menu-child-1{
	display: none;
}
.menu-child-1{
	padding: 10px;
}
.menu-child-2{
	margin-bottom: 10px;
}
.menu-child-2&gt;li{
	padding-top: 10px;
}

/*鏂伴椈鍒楄〃*/
.news-list{
	width: 80%;
}
@media screen and (max-width: 991px) {
	.news-list{
		width: 100%;
	}
}
.news-one{
	padding: 20px 0;
	border-bottom: solid 1px #eeeeee;
	position: relative;
}
.news-list&gt;.news-one:last-child{
	border-bottom: 0;
}
.news-one&gt;div{
	float: left;
	box-sizing: border-box;
}
.news-one&gt;.news-img{
	width: 25%;
	padding-right: 20px;
	min-height: 175px;
}
@media screen and (max-width: 991px) {
	.news-list&gt;.news-one&gt;.news-img{
		width: 40% !important;
	}
}
.news-one&gt;.news-img&gt;img{
	width: 100%;
}
.news-one&gt;.info{
	width: 75%;
	position: absolute;
	left: 25%;
	height: calc(100% - 40px);
}
@media screen and (max-width: 991px) {
	.news-list&gt;.news-one&gt;.info{
		width: 60% !important;
		left: 40% !important;
	}
}
.news-one&gt;.info&gt;.news-title{
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
@media screen and (max-width: 991px){
	.news-one&gt;.info&gt;.news-title{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
}
.news-one&gt;.info&gt;.content{
	height: calc(100% - 45px);
	margin-top: 20px;
	overflow: hidden;
}
@media screen and (max-width: 991px){
	.news-one&gt;.info&gt;.content{
		margin-top: 5px;
	}
}
.news-one .bottom-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-color: #f5f5f5;
}
@media screen and (max-width: 991px){
	.news-one .bottom-info{
		height: 15px;
	}
}
.bottom-info&gt;.time{
	background: url(../img/icon-time.png) no-repeat;
	background-size: auto 80%;
	background-position: left center;
	padding-left: 30px;
}
.bottom-info&gt;.more-box{
	margin-bottom: 0;
	line-height: normal;
}</pre></body></html>