@charset "UTF-8";

/* news.css CSS  */
.current_loca{
    width: 90%;
    max-width: 1200px;
    margin: 100px auto 50px auto;
    height: 44px;
    line-height: 44px;
    font-size: 1.2rem;
    background: #F3F3F3;
    padding-left: 4%;
}


/*  */
.news-list-top-box{
    background-color: #0068CA;
    border-radius: 10px;
    padding-top: 26px;
    padding-left: 26px;
    padding-right: 26px;
    color: #FFF;
    margin-top: 16px;
}
.news-list-top-box .top-boxcolumn{
    font-size: 1.6rem;
    color: #FFF;
}
.news-list-top-box h4{
    color: #FFF;
    font-size: 1.2rem;
}
.news-list-top-box .news-top-time{
    display: block;
    margin-top: 30px;
}
.news-list-top-box .news-more{
    text-align: center;
    display: block;
    height: 26px;
    width: 80px;
    line-height: 26px;
    background: #0068CA;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    margin-top: 26px;
    color: #FFF;
}

.news-more:hover {
    background: #252525;
    color: #fff;
    border: 1px solid #252525;
    cursor: pointer;
}
.news-ul-list{
    margin-top: 16px;
}
.news-ul-list li{
    padding: 12px 0;
    border-bottom: 2px solid #004097;
}
.news-ul-list li a{
    color: #1E60BB;
    cursor: pointer;
    padding: 10px 0;
    display: inline-block;
    width: 100%;

}
.news-ul-list li a:hover{
    background: #0068CA;
    color: #FFF;
    padding-left: 26px;
    border-radius: 12px;
}
.news-ul-list li a:hover h5{
    color: #FFF;
}
.news-ul-list li a:hover .news-ul-time{
    color: #FFF;
}
.news-ul-list li a .news-ul-time{
    color: #929292;
}
.news-ul-list li a h5{
    color: #1E60BB;
}


/*  */
.custom-container-xflow-1200 {
    max-width: 1200px;
    width: 90%;
    padding: 0;
    margin: 0 auto;
}
.latestinfo-l,.latestinfo-r{
    /* width: 90%; */
}
.latestinfo-l img{
    width: 100%;
}
.latestinfo-r .latestinfo-r-title{
    
    font-size: 1.4rem;
    font-weight: normal;
    color: #0170D9;
}
.latestinfo-r .latestinfo-r-desc{
    font-size: 14px;
    color: #7A7A7A;
    margin-top: 26px;
    text-indent: 1.8rem;
}

