﻿.news-area{
	padding-bottom: 6.5132vw;
}
.news-row{
	display: flex;
}
.news-row .news-col{
	width: 50%;
}
.news-row .news-col:nth-child(odd){
	padding-right: 1.6447vw;
}
.news-row .news-col:nth-child(even){
	padding-left: 1.6447vw;
}
.title-block img{
	width: 1.3158vw;
	height: 1.3158vw;
}
.title-block .title{
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #383838;
	flex:1;
	margin-left: .5263vw;
}
.hot-news{
	display: flex;
	margin-bottom: 1.9737vw;
}
.hot-news img{
	transition: all 0.6s;
	height: 11.7105vw;
	width: 100%;
}
.hot-news .col{
	overflow: hidden;
}
.hot-news .col:hover img{
	transform: scale(1.2);
}
.hot-news .col:nth-child(odd){
	margin-right: 0.08rem;
}
.hot-news .col:nth-child(even){
	margin-left: 0.08rem;
}
.title-block{
	display: flex;
	align-items: center;
	margin-bottom: 1.5789vw;
}
.title-block .more{
	font-size: .8553vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666;
}
.title-block .more:hover{
	color: #0697d0;
}
.news-area .base-news-row{
	font-size: .9211vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666;
	display: flex;
	justify-content: space-between;
	padding-top: 1.9737vw;
	padding-bottom: 1.1184vw;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.hot-news .col{
	position: relative;
	border-radius: 6px;
	flex:0.5;
}
.hot-news .col .title{
	font-size: .9211vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	height: 2.6316vw;
	background: rgba(0,0,0,0.4);
	line-height: 2.6316vw;
	padding:0px .6579vw;
}
.hot-news .col .title:hover{
	background: linear-gradient(to right, #0697d0, #2fe79d);
}
.base-news-row:hover{
	background-image: -webkit-linear-gradient(left, #0697d0, #2fe79d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.base-news-row:hover a{
	background-image: -webkit-linear-gradient(left, #0697d0, #2fe79d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hot-news .col a{
	color:#fff;
    overflow: hidden;
	display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.base-news-row a{
	color: #666;
}
.subnew-area .nav-title{
	font-size: 2.5vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #383838;
	margin-bottom: 3.3553vw;
	margin-top: 3.3553vw;
	text-align: center;
}
.subnew-area .news-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}
.subnew-area .news-col{
	flex:0 1 33.33%;
	background: #e9f7f9;
	padding:2.6316vw 3.2895vw;
	position: relative;
	height: 36.1184vw;
	border-right: 1px solid RGBA(13, 50, 67, 0.2);
	margin-bottom: 2.6316vw;
	cursor: pointer;
}
.subnew-area .news-col .time{
	font-size: .8553vw;
	color: #383838;
	opacity: 0.8;
	margin-bottom: 1.3158vw;
	padding-bottom: .6579vw;
	border-bottom: 1px solid RGBA(95, 106, 110, 0.5);
}

.subnew-area .news-col .title{
	color: #333333;
	font-size: 1.1184vw;
	text-align: left;
	margin-bottom: 1.9737vw;
	height: 3.3553vw;
}

.subnew-area .news-col .content{
	color: #666;
	font-size: .9211vw;
	text-align: justify;
	margin-top: 1.9737vw;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
    display: -webkit-box;
}
.subnew-area .news-col .img-block{
	width: 100%;
	height: 13.4605vw;
	text-align: center;
}
.subnew-area .news-col .img-block img{
	height: 100%;
	width: 100%;
	text-align: center;
}
.subnew-area .news-col .arrow{
	width: 3.4211vw;
	height: .7237vw;
	position: absolute;
	bottom: 2.6316vw;
}
.subnew-area .news-col .white-arrow{
	display: none;
}
.subnew-area .news-col.active{
	background: linear-gradient(to right, #0697d0, #2fe79d);
	color: #fff;
}

.subnew-area .news-col.active div{
	color: #fff;
	opacity: 1;
}
.subnew-area .news-col.active .black-arrow{
	display: none;
}
.subnew-area .news-col.active .white-arrow{
	display: block;
}
.subnew-area .news-col.active .time{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.subnew-area .page-area{
	margin-bottom: 3.2895vw;
	text-align: center;
}
.subnew-area .page-area .page-num{
	font-size: .9211vw;
	
}
.subnew-area .page-area img{
	width: .6579vw;
	height: .5921vw;
	margin-right: .6579vw;
	margin-left: .6579vw;
}
.subnew-area .page-area .single-page{
	width: .3947vw;
	height: .5921vw;
}
.news-banner{
	position: relative;
}
.news-banner .container {
    position: absolute;
    bottom: 3.2895vw;
    left: 0;
    right: 0;
}
.news-banner .title {
	font-size: 3.8158vw;
	font-weight: 800;
	color: #FFFFFF;
}

.news-banner .sub-title {
	font-size: 1.3816vw;
	font-weight: 900;
	color: #FFFFFF;
	font-family: HarmonyOS Sans;
	display: flex;
	align-items: center;
}

.news-banner .line {
	display: inline-block;
	margin-left: .9211vw;
	width: 4.6053vw;
	height: .1316vw;
	background-color: #FFFFFF;
}
/** 新闻详情 **/
.detail-area{
	padding-top: 4.6053vw;
	padding-bottom: 6.5789vw;
	background: #F9F9F9;
}
.detail-area p{
	line-height: normal;
	margin-bottom: 0px;
}
.detail-area p img{
	margin: 0 auto;
	display: block;
}
.detail-container .title {
	font-size: 2.6042vw;
	font-weight: bold;
	text-align: center;
	margin: 1.3158vw 0px;
	color: #383838;
}
.detail-container .label{
	display: flex;
	justify-content: center;
	margin-bottom: 1.3021vw;
}
.detail-container .label span{
	margin:0px 3.2552vw;
	font-size: .8464vw;
}
.detail-container .bottom-line{
	background: linear-gradient(to right, #0697d0, #2fe79d);
	width: 100%;
	height: .0651vw;
	margin-bottom: 1.9531vw;
}
.detail-container p{
	line-height: 2.474vw;
	color: #666;
	text-align: justify;
	font-size: 1.237vw;
}
.bottom-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.bottom-list .content-label{
	color: #333;
	font-size: .9115vw;
	margin-right: .651vw;
}
.bottom-list .content-value{
	color: #666;
	font-size: .9115vw;
}
.content-rows{
	display: flex;
}
.hot-block{
	width: 20.8333vw;
	flex-shrink: 0;
	margin-left: 5.2083vw;
	background: #fff;
	padding: 2.6042vw 1.5625vw;
	border-radius: 10px;
	box-shadow: 0px .3255vw .651vw rgb(0 0 0 / 10%);
}
.hot-block .hot-top{
	font-size: 1.888vw;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #383838;
	margin-bottom: 1.3672vw;
}
.hot-block img{
	border-radius: .651vw;
}
.hot-block .hot-title{
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hot-block .hot-title a{
	font-size: 1.237vw;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666666;
}
.hot-item{
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 1.4323vw;
	padding-bottom: 1.4323vw;
	overflow: hidden;
}
.hot-item:hover .hot-title a{
	background-image: -webkit-linear-gradient(top, #0697d0, #2fe79d 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hot-item .img-block{
	overflow: hidden;
	margin-bottom: 1.6276vw;
}
.hot-item:hover img{
	transition: all 0.6s;
}
.hot-item:hover img{
	transform: scale(1.2);
}
.back-list{
	margin:1.9531vw 0px;
	text-align: right;
}
.back-list a{
	color:#333;
	font-size: .9115vw;
}
.news-content{
	flex:1;
}