<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article {
	background-image: url("../images/article_banner.jpg");
	height: 320px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.w1200 {
	width: 1200px;
	height: 126px;
	background-color: #bbd7e4;
	/* 羌頵���������倶�丞ず */
	background-image: linear-gradient(#fefefe 5%, #bbd7e4 200%);
}

.zjzn_zj {
	width: 1200px;
	flex-wrap: wrap;
}

.zjzn_zj a {
	margin-right: 40px;
}

.zjzn_zj a:nth-child(4n) {
	margin-right: 0px;
}

.zjzn_jj {
	width: 270px;
	height: 160px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
}

.zjzn_jj dl {
	margin-left: 10px;
}

.zjzn_jj dl dt {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #333333;
}

.zjzn_jj dl dd {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}

.zjzn_jj dl dt::before {
	content: "";
	margin-right: 10px;
	width: 5px;
	height: 20px;
	background-color: #009eae;
}

.zjzn_tx {
	width: 99px;
	height: 132px;
	border-radius: 5px;
	overflow: hidden;
}

.zjzn_tx img {
	width: 99px;
	height: 132px;
}

.w890 {
	width: 508px;
	height: 100%;
}

.w890 a {
	flex: 1;
	font-size: 19px;
	color: #95a3ab;
}

.w890 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0da3b2;
	/* 羌頵���������倶�丞ず */
	background-image: linear-gradient(#0da3b2 5%, #90f1fb 100%);
}

.hover {
	color: #FFFFFF !important;
	font-weight: bold;
	background-color: #0da3b2;
	/* 羌頵���������倶�丞ず */
	background-image: linear-gradient(#0da3b2 5%, #90f1fb 100%);
}





.w890 a span {
	background-size: 425px 89px;
	background-image: url("/images/zjzn_ico2.png");
	width: 39px;
	height: 39px;
	overflow: hidden;
	background-position: 0px 2px;
}

.w890 a:first-child span {
	background-position: 5px 2px;
}

.w890 a:nth-child(2) span {
	background-position: -128px 2px;
}

.w890 a:nth-child(3) span {
	background-position: -262px -46px;
	/* background-position: -262px 2px; */
}

.w890 a:nth-child(4) span {	
	background-position: -390px 0;
}




.w890 a:first-child:hover span {
	background-position: 5px -55px;
}

.w890 a:nth-child(2):hover span {
	background-position: -128px -55px;
}

.w890 a:nth-child(3):hover span {
	background-position: -262px -46px;
}

.w890 a:nth-child(4):hover span {
	background-position: -390px -46px;
}




/* Grow Shadow */
.znzj-shadow {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}

.znzj-shadow:hover,
.znzj-shadow:focus,
.znzj-shadow:active {
	box-shadow: 0px 6px 6px -2px rgba(0, 0, 0, 0.09);
	border: 1px solid #009eae;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



.wz{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	align-items: baseline;
	color: #959a9f;
	font-size: 20px; 
	margin-bottom: 30px;
}
.wz img{width: 45px; height: 25px; margin-right: 5px;}
.wz a{color: #959a9f;}

.article_bg{
	background-color: #f8f9fb;
}
.bgb{background-color: white;}

.article_mtjj{
	padding: 30px 40px;
	width: 1200px;
}
.news_mtjj{
	padding: 30px 25px;
	width: 1200px;
}
.article_left{
	width: 675px;
}
.news_left{
	width: 740px;
}
.article_right{
	width: 340px;
}


.article_bt h1{
	font-size: 26px;
	font-weight: bold;
	color: #444444;
}
.article_bt{
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.article_bt h1 i{
	width: 13px;
	height: 13px;
	background-image: url("/images/fk.jpg");
	background-size: 100% 100%;
	margin-right: 15px;
}
.article_bt p{
	font-size: 14px;
	color: #999999;
	line-height: 43px;
}
.article_bt p span{margin-right: 20px;}

.article_bt li{cursor: pointer;}

.article_body{
	width: 100%;
	color: #666666;
	line-height: 36px;
	text-align: justify;
}

.article_body img{max-width: 100%;}

.article_rbt h1{
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #e3e3e3;
	padding: 0px 0 15px 0;
	position: relative;
	margin-bottom: 35px;
}
.article_rbt h1::after{
	content: "";
	width: 90px;
	height: 4px;
	background-color: #009eae;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.article_rbt{
	width: 100%;
}
.article_rbt h1 i{
	width: 22px;
	height: 26px;
	background-image: url("/images/hot.jpg");
	background-size: 100% 100%;
	margin-right: 15px;
}

.article_rbt ol li{
	color: #444444;
	line-height: 24px;
	border-bottom: 1px dashed #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.article_rbt a{color: #444444;width: 285px;}
.article_rbt1 a:hover, .article_rbt a:hover, .wz a:hover{color: #009eae;}
.article_rbt ol li:before {
	background-image: url("/images/article_4.png");
	background-size: 42px 42px;
	overflow: hidden;
	width: 42px;
	height: 42px;
    content:counter(sectioncounter) ""; 
    counter-increment:sectioncounter;
	text-align: center;
	color: white;
	font-size: 24px;
	line-height: 36px;
	margin-top: 5px;
    }
	
.article_rbt ol li:first-child:before {
	background-image: url("/images/article_1.png");
}
.article_rbt ol li:nth-child(2):before {
	background-image: url("/images/article_2.png");
}	
.article_rbt ol li:nth-child(3):before {
	background-image: url("/images/article_3.png");
}	
.article_rbt ol{
	list-style-type:none;counter-reset:sectioncounter;
}




.article_rbt1 h1{
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 35px;
}
.article_rbt1 h1::after{
	content: "";
	width: 90px;
	height: 4px;
	background-color: #009eae;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.article_rbt1{
	width: 100%;
}
.article_rbt1 h1 i{
	width: 25px;
	height: 21px;
	background-image: url("/images/video.png");
	background-size: 100% 100%;
	margin-right: 15px;
}
.video_video{
	border-bottom: 1px dashed #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.video_video:last-child{border-bottom: none;}
.video_video .vid{
	width: 139px;
	height: 107px;
	margin-right: 20px;
	position: relative;
}
.video_video .vids{
	width: 139px;
	height: 107px;
}

.video_video dl dt{
	color: #444444;
	line-height: 24px;
	height: 70px;
}
.video_video dl dd{
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}


.vided {
	width: 41px;
	height: 41px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	border-radius: 100%;
}


.paixu .hd ul li span{
	background-image: url("/images/paixu.png");
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	display: flex;
	overflow: hidden;
	margin-left: 2px;
}
.paixu .hd ul li{
	margin-right: 27px;
	font-size: 24px;
	color: #333333;
	
}
.paixu .hd {
	position: relative;
	padding-bottom: 20px;
}
.paixu .hd::before{
	content: "";
	width: 90px;
	height: 4px;
	background-color: #009eae;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.news_pic {
	width: 150px;
	margin-right: 50px;
}
.news_pic img{
	display:block;
	width: 150px;
	height: 152px;
	z-index: 1;
	object-fit:cover
}
.news_pic span{
	font-family: "army";
	font-size: 26px;
	color: #000000;
}
.news_pic sup{
	position: absolute;
	margin-left: 5px;
	top: 12px;
	color: #474747;
}
.news_pic div{
	position: relative;
	display: flex;
	height: 57px;
	width: 100%;
}
.news_pic div::before{
	content: "";
	width: 1px;
	height: 57px;
	background-color: #d6d6d6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.news_pic  div p{
	position: absolute;
	top: 39%;
	left: 0%;
	transform: translate(0%, -50%);
	width: 100%;
	height: 29px;
	background-color: white;
	z-index: 1;
	line-height: 33px;
}
.news_pic div span{
	margin-left: 50px;
}
.news{
	width: 545px;
	position: relative;
}
.news dl dt{
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news dl dd{
	color: #666666;
	line-height: 28px;
}
.news dl dd:nth-child(3){
	font-size: 14px;
	color: #999999;
}
.news dl dd i{
	font-style:normal;
	margin: 0 10px;
}
.news::before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #e3e3e3;
	position: absolute;
	bottom: 30px;
}
.paixu .bd .list:nth-last-child(2) .news_pic p{
	display: none;
}
.paixu .bd .list:nth-last-child(2) .news_pic div::before{
	content: "";
	width: 4px;
	height: 24px;
	background: none;
	background-image: url("/images/dian.png");
	background-size: 100% 100%;
	overflow: hidden;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

@font-face {
	font-family: army;
	src: url('/css/Army_Thin.woff');
}

.list{
	height: 210px;
	overflow: hidden;
}

</pre></body></html>