@charset "UTF-8";

@media screen and (max-width: 1470px){
    .news ul,
    .news-details > div{
        width: 95%;
    }
}

@media screen and (max-width: 1300px){
    .news ul li a > div:nth-of-type(2),
    .news ul li a > div:nth-of-type(3){
        padding-top: 25px;
    }
}

@media screen and (max-width: 1024px){
    .news ul li{
        padding: 15px 0;
    }
    .news ul li a > div:nth-of-type(2){
        width: 48.8%;
        padding-top: 5px;
    }
    .news ul li a > div:nth-of-type(3){
        padding-top: 5px;
    }
}

@media screen and (max-width: 768px){
    .news ul li a > div:nth-of-type(2) h3{
        margin-bottom: 5px;
    }
    .news ul li a > div:nth-of-type(2) p{
        font-size: 14px;
        line-height: 25px;
    }
    .news ul li a > div:nth-of-type(3) p{
        margin-bottom: 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 425px){
    .news{
        padding: 30px 0;
    }
    .news ul li a > div:nth-of-type(1),
    .news ul li a > div:nth-of-type(2){
        display: block;
        width: 100%;
    }
    .news ul li a > div:nth-of-type(2){
        margin-left: 0;
    }
    .news ul li a > div:nth-of-type(3){
       position: relative;
        width: 100%;
    }
    .news ul li a > div:nth-of-type(3) p{
        margin-bottom: 0;
    }
    .news ul li a > div:nth-of-type(3) i{
        display: none;
    }
    #btn{
        margin-top: 30px !important;
    }
    .news-details .bdshare{
        top: -30px;
    }
    .news-details{
        padding: 40px 0;
    }
    .news-details > div h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .news-details > div p{
        margin: 25px 0;
        font-size: 14px;
    }
    .news-details .go-back{
        width: 80%;
        margin-top: 40px;
    }
    .news-details .go-back .i{
        display: none;
    }
    .news-details .go-back > div{
        width: 80%;
        font-size: 14px;
    }
    .news-details .go-back .unclick{
        width: 15%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 360px){
    .news-details .go-back .unclick{
        width: 18%;
        margin-right: 2%;
    }
}





