@charset "UTF-8";

@media screen and (max-width: 1440px){

    html{
        zoom:.8;
    }

}







@media screen and (max-width: 1200px){


    .group .content{
        width: 100%;

    }
    .group .content .s-title{
        width: 100%;

    }
    .group .content .s-title ul{
        width: 80%;
        margin: auto;
    }
    .group .content .s-title ul li{
        width: 50%;
    }
    .group .content .g-news .list{
        width: 50%;
        margin: auto;
    }
    .group .content .g-news .list li{
        width: 100%;
        height: auto;
        float: none;
    }
    .group .content .g-news .list li:nth-child(even){
        margin-left: 0;
    }
    .details .content{
        width: 100%;
    }
    .details .content .s-title ul{
        width: 100%;
    }
    .details .content .article{
        width: 90%;
        margin: auto;
        text-align: justify;
    }
}

@media screen and (max-width: 1050px) {
    .group .content .g-news .list{
        width: 80%;
    }
    .group .content .g-news .list li{
        width: 100%;
        padding: 32px 0;
    }
    .group .content .g-news .list li a{
        display: block;
        width: 80%;
        margin: auto;
    }
    .group .content .video .vc .v-content{
        width: 100%;
    }
    .group .content .video .vc .prv,
    .group .content .video .vc .next{
        display: none;
    }
}
@media screen and (max-width: 820px) {
    .group .content .g-news .list li a{
        width: 90%;
    }
}
@media screen and (max-width: 720px) {
    .group .content .s-title ul{
        width: 100%;
    }
    .group .content .g-news .list{
        width: 100%;
    }
    .group .content .g-news .list li a{
        width: 90%;
    }
    .group .content .g-news .list li img{
        width: 20%;
        height: auto;
    }
    .group .content .g-news .list li .center{
        width: 50%;
    }
    .group .content .g-news .list li i{
        display: none;
    }
    .group .content .g-news .list li .date{
        width: 10%;
    }
    .group .content .g-news .list li .date p:nth-child(2){
        white-space: nowrap;
    }
}

@media screen and (max-width: 414px){
    .group .content .g-news{
        padding-bottom: 40px;
    }
    .group .title {
        margin-bottom: 30px;
    }
    .group .title h3{
        font-size: 18px;
    }
    .group .title p{
        font-size: 16px;
    }
    .group .content .g-news .list li{
        margin-bottom: 20px;
    }
    .group .content .g-news .list li .center h4{
        font-size: 14px;
    }
    .group .content .g-news .list li .center p{
        font-size: 12px;
    }
    .group .content .g-news .list li .date p:nth-child(1){
        font-size: 35px;
    }
    .group .content .s-title{
        margin-bottom: 30px;
    }
    .group .content .s-title ul li{
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
    #btn .prv, #btn .next, #btn .center{
        font-size: 14px;
    }
    .group .content .video .v-title h3{
        font-size: 18px;
    }
    .group .content .video .v-title p{
        font-size: 16px;
    }
    .details .d-title{
        margin-bottom: 30px;
    }
    .details .d-title h3{
        font-size: 18px;
    }
    .details .d-title p{
        font-size: 16px;
    }
    .details .content .s-title{
        margin-bottom: 20px;
    }
    .details .content .s-title ul li{
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
    .details .content .article h4{
        font-size: 16px;
    }
    .details .content .article h3{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .details .content .article p{
        font-size: 12px;
    }
    .details .content .article ul li{
        font-size: 12px;
    }
    .details .content{
        padding-bottom: 50px;
    }
}









