<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main-container .main-wrap {
	width: 1002px;
	height: 800px;
	margin: 0 auto;
}
#slider .slider-wrap {
	position: relative;
	width: 1424px;
	height: 248px;
	margin: auto;
}

.news-wrap {
	
}
.news-wrap .news-tt {
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px dashed #000;
}
.news-wrap .news-tt .tt {
	line-height: 35px;
	font-size: 16px;
	font-weight: 800;
}
.news-wrap .news-tt .date {
	line-height: 35px;
	font-size: 14px;
	color: #999;
}
.news-wrap .article {
	width: 98%;
	padding-left: 10px;
	margin-bottom: 60px;
	text-align: justify;
}
.news-wrap .article p {
	margin: 10px 0;
}


.pdt-top {
	float: left;
	width: 100%;
}
.pdt-slider {
	float: left;
	width: 410px;
	height: 290px;
}
.pdt-brief {
	float: left;
	font-size: 12px;
}
.pdt-brief p {
	line-height: 25px;
}
.pdt-detail {
	float: left;
	width: 100%;
}
.pdt-tab {
	width: 100%;
	border-bottom: 1px solid #36816D;
	margin-bottom: 20px;
}
.pdt-tab button {
	border: none;
	width: 125px;
	height: 30px;
	line-height: 30px;
	background-color: #36816D;
	font-weight: bolder;
	color: #fff;
	margin-right: -3px;
}
.pdt-tab button.tab-on {
	background-color: #0C6521;
}
.pdt-tab-tt {
	line-height: 35px;
	margin-top: 20px;
	font-weight: bolder;
}
.pdt-tab-wrap {
	display: none;
}
.pdt-tab-wrap-on {
	display: block;
}
.pdt-tab-wrap p {
	line-height: 30px;
}</pre></body></html>