/*  */
.latest_information{
    width: 90%;
    max-width: 1200px;
    padding-left: 26px;
    border-bottom: 1px solid #0068CA;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 76px;

}
.latest_information h2{
    font-size: 1.4rem;
    color: #0258D2;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

/*  */

.news-latestinfobott-box{
    width: 90%;
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
}
.news-latestinfobott{
    position: relative;
    width: 100%;
    min-height: 360px;
    margin-left:auto;
    margin-right: auto;
    display: block;
    /* padding: 160px 0; */
    clear: both;
}
.news-latestinfobott-text,.news-latestinfobott-img{    
    padding: 0;
}
.news-latestinfobott-text{
    width: 56%;
    border: 1px solid #0068CA;
    flex: unset;
    padding: 30px 20px 30px 4%;
    position: absolute;
    right: 0;
    top: 26px;

}
.news-latestinfobott-text a{
    cursor: pointer;
}
.news-latestinfobott-text h5{
    padding-left: 16px;
    font-size: 1.2rem;
    border-left: 4px solid #0068CA;
    margin: 0 auto;
    color: #0068CA;
   
}
.news-latestinfobott-text p{
    width: 80%;
}
.news-latestinfobott-text span{
    width: 80%;
    display: block;
    text-align: right;
}
.news-latestinfobott-img{
    width: 46%;
    /* position: absolute;
    right: 0;
    top: 26%; */
    max-width: 46%;
    /* float: left; */

}
.news-latestinfobott-img img{
    width: 100%;  
}
/* .newsflexleft{
    left: 0;
}
.newsflexright{
    right: 0;
} */

.news-latestinfobott-text2,.news-latestinfobott-img2{    
    padding: 0;
}

.news-latestinfobott-text2{
    width: 60%;
    border: 1px solid #0068CA;
    flex: unset;
    padding: 30px 20px 30px 2%;
    position: absolute;
    top: -26px;
    left: 0;

}
.news-latestinfobott-text2 a{
    cursor: pointer;
}
.news-latestinfobott-text2 h5{
    padding-left: 16px;
    font-size: 1.2rem;
    border-left: 4px solid #0068CA;
    margin: 0 auto;
    color: #0068CA;
   
}
.news-latestinfobott-text2 p{
    width: 80%;
    /* margin-right: 0; */
}
.news-latestinfobott-text2 span{
    width: 90%;
    display: block;
    text-align: right;
}
.news-latestinfobott-img2{
    width: 46%;
   /*  position: absolute;
    left: 0;
    top: 26%; */
    max-width: 46%;
    float: right;
    z-index: 9;

}
.news-latestinfobott-img2 img{
    width: 100%;  
}


/*  */
.n_pages_box{
    text-align: center;
    margin-bottom: 40px;
}
.n_pages_box ul .disabled {
    padding: 0px 14px;
}
.n_pages_box ul li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -1px;
    line-height: 33px;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    outline: none;
    background: none;
    user-select: none;
    color: #666;
}

.n_pages_box ul li.active {
    background: #2d98e6;
    color: #fff;
    border-color: #2d98e6;
    z-index: 3;
}
/* .n_pages_box ul li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -1px;
    line-height: 33px;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    outline: none;
    background: none;
    user-select: none;
    color: #666;
} */
.n_pages_box ul li.active a {
    color: #fff;
}
.n_pages_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 14px;
}
/*  */
.news-desc{
    width: 96%;
    max-width: 1200px;
    padding: 4rem;
    margin: 0 auto;
    background: #F3F3F3;
    margin-bottom: 4rem;
}
.news_content h1{
    font-size: 1.4rem;
    margin: 1rem auto;
}
.news_content .news_content2,.news_content .news_content3{
    float: left;
}
.news_content2 a{
    color: #7d7d7d;
}
.news_content2 a:hover{
    color: #0E8CC1;
}
.news_content3 button{
    background-color: #0E8CC1;
    color: #FFF;
}
.news_content3 button a{
    color: #FFF;
}

/*  */


@media screen and (max-width: 1200px) {
    .news-latestinfobott {
        
        margin-bottom: 40px;
    }
    .news-latestinfobott-text2 {
        width: 96%;
        border: 1px solid #0068CA;
        flex: unset;
        padding:16px;
        position: relative;
        margin: 0 auto;
        top: unset;
    }
    .news-latestinfobott-text2 p {
        width: 100%;
    }
    .news-latestinfobott-img2 {
        width: 100%;
        max-width: 100%;
        float: none;
        z-index: 9;
    }

    .news-latestinfobott-text {
        width: 96%;
        border: 1px solid #0068CA;
        flex: unset;
        padding:16px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 40px;
        top: unset;
    }

    .news-latestinfobott-text p {
        width: 100%;
    }
    .news-latestinfobott-img {
        width: 100%;
        max-width: 100%;
        float: none;
        z-index: 9;
        margin-bottom: 40px;
    }
    /*  */

    .news-desc {
        width: 96%;
        max-width: 1200px;
        margin: 0 auto;
        background: #F3F3F3;
        margin-bottom: 4rem;
        padding: 1rem 0;
    }

    .news-desc img{
        max-width: 100%;
        height: auto !important;
        max-height: auto;
    }
    .news_content .news_content2, .news_content .news_content3 {
        float: none;
    }
}