.news .banner_text_title1,
.news .banner_text_title2 {
    color: #005FBD !important;
}

.news_con {
    width: 100%;
    background: url('../img/news/newbg.png') no-repeat;
    background-size: cover;
    padding-top: 1.16rem;
}

.news_con .news_top {
    display: flex;
    width: 17rem;
    margin: 0 auto;
}

.news_con .news_top .news_top_img {
    width: 7.88rem;
    height: 4.84rem;
    border-radius: 0 0 0.5rem 0;
    overflow: hidden;
}

.news_top_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.news_con .news_top:hover .news_top_img img {
    transform: scale(1.1);
}

.news_con .news_top .news_top_right {
    width: 8.09rem;
    margin-left: 1.03rem;
}

.news_top_right .news_top_title {
    margin-top: 0.41rem;
    margin-bottom: 0.29rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.32rem;
    color: #005FBD;
    line-height: 0.34rem;
}

.news_top_right .news_top_time {
    margin-bottom: 0.36rem;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.25rem;
    color: #9D9D9D;
    line-height: 0.25rem;
}

.news_top_right .news_top_text {
    margin-bottom: 0.7rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #6E6E6E;
    line-height: 0.45rem;
}

.news_top_right .news_top_btn {
    display: flex;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #005FBD;
}

.news_top_right .news_top_btn img {
    width: 0.47rem;
    height: 0.09rem;
    margin-top: 0.12rem;
    margin-left: 0.17rem;
}

.news_con .news_list {
    width: 17rem;
    margin: 1.93rem auto 0;
}

.news_con .news_list .news_item_con {
    width: 100%;
}

.news_item_con .news_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1.68rem;
    border-bottom: 0.01rem solid #C9C9C9;
    margin-bottom: 0.35rem;
    transition: all 0.3s;
}

.news_item_con .news_item:hover {
    transform: translateY(-0.28rem);
    border-bottom: 0.01rem solid #009D44;
}

.news_item_con .news_item .news_item_left {
    width: 14.6rem;
}

.news_item_left .news_item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_item_left .news_item_title1 {
    width: 14rem;
    transition: all 0.3s;
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.27rem;
    color: #292929;
    line-height: 0.4rem;
}

.news_item_con .news_item:hover .news_item_left .news_item_title1 {
    font-weight: bold;
    color: #005FBD;
}

.news_item_left .news_item_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.37rem;
    height: 0.22rem;
    background: #B5B5B5;
    border-radius: 0.11rem 0 0.11rem 0;
    transition: all 0.3s;
}

.news_item_con .news_item:hover .news_item_left .news_item_btn {
    background: #009D44;
}

.news_item_left .news_item_btn img {
    width: 0.19rem;
    height: 0.06rem;
    object-fit: unset;
}

.news_item_left .news_item_text {
    margin-top: 0.19rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #6E6E6E;
    line-height: 0.35rem;
}

.news_item_right .news_item_moun {
    transition: all 0.3s;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.8rem;
    color: #B7B7B7;
}

.news_item_right .news_item_year {
    transition: all 0.3s;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.26rem;
    color: #B7B7B7;
    line-height: 0.19rem;
}

.news_item_con .news_item:hover .news_item_right .news_item_moun,
.news_item_con .news_item:hover .news_item_right .news_item_year {
    color: #005FBD;
}

.news_list .page {
    padding-top: 0.63rem;
    /*margin-bottom: 0.69rem;*/
    padding-bottom: 0.69rem;
}

.publick_nav_right {
    display: flex;
    align-items: center;
    /* padding-top: 1.2rem; */
}

.publick_nav_right .navicon {
    display: block;
    width: 0.21rem;
    height: 0.18rem;
}

.publick_nav_right .navarr {
    display: block;
    width: 0.05rem;
    height: 0.07rem;
    margin: 0 0.06rem;
}

.publick_nav_right .nav_item {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #888888;
}

.publick_nav_right .nav_item.active {
    color: #009D44;
}

.detailcon {
    padding-top: 1.2rem;
}

.detailcon header {
    background: #FFFFFF;
}

.detailcon .newsdetail {
    width: 100%;
    background: url('../img/news/detaukbg.png') no-repeat;
    background-size: cover;
}

.detailcon .newsdetail img{
    width: revert-layer;
    height: revert-layer;
}

.detailcon .newsdetail .newsdetail_con {
    width: 17rem;
    margin: 0 auto;
    padding-top: 0.74rem;
}

.newsdetail_con .newsdetail_title {
    margin-top: 0.72rem;
    margin-bottom: 0.39rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
}

.newsdetail_con .newsdetail_time {
    display: flex;
    justify-content: center;
    padding-bottom: 0.25rem;
    border-bottom: 0.01rem solid #DCDCDC;
    margin-bottom: 0.4rem;
}

.newsdetail_con .newsdetail_time .newsdetail_title2 {
    margin: 0 0.625rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
}

.newsdetail_con .newsdetail_text {
    margin-bottom: 0.71rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: rgba(0, 0, 0, 0.85);
    line-height: 0.4rem;
    text-indent: 2;
}

.newsdetail_con .newsdetail_text p{
    font-size: 0.22rem;
}

.newsdetail_con .newsdetail_img {
    display: flex;
    margin-bottom: 0.71rem;
}

.newsdetail_con .newsdetail_img .newsdetail_img_com {
    overflow: hidden;
    width: 5.94rem;
    margin-right: 0.27rem;
}

.newsdetail_img_com .newsdetail_img_item {
    display: block;
    width: 5.94rem;
    height: 3.66rem;
    transition: all 0.3s;
}

.newsdetail_con .newsdetail_img .newsdetail_img_com:hover .newsdetail_img_item {
    transform: scale(1.1);
}

.detailcon .detail_bottom {
    margin-top: 0.93rem;
    /*margin-bottom: 0.76rem;*/
    padding-bottom: 0.76rem;
}
@media (max-width:1200px){
    .newsdetail_con .newsdetail_time .newsdetail_title2{
        margin:0 0.2rem;
    }
    .newsdetail{
        padding:0.2rem;
    }
    .news_con{
        padding:0.2rem;
    }
    .news_con .news_top{width:100%;flex-direction:column;}
    .news_con .news_list{
        width:100%;
    }
    .news_con .news_top .news_top_img{
        width:100%;
    }
    .news_con .news_top .news_top_right{
        padding:0px .2rem;
        width:100%;
        margin:0;padding:0;
    }
    .news_item_con .news_item .news_item_left{
        width:100%;
    }
    .news_item_right{
        display:none;
    }
    .page .list{
        display:none;
    }
    .detailcon .newsdetail .newsdetail_con{
        width:100%;
    }
    .detailcon .newsdetail img{
        max-width:90%;
        margin: auto;
        height:auto;
    }
    .publick_nav_right{
        justify-content: flex-start;
    }
    .publick_nav_right img{
        margin:0.1em!important;
        width:auto;
    }
    .publick_nav_right a:last-child{
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}