.news{
	background: #FEFEFE;
	padding: 0px 0 1.53rem;
}
.news_nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_nav_item{
	padding: 0.24rem 0.64rem 0.2rem;
	position: relative;
}
.news_nav_item p{
	font-family: HarmonyOS_light;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.28rem;
	text-align: center;
	transition: all 0.5s;
}
.news_nav_item p:hover{
    /*color: #1E1B89;*/
    transition: all 0.5s;
}
.news_nav_item.active p{
	/*color: #1E1B89;*/
}
.news_nav_item.active::after{
	background: #1E1B89;
}
.news_nav_item::after{
	content: "";
	background: transparent;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -41.5px;
	width: 0.83rem;
	height: 0.03rem;
}
.news .list_flex .item {
	transition: var(--s_tran);
	margin-top: 0.2rem;
	padding: 0.2rem;
	/* width: 100%; */
	/*background: #F5F5F5;*/
	width: 100%;
}
.news .list_flex .item:hover{
	/*background: url(/img/newBG2.png) no-repeat;*/
}
.news .list_flex .item:hover .flex_box2 .title,.news .list_flex .item:hover .flex_box2 .title .des1,.news .list_flex .item:hover .flex_box3 .day,.news .list_flex .item:hover .flex_box3 .date{
	color: #3c6af4 !important;
	transition: all 0.5s;
}
.news .list_flex .item:hover .arrow img:nth-child(1){
	opacity: 0;
	transition: all 0.5s;
}
.news .list_flex .item:hover .arrow img:nth-child(2){
	opacity: 1;
	transition: all 0.5s;
}
.news .list_flex .flex_box1 {
	flex: 0 0 24.5%;
}

.news .list_flex .flex_box2 {
	padding: 0 0 0 0.34rem;
	height: 100%;
	position: relative;
	flex: 0 0 76% !important;
}

.news .list_flex .flex_box3 {
	/*flex: 0 0 0.76rem;*/
	border-left: 0.01rem solid #E8E8E8;
	padding: 0.44rem 0 0.44rem 0.5rem;
		
}

/*.news .list_flex .flex_box2 .title {*/
/*	font-family: var(var(--m_fa));*/
/*	font-weight: 400;*/
	/*font-size: 0.2rem;*/
/*	color: #333333;*/
/*	line-height: 0.32rem;*/
/*	transition: all 0.5s;*/
/*	margin-top: 0.4rem;*/
/*}*/

.news .list_flex .flex_box2 .des {
	margin-top: 0.3rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.3rem;
	transition: all 0.5s;
}

.news .list_flex .flex_box2 .news_more{
	position: absolute;
	bottom: -0.1rem;
	transition: all 0.5s;
	color: #666666;
	right: 0;
}

.news_more2{
	/*position: static !important;*/
}
.news_more2 p{
    color: #999 !important;
}

.news .list_flex .flex_box2 .des1{
	margin-top: 0rem !important;
	color: #666666;
}

.news .list_flex .item:hover {
	/*background: #FFFFFF;*/
	/*box-shadow: 0rem 0.03rem 0.08rem 0.01rem rgba(97,93,93,0.22);*/
}

.news .list_flex .item:hover .title {
	/*color: var(--c);*/
}

.news .list_flex .flex_box3 .day {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.57rem;
	color: #666666;
	line-height:0.32rem;
	transition: var(--s_tran);
	text-align: left;
}

.news .list_flex .item:hover .day {
	/*color: var(--c);*/
}

.news .list_flex .flex_box3 .date {
	text-align: center;
	    font-family: Microsoft YaHei, Microsoft YaHei;
	    font-weight: 400;
	    font-size: 0.2rem;
	    color: #666666;
	    line-height:0.32rem;
	transition: var(--s_tran);
	    margin-top: 0.2rem;
}

