body{
   padding-top: 0.9rem;
}


.header{
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
}

.position .position_fl{
    display: none;
}
.header .head_logo1{
    /*display: none;*/
}
.head_logo,
.header .search_icon,
.header .head_search .search,
.header .head_url img,
.header .head_language .language_txt img,
.header .head_txt .head_language .language_txt i{
    filter: brightness(1) invert(0) !important;
}
.header .head_nav .nav_item .nav_url{
    color: #000;
}
.header .head_search .phone,
.header .head_search .phone b{
    color: #000;
}
.header .head_search .phone::before{
    background: #DDDDDD;
}
.header .head_logo2{
    display: block;
}
.header .head_hr{
    background: #333;
}
.header .head_url,
.header .head_language .language_txt{
    color: #333;
}



.position{
    border-bottom: none !important;
}




/* 新闻详情 */
.news_view{
    padding: 0.22rem 0 0.7rem;
    box-sizing: border-box;
}
.news_view .main{
    display: flex;
    justify-content: space-between;
}
.news_view .view_fl{
    width: calc(100% - 5rem);
    height: auto;
}
.news_view .view_fl .view_title{
    font-weight: bold;
    font-size: 0.4rem;
    color: #222222;
    line-height: 1.4;
    margin-bottom: 0.27rem;
}
.news_view .view_fl .view_key{
    display: flex;
    align-items: center;
    column-gap: 0.3rem;
}
.news_view .view_fl .view_key span{
    font-weight: 400;
    font-size: 0.16rem;
    color: #717171;
}
.news_view .view_fl .view_content{
    margin: 0.46rem 0 0.52rem;
    padding: 0.52rem 0 0.44rem;
    border-top: 0.01rem solid rgba(102,102,102,0.5);
    border-bottom: 0.01rem solid rgba(102,102,102,0.5);
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 1.6;
}
.news_view .view_fl .view_content p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.6;
}
.news_view .view_fl .view_content img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline;
}
.news_view .view_fl .view_url{
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
}
.news_view .view_fl .view_url:hover{
    color: #002673;
}
.news_view .view_fr{
    width: 4.2rem;
}
.news_view .view_fr .view_class{
    position: relative;
    margin-bottom: 0.58rem;
    font-weight: 400;
    font-size: 0.3rem;
    color: #222222;
}
.news_view .view_fr .view_class::before{
    content: "";
    position: absolute;
    bottom: -0.17rem;
    width: 0.6rem;
    height: 0.07rem;
    background: url(../images/img/view_icon.png) center no-repeat;
    background-size: contain;
}
.news_view .view_fr .view_li{
    width: 100%;
    height: auto;
    padding-bottom: 0.38rem;
    margin-bottom: 0.44rem;
    border-bottom: 0.01rem solid rgba(112,112,112,0.5);
}
.news_view .view_fr .view_li .view_img{
    width: 100%;
    height: 2.45rem;
    border-radius: 0.16rem 0.16rem 0rem 0rem;
    margin-bottom: 0.28rem;
    overflow: hidden;
}
.news_view .view_fr .view_li .view_img img{
    transition: all 0.5s;
}
.news_view .view_fr .view_li .view_time{
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    margin-bottom: 0.15rem;
}
.news_view .view_fr .view_li .view_title{
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.5;
}
.news_view .view_fr .view_li:hover .view_img img{
    transform: scale(1.1);
}
.news_view .view_fr .view_li:hover .view_title{
    color: #002673;
}










@media screen and (max-width: 1042px) {
    body{
        padding-top: 54px;
    }
    .position .position_fr{
        display: flex;
    }
    .news_view .main{
        flex-wrap: wrap;
    }
    .news_view .view_fl{
        width: 100%;
    }
    .news_view .view_fr{
        display: none;
    }
    .news_view .view_fl .view_title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .news_view .view_fl .view_key{
        flex-wrap: wrap;
    }
    .news_view .view_fl .view_key span{
        font-size: 12px;
    }
    .news_view .view_fl .view_content,
    .news_view .view_fl .view_content p{
        font-size: 15px;
        line-height: 1.6;
    }
    .news_view .view_fl .view_url{
        font-size: 14px;
        margin-bottom: 10px;
    }
}

