@charset "utf-8";
.webPage,
.webfooter,
.webIndex-foot,
.centerMobilea,
.websearch,
.swiper-study,
.kouanM-slider,
#topNav,
.containerM{
	display: none;
}
/* 互动交流 */
.resultCover{
	background:#FAF7F2;
	padding:30px 20px;
}
.resultTitle{
	color:#BD1A2D;
	font-size:30px;
	line-height:40px;
	font-weight:500px;
	margin-bottom:20px;
	margin-left:10px;
}
.resultCont{
	margin-top:20px;
	line-height:30px;
	font-size:18px;
	color:#333;
}
/* 专题 */
.typeCoverAm{
	position:absolute;
	width:1200px;
	top:305px;
	left:0;
	right:0;
	margin:0 auto;
	color:#fff;
	z-index:9999;
	
}
.typeCoverAm>div{
	float:left;
	font-size:18px;
	width:80px;
	text-align:center;
}
.typeCoverAm .showSelectAm{
	font-weight:bold;
	margin-left:20px;
	width: auto!important;
	padding:0 20px 15px;
	/* border-bottom:4px solid #fff; */
	cursor:pointer;
}
.typeCoverAm .showListAm{
	padding:10px;
	position:absolute;
	left:100px;
	top:50px;
	background:#fff;
	color:#000;
	box-shadow:1px 1px 10px #e2e2e2;
	z-index:999;
	display:none;
	
}
.typeCoverAm .showListAm.dis_b{
	display:block!important;
}
.typeCoverAm .showListAm li{
	cursor:pointer;
	width:100%;
	line-height:50px;
	font-size:18px;
	border-bottom:1px solid #e2e2e2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.typeCoverAm .showListAm li:last-child{
	border:none;
}
.pcCenter .titlelAm{
	font-size:36px!important;
}

/**新闻中心**/
.newsCont{
	margin: 60px auto;
}
.newsContBan{
	width: 640px;height: 360px;
	float: left;
}
.newsContBan .swiper-slide {
	width: 640px;height: 360px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.newsBanTxt{
	height: 60px;padding: 0 40px;
	background-color: rgba(189, 26, 45, .75);
	font-size: 18px;color:#fff;
	position: absolute;
	left: 0;right: 0;
	bottom: 0;font-weight: 700;
	text-align: center;line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsContBan .swiper-button-next, 
.newsContBan .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: rgba(185,64,83);
	border-radius: 50%;
}
.newsContBan .swiper-button-next:after, 
.newsContBan .swiper-button-prev:after{
	font-size: 20px;font-weight: bold;
}
..newsContBan .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.newsContBan .swiper-pagination-bullet{
	width: 40px;height: 4px;
	border-radius: 0;opacity: .25;
	background: rgba(255,255,255);
}
.newsContBan .swiper-pagination-bullet-active{
	opacity: 1;
}

.newsContList{
	float: right;height: 360px;
	width: calc( 100% - 720px );
}
.newsListTop{
	height: 59px;
	border-bottom: solid 1px rgba(217, 217, 217, 1);
}
.newsListTop ul{
	display: inline-block;
	margin: 0;
	width: calc( 100% - 120px );
	overflow: hidden;
}
.newsListTop ul li{
	float: left;font-size: 20px;
	color:#333;line-height: 40px;
	padding: 0 30px 15px 30px;
	cursor: pointer;
	border-bottom:solid 4px transparent;
}
.newsListTop ul li.cur,
.newsListTop ul li:hover{
	font-weight: 700;
	border-color: rgba(189, 26, 45, 1);
}
.new .moreLink{
	float: right;
	line-height: 40px;
}
.newsListBot{}
.newsLists{
	margin: 15px 0 0 0;
	overflow: hidden;
}
.newsLists li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
}
.newsLists li a{
	width: 100%;
	display: block;
	color: #333;
	font-size: 18px;
	font-family: '苹方 特粗', '苹方 中等', '苹方';
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* .newsLists li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: url(../images/u49.svg) no-repeat center;
	background-size: cover;
} */
.newsLists li a p{
	width: calc(100% - 140px);
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	color: #333;
	font-size: 18px;
	-webkit-transition: all 300ms;
}
.newsLists li a span{
	float: right;
	font-weight: 400;
	font-size: 16px;
	color: #666;
	text-align: right;
	margin-left: 30px;
}
.newsLists li:hover:before, 
.newsLists li.cur:before,
.noticeList li:hover:before{
    content: '';
	width: 8px;
	height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/u155.png) no-repeat center;
    background-size: 8px 12px;
}
.newsLists li.cur a,
.newsLists li:hover a,
.noticeList li.cur a,
.noticeList li:hover a{
	padding-left: 20px;
	width: calc( 100% - 20px );
}
.newsLists li.cur a p,
.newsLists li:hover a p{
	font-weight: 800;
}
.newsCont2{
	height: 560px;
	margin-bottom: 80px;
}
.newsCont2_L{
	float: left;width: 640px;
}
.newsCont2_R{
	float: right;height: 560px;
	width: calc( 100% - 780px );
	box-shadow: 0px 10px 25px rgb(0 0 0 / 10%);
	padding: 20px 30px 0 30px;
}
.newsCont2_RTop{
	height: 60px;position: relative;
}
.newsCont2_RTop::after{
	content: '';
	position: absolute;left: 0;
	right: 0;margin: auto;
	bottom: 0;
	width: 420px;height: 2px;
	background: url(../images/news/news_line2.svg) no-repeat center;
	background-size: cover;
}
.newsCont2_RTop h3{
	font-size: 24px;color:#333;
	display: inline-block;
	padding: 0 0px 15px 0px;line-height: 40px;
}

