﻿.banner-box {
    position: relative;
    width: 100vw;
    height: 480px;
    background-size: cover;
    background-position: center;
}

    .banner-box > .banner-content {
        position: absolute;
        left: 25%;
        top: 30%;
    }

        .banner-box > .banner-content > .banner-title-en {
            font-size: 24px;
            font-weight: normal;
            color: #FFFFFF;
            line-height: 28px;
        }

        .banner-box > .banner-content > .banner-title-cn {
            position: relative;
            font-size: 60px;
            font-weight: 300;
            color: #FFFFFF;
            line-height: 70px;
        }

            .banner-box > .banner-content > .banner-title-cn:after {
                content: "";
                position: absolute;
                left: 0px;
                bottom: -12px;
                width: 56px;
                height: 4px;
                background: #A40000;
            }

.content-mn > .nav-wrap > li {
    width:2rem;
    height:0.48rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    padding:0 0.2rem 0 0.3rem;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    font-size:0.16rem;
    cursor:default;
    background-color:#fff;
}
.content-mn > ul > li a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    height:100%;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    font-size:0.16rem;
    color:#3E3A39;
    cursor:default;
}
.content-mn > ul > li.nav-active a{
    color:#ffffff;
}
.content-mn > .nav-wrap > li img{
    width:0.07rem;
}
.news-page > .news-date,
.news-page > .news-type-title{
    font-size:0.14rem !important;
    color:#666;
    font-weight:500;
    padding:20px 0;
}
.news-type-title > a {
    margin:0;
    display:inline-block;
    color:#999999;
}

.news-page > .news-type-title{
    border-bottom:1px solid #e5e5e5;
}
.news-page > .news-title{
    font-size:0.24rem;
    color:#332D2B;
    font-weight:500;
    margin:0.5rem 0 0.3rem;
    text-align:center;
}
.news-page > .news-title > .info{
    font-size:0.2rem;
    color:#999;
    margin-left:0.2rem;
}
.news-page > .news-date {
    text-align:center;
    font-size: 0.16rem;
    color: #999;
    font-weight: 500;
    margin-bottom: 0.3rem;
}
.news-page p{
    font-size:0.16rem !important;
    line-height:0.24rem;
    font-weight:400;
}
.news-content {
    font-size: 16px;
}
.news-page img {
    width: 100% !important;
    object-fit: contain;
}

.news-btn-wrap{
    text-align:center;
    margin-top:20px;
}
.news-btn-wrap > .btn{
    display:inline-block;
    width:0.78rem;
    height:0.38rem;
    border:1px solid #E2E2E2;
    font-size:0.16rem;
    color:#999999;
    line-height:0.38rem;
    cursor:pointer;
}
.news-btn-wrap > .btn:hover{
    border-color:#A40000;
    background-color:#A40000;
    color:#fff;
}
.news-btn-wrap > .btn:first-child{
    margin-right:1.2rem;
}

.news-btn-wrap .btn-disabled{
    cursor:not-allowed;
}
.news-btn-wrap .btn-disabled:hover{
    border-color:#e5e5e5;
    background-color:#fff;
    color:#999999;
}


@media screen and (min-width: 1200px) {
    .swiper-container{
        display:block;
    }
    .content-mn > .nav-wrap{
        display:block;
    }
}
@media screen and (max-width: 1200px) {
    .banner-box {
        height: 240px;
    }
        .banner-box > .banner-content {
            left: 50%;
            transform: translateX(-50%);
        }
        .banner-box > .banner-content > .banner-title-en {
            font-size: 16px;
        }

        .banner-box > .banner-content > .banner-title-cn {
            font-size: 30px;
            line-height: 50px;
            text-align: center;
        }

            .banner-box > .banner-content > .banner-title-cn:after {
                left: 50%;
                width: 34px;
                height: 2px;
                transform: translateX(-50%);
            }

    .swiper-container {
        display: none;
    }
    .content-mn > .nav-wrap{
        display:none;
    }
    .content-mn{
        display:block;
        margin-bottom: 0.2rem;
    }

    .news-page > .news-type-title{
        display:none;
    }
    .news-page > .news-title{
        margin:0.15rem 0;
        font-size:0.16rem;
        font-weight:600;
    }
        .news-page > .news-title .info {
            font-size: 0.14rem;
            font-weight:normal;
        }
    .news-page > .news-date{
        /*margin-bottom:0.2rem;*/
        font-size:0.12rem !important;
        text-align:right;
    }
    .news-btn-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .news-btn-wrap > .btn:first-child{
        margin-right:0.5rem;
    }
    #put-top{
        left: 79%;
        width: 0.4rem;
        height: 0.4rem;
    }
    .news-btn-wrap .btn-disabled,
    .news-btn-wrap .btn-disabled:hover {
        background-color:#e5e5e5;
    }
}