@charset "UTF-8";
a{
	display: block;
}
/* 轮播图 */
.swiper-container{
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.swiper-wrapper{
	height: auto;
}


/* 新闻列表 */
.news-list{
	padding-top: 48px;
	margin: 0 auto;
	/*border-top: 1px solid #ccc;*/
}
/* 第一个列表 */
.news-list-first{
	margin-bottom: 20px;
}
.news-list-first li{
	width: 100%;
	margin: 0 2% 20px 0;
	background: #f5f5f5;
	font-size: 14px;
	padding: 20px 10px;
	box-sizing: border-box;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}
.news-list-first li a{
	width: 100%;
	background: #f5f5f5;
	transition: all .5s linear;
}

.news-first-item a:hover h4,.news-first-item a:hover p{
	color: #b72024;
}
.news-first-item a:hover img{
	transform: scale(1.2);
}
.news-first-item-img{
	overflow: hidden;
	box-shadow: 10px 10px 45px 0 rgb(0 0 0 / 0%);
}
.news-first-item-img img{
	transition: .5s linear;
}
.news-first-item-info{
	padding-left: 5%;
	overflow: hidden;
}
.news-first-item-info .data{
	margin-top: 15px;
}
.news-first-item-info p{
	margin-top: 5%;
}
.more-btn{
	margin-top: 5%;
	width: 165px;
	height: 50px;
	color: #fff;
	border-radius: 2px;
	background: #b72024;
}
/* 其他 */
.news-list-box li{
	width: 32%;
	margin: 0 2% 20px 0;
	background: #f5f5f5;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
} 
.news-list-box li a{
	transition: .3s ease 0s;
	background: #f5f5f5;
	display: block;
	width: 100%;
	padding-bottom: 8%;
}
.news-list-box li a:hover img{
	transform: scale(1.2);
}
.news-list-box .newimg{
	max-height: 290px;
	overflow: hidden;
	/*height: 19vh;*/
	height: auto;
}
.news-list-box .newimg img{
	transition: .5s linear;
}
.news-list-box .newimg img:hover{
	transform: scale(1.1);
}
.newnr{
	margin: 8% auto 0;
	width: 90%;
}

.news-list-box h4{
	transition: .3s ease 0s;
	color: #333;
}
.news-list-box li .data {
    display: none;
}
.news-list-box li p {
    transition: .3s ease 0s;
	margin-top: 5%;
	font-size: 14px;
	line-height: 1.7;
	color: #666;
	max-height: 65px;
}

.news-list-box li a:hover {
	background: #207deb
}

.news-list-box li a:hover img {
	transform: scale(1.2)
}

.news-list-box li a:hover h4 {
	color: #fff
}

.news-list-box li a:hover p {
	color: #fff
}




@media only screen and (min-width:1024px) {
	.news-list-box li:nth-child(3n){
		margin-right: 0;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
}
@media only screen and (max-width:1200px) {
	.news-list {
    padding-top: 30px;
    margin: 0 auto;
}
}
@media only screen and (max-width:1024px) {
	
	.news-list-box li:nth-child(2n){
		margin-right: 0;
	}
	.news-list-box li {
		width: 49%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.news-list-box .newimg {
		height: 28vw
	}
	
	.news-list-box li a:hover img {
		transform: scale(1)
	}
	
}
@media only screen and (max-width:768px) {
	.news-list-first li a{
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 5%;
	}
	.news-first-item-info{
		width: 100%;
	}
	.news-first-item-info h4{
		margin-top: 5%;
	}
	.news-first-item a:hover{
		background-color: #b72024;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.news-first-item a:hover h4{
		color: #fff;
	}
	.news-first-item-img{
		width: 100%;
	}
	.more-btn{
		display: none;
	}
	.news-list-box li{
		width: 100%;
		margin-right: 0;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.news-list-box li a {
		padding-bottom: 5%
	}
	.news-list-box li a:hover img,.news-first-item:hover img {
		transform: scale(1)
	}
	.news-list-box .newimg {
		height: auto;
		max-height: none
	}
	
	.news-list-box p {
		font-size: 14;
		max-height: none;
		line-height: 1.6;
		margin-left: 0
	}
	
	.news-list-box .newnr {
		display: block;
		margin: 5% auto 0;
		width: 90%
	}
	
}

/* #c_portalResNews_list-15641253599180151 .stylebox_top {
	height: auto
}

#c_portalResNews_list-15641253599180151 .title_sub {
	position: relative;
	color: #1c3079;
	font-size: 28px;
	margin-left: 0px;
	padding-left: 15px
}

#c_portalResNews_list-15641253599180151 .title_sub:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 8px;
	height: 24px;
	width: 2px;
	background: #1c3079;
	z-index: 1
}

#c_portalResNews_list-15641253599180151 .title_main {
	font-size: 30px;
	color: #eaa317
}

#c_portalResNews_list-15641253599180151 .stylebox_content {
	padding-top: 30px
}

#c_portalResNews_list-15641253599180151 .dialog {
	background: 0
}

#c_portalResNews_list-15641253599180151 .p_page .pre .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px
}

#c_portalResNews_list-15641253599180151 .p_page .next .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px
}

#c_portalResNews_list-15641253599180151 .p_more .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px
}

#c_portalResNews_list-15641253599180151 .p_loading .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px
}

#c_portalResNews_list-15641253599180151 {
	max-height: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	min-height: 0px;
	margin-right: 0px;
	margin-left: 0px;
	max-width: none;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 320px;
	height: auto;
	padding-right: 0px
}

#c_portalResEbizads_banner-1564124881919 .p_MatteIcon .iconfont:before {
	content: '\e602'
}

#c_portalResEbizads_banner-1564124881919>div {
	animation-fill-mode: both
}

#c_portalResEbizads_banner-1564124881919 .subpage_ad {
	position: relative;
	height: 640px;
	overflow: hidden
}

#c_portalResEbizads_banner-1564124881919 .bgimg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: no-repeat center/cover
}

#c_portalResEbizads_banner-1564124881919 .bgimg:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	z-index: 1
}

#c_portalResEbizads_banner-1564124881919 .mobitem {
	display: none
}

#c_portalResEbizads_banner-1564124881919 .subpage_ad .text {
	position: absolute;
	width: 90%;
	color: #fff;
	text-align: center;
	top: 48%;
	left: 5%;
	line-height: 1.6;
	transform: translate(0, -50%);
	z-index: 4
}

#c_portalResEbizads_banner-1564124881919 .capitalize {
	text-transform: capitalize
}

#c_portalResEbizads_banner-1564124881919 .subpage_ad .ad-tit {
	font-size: 36px;
	font-weight: normal
}

#c_portalResEbizads_banner-1564124881919 .subpage_ad .ad-line {
	height: 2px;
	width: 3%;
	background: #fff;
	margin: .8% auto
}

#c_portalResEbizads_banner-1564124881919 .subpage_ad .ad-sum {
	font-size: 18px;
	font-weight: normal
}

@media only screen and (max-width:1200px) and (min-width:1025px) {
	#c_portalResEbizads_banner-1564124881919 .subpage_ad {
		height: 450px
	}

	#c_portalResEbizads_banner-1564124881919 .subpage_ad .ad-tit {
		font-size: 30px
	}

	#c_portalResEbizads_banner-1564124881919 .subpage_ad .ad-sum {
		font-size: 16px
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	#c_portalResEbizads_banner-1564124881919 .subpage_ad {
		height: 400px
	}

	#c_portalResEbizads_banner-1564124881919 .subpage_ad .ad-tit {
		font-size: 30px
	}

	#c_portalResEbizads_banner-1564124881919 .subpage_ad .ad-sum {
		font-size: 16px
	}
}

@media only screen and (max-width:768px) {
	#c_portalResEbizads_banner-1564124881919 .subpage_ad {
		height: 30vh
	}

	#c_portalResEbizads_banner-1564124881919 .pcitem {
		display: none !important
	}

	#c_portalResEbizads_banner-1564124881919 .mobitem {
		display: block
	}

	#c_portalResEbizads_banner-1564124881919 .subpage_ad .text {
		top: 49%
	}

	#c_portalResEbizads_banner-1564124881919 .subpage_ad .ad-tit {
		font-size: 26px;
		font-weight: bold
	}

	#c_portalResEbizads_banner-1564124881919 .subpage_ad .ad-sum {
		font-size: 14px
	}
}
 */