.newsCont2_RCen h4{
	text-align:center;
}
.newsCont2_RCen h4 a{
	width:100%;
	font-size: 20px;font-weight: 700;
	color:#333;text-align: center;
	margin: 20px auto;
	line-height: 35px;
}
.txts{
	position: relative;
}
.txts p{
	font-size: 16px;color:#999;
	overflow: hidden;
	max-height: 110px;
	width: 99%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	white-space: inherit;
	line-height: 28px;
	-webkit-box-orient: vertical;
}
.txts a,
.txts a:hover{
	color:#BD1A2D;
	position: absolute;
	right: 0;
	bottom: 2px;
	width: 85px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	text-align: center;
	cursor: pointer;
}
.txts a i{
	font-style: normal;
	font-size: 16px;color:#999;
}
.noticeList li{
	height: 60px;
	line-height: 60px;
	position: relative;
}
.noticeList li a{
	width: 100%;
	display: block;
	color: #333;
	font-size: 17px;
	font-family: '苹方 特粗', '苹方 中等', '苹方';
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.noticeList li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	border-bottom: dashed 1px #d9d9d9;
}
.noticeList li:last-child::after{
	display: none;
}
.noticeList li:hover a{
	font-weight: 800;
}


.newList .newsCont2{
	margin-top: 30px;
	height: auto;
}
.newList .newsCont2_L{
	width: 840px;
}
.newList .newsCont2_R{
	width: calc( 100% - 900px );
	padding: 0;box-shadow: none;
}
.newList .newsLists li:nth-child(5n){
	padding-bottom:10px;
}
.newList .newsLists li:nth-child(6n){
	padding-top:10px;
}
.newList .newsLists li:nth-child(5n)::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	border-bottom: dashed 1px #d9d9d9;
}
.newList .newsLists li:last-child::after{
	display: none;
}
.newList .page{
	padding: 30px 0;
}
.newsListR{
	height: 140px;
	padding: 20px;
	background-color: rgba(250, 247, 242, 1);
}
.newsListR h3{
	font-size: 20px;color:#333
}
.newsListSearch{
	width: 100%;height:40px;line-height: 40px;
	background: #fff;border-radius: 4px;
	margin: 20px auto;
}
.newsListSearch input{
	height: 38px;width:85%;background: none;
	border:none;vertical-align: top;
	text-indent: 20px;
}
.newsListSearch label{
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: 20px;height: 20px;
	opacity: .5;cursor: pointer;
	float: right;
}
.newsListSelect{}
.newsListSelect select{
	width: 120px;height: 40px;line-height: 40px;
	border:none;background: #fff;border-radius: 4px;
	text-indent: 5px;margin-right: 15px;
	font-size: 16px;color:#333
}
.newsListSelect select:last-child{
	margin-right: 0;
}
.newsListRlis{
	margin-top: 40px;
}
.newsListRlis h3{
	font-size: 20px;height: 20px;line-height: 20px;
	color: #BD1A2D;padding-left: 15px;
	border-left: solid 4px rgba(189, 26, 45, 1);
}
.newsListRlis .noticeList{
	margin: 10px 0 0 0;width: 100%;
	display: inline-block;
}
.newsListRlis .noticeList li{
	height: 40px;line-height: 40px;
	padding-left: 20px;position: relative;
}
.newsListRlis .noticeList li::after{
	display: none;
}
.newsListRlis .noticeList li::before{
	content: '';
	width: 4px;height: 4px;border-radius: 50%;
	background: #BD1A2D;
	position: absolute;left: 0;top:0;bottom: 0;
	margin: auto;
}
.newsListRlis .noticeList li:hover a{
	padding-left: 0px;
	width:100%;
}


