﻿@media only screen and (max-width: 1020px){
    .news-con {
        padding:15px 20px 10px 20px;
    }
}


@media screen and (max-width:780px){
    .news-con {
        padding:15px 10px 10px 10px;
    }
    .new-title {
        width: 100%;
        line-height: 32px;
        font-size: 18px;
    }
    .news-time {
        font-size: 12px;
        line-height: 30px;
    }
    .news-info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .news-img {
        margin-bottom: 24px;
    }
    .news-img .news-mask {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding-left: 15px;
    }
    .news-link {
        font-size: 12px;
    }
}