@charset "UTF-8";


@media screen and (max-width: 1800px){

    html{
        zoom: .9;
    }

}

@media screen and (max-width: 1600px){

    html{
        zoom: .8;
    }

}
@media screen and (max-width: 1440px){

    html{
        zoom: .7;
    }

}

@media screen and (max-width: 1200px){

    html{
        zoom: .6;
    }

}

@media screen and (max-width: 1024px){

    html{
        zoom: .55;
    }
    .news-details > div{
        width: 95%;
    }
}

@media screen and (max-width: 768px){

    .news-details .content{
        margin:0 70px;
        line-height: 30px;
    }

}
@media screen and (max-width: 414px){

    .news-details .content{
        margin:0 20px;
    }
    .news-details .date{
        font-size: 16px;
    }
    .news-details .content p{
        font-size: 18px;
        line-height: 35px;
    }
    .news-details .next > div{
        font-size: 18px;
    }
}