@font-face{
    font-family: 'markprobold';
    src: url('../otf/markpro-bold.otf');
}

@font-face{
    font-family: 'markpro';
    src: url('../otf/markpro.otf');
}

.news-banner{
    position: relative;
    padding-top: 200px;
    max-height: 100vh;
    /*overflow: hidden;*/
}

.news-container img{
    max-width: 100%;
}

.bg-font{
    font-size: 250px;
    font-family: 'markprobold';
    color: rgba(206, 207, 207, .2);
    position: absolute;
    left: -20px;
    top: 15%;
    display: inline-block;
}

.news-menu{
    margin: 25px 0 15px;
}

.news-menu .flex{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.news-menu a{
    display: inline-block;
    padding: 2px 15px;
    background-color: #00a0af;
    border-radius: 5px;
    color: #FFFFFF;
    margin-left: 25px;
}

.news-container .left{
    width: 32%;
}

.news-container .right{
    width: 68%;
    padding: 30px 15px 0 170px;
}

.news-first .title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-first .title{
    font-size: 18px;
    padding: 30px 0 20px;
    background-image: url('../png/line.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}

.news-first .desc{
    margin-top: 10px;
    line-height: 1.8;
    font-size: 14px;
}

.news-first .btns{
    margin-top: 30px;
}

.btns a:first-of-type{
    float: left;
    color: #868686;
    font-family: 'markpro';
}

.btns a:last-of-type{
    float: right;
}

.news-container .img{
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    width: auto; 
}

.news-container .img img{
    transition: all .3s;
    -webkit-transition: all .3s;
    display: block;
}

.news-container .news-right .left-img img{
    max-width: 260px;
    height: auto;
}

.news-container .img:hover img{
    transform: scale(1.1);
}

.news-right .news-content{
    padding-left: 40px;
}

.news-right .title{
    font-size: 16px;
    padding-top: 0;
    background: none;
}

.news-right .news-first .btns{
    margin-top: 15px;
    font-size: 9px;
}

.news-first .date{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #00a0af;
    line-height: 36px;
    padding: 0 30px;
}

.news-right .news-first .date{
    top: 26px;
    bottom: unset;
    padding: 0 20px;
    line-height: 24px;
    font-size: 10px;
}

.news-right .list{
    margin-top: 20px;
    font-size: 12px;
}

.left-date{
    font-size: 28px;
}

.left-year{
    font-size: 8px;
    text-align: right;
    margin-top: 6px;
}

.list-date{
    padding-right: 11px;
    background-image: url('../png/line-2.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
}

.list .title{
    line-height: 2;
}

.list .desc,.list .title{
    padding-left: 10px;
}

.list .desc{
    line-height: 2;
}

.list .btns{
    display: inline-block;
}

.list .desc a:first-of-type{
    margin-left: 10px;
    color: #868686;
    font-family: 'markpro';
}

.list .desc a:last-of-type{
    float: right;
    margin-top: 4px;
}

.list li{
    margin-bottom: 20px;
}

.news-banner-title .bar{
    display: inline-block;
    background-color: #00a0af;
    width: 60px;
    height: 2px;
    margin-bottom: 10px;
}

.news-banner-title{
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

.banner-title{
    font-size: 24px;
    margin-bottom: 10px;
}

.newsd-container{
    width: 61.875%;
    height: 53.3333%;
    position: absolute;
    top: 40vh;
    left: 19.0625%;
    border-radius: 5px;
}

.newsd-container-bg{
    background-color: #FFFFFF;
    position: relative;
    height: 100%;
}

.newsd-container img{
    max-width: 100%;    
}

.newsd-container .flex{
    position: relative;
    height: 100%;
}

.newsd-container .left{
    position: relative;
    width: 48%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsd-container .right{
    width: 52%;
    position: relative;
    height: 100%;
}

.newsd-container .news-content{
    position: relative;
    height: 100%;
}

.newsd-container .content{
    overflow-y: scroll;
    font-size: 16px;
    position: absolute;
    top: 120px;
    left: 60px;
    right: 60px;
    bottom: 50px;
    height: calc(100% - 170px);
}

.newsd-container .content::-webkit-scrollbar{
    width: 3px;
    height: 3px;
    padding-right: 10px;
}

.newsd-container .content::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background-color: #00a0af;
}

.newsd-container .content::-webkit-scrollbar-track{
    border-radius: 3px;
    background-color: #eee;
}

.news-content{
    padding: 10px 60px;
}

.news-first .desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsd-container .title{
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
}

.newsd-container .title:after{
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #00a0af;
    width: 40px;
    left: 0;
}

.news-btn{
    color: #FFFFFF;
    position: absolute;
    border: 1px solid #FFFFFF;
    padding: 4px 8px;
    border-radius: 18px;
    display: inline-block;
    top: 50%;

}

.left-btn{
    left: -140px;
}

.right-btn{
    right: -140px;
}

.newsd-container .title{
    margin-top: 20px;
}

.phone-news-btn,.news-phone{
    display: none;
}

@media screen and (max-width: 1200px) {
    
    .news-container .flex.news-flex{
        display: block;
    }

    .news-container .left,.news-container .news-right{
        width: 100%;
    }

    .news-banner{
        height: auto;
        max-height: unset;
    }

    .news-first{
        display: flex;
    }

    .news-container .img{
        display: inline-block;
        height: auto;
        width: 100%;
    }

    .news-first .title{
        padding-top: 0;
    }

    .news-content{
        padding-right: 0;
    }

    .news-first{
        margin-bottom: 50px;
    }

    .news-phone{
        display: block;
    }

    .news-container .news-right{
        display: none;
    }

    .newsd-banner{
        height: 100vh;
    }

    .news-first>div:first-of-type{
        width: 30%;
        height: 100%;
    }

    .news-content{
        width: 70%;
    }

}

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

    .news-container .img img{
        width: 260px;
        max-width: 260px;
    }

    .newsd-container{
        width: 80%;
        left: 10%;
        top: 30vh;
    }

    .left-btn{
        left: -80px;
    }

    .right-btn{
        right: -80px;
    }

    .news-content{
        padding-left: 20px;
    }

    .newsd-container .content{
        left: 15px;
        right: 15px;
        bottom: 15px;
        height: calc(100% - 140px);
        top: 100px;
    }

    .news-banner{
        padding-top: 120px;
    }

    .scroll-content{
        padding-right: 8px;
    }

}


@media screen and (max-width: 768px) {
    
    .news-first,.newsd-phone-img,.phone-news-btn{
        display: block;
    }

    .news-content{
        padding: 20px 15px;
    }

    .news-container .img img{
        width: 100%;
        max-width: 100%;
    }

    .news-menu .flex{
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .news-menu a{
        margin-left: 0;
        margin-right: 10px;
        padding: 6px 15px;
    }

    .news-menu{
        margin: 40px 0;
    }

    .news-banner{
        padding-top: 120px;
    }

    .bg-font{
        font-size: 120px;
        top: 0;
        left: 15px;
    }

    .newsd-container{
        position: unset;
        width: 100%;
        padding: 0 15px;
        margin: 30px 0 50px;
    }

    .newsd-container .flex{
        display: block;
    }

    .newsd-container .left,.newsd-container .right{
        width: 100%;
    }

    .news-banner{
        height: auto;
    }

    .newsd-container .content{
        position: unset;
        height: auto;
        overflow-y: unset;
    }

    .newsd-banner{
        padding-top: 100px;
    }

    .scroll-content{
        padding-right: 0;
        margin-top: 20px;
    }

    .phone-news-btn{
        position: unset;
        display: inline-block;
        border: 1px solid #000000;
        color: #000000;
    }

    .left-btn{
        float: left;
    }

    .right-btn{
        float: right;
    }

    .news-btns{
        padding: 20px 15px;
    }

    .news-phone,.newsd-phone-img,.news-btn{
        display: none;
    }

    .phone-news-btn,.news-phone{
        display: block;
    }

    .news-first>div:first-of-type{
        width: 100%;
    }

    .news-content{
        width: 100%;
    }


}

