body{padding: 0;margin: 0;font-family: "PingFang";font-size: 18px;color: rgb(23, 23, 23);overflow-x:hidden;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.baibg{background: #ffffff;}
.huibg{background: #e8eae9;}
.heibg{background: #151412;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.container{padding: 0 16px;max-width: 1232px;margin: 0 auto;}
@media (max-width:1232px) {.container{max-width: 1024px;}}
@media (max-width:1024px) {.container{max-width: 800px;}}
@media (max-width:800px) {.container{max-width: 100%};}
.row{display: flex;justify-content: flex-start;align-items: center;align-items: stretch;flex-wrap: wrap;}
.row .kuang{height: 100%;}
.col_6{width: calc(100% / 6);}
.col_5{width: calc(100% / 5);}
.col_4{width: calc(100% / 4);}
.col_3{width: calc(100% / 3);}
.col_2{width: calc(100% / 2);}
.imgB{position: relative;padding-top: 100%;display: block;}
.imgB .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgB .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}


header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	z-index: 99;
	transition: all 0.3s;
	background: #ffffff;
}
header .nrBox{height: 80px;}
header .logo img{max-height: 64px;display: block;}
header .menuUl>li{
	margin-right: 72px;
	position: relative;
}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .menuUl .yiji a{
	font-size: 18px;
	color: #000000;
	line-height: 48px;
	display: block;
	position: relative; 
}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: #3b4b7e;
	transition: all 0.3s;
}
header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a{color: #3b4b7e;}
header .menuUl>li.on .yiji a::before,
header .menuUl>li:hover .yiji a::before{
	width: 100%;
	left: 0;
}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 80px;
	transition: all 0.3s;
	background-color: #000000;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 150px;
	padding: 8px 14px;
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiUl>li{
	border-bottom: 1px solid rgba(243, 214, 158,0.5);
}
header .menuUl .erjiUl>li:last-child{border-bottom: 0;}
header .menuUl .erjiUl>li>a{
	font-size: 14px;
	color: #ffffff;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 18px;
}
header .mopenBtn{display: none;}
.topDiv{height: 80px;}
@media (max-width:1024px) {
	.topDiv,
	header .nrBox{height: 56px;}
	header .logo img{max-height: 36px;}
	header .findBox{height: 56px;}
	header .mopenBtn{
		display: block;
		width: 26px;
		height: 56px;
		position: relative;
		z-index: 20;
		float: right;
		cursor: pointer;
		transition: 0.4s;
	}
	header .mopenBtn span {
		margin-top: 28px;
		display: block;
		width: 100%;
		height: 2px;
		background: #3b4b7e;
		position: relative;
		vertical-align: middle;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
		transition: color 0.3s 0s;
	}
	header .mopenBtn span:after, 
	header .mopenBtn span:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 26px;
		height: 2px;
		left: 0;
		background-color: #3b4b7e;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
	}
	header .mopenBtn span:before {
		top: -8px;
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-ms-transition-property: top, transform;
		-o-transition-property: top, transform;
		transition-property: top, transform;
	}
	header .mopenBtn span:after {
		bottom: -8px;
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	header.open .mopenBtn span {
		background-color: transparent;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-ms-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
	header.open .mopenBtn span:after, 
	header.open .mopenBtn span:before {
		-webkit-transition-delay: 0s, .3s;
		-moz-transition-delay: 0s, .3s;
		-ms-transition-delay: 0s, .3s;
		-o-transition-delay: 0s, .3s;
		transition-delay: 0s, .3s;
	}
	header.open .mopenBtn span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header.open .mopenBtn span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.nofix{height: 100vh;overflow-y: hidden;}
	header .menuB{
		position: fixed;
		right: -100%;
		top: 56px;
		display: block;
		width: 100%;
		height: calc(100vh - 56px);
		background: #ffffff;
		transition: all 0.3s;
	}
	header.open .menuB{right: 0;}
	header .menuUl{
		display: block;
		padding: 16px;
		overflow: auto;
		height: 100%;
	}
	header .menuUl>li{margin: 0;border-bottom: 1px dashed #d6d6d6;}
	header .menuUl .yiji{height: auto;display: block;}
	header .menuUl .yiji a{line-height: 40px;color: #333333;width: calc(100% - 40px);}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::before{display: none;}
	header .menuUl .hasDown>div>.ejBtn{
		position: absolute;
		right: 12px;
		top: 12px;
		width: 16px;
		height: 16px;
	}
	header .menuUl .hasDown>div>.ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: rgba(243, 214, 158,0.3);
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: rgba(243, 214, 158,0.3);
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	header .menuUl .hasDown.open>div>.ejBtn::after{display: none;}
	header .menuUl .erjiBox{
		position: relative;
		left: unset;
		top: unset;
		opacity: 1;
		height: auto;
		visibility: visible;
		transform:unset;
		padding: 8px 0;
		display: none;
		transition: unset;
		width: 100%;
		border-radius: 0;
		background: none;
		border: 0;
		border-top: 1px dashed #d6d6d6;
	}
	header .menuUl .erjiUl>li{border: 0;}
	header .menuUl>li:hover .erjiBox{
		transform:unset;
	}
	header .menuUl .erjiUl>li{width: 100%;padding: 0;}
	header .menuUl .erjiUl>li>a{color: #333333;padding: 4px 16px;display: block;width: 100%;font-size: 15px;position: relative;background: none;}
	header .menuUl .erjiUl>li>a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #b1b1b1;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header .menuUl .erjiUl>li.on, header .menuUl .erjiUl>li:hover{background: none;}
}
footer{
	background: #0e152d;
	color: #ffffff;
}
footer .nrBox{
	padding: 32px 0;
}
footer .flb{
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 2.5;
}
footer .frb p{
	width: 102px;
	margin-left: 72px;
}
footer .frb img{
	display: block;
	width: 100%;
}
footer .frb span{
	display: block;
	font-size: 14px;
	color: rgb(177, 177, 177);
	padding: 4px 0 0;
	text-align: center;
}
footer .banquan{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 18px 0;
	text-align: center;
	font-size: 16px;
	color: rgb(177, 177, 177);
}
@media (max-width:800px) {
	footer .nrBox{padding: 16px;display: block;}
	footer .flb{line-height: 1.8;}
	footer .frb{margin: 16px auto 0;justify-content: center;}
	footer .frb p{margin: 0 16px;}
	footer .banquan{font-size: 14px;padding: 12px 0;}
}
.banner{padding: 7.3vw 0;text-align: center;color: #ffffff;}
.banner .webTit{
	font-size: 4.167vw;
	color: rgb(255, 255, 255);
	font-weight: 500;
}
.banner .webDesc{
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	margin-top: 2.5vw;
}
.banner .lxfsG{margin-top: 3vw;}
.banner .lxfsG .eachB{
	width: max-content;
	height: 54px;
	padding: 0 30px 0 58px;
	margin: 0 32px;
	display: flex;justify-content: center;align-items: center;
	font-size: 18px;
	color: rgb(255, 255, 255);
	background: url(../img/dh.png) 24px center no-repeat rgba(0, 12, 41,0.8);
	background-size: 21px;
}
.banner .lxfsG .eachB b{font-weight: 400;font-size: 20px;}
@media (max-width:1024px) {
	.banner{padding: 16vw 0;}
	.banner .webTit{font-size: 28px;}
	.banner .webDesc{font-size: 16px;margin-top: 16px;}
	.banner .lxfsG{margin-top: 16px;}
	.banner .lxfsG .eachB{margin: 4px;height: 40px;font-size: 14px;background-size: 16px;padding: 0 8px 0 32px;background-position: 8px center;}
	.banner .lxfsG .eachB b{font-size: 16px;}
}
.indp{padding: 7.2vw 0;}
.btnB{
	background: rgb(255, 255, 255);
	width: max-content;
	height: 50px;
	padding: 0 38px;
	font-size: 16px;
	color: rgb(59, 75, 126);
	font-weight: 500;
	display: flex;justify-content: center;align-items: center;
	cursor: pointer;
	transition: all 0.5s;
}
.btnB::after{
	content: "";
	display: block;width: 20px;height: 20px;
	background: url(../img/more.png) center center no-repeat;
	background-size: cover;
	margin-left: 20px;
}
.btnB2{
	background: rgb(60, 76, 126);
	color: #ffffff;
}
.btnB2::after{
	filter: grayscale(1) brightness(0%) invert(100%);
}
.btnB:hover{
	box-shadow: 0 0 10px 4px rgba(60, 76, 126,0.1);
}
.pubTit{
	margin-bottom: 64px;
	padding-right: 300px;
	position: relative;
	font-size: 50px;
	color: rgb(0, 0, 0);
}
.pubTit .tit{
	font-size: 50px;
	color: rgb(0, 0, 0);
}
.pubTit .desc{
	font-size: 16px;
	color: rgb(0, 0, 0);
	margin-top: 24px;
}
.pubTit .btnB{
	position: absolute;right: 0;top: calc(50% - 25px);
}
.pubTit.bai .tit,
.pubTit.bai .desc{
	color: rgb(255, 255, 255);
}
.pubTit2{
	font-size: 32px;
	color: rgb(0, 0, 0);
	font-weight: 500;
	margin-bottom: 40px;
	position: relative;
}
.pubTit2::before{
	content: "";
	display: block;width: 112px;height: 93px;
	background: url(../img/yh.png) left top no-repeat;
	background-size: 100% 100%;
	position: absolute;left: 0;top: -72px;
	z-index: -1;
}
.pubTit2 .titen{
	font-size: 20px;
	color: rgb(153, 153, 153);
	font-weight: 500;
	margin-top: 8px;
}
.pageNum{
	margin: 48px auto 0;
	display: flex;justify-content: center;align-items: center;
}
.pageNum .pagination{
	margin: 48px auto 0;
	display: flex;justify-content: center;align-items: center;
}
.pageNum a,
.pageNum span{
	background-color: rgb(244, 244, 244);
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: rgb(0, 0, 0);
	padding: 0 12px;
	margin: 5px;
}
.pageNum span{
	background: rgb(59, 75, 126);
	color: #ffffff;
}

.txtB{line-height: 2;}
.indp1 .nrBox{flex-direction: row-reverse;align-items: stretch;}
.indp1 .wzB{width: 53.3%;}
.indp1 .tuB{width: 41.67%;}
.indp1 .tuB .imgB{padding-top: 0;height: 100%;}
.indp1 .pubTit{margin-bottom: 28px;padding: 0;}
.indp1 .pubTit::after{
	content: "";
	background-color: rgb(0, 0, 0);
	display: block;width: 60px;height: 2px;
	margin-top: 38px;
}
.indp1 .btnB{margin-top: 48px;}
.indp2{background-image: url(../img/bg.jpg);overflow: hidden;}
.swiper_ind2{overflow: visible;}
.swiper_ind2 .imgB{padding-top: 75%;}
.swiper_ind2 .titB{
	font-size: 22px;
	color: rgb(255, 255, 255);
	margin-top: 36px;
}
.swiper_ind2 .descB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 2;
	margin-top: 16px;
}
.ind3Ul1{margin: -15px;}
.ind3Ul1 li{padding: 15px;}
.ind3Ul1 .kuang{
	background: rgb(245, 246, 250);
	padding: 20px;
}
.ind3Ul1 .kkk{
	padding-bottom: calc(53% + 14px);
	height: 100%;
}
.ind3Ul1 .timeB{
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}
.ind3Ul1 .titB{
	font-size: 20px;
	color: rgb(0, 0, 0);
	margin-top: 8px;
}
.ind3Ul1 .imgB{
	padding-top: 53%;
	position: absolute;left: 0;bottom: 0;
	width: 100%;
}
.ind3Ul2{margin: 0 -15px;}
.ind3Ul2 li{padding: 0 15px;}
.ind3Ul2 .kuang{
	padding: 20px 0;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.ind3Ul2 .timeB{
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}
.ind3Ul2 .titB{
	font-size: 20px;
	color: rgb(0, 0, 0);
	margin-top: 4px;
	padding-right: 20px;
	background: url(../img/jia.png) right center no-repeat;
	background-size: 10px;
}
.ind3Ul1 .kuang:hover .titB,
.ind3Ul2 .kuang:hover .titB{color: rgb(59, 75, 126);}
.pageP .pubTit{text-align: center;padding: 0;}
.pageP .pubTit::after{
	content: "";
	background: rgb(0, 0, 0);
	display: block;width: 60px;height: 2px;
	margin: 36px auto 0;
}
.detailP .backB{
	display: block;
	border-bottom: 1px solid rgb(229, 229, 229);
	padding: 12px 0;
	font-size: 20px;
	color: rgb(46, 46, 46);
}
.detailP .titB{
	font-size: 30px;
	color: rgb(46, 46, 46);
	text-align: center;
	font-weight: 500;
	margin-top: 40px;
}
.detailP .timeB{
	font-size: 16px;
	color: rgb(161, 161, 161);
	text-align: center;
	margin: 14px auto 0;
}
.detailP .xB{
	background-color: rgb(59, 75, 126);
	display: block;width: 44px;height: 6px;
	margin: 16px auto 0;
}
.detailP .nrBox{
	margin: 32px 0 0;
}
.detailP .pageTurn{
	border-top: 1px solid rgb(229, 229, 229);
	padding: 48px 0;
	margin-top: 44px;
}
.detailP .pageTurn a{
	display: block;
	font-size: 20px;
	color: rgb(46, 46, 46);
	margin-top: 12px;
	display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.detailP .pageTurn a:first-child{margin-top: 0;}
.detailP .backB:hover,
.detailP .pageTurn a:hover{color: #3b4b7e;}
.newsUl li{margin-top: 40px;}
.newsUl li:first-child{margin-top: 0;}
.newsUl .tuB{width: 266px;}
.newsUl .imgB{padding-top: 75%;}
.newsUl .wzB{width: calc(100% - 308px);}
.newsUl .titB{
	font-size: 20px;
	color: rgb(46, 46, 46);
}
.newsUl .timeB{
	font-size: 14px;
	color: rgb(175, 175, 175);
	margin-top: 18px;
}
.newsUl .descB{
	font-size: 15px;
	color: rgb(119, 119, 119);
	line-height: 1.867;
	margin-top: 8px;
}
.newsUl .moreB{
	font-size: 14px;
	color: rgb(59, 75, 126);
	margin-top: 14px;
}
.newsUl .kuang:hover .titB{color: rgb(59, 75, 126);}
.ctcP{padding: 32px 0 116px;}
.ctcL{width: 50%;padding: 64px 0;}
.ctcR{width: 41.68%;}
.ctcL .wzB{
	font-size: 16px;
	color: rgb(55, 50, 68);
	line-height: 3;
}
.ctcL .ewmB{
	justify-content: flex-start;
	margin-top: 56px;
}
.ctcL .ewmB p{margin-right: 38px;}
.ctcL .ewmB p:last-child{margin-right: 0px;}
.ctcL .ewmB b{
	display: block;
	border: 1px solid rgb(212, 212, 212);
	border-radius: 6px;
	padding: 4px;
}
.ctcL .ewmB span{
	display: block;
	font-size: 14px;
	color: rgb(113, 113, 113);
	text-align: center;
	padding: 8px 0;
}
.ctcR .imgB{padding-top: 122.2%;min-height: 100%;}
@media (max-width:1232px) {
	.pubTit,
	.pubTit .tit{font-size: 40px;}
	.indp1 .pubTit::after{margin-top: 30px;}
	.txtB{line-height: 1.8;}
}
@media (max-width:1024px) {
	body{font-size: 16px;}
	.pubTit,
	.pubTit .tit{font-size: 32px;}
	.indp1 .pubTit::after{margin-top: 16px;}
	.indp1 .btnB{margin-top: 16px;}
	.swiper_ind2 .titB{font-size: 18px;margin-top: 16px;}
	.swiper_ind2 .descB{font-size: 14px;}
	.ind3Ul1{margin: -8px;}
	.ind3Ul1 li{padding: 8px;}
	.ind3Ul2{margin: 0 -8px;}
	.ind3Ul2 li{padding: 0 8px;}
	.ind3Ul1 .kuang{padding: 8px;}
	.ind3Ul2 .kuang{padding: 8px 0;}
	.ind3Ul1 .timeB,
	.ind3Ul2 .timeB{font-size: 14px;}
	.ind3Ul2 .titB{font-size: 16px;}
	.newsUl .tuB{width: 240px;}
	.newsUl .wzB{width: calc(100% - 264px);}
}
@media (max-width:800px) {
	.pubTit,
	.pubTit .tit{font-size: 24px;padding: 0;margin-bottom: 24px;}
	.pubTit2 .titen{font-size: 16px;margin-top: 0;}
	.pubTit2{margin-bottom: 24px;font-size: 24px;}
	.btnB{height: 40px;padding: 0 16px;}
	.btnB::after{margin-left: 12px;}
	.indp1 .pubTit::after,
	.pageP .pubTit::after{margin-top: 8px;}
	.indp{padding: 48px 0;}
	.indp1 .nrBox,
	.ctcP .nrBox{display: block;}
	.indp1 .wzB,
	.ctcL{width: 100%;}
	.indp1 .tuB,
	.ctcR{width: 100%;margin-top: 16px;}
	.indp1 .tuB .imgB{padding-top: 100%;}
	.pubTit .desc{font-size: 14px;margin-top: 8px;}
	.pubTit .btnB{top: 0;}
	.swiper_ind2 .descB{line-height: 1.6;margin-top: 4px;}
	.ind3Ul1{margin: -4px;}
	.ind3Ul1 li{padding: 4px;width: 100%;}
	.ind3Ul2 li{width: 100%;}
	.pubTit2::before {width: 14vw;height: 10vw;top: -7vw;}
	.detailP .backB{font-size: 16px;}
	.detailP .titB{font-size: 20px;margin-top: 24px;}
	.detailP .timeB{font-size: 14px;}
	.detailP .xB{width: 40px;height: 2px;}
	.detailP .nrBox{margin-top: 24px;}
	.detailP .pageTurn{padding: 24px 0;}
	.detailP .pageTurn a{font-size: 16px;}
	.newsUl li{margin-top: 24px;}
	.newsUl .kuang{display: block;}
	.newsUl .tuB{width: 100%;}
	.newsUl .wzB{width: 100%;margin-top: 12px;}
	.newsUl .titB{font-size: 18px;}
	.newsUl .timeB{margin-top: 8px;}
	.newsUl .descB{line-height: 1.6;}
	.pageNum{margin-top: 24px;}
	.ctcL{padding-bottom: 0;}
	.ctcL .wzB{line-height: 2;}
	.ctcL .ewmB{margin-top: 24px;}
	.ctcL .ewmB p{margin-right: 16px;}
}