@media screen and (max-width: 1200px) {
    .article_header span {
        top: 20%;
    }

}

@media screen and (max-width: 990px) {

    .article_header span {
        top: 32%;
    }
    .article_header span h1 {
        font-size: 37px;
    }
    .article_header span h4 {
        font-size: 25px;
        margin: 9px 0;
    }
    .article_header span h5 {
        font-size: 16px;
    }

    
    .new_art .new_body>span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:5;
        -webkit-box-orient: vertical;
    }
    .thenew_art img {
        width: 207px;
        height: 192px;
    }
   
}

 @media screen and (max-width: 770px) {
     .article_header span {
         left: 8%;
     }
     .article_header span h1 {
        font-size: 23px;
    }
    .article_header span h4 {
        font-size: 16px;
        margin: 9px 0;
    }
    .article_header span h5 {
    font-size: 9px;
    }

    .new_body h1 {
        font-size: 21px;
        margin-top: 0px;
    }
    .new_art .new_body>span {
        -webkit-line-clamp: 3;
    }
    .new_body span {
        font-size: 14px;
    }    
    .new_body>div span {
        margin-right: 0px;
    }
    
 }
 @media screen and (max-width: 500px) {

    .thenew_art img {
        width: 123px;
        height: 123px;
    }
   
    .article_header span {
        top: 26%;
    }
    .article_header span h1 {
        font-size: 14px;
    }
    .article_header span h4 {
        font-size: 11px;
        margin: 0px 0;
    }
    .article_header span h5 {
        font-size: 4px;
    }
    .mianbao {
        margin-top: 11px;
    }
    .mianbao li {
        font-size: 13px !important;
    }
    .hot_title {
        margin-top: 0px;
    }
    .new_body h3 {
        margin: 0px -11px 10px 0px;
    }
    .tiaozhuan {
        display: block !important;
        margin-top: 9px;
    }
    .hot_art>.hot_header h1 {
        margin: 9px 0;
        font-size: 19px;
    }
    .hot_header.animated.bounceInLeft a {
        top: -26px;
    }
    .pages {
        margin-top: 50px;
        display: block;
        justify-content: center;
    }
    .next {
        display: inline-block;
    }
  
}
