<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.link{
	padding: 10px 20px 0px 20px ;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    zoom: 1;
    overflow: hidden;
    text-align: left;
}
.link h3{
	
}

.link ul li {
    min-width: 5%;
    max-width: 15%;
    height: 20px;
    overflow: hidden;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #a6a8ab;
}
.link ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #a6a8ab;
}
.link ul li a:hover{
	color: #fff;
}
@media screen and (max-width:1000px) and (min-width:320px) {
	.link{display: none;}
}


/*ç½‘ç»œè¥é”€â€”â€”&gt;å¼€å§‹*/
.index_news_box{
	max-width: 1200px;
	height: auto;
    zoom: 1;
    overflow: hidden;
	margin: 0 auto;
}
.index_news{
	width: 100%;
	margin: 20px 0px;
	zoom: 1;
	overflow: hidden;
}
.index_news_top{
	max-width: 1200px;
	margin: 0 auto;
}
.index_news_top ul li{
	width: 540px;
	margin: 0px 20px;
	float: left;
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #efeeee;
	cursor: pointer;
}
.index_news_l{
	width: 222px;
	float: left;
	height: 138px;
}
.index_news_l img{
	width: 100%;
	height: 100%;
}
.index_news_r{
	width: 280px;
	float: right;
	height: 138px;
}
.index_news_r h2{
	font-weight: normal;
	color: #333;
	font-size: 18px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news_r span{
	color: #bbbbbb;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
.index_news_r p{
	width: 100%;
	height: 76px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-top ul li:hover{
	border: 1px solid #00ccee;
	box-shadow: 0 2px 10px 0 #efeeee;
}
/*ç½‘ç»œè¥é”€â€”â€”&gt;ç»“æŸ*/





/*ç½‘ç»œè¥é”€å“åº”å¼æ&nbsp;·å¼â€”â€”&gt;å¼€å§‹*/
@media screen and (max-width:1920px) and (min-width:1200px) {
	.index_news_box{
		width: 1200px;
	}
}
@media screen and (max-width: 1220px) {
	.index_news{
		padding-top: 0px;
	}
	.index_news_top{
		max-width: 1000px;
		padding: 10px;
	}
	.index_news_top ul li{
		margin: 0px 5px;
		width: 470px;
	}
	.index_news_l{
		width: 200px;
		height: 138px;
	}
	.index_news_r{
		width: 230px;
	}
	
}

@media screen and (max-width: 1000px) {
	.index_news{
		padding-top: 0px;
	}
	.index_news_top{
		max-width: 700px;
		padding: 10px;
	}
	.index_news_top ul li{
		margin: 10px 5px;
		width: 540px;
		float: none;
		margin: 20px auto;
		zoom: 1;
		overflow: hidden;
	}
	.news-top ul li:last-child{
		margin-bottom: 0px;
	}
	.index_news_l{
		width: 222px;
	}
	.index_news_r{
		width: 275px;
	}
}
@media screen and (max-width: 700px) {
	.index_news{
		padding-top: 0px;
	}
	.index_news_top{
		max-width: 500px;
		padding: 0px;
	}
	.index_news_top ul li{
		margin: 0px 0px;
		width: 480px;
		float: none;
		margin: 10px auto;
		zoom: 1;
		overflow: hidden;
	}
	.news-top ul li:last-child{
		margin-bottom: 0px;
	}
	.index_news_l{
		width: 200px;
	}
	.index_news_r{
		width: 240px;
	}
}

@media screen and (max-width: 500px) {
	.index_news{
		padding-top: 0px;
	}
	.index_news_top{
		max-width: 370px;
		padding: 0px;
	}
	.index_news_top ul li{
		margin: 0px auto;
		width: 100%;
		float: none;
		margin: 10px auto;
		zoom: 1;
		overflow: hidden;
		margin-bottom: 10px;
		border: 1px solid #efeeee;
	}
	.news-top ul li:last-child{
		margin-bottom: 0px;
	}
	.index_news_l{
		width: 100%;
		height: 222px;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.index_news_r{
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}</pre></body></html>