 ul { padding: 0; list-style: none; }
        .content {
            padding: 0 8%;
            /* margin: 70px auto ; */
        }
        .content>h5 {
            color: #666;
            line-height: 85px;
            font-weight: normal;
            margin: 0;
        }
        .content>h5 a {
            color: #666;
        }
        .content>p {
            color: #004998;
            font-size: 14px;
        }
        .category {
            overflow: hidden;
            border: 1px solid #cdd4da;
            background: #f5f5f5;
        }
        .category li{
            float: left;
            width: 16.66%;
            line-height: 60px;
            text-align: center;
        }
        .category li a {
            font-size: 18px;
            color: #666;
        }
        .category li.active { background: #a2afb7; }
        .category li.active a { color: white; }
        .list-item { padding: 20px 0; }
        .newsList .list-item img{
            width: 170px;
            height: 120px;
            object-fit: cover;
        }
        .newsList .list-item {
            border-bottom: 1px dashed #e4e4e4;
            overflow: hidden;
        }
        .list-item div {
            line-height: 30px;
        }
        .list-item div img {
            display: none;
        }
         .list-item.img div {
            width: calc(100% - 190px);
        }
        .list-item * {
            margin: 0;
        }
        .list-item div h5 a { color: #333; font-size: 20px; font-weight: normal;}
        .list-item div .info {
            color: #999;
            font-size: 13px;
            overflow: hidden;
        }
        .list-item div .zhaiyao {
            color: #666;
            font-size: 16px;
        }
        .page_fenye>*{
            border:1px solid #ddd;
            display: inline-block;
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height:30px;
            margin:3px;
            border-radius: 3px;
            color:#666;
        }
        .page_fenye>*:first-child{
           width: auto;
          border: none;
        }
        .page_fenye>*:last-child, .page_fenye>*:nth-child(2){
            width: 70px;
        }
        .page_fenye .current,.page_fenye a:hover{
            background-color: #024897;
            border-color: #024897;
            color:#fff;
        }
        .newsList .paginationBox { padding: 40px 0; }
        @media only screen and (max-width:768px) {
            .content {
                padding: 0 15px;
            }
            .content>h5 { line-height: 60px; }
            .category, .category li.active{
                border: none;
                background: none;
                margin: 0;
            }
            .category li { width: 33.33%; }
            .category li.active a{
                color: #0b56aa;
                font-weight: bold;
                padding: 10px 0;
                border-bottom: 1.5px solid #0b56aa;
            }
            .list-item>img {
                display: none;
            }
            .list-item .pull-right img {
                display: block;
                float: left;
                margin-right: 15px;
            }
            .list-item div.pull-right { float: left !important; width: 100%; }
            .list-item .info .pull-right { float: left !important; }
        }