body{
    background-color: #F2F2F2 !important;
}
@media(min-width:768px) {
    .news_box {
        width: 1200px;
        min-height: 200px;
        background-color: #FFF;
        padding: 24px 32px;
        margin: 36px auto;
        clear: both;
    }
    .newslist {
        margin-top: 32px;
    }
    .newstitle {
        font-size: 16px;
        color: #000;
        line-height: 35px;
    }
    .newsattr {
        line-height: 30px;
        font-size: 13px;
    }
    .newsinfo {
        padding: 6px 0;
        line-height: 25px;
        color: #5a6d59;
        min-height: 80px;
    }
    .newsmore {
        line-height: 30px;
        margin-bottom: 16px;
        border-bottom: 1px solid #EEE;
        padding-bottom: 16px;
        color: #990000
    }
    .newsmore a{
        color: #990000;
    }
    .pageNav{
        margin-top: 24px;
    }
    .pageNo {
        padding: 4px 12px;
        font-size: 15px;
        border: 1px solid #EEE;
        margin-right: 12px;
        border-radius: 5px;
        cursor: pointer;
    }
    .pageNo:hover {
        border: 1px solid #DDD;
        font-weight: 600;
    }
    .showpage {
        background-color: #DDD;
        border: 1px solid #DDD;
        font-weight: 600;
        color: #000;
    }

    .newshot {
        padding-left: 48px;
    }

    .ctitle {
        line-height: 45px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        border-bottom: 1px solid #EEE;
        margin-bottom: 12px;
    }

    span.newsitem {
        line-height: 30px;
        display: block;
        height: 30px;
    }
    span.newsitem:first-child{
        font-weight: 600;
        
    }
}

@media(max-width:767px) {
    .news_box {
        width: 100%;
        min-height: 200px;
        background-color: #FFF;
        padding: 12px;
        clear: both;
    }
    .newsname img{
        height: 30px;
    }
    .newslist {
        margin-top: 32px;
    }
    .newstitle {
        font-size: 16px;
        color: #000;
        line-height: 30px;
    }
    
    .newsattr {
        line-height: 25px;
        font-size: 13px;
    }
    .newsinfo {
        padding: 6px 0;
        line-height: 25px;
        color: #5a6d59;
        min-height: 80px;
    }
    .newsmore {
        line-height: 30px;
        margin-bottom: 16px;
        border-bottom: 1px solid #EEE;
        padding-bottom: 16px;
        color: #990000
    }
    .newsmore a{
        color: #990000;
    }
    .pageNav{
        margin-top: 24px;
    }
    .pageNo {
        padding: 4px 12px;
        font-size: 15px;
        border: 1px solid #EEE;
        margin-right: 12px;
        border-radius: 5px;
        cursor: pointer;
    }
    .pageNo:hover {
        border: 1px solid #DDD;
        font-weight: 600;
    }
    .showpage {
        background-color: #DDD;
        border: 1px solid #DDD;
        font-weight: 600;
        color: #000;
    }

    .newshot {
        margin-top: 36px;
    }

    .ctitle {
        line-height: 45px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        border-bottom: 1px solid #EEE;
        margin-bottom: 12px;
    }

    span.newsitem {
        line-height: 40px;
        display: block;
        border-bottom: 1px solid #EEE;
        height: 40px;
    }
    span.newsitem:first-child{
        font-weight: 600;
        
    }
}