.news .list_flex .item:hover .date {
	/*color: var(--c);*/
}
.news .scale_box .scale_img{
	width: 2.8rem;
    height: 1.6rem;
}
.news .flex_box{
	align-items: flex-start !important;
}
.news_moreimg{
	margin-left: 0.06rem;
}
.news_moreimg img:nth-of-type(2){
	display: none;
}
.news .list_flex .item:hover .news_moreimg img:nth-of-type(2){
	display: block;
	transition: all 0.5s;
}
.news .list_flex .item:hover .news_moreimg img:nth-of-type(1){
	display: none;
	transition: all 0.5s;
}
.news_nav hr{
	width: 100%;
	height: 0.01rem;
	background: #E8E8EB;
	opacity: 0.8;
}

.news_import{
	margin-top: 1.2rem;
}
.news_import_left{
	position: relative;
	overflow: hidden;
}
.news_import_left{
	flex: 0 0 40%;
}
.news_import_left:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.news_import_right{
	 flex: 0 0 58%; 
	width: 100%;
}
.news_import .title{
	white-space: pre-wrap;
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
}
.news_import_left img{
	width: 4.88rem;
	height: 3.94rem;
	transition: all 0.5s;
}
.news_cont{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.3rem;
	background: rgba(0,0,0,0.7);
}
.import_tit{
	font-family: HarmonyOS_light;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}
.import_date{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    /*line-height: 0.28rem;*/
    margin-top: 0.2rem;
    opacity: 0.5;
}
.news_import_right .scale_box .scale_img{
	    width: 1.76rem;
	    height: 1.1rem;
}
.news .list_flex .flex_box2 .title{
	    font-family: HarmonyOS_SC_medium;
	    font-weight: 500;
	    font-size: 0.16rem !important;
	    color: #000000;
	    line-height: 0.24rem;
	    margin-top: 0;
}
.news .list_flex .flex_box2 .des{
	    font-family: HarmonyOS_SC_regular;
	        font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.26rem;
    margin-top: 0.2rem;
}
.news_box .list_flex2 .flex_box2 .des{
    line-height: 0.3rem;
    margin-top: 0.3rem;
}
.news .list_flex .flex_box2 .des1{
	font-family: HarmonyOS_SC_regular;
	    font-weight: 400;
    font-size: 0.14rem;
    color: #999;
}
.news_import_right .list_flex .item{
	    margin-top: 0;
	    padding: 0.32rem 0 0.32rem;
    padding-left: 0.32rem;
}
.news_import_right .list_flex .item:nth-of-type(1){
    padding-top: 0;
    padding-bottom: 0;
}
.news_import_right .list_flex .item:nth-of-type(3){
    padding-top: 0;
    padding-bottom: 0;
}
.news .list_flex .flex_box1,.news .list_flex .flex_box2{
	flex: 0 0 auto;
}
.news_import_right .list_flex .flex_box2{
	padding: 0 0 0 0.28rem;
}
.news_pre{
	font-family: HarmonyOS_SC_medium;
	font-weight: 400;
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.28rem;
	margin:1.2rem 0 0.44rem;
}


/*detail*/


