﻿@media screen and (max-width: 991px) {
    .NewsLists ul li {
        font: normal 16px/40px "微软雅黑";
        color: black;
        border-bottom: 1px dotted #999999;
        clear: both;
    }

    .NewsLists ul li a {
        float: left;
        font: normal 16px/40px "微软雅黑";
        color: black;
    }
      
        .pager span a {
            font: normal 13px/25px "微软雅黑";
            color: #b73234;
        }

    .pager span {
        display: inline-block;
        font: normal 13px/25px "微软雅黑";
        color: #b73234;
        margin: 10px;
        height: 30px;
    }
}
