:root {
    --mainColor: #007bbd;
}

.banner-section{
    width: 100%;
    height: 56rem;
    background: url('../../images/news/bannerBg.jpg') no-repeat center center;
    background-size: cover;
}
.banner{
    position: relative;
    width: 100%;
    height: 56rem;
}
.banner-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.banner-title-zh{
    font-size: 6.25rem;
    font-weight: bolder;
    text-align: center;
}
.banner-title-en{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bolder;
    text-transform: uppercase;
}
.banner-line{
    width: 5rem;
    height: 0.4rem;
    margin-top: 2rem;
    background-color: #fff;
}


.headlines-section{
    padding-top: 10rem;
}
.headlines{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
    border-bottom: .0625rem solid #ccc;
}
.headlines-lf{
    width: 75%;
    height: 45rem;
}
.headlines-lf img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.headlines-rt{
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.headlines-title{
    display: flex;
    flex-direction: column;
    align-items: right;
    position: relative;
}
.headlines-title-zh{
    font-size: 3.5rem;
    color: #666;
}
.headlines-title-en{
    position: absolute;
    z-index: -1;
    top: 4.5rem;
    right: 0rem;
    font-size: 4rem;
    text-transform: uppercase;
    color: #f6f6f6;
}
.headlines-title a{
    margin-top: 2rem;
    color: var(--mainColor);
    text-align: right;
}
.headlines-con{
    position: absolute;
    top: 14rem;
    right: 0;
    width: 55rem;
    height: 28rem;
    background-color: rgba(25, 169, 235,0.9);
    padding: 4rem;
}
.headlines-con h4{
    font-size: 2rem;
    color: #fff;
    width: 28rem;
}
.headlines-con p{
    margin-top: 4rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bolder;
    font-size: 1.4rem;
}
.headlines-con-time{
    position: absolute;
    top: 0;
    right: 2rem;
    width: 8rem;
    border-left: .0625rem solid #fff;
    border-right: .0625rem solid #fff;
    border-bottom: .0625rem solid #fff;
    padding: 1rem 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.headlines-con-day{
    font-size: 3.75rem;
    color: #fff;
    border-bottom: .0625rem solid rgba(255, 255, 255, 0.8);
}
.headlines-con-ym{
    padding-top: 1rem;
    color: #fff;
    font-size: 1.4rem;
}



.main{
    width: 100%;
    margin: 6rem 0;
    padding: 6rem 10rem;
    border: .0625rem solid #ccc;
}
.main_title{
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    font-weight: bolder;
}
.main_coroperate{
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    padding-top: 1.5rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
    color: #666;
}
.main_share{
    display: flex;
    margin-left: 2.5rem;
}
.main_share > div{
    margin: 0 1.5rem;
}
.share_tecent span{
    font-size: 1.8rem;
}
.main_content{
    padding: 4rem 0;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #666;
}
.main_content p{
    font-size: 1.7rem;
    text-indent: 2em;
}
.main_content img{
    position: relative;
    left: 50%;
    transform: translateX(-60%);
    width: 45rem;
    object-fit: contain;
    height: auto;
    margin: 2rem 0;
}
.main_page{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
    border-top: 1px solid #ccc;
}
.main_page_lf a{
    color: #666;
}
.nextPage{
    margin-top: 1rem;
    white-space: nowrap;
    display: block; 
    overflow: hidden; 
    text-overflow: ellipsis;
    width: 90%;
}
.lastPage{
    white-space: nowrap;
    display: block; 
    overflow: hidden; 
    text-overflow: ellipsis;
    width: 90%;
}
.lastPage a{
    font-size: 1.5rem;
}
.lastPage a:hover{
    color: #007bbd;
}
.nextPage a{
    font-size: 1.5rem;
}
.nextPage a:hover{
    color: #007bbd;
}
.main_page_rt a{
    width: 15rem;
    height: 4rem;
    background-color: #c40808;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.main_page_rt a:hover{
    background-color: #007bbd;
}

@media screen and (max-width: 991px) {
    .main_section{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .main{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .nextPage{
        width: 50%;
    }
    .lastPage{
        width: 50%;
    }
    .main_page_rt{
        position: absolute;
        bottom: -5rem;
        right: 50%;
        transform: translateX(50%);
    }
}
@media screen and (max-width:660px){
    .main_content img{
        height: auto;
    }
}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 420px) {

}