.detail_box{
	display: flex;
	padding-bottom: 134px;
}
.news_detail{
	flex: 0 0 57%;
}
.news_detail h3 span{
    font-weight: bold;
}
.news_detail1{
	align-items: flex-start !important;
	padding: 1.2rem 0 1.4rem;
}
.news_detail .title{
	    font-family: HarmonyOS_SC_medium;
	    /*font-weight: bold;*/
	    font-size: 0.24rem;
	    color: #000000;
	text-align: center;
}
.news_date{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
    font-size: 0.14rem;
    color: #999;
    text-align: center;
        margin: 0.3rem 0 0.4rem;
}
.related .news_date{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.news_detail hr{
	width: 100%;
	height: 1px;
	background: #EDEDEF;
	margin: 0;
}
.news_detail .info{
    margin-top: 0.49rem;
}
.news_detail .info p{
    font-family: HarmonyOS_SC_regular !important;
	    font-weight: 400;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.3rem;
    text-align: left;
}
.news_detail .info p span strong{
    font-size: 0.16rem;
    font-family: HarmonyOS_SC_medium;
    color: #000000;
}
.news_detail .info p strong{
    font-weight: bold;
}
.news_detail .info img{
	width: 5.6rem;
	margin: 0.3rem auto;
}


.related{
	    padding-left: 1.04rem;
    flex: 0 0 43%;
}
.gonggao-item{
    align-items: flex-start !important;
	margin-bottom: 0.37rem;
}
.gonggao-item:hover img{
    /*transform: scale(1.1);*/
    /*transition: all 0.5s;*/
}
.gonggao-item img{
	width: 1.76rem;
	height: 1.1rem;
	transition: all 0.5s;
	object-fit: cover !important;
	flex: 0 0 1.76rem;
}
.gonggao-mess{
	margin-left: 0.24rem;
}
.gonggao-mess .title{
	font-family: HarmonyOS_SC_medium;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.24rem;
	text-align: left;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 4;
	 -webkit-box-orient: vertical;
	 white-space:pre-wrap;
	 transition: all 0.5s;
}
.gonggao-item:hover .title{
    color: #3c6af4;
    transition: all 0.5s;
}
.gonggao-mess .news_date{
	text-align: left;
	font-family: HarmonyOS_SC_regular;
	font-size: 0.14rem;
	color: #999;
}
.news_box .list_flex2{
    margin: -0.2rem;
}


@media only screen and (max-width: 1024px){
    .news .flex_box{
    flex-direction: column;
    margin-top: 0px;
}
.news .scale_box .scale_img, 
.news_import_right .scale_box .scale_img, 
.news_import_left img{
    width: 100%;
    height: auto;
}
.news_import_right .list_flex .item:nth-of-type(1){
    padding: 5px;
}
.news_import_right .list_flex .flex_box2{
    flex: 0 0 100%;
        padding-left: 0;
    
}
.news_cont{
    padding: 5px;
}
.news_import_right .list_flex .item{
    padding: 0 0;
}
.news_import_left{
    margin-bottom: 10px;
}
.news .list_flex .flex_box2 .title{
    margin-top: 10px;
}
.news .list_flex .flex_box2{
    flex: 0 0 auto !important;
    padding-left: 0;
    height: auto;
    width: 100%;
}
.news .list_flex .flex_box2 .news_more{
    position: relative;
}
.news_box .list_flex2 .flex_box2 .des{
    margin-top: 5px;
}
.news .list_flex .item{
    margin-top: 0;
    
    padding: 5px!important;
}
.news{
    padding-bottom: 15px;
}
.news_detail1{
    padding: 15px 0;
}
.related{
    padding-left: 0px;
    margin-top: 50px;
    width: 100%;
    flex: 0 0 100%;
}
/*.gonggao-item{*/
/*    padding-bottom: 15px;*/
/*    border-bottom: 1px solid #999;*/
/*}*/

.index-mt-show{
    padding-top: 30px;
    border-top: 1px solid #EDEDEF;
}

/*.news_date{*/
/*    margin: 0;*/
/*    bottom: 15px!important;*/
/*}*/
.news_pre{
        margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px!important;
}
.news_box .list_flex2 .container{
    margin-top: 0;
}
.news .list_flex .flex_box1{
    width: 100%;
}
.news_box .list_flex{
    flex-wrap: nowrap;
}
.news_box .list_flex2{
     flex-wrap: nowrap;
     overflow-x: scroll;
     overflow-y: hidden;
}

.news_box .list_flex2 .item{
    width: 80%;
    flex-shrink: 0;
}
.news .scale_box .scale_img{
    width: 100%;
    height: 200px;
}
.news_import_right .scale_box .scale_img{
    width: 100%;
    height: 100px!important;
}
.news_detail{
    width: 100%;
}
}