body {
    }

    #container {
        position: relative;
    }

    .logo-section {
        width: 1100px;
        margin: auto;
    }

    .public-layout {
        padding-bottom: 0 !important;
        background: #fff url(bg-xzxgfwj.png) no-repeat center top -45px;
    }

    .guizhang-header {
        margin: 0 auto;
        width: 1100px;
    }

    .easy-scan-box {
        height: 50px;
        line-height: 50px;
    }

    .easy-scan-box a {
        float: right;
        font-size: 13px;
        color: #fff;
    }

    .china-icon-box {
        display: block;
        width: 500px;
        position: absolute;
        z-index: 2;
        top: 50px;
    }

    .china-icon-box img {
        width: 100%;
    }

    .main-title-box {
        margin-top: 120px;
        text-align: center;
    }
    .main-title-box .page-title {
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 6px;
    }

    #container-library {
        margin: 58px auto 50px;
        width: 1122px;
        padding: 36px;
        background: #fff;
    }

    .table-content {
        padding: 30px 0 0;
        border: none;
    }

    .guizhang-rowno {
        width: 5%;
        font-size: 14px;
        color: #333;
    }
    .guizhang-ofno {
        width: 20%;
        font-size: 14px;
        color: #333;
    }

    .guizhang-title {
        width: 51%;
        font-size: 14px;
    }
    .guizhang-other {
        width: 12%;
    }

    .guizhang-download {
        width: 17%;
        font-size: 14px;
    }

    .guizhang-list-head {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #333;
        border-bottom: 2px solid #0f5a9b;
    }

    .guizhang-list-head dt {
        float: left;
        font-family: 'FZXBSJW', 'STZhongsong', 'STFangsong';
        font-size: 20px;
        text-align: center;
    }

    .guizhang-list .guizhang-list-items div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        /*font-family: "宋体";*/
        color: #333;
        padding: 10px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 0;
    }

    .guizhang-list .guizhang-list-items .guizhang-title {
        text-align: left;
        padding-left: 30px;
        white-space: normal;
    }

    .guizhang-list .guizhang-title a {
        display: block;
        margin: 0 10px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        /*font-family: '宋体';*/
    }
    .guizhang-list .guizhang-title a:hover {
        text-decoration: underline;
    }

    .guizhang-list .guizhang-title span {
        display: block;
        margin: 0 10px;
        color: #5d89b6;
        padding-left: 0;
        float: none;
        line-height: 24px;
        /*font-family: '宋体';*/
    }

    .guizhang-list .guizhang-download a {
        color: #333;
        /*font-family: '宋体';*/
    }

    .guizhang-list .guizhang-download span {
        color: #333;
        /*font-family: '宋体';*/
    }

    .guizhang-list .guizhang-list-items {
        display: table;
        width: 100%;
        padding: 0;
        line-height: normal;
        background: none;
    }

    .guizhang-list .odd-bg {
        background: #eee;
    }

    /**搜索框样式**/
    .search-field-box {
        text-align: center;
        padding-top: 35px;
        color: #0f5a9b;
        font-size: 16px;
    }

    .search-field-box input {
        margin: 0 10px 0 20px;
        cursor: pointer;
    }

    .search-field-box label {
        color: #333;
        cursor: pointer;
    }

    /*
    * 搜索区域
    */
    .library-search-box {
        background: #f5f5f5;
        padding: 39px 0;
    }

    .library-search-box .search-box {
        width: 839px;
        height: 60px;
        margin: 0 auto;
    }

    .library-search-box .search-box .input-box {
        float: left;
        width: 700px;
        height: 50px;
        line-height: 50px;
        border: 2px solid #2d66a5;
        border-radius: 9px;
        background: #f2f2f2;
    }

    .library-search-box .search-box .input-box input {
        width: 640px;
        height: 42px;
        border: none;
        outline: none;
        background: none;
        text-indent: 10px;
        font-size: 18px;
    }

    .library-search-box .search-box .input-box button {
        width: 50px;
        height: 44px;
        cursor: pointer;
        border: none;
        background: url(icons.png) no-repeat left 2px;
    }

    .library-search-box .search-box #advance-search-btn {
        float: left;
        width: 110px;
        height: 46px;
        margin-left: 25px;
        line-height: 46px;
        color: #fff;
        background: #0f5a9b;
        border-radius: 9px;
        text-align: center;
        font-size: 18px;
    }

    /*重置*/
    .content {
        height: auto;
    }

    /*当前有效部分*/
    .current-number {
        margin-top: 50px;
        text-align: center;
        background: url(line.png) no-repeat center;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 1px #0f5a9b;
    }

    /*暂无数据*/
    .no-data {
        min-height: 230px;
        background: url(/static/assets/image/common/no-data.png) center center no-repeat;
        background-size: 119px 172px;
    }

    /**
    * 适配H5
    */
    @media only screen and (max-width: 768px) {
        .public-layout {
            /*margin-bottom: 0.5rem;*/
            margin-bottom: 0;
            padding-bottom: 0 !important;
        }

        body {
            width: 100%;
        }

        .logo-section {
            width: 100%;
            top: 0.5rem;
        }

        .easy-scan-box {
            display: none;
        }

        .guizhang-header {
            width: 100%;
        }

        .china-icon-box {
            /*margin-left: 10px;*/
            /*margin-top: 10px;*/
            width: 86%;
            margin-left: 0.3rem;
            top: 0.12rem;
        }

        .main-title-box {
            /*margin-top: 30px;*/
            margin-top: 0;
            padding-top: 1.3rem;
        }
        .main-title-box .page-title {
            font-size: 0.38rem;
            letter-spacing: 0.06rem;
        }

        .main-title-box img {
            width: 70%;
        }

        .main-title-box .current-number {
            margin: 0.2rem auto 0;
            width: 70%;
            font-size: 18px;
        }

        #container-library {
            margin: 0.5rem auto 0.5rem;
            width: 100%;
            padding: 0;
        }

        .table-content {
            padding: 0;
        }
        #table-list .guizhang-list-items {
            display: block;
            overflow: hidden;
            border-bottom: 0.14rem solid #f4f6f8;
            background: #fff;
            padding: 0.14rem 0;
        }
        #table-list .guizhang-list-items div {
            display: flex;
            width: 100%;
            color: #727272;
            padding: 5px;
            vertical-align: middle;
            text-align: left;
            align-items: center;
            max-width: 100%;
        }
        #table-list .guizhang-list-items div:before {
            display: inline-block;
            width: 70px;
            color: #333;
            font-weight: bold;
            vertical-align: 0;
            padding-left: 10px;
            content: attr(data-title);
            flex-shrink: 0;
        }

        .guizhang-rowno {
            font-size: 14px;
            width: 13%;
        }

        .guizhang-title {
            /*width: 60%;*/
            font-size: 14px;
            padding-left: 0;
            text-align: center;
        }

        .guizhang-download {
            width: 27%;
        }

        .guizhang-download a,
        .guizhang-download span {
            font-size: 14px;
        }

        .guizhang-list-head {
            display: none;
        }

        .guizhang-list .guizhang-list-items div {
            padding: 0.1rem 0;
        }
        #table-list .guizhang-list-items:hover {
            background-color: rgba(233,243,253,.5);
        }

        .guizhang-list .guizhang-list-items .guizhang-title {
            padding-left: 0.3rem;
        }

        .guizhang-list .guizhang-title a {
            margin: 0;
            font-weight: normal;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 14px;
        }
        .guizhang-list .guizhang-list-items div a {
            color: #006ad2;
        }
        .guizhang-list .guizhang-rowno,
        .guizhang-list .guizhang-title,
        .guizhang-list .guizhang-title a,
        .guizhang-list .guizhang-ofno{
            font-size: 14px;
            line-height: initial;
        }
        .guizhang-list .odd-bg {
            background-color: #fff;
        }

        .guizhang-list .guizhang-title span {
            margin: 0 0.1rem;
            line-height: 22px;
            font-size: 14px;
        }


        /**搜索框样式**/
        .search-field-box {
            padding-top: 0.35rem;
            font-size: 14px;
        }

        .search-field-box label {
            font-size: 14px;
        }

        .search-field-box input {
            margin: 0 0.1rem 0 0.2rem;
        }

        /*
        * 搜索区域
        */
        .library-search-box {
            padding: 0.39rem 0;
        }

        .library-search-box .search-box {
            width: 93%;
            height: 0.6rem;
        }

        .library-search-box .search-box .input-box {
            /*width: 7rem;*/
            width: 60%;
            height: 0.7rem;
            line-height: 0.7rem;
            border-width: 0.02rem;
            border-radius: 0.09rem;
        }

        .library-search-box .search-box .input-box input {
            width: 80%;
            height: 0.7rem;
            text-indent: 0.3rem;
            font-size: 16px;
        }

        .library-search-box .search-box .input-box button {
            width: 0.5rem;
            height: 0.44rem;
            background-size: 0.4rem;
            text-align: center;
        }

        .library-search-box .search-box #advance-search-btn {
            width: 2rem;
            height: 0.7rem;
            margin-left: 0.4rem;
            line-height: 0.7rem;
            border-radius: 0.09rem;
            font-size: 16px;
        }

        /*当前有效部分*/
        .current-number {
            margin-top: 0.5rem;
            font-size: 18px;
        }

        /*暂无数据*/
        .no-data {
            min-height: 2.3rem;
            background-size: 1.19rem 1.72rem;
        }

        .pagination-wrapper .pagination-info span {
            font-size: 14px;
        }
    }
    /**
    * 适配IE
     */
    .ie8 .public-layout{
        background-image: url(bg-xzxgfwj.png);
        background-color: #fff;
        background-position-x: center;
        background-position-y: -48px;
        background-repeat: no-repeat;
    }