.newCont .othHeadTit h3 i{
	font-size: 18px;opacity: 1;
	font-weight: normal;
	font-family: '微软雅黑';
}
.wapNewsContList{
	display: none;
}

.vxvideo {
	width: 100% !important;
	height: auto;
}









/***********中屏幕*********/
@media (max-width: 1159px) {}

/***********小屏幕*********/
@media (max-width:959px) {
	.newsCont{
		margin: 0px auto;
	}
	.newsContBan{
		width: calc( 100% - 50px );
		height: 160px;
		float: none;
		position: fixed;
		top: 70px;
		left: 25px;
		right: 25px;
		margin: auto;
		z-index: 1;
	}
	.newsContBan .swiper-container{
		z-index: 0;
	}
	.newsContBan .swiper-slide{
		width: 100% !important;
		height: 160px;
		border-radius: 5px;
		/* box-shadow: 2px 2px 10px rgb(0 0 0 / 25%) ; */
	}
	.newsBanTxt{
		height: 40px;
		padding: 0 10px;
		font-size:15px;
		line-height: 30px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.newsContBan .swiper-pagination-bullet{
		width: 30px;height: 2px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-custom, 
	.swiper-pagination-fraction{
		bottom: 0;
	}
	.newsContList{
		float: none;
		height: auto;
		width: 100%;
		margin-top: 20px;
	}
	.newsListTop{
		height: 41px;
	}
	.newsListTop ul{
		width: 100%;
		text-align: center;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	.newsListTop ul li {
		float: none;
		display: inline-block;
	    font-size: 15px;
	    line-height: 30px;
	    padding: 0 20px 10px 20px;
	    border-bottom: solid 2px transparent;
	}
	.newsLists{
		width: 100%;
		display: inline-block;
		height: auto;
	}
	.newsLists li:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		background: url(../images/u5.svg) no-repeat center;
		background-size: cover;
		height: 1px;
	}
	.newsLists li:last-child:after{
		display: none;
	}
	.moreLink{
		display: none;
	}
	.newsCont2{
		margin-top: 40px;
		height: auto;
	}
	.newsCont2_L{
		width: 100% !important;
		float: none;
	}
	a.mMoreLink{
		margin-top: 10px !important;
	}
	.newsCont2_R{
		float: none;
		width: 100%;
		height: auto;
		padding: 0;
		box-shadow: none;
		margin-top: 10px;
	}
	.newsCont2_RTop{
		height: 50px;
	}
	.newsCont2_RTop::after{
		width: 100%;
	}
	.newsCont2_RTop h3{
		font-size: 20px;
		padding: 0 0px 0 0px;
		line-height: 40px
	}
	.contNav{
		height: 40px;
		line-height: 40px;
		background-color: rgba(245, 245, 245, 1);
		padding: 0 30px;
		position: fixed;
		left: 0;
		right: 0;
		top: 70px;
		margin: auto;
		z-index: 1;
	}
	.contNav .center{
		width: 100%;
		font-size: 12px;
		color: #999;
		margin-top: 0;
	}
	.contNav .center.pcCenter{
		display: none;
	}
	.contNav .center a{
		color:#999;font-size: 12px;
	}
	.newsConts .center{
		width: 100%;padding: 20px 0px 0 0px;
		min-height: inherit;
		border-radius: 0;
		box-shadow: none;
		background: none;
		z-index: 0;
	}
	.newsContsBox .title{
		font-size: 20px;
		padding: 0px 0 0px 0;
	}
	.title2:after{
		width: calc( 100% - 50px );
	}
	.title2 div span{
		font-size: 12px;
		padding-right: 0px;
		border:none
	}
	.title2 div span:nth-child(3){
		display: none;
	}
	.newsContTxt img{
		max-width: 100%;
	}
	.newsContTxt{
		padding: 0 25px;
		width: calc( 100% - 50px);
	}
	.newsConts::before,
	.newsConts::after,
	.newsContTxt::after{
		display: none;
	}
	.newsContPages{
		display: none;
	}
	.contCurrentPosition{
		position: relative !important;
		padding: 0 !important;
		top:0 !important;
		z-index: 0 !important;
	}
	.kouan_header .center{
		box-shadow: none !important;
	}
	.pcNewsContList,
	.pcNewsCont2_L{
		display: none;
	}
	.wapNewsContList{
		display: block;
		margin-top: 160px;
	}
	.txts p{
		max-height: inherit;
		-webkit-line-clamp: inherit;
	}
	.txts a{
		display: none;
	}
	.headLineNews .othHeadTop{
		height: auto;
	}
	.headLineNews .centerWeba{
		display: block;
	}
	.headLineNews .othHeadTit{
		display: none;
	}
	.headLineNews .othHeadMenu{
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		z-index: 9;
		background: #fff;
	}
	.headLineNews .othHeadMenu::after{
		content: '';
		position: absolute;
		left: -25px;right:-25px;
		height: 1px;
		background:rgba(217, 217, 217, 1);
		width: calc( 100% + 50px );
		bottom: -1px;
	}
	.headLineNews .othHeadMenu ul{
		width: calc( 100% - 50px );
		text-align: center;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		position: relative;
		margin: auto;
	}
	.headLineNews .othHeadMenu ul li{
		float: none;
		display: inline-block;
		font-size: 15px;
		line-height: 30px;
		margin-right: 0;
		padding: 0 20px 10px 20px;
		border-bottom: solid 2px transparent;
	}
	.headLineNews .othHeadMenu ul li.cur{
		font-weight: 700;
		border-color: rgba(189, 26, 45, 1);
	}
	.headLineNews .othHeadMenu ul li a{
		color:#333;padding-bottom: 0;
	}
	.headLineNews.newList .newsCont2_R{
		width: 100%;
	}
	.headLineNews .newsListR{
		height: auto;
	}
	.headLineNews .newsListR h3{
		font-size: 18px
	}
	.headLineNews .newsListSelect select{
		width: calc( 50% - 10px );
	}
	.headLineNews .newsListRlis .noticeList li a{
		font-size: 17px
	}
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 768px) {
	
	
	
}



