@import url("../../css/style.css");
.banner{
    background: #f4c624;
}
.banner .container{
    position: relative;
}
.banner h2{
    position: absolute;
    top: 35%;
    left: 60px;
    font-size: 80px;
    color: #fff;
    font-weight: normal;
    font-weight: 600;
}
.new-list{
    padding-top: 60px;
}
.new-list h2{
    font-size: 38px;
    font-weight: 600;
}
.new-list .years {
    margin-bottom: 30px;
    position: relative;
}
.new-list .years a{
    display: inline-block;
    font-size: 22px;
    color: #595959;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding-right: 56px;
    font-weight: 600;
}
.new-list .years a::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/news-arrow-right.png) no-repeat;
    background-size: 100% 100%;
    width: 46px;
    height: 14px;
}
.include{
    padding: 0 60px;
}
.new-list ul{
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
}
.new-list ul li{
    /* float: left; */
    width: 33.333%;
    margin-bottom: 60px;
    list-style: none;
    padding: 0 8px;
}
.new-list ul li img{
    width: 100%;
}
.new-list ul li p{
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 75px;
}
.new-list ul li a{
    color: #000;
}
.new-list ul li span{
    font-size: 16px;
    color: #6e6c6c;
    position: relative;
    display: block;
    padding-left: 18px;
    margin-bottom: 30px;
}
.new-list ul li span::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/time-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.new-list ul li h6{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 50px 10px 18px;
    background: #000;
    position: relative;
}
.new-list ul li h6::after{
    content: "";
    display: block;
    width: 27px;
    height: 9px;
    background: url(../img/arrow-wihte.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}
.bannerGoIndex{
    display: none;
}
.bannerGoIndex:hover{
    color: #fff;
}
.moreNews{
    padding: 40px 0;
    text-align: center;
}
.moreNewsCenter{
    display: inline-block;
    background: #fdc532;
}
.moreNews a{    
    padding: 10px 21px;
    font-size: 14px;
    color: black;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    width: auto;
}
@media (max-width: 1200px){
    .new-list ul li p{
        font-size: 19px;
    }
    .banner h2{
        font-size: 60px;
    }
}

@media (max-width: 992px){
    .banner h2{
        font-size: 50px;
        left: 45px;
    }
    .new-list h2{
        font-size: 28px;
    }
    .include{
        padding: 0 30px;
    }
    .new-list .years a{
        font-size: 18px;
    }
    .new-list{
        padding-top: 40px;
    }
    .new-list ul li p{
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .new-list ul li span{
        font-size: 12px;
        margin-bottom: 15px;
    }
    .new-list ul li h6{
        font-size: 14px;
        padding: 8px 50px 10px 10px;
    }
    .new-list ul li a::after{
        width: 17.5px;
        height: 5.5px;
        right: 10px;
    }
    .new-list ul li{
        margin-bottom: 30px;
    }
    .new-list ul li h6::after{
        width: 22px;
        height: 7px;
    }
}

@media (max-width: 768px){
    .banner .container{
        padding: 0;
    }
    .banner h2{
        font-size: 30px;
        left: 15px;
        top: 40%;
    }
    .bannerGoIndex{
        display: block;
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: 10px;
        left: 15px;
        font-weight: 600;
        padding-left: 30px;
        display: inline-block;
    }
    .bannerGoIndex::before{
        content: "";
        display: block;
        width: 21px;
        height: 13px;
        background: url(../img/news-arrow-left.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .include{
        padding: 0 15px;
    }
    .new-list h2{
        font-size: 21px;
    }
    .new-list .years a{
        font-size: 12px;
        padding-right: 30px;
    }
    .new-list .years a::after{
        width: 23px;
        height: 7px;
    }
    .new-list ul li{
        padding: 0;
        float: none;
        width: 100%;
        margin-bottom: 13px;
        border-bottom: 1px solid #ffc40e;
        line-height: 1.4;
    }
    .new-list ul li p{
        padding: 0;
        font-size: 14px;
        margin: 10px 0;
        line-height: 1.4;
        min-height: auto;
    }
    .new-list ul li span{
        font-size: 12px;
        margin-bottom: 10px;
        padding-left: 14px;
    }
    .new-list ul li h6{
        display: none;
    }
    .new-list ul{
        margin:  0;
    }
    .news_specific{
        margin-top: 20px;
    }
    .new-list .years{
        margin-bottom: 15px;
    }
    .new-list{
        padding-top: 18px;
    }
    .new-list ul li span::before{
        width: 10px;
        height: 10px;
    }
    .moreNews{
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }

    .moreNews .moreNewsCenter{
        background: #fdc532;
    }

    .moreNews a{
        font-size: 3.2vw;
        color: black;
        padding: 2.6667vw 2.3333vw;
        display: inline-block;
    }
}



