.news{
	padding-bottom: 0.8rem;
}
.news_ul{
	margin-top: 0.14rem;
}
.news_li{
	padding-left: 0.47rem;
	border-bottom: 1px solid #BCBCBC;
	transition: all 0.3s;
	width: 100%;
}
.news_tit{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.24rem;
	color: #000000;
	width: 50%;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
	 transition: all 0.3s;
}
.news_dec{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #7B7B7B;
	line-height: 30px;
	margin-top: 0.32rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.newsL{
	padding-right: 0.5rem;
	width: 100%;
}
.newsR{
	/* flex: 0 0 1.77rem;
	height: 2.23rem; */
	transition: all 0.3s;
	position: relative;
}
.newsR img{
	width: 1.77rem;
	object-fit: contain;
	opacity: 0;
	transition: all 0.3s;
}
.news_time{
	position: absolute;
	top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
}
.newsR .date{
	font-family: Bahnschrift, Bahnschrift;
	font-weight: 400;
	font-size: 0.7rem;
	color: #0E2A59;
}
.newsR p{
	font-family: Bahnschrift, Bahnschrift;
	font-weight: 400;
	font-size: 0.2rem;
	color: #0E2A59;
	transition: all 0.3s;
}
.news_li:hover{
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	transition: all 0.3s;
}
.news_li:hover .news_tit{
	color: #0E2A59;
	transition: all 0.3s;
}
.news_li:hover .newsR img{
	opacity: 1;
	transition: all 0.3s;
}
.news_li:hover .newsR p{
	color: #ffffff;
	transition: all 0.3s;
}


/* detail */
.newsDetail{
	padding: 0.26rem 0 0.66rem;
}
.newsDetail_tit{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.43rem;
	color: #1D1E21;
	line-height: 0.6rem;
	text-align: center;
}
.newsDetail_dete{
	margin-top: 0.48rem;
	margin-bottom: 0.38rem;
	justify-content: center;
}
.newsDetail_dete p,.newsDetail_dete span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.12rem;
	color: #717171;
}
.newsDetail_dete p{
	margin: 0 0.15rem;
}
.newsDetail hr{
	width: 100%;
	height: 0.01rem;
	background: #DDDDDD;
}
.newsDetail_cont{
	padding-bottom: 0.8rem;
}
.newsDetail_dec p{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #5B5B5B;
	line-height: 0.35rem;
}
.newsDetail_dec p,.newsDetail_dec img{
	/*margin-top: 0.66rem;*/
	width: 100%;
}
.newsDetail_dec img{
	width: 66%;
	    /*margin: 0.66rem auto 0;*/
	margin: 0 auto;
}
.newsD_cliA p,.newsD_cliA a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
}
.newsD_cliA a:hover{
    color: #0e2a59;
}
.newsD_cliA{
	margin-top: 0.26rem;
}
.newsD_cliA p{
	flex: 0 0 auto !important;
}
.header_top2{
	position: static;
	background: #ffffff;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.06);
}
.header_top2 .flex_box .level1_a,.header_top2 .level1_active .level1_a{
	color: #1D1E21 !important;
}

.header_top2 .level2_list{
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px 1px;
}
.header_top2 .level2_a:hover{
	color: #1D1E21;
}