<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "common.css";



.location{
	padding:10px;
	border: 1px solid #e9e9e9;
	margin: 30px 0 10px;
	font-size: 14px;
}
.location2{
	padding:10px;
	font-size: 14px;
	text-align: right;
}
.location3{
	padding:10px;
	border: 1px solid #e9e9e9;
	font-size: 14px;
}
.location3 ul li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
.inside2{
	display:flex;
	justify-content:space-between;
}
.inside2 .inside-left{
	/* float: left; */
	width: 880px;
}
.inside2 .inside-right{
	/* float: right; */
	width: 300px;
	/* border: 1px solid #ccc; */
}

.news-view{
	border: 1px solid #f0f0f0;
}
.news-view .title{
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 30px;
	padding:60px 0px 20px;
	text-align: center;
}
.news-view .title .line{
	height:7px;
}

.news-view .writer{
	margin: 30px 30px 0;
	font-size: 12px;
	color: #ccc;
	text-align: center;
}
.news-view .writer .addtime{
	display:inline-block;
	margin-right:30px;
}
.news-view .content{
	font-size:16px;
	line-height:40px;
	padding:50px;
	margin: 0px !important;
}
.news-view .content p{
	margin: 0px;
	padding: 0px;
}
.news-view .content img{
	max-width: 100%;
}
.news-view .tags{
	padding:0 10px;
	margin: 20px 0;
	height:28px;
	line-height:28px;
	background-color:#f1eff0;
	color:#08519e;
	border-bottom:3px solid #fff;
}
.news-view .tags a{
	color:#08519e;
}
.news-view .tags-line{
	height:7px;
	overflow:hidden;
	background-image:url(img/toutiao-bottom-line.gif);
}
.news-view .prevnext{
	clear:both;
	padding: 20px 50px;
}
.news-view .prevnext ul li {
	font-size: 14px;
	line-height: 30px;
}
.news-more{
	margin-top:-30px;
}
.news-more .line{
	height:8px;
	background-image:url(img/toutiao-bottom-line.gif);
}
.news-more .list ul li{
	border-bottom:1px dotted #ccc;
	padding: 30px 0;
}
.news-more .list ul li:after{
	content: '';
	display: block;
	clear: both;
}
.news-more .list ul li .pic{
	float: left;
	width: 200px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	margin-right: 20px;
	border-radius: 4px;
}
.news-more .list ul li .title2{
	font-size: 20px;
	padding-bottom: 10px;
}
.news-more .list ul li .addtime{
}
.news-more .list ul li .addtime2{
	display: inline-block;
	color: #868686;
	font-size: 13px;
	margin-bottom:  10px;
	background-image: url(img/svg/addtime.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 10px;
	padding-left: 20px;
}
.news-more .list ul li .content2{
	color: #868686;
	font-size: 13px;
}


.newspic-more dl{
	float:left;
	width:218px;
	height:190px;
	padding:0 10px 0;
}
.newspic-more dl dt img{
	width:190px;
	height:140px;
	border:#CCCCCC solid 1px;
}
.newspic-more dl dd.title{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:190px;
	height:25px;
}
.news-more-page .page{
	clear:both;
	color:#ffad00;
	text-align:center;
	margin: 40px 0;
}
.news-more-page .page a{
	background: #fff;
	border: 1px solid #b62506;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	color:#b62506;
	font-family:"å¾®è½¯é›…é»‘";
	margin-right:3px;
}
.news-more-page .page a.selected{
	background: #b62506;
	border: 1px solid #b62506;
	color: #fff;
	text-decoration: none;
}
.news-more-page .page .pageinfo{
	display:none;
}
.norecord{
	text-align: center;
	padding: 50px 0;
}

.news-left-inc{
	border:1px solid #ddd;
	border-top: 3px solid #b62506;
}
.news-left-inc .head{
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}
.news-left-inc .list{
	padding: 20px;
}
.news-left-inc .list ul li{
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
	font-size: 14px;
}
.news-left-inc .list ul li .sort{
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 12px;
	border-radius: 20px;
	background-color: #b62506;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin-right: 10px;
}

.news-left-inc2{
	border: 1px solid #ccc;
	border-top: 3px solid #b62506;
	margin-top: 30px;
}
.news-left-inc2 .head{
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}
.news-left-inc2 .list{
	padding: 20px;
}
.news-left-inc2 .list .pic img{
	width: 100%;
	height: auto;
}
</pre></body></html>