<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 */

/*新闻详情*/
.show_list{max-width: 1200px;margin: 0 auto;}
.show_list_left{
	width:850px;
	float: left; 
	margin-top:30px;
}
.show_list_left b{
	font-size: 26px;
	font-weight: normal;
	color: #000;
	display: block;
	width: 80%;
	margin-left: 10%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.show_list_left span{
	margin: 5px 10px 5px 0;
	display: inline-block;
	text-align: left;
}
.time_news{
	width: 100%;
	text-align: center;
	color: #666;
	margin: 10px 0 0 0;
}
.news_content{
	width: 100%;
	margin-top: 20px;
	line-height:30px;
	color: #333;
	padding: 0 15px 0 15px;
	text-align: justify;
	min-height:300px;
}
.news_left{
	float: left;
	margin-top: 20px;
	height:25px;
	width:49%;
}
.news_left a,.news_right a{
	display: block;
	color: #333;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.news_right{
	float: right;
	width: 49%;
	margin-top: 20px;
}
.news_left a:hover{color: rgba(0,190,110,0.8)}
.news_right a:hover{color: rgba(0,190,110,0.8)}

.sidebar{ width:300px; float:right; margin-top:30px;}
.sidebar .sidebox{ border:1px solid #f3f3f3; margin-bottom: 20px;}
.sidebar .sidebox .tit{ border-bottom:2px solid  rgba(0,190,110,0.8); height: 50px; line-height: 48px; background: #f3f3f3; }
.sidebar .sidebox .con{ padding:15px;}
.sidebar .sidebox .con li{ position: relative; padding-left: 10px; line-height: 20px; margin-bottom: 10px;}
.sidebar .sidebox .con li:last-child{ margin-bottom: 0;}
.sidebar .sidebox .con li span.text-blue{ position: absolute; left: 0; top:0px;}
.sidebar .sidebox .con li a{ display: block;}
.sidebar .sidetag{ background: #f3f3f3;overflow:hidden;}
.sidebar .sidetag .tit{ height: 50px; line-height: 50px; border-bottom:2px solid  rgba(0,190,110,0.8);}
.sidebar .sidetag .con{ padding:0 15px;}
.sidebar .sidetag .con div{ margin: 10px 2% 5px 0;}
.sidebar .sidetag .con div a{ display: block; border:1px solid #ececec; background: #fff; padding:8px 0; text-align: center;}
.x6{width: 48%; float: left;}
.x6 a:hover{color: rgba(0,190,110,0.8);}
.text-more:hover{color: rgba(0,190,110,0.8);}
.f20 {
    font-size: 20px;
	color: #000;
}
.text-more {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pic{
	width: 290px;
	height: 200px;
	overflow: hidden;
}
.text-blue{
	color: rgba(0,190,110,0.8);
}</pre></body></html>