    body {
        background: #fff;
    }

    .title-header, .xwzx, .zhgl {
        margin: 0 auto;
        font-size: 16px;
        position: relative;
        width: 1100px;
    }

    .banner {
        /*height: 500px;*/
        overflow: hidden;
    }

    .banner .swiper-button-next {
        width: 35px;
        height: 35px;
        background-size: 35px;
        right: 40px;
        background-image: url(../images/home_right.png);
    }

    .banner .swiper-button-prev {
        width: 35px;
        height: 35px;
        left: 40px;
        background-size: 35px;
        background-image: url(../images/home_left2.png);
    }

    .title-name {
        padding: 30px 0 20px 0;
        font-size: 30px;
        color: #333333;
    }

    .title-bread {
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        font-size: 14px;
    }

    .title-bread .title-bread-item {
        color: #333333!important;
        cursor: pointer;
    }

    .title-bread-item:not(:first-child)::before {
        content: '/';
        margin: 10px;
        color: #888888;
    }

    .title-bread-item:last-child {
        color: #888888;
    }

    .xwzx-header {
        margin-top: 66px;
        margin-bottom: 40px;
        text-align: center;
    }

      .xwzx-header .xwzx-header-item {
        width: 120px;
        font-size: 16px;
        color: #666;
        text-align: center;
        line-height: 44px;
        margin-right: 10px;
        cursor: pointer;
    }

    .xwzx-header-item.active {
        border: 2px solid #18477f;
        border-radius: 4px;
        color: #18477f;
    }

    .xwzx-ul {
        overflow: hidden;
    }

    .xwzx-li {
        min-width: 353px;
        float: left;
        width: 32%;
        margin-right: 1%;
        margin-bottom: 40px;
    }

    .xwzx-li:hover {
        box-shadow: 0 0 20px 0px #b6b6b6;
    }

    .xwzx-li-img-wrap {
        position: relative;
        font-size: 0;
    }

    .xwzx-date {
        position: absolute;
        width: 152px;
        bottom: 0;
        left: 0;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #fff;
        background: rgba(37, 76, 121, 0.85);
        text-align: center;
    }

    .xwzx-li-img {
        height: 200px;
        width: 100%;
    }

    .xwzx-li-info {
        padding: 18px 20px 42px;
        background: #f5f5f5;
        color: #333;
        min-height: 170.4px;
    }

    .xwzx-li-title {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .xwzx-li-content {
        margin: 18px 0 14px;
        font-size: 14px;
        color: #666;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 58px;
    }

    .xwzx-li-more {
        width: 115px;
        height: 35px;
        background: #18477f;
        color: #fff;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
    }

    .xwzx-li a{
      display: block;
    }

    .xwzx {
            margin-bottom: 70px;
    }
    /* CSS paging 样式分页案例css代码 */

    DIV.paging {
        PADDING-RIGHT: 3px;
        PADDING-LEFT: 3px;
        PADDING-BOTTOM: 3px;
        MARGIN: 3px;
        PADDING-TOP: 3px;
        TEXT-ALIGN: center
    }

    DIV.paging A {
        BORDER-RIGHT: #fff 1px solid;
        PADDING-RIGHT: 5px;
        BORDER-TOP: #fff 1px solid;
        PADDING-LEFT: 5px;
        PADDING-BOTTOM: 2px;
        MARGIN: 2px;
        BORDER-LEFT: #fff 1px solid;
        COLOR: #000099;
        PADDING-TOP: 2px;
        BORDER-BOTTOM: #fff 1px solid;
        TEXT-DECORATION: underline
    }

    DIV.paging A:hover {
      COLOR: #000;
        /*BORDER-RIGHT: #000099 1px solid;
        BORDER-TOP: #000099 1px solid;
        BORDER-LEFT: #000099 1px solid;

        BORDER-BOTTOM: #000099 1px solid*/
    }

    DIV.paging A:active {
        BORDER-RIGHT: #000099 1px solid;
        BORDER-TOP: #000099 1px solid;
        BORDER-LEFT: #000099 1px solid;
        COLOR: #f00;
        BORDER-BOTTOM: #000099 1px solid
    }

    DIV.paging a.current {
        BORDER-RIGHT: #fff 1px solid;
        PADDING-RIGHT: 5px;
        BORDER-TOP: #fff 1px solid;
        PADDING-LEFT: 5px;
        FONT-WEIGHT: bold;
        PADDING-BOTTOM: 2px;
        MARGIN: 2px;
        BORDER-LEFT: #fff 1px solid;
        COLOR: #000;
        PADDING-TOP: 2px;
        BORDER-BOTTOM: #fff 1px solid;
        BACKGROUND-COLOR: #fff
    }

    DIV.paging a.disabled {
        BORDER-RIGHT: #eee 1px solid;
        PADDING-RIGHT: 5px;
        BORDER-TOP: #eee 1px solid;
        PADDING-LEFT: 5px;
        PADDING-BOTTOM: 2px;
        MARGIN: 2px;
        BORDER-LEFT: #eee 1px solid;
        COLOR: #ddd;
        PADDING-TOP: 2px;
        BORDER-BOTTOM: #eee 1px solid
    }
