﻿/* 分页样式 */
.page_div {
    margin: 30px 10px 20px 0;
    color: #666;
    text-align: center;
}
    /* 页数按钮样式 */
    .page_div button {
        display: inline-block;
        min-width: 38px;
        height: 32px;
        cursor: pointer;
        color: #666;
        font-size: 18px;
        line-height: 28px;
        background-color: #f9f9f9;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

#firstPage, #lastPage, #nextPage, #prePage {
    width: 55px;
    color: #0073A9;
    border: 1px solid #0073A9;
}

#nextPage, #prePage {
    width: 80px
}

.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

.totalPages {
    margin: 0 10px
}

    .totalPages span, .totalSize span {
        color: #0073A9;
        margin: 0 5px
    }

.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

.totalNum, .totalList {
    font-size: 30px;
}
/* 分页样式end */

/*列表窗口*/
.popupsList {
    display: none;
    padding-bottom: 20px;
    z-index: 99;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

    .popupsList .popups-title {
        font-size: 18px;
        color: #4fa0e5;
        line-height: 42px;
        text-align: left;
        background-color: #eff4f9;
        padding: 0 15px;
        border-bottom: 1px #93c2e8 solid;
    }

    .popupsList table {
        border-collapse: collapse;
        width: calc(100% - 20px);
        margin: 20px;
    }

        .popupsList table td {
            padding: 5px 5px;
            font-size: 16px;
        }

            .popupsList table td a {
                color: #333;
            }

                .popupsList table td a:hover {
                    color: #0784dc;
                }

    .popupsList ul {
        padding: 15px 25px;
    }

        .popupsList ul li {
            position: relative;
            padding: 10px;
            font-size: 16px;
            border-bottom: 1px solid #e3e3e3;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .popupsList ul li:before {
                content: "";
                display: inline-block;
                width: 5px;
                height: 5px;
                background-color: #0d87de;
                margin-right: 5px;
                vertical-align: middle;
            }
/*列表窗口 end*/

/*模糊搜索*/
.autocomplete-suggestions {
    padding: 5px 0;
    z-index: 899;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}

.autocomplete-suggestion {
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        display: block;
        border-bottom: 1px solid #000;
    }
/*模糊搜索end*/

.select-hot a.on {
    color: #2cbeb2;
}

.list-style2 li .word {
    width: 440px;
}

.list-style2 li p {
    font-size: 16px;
}

.index-mate li .title {
    max-width: 225px;
}

.layui-layer-title {
    border-bottom: 1px solid #bbdaf3 !important;
    font-size: 18px !important;
    color: #0d87de !important;
    background-color: #f0f3f9 !important;
}

.layui-layer-ico {
    font-family: "icon" !important;
    background: none !important;
    font-size: 18px !important;
    color: #0d87de;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -1px;
}

    .layui-layer-ico:after {
        content: "\e638";
    }

.navigation-content .right-box .rightDiv2 {
    padding-top: 15px;
}
/*7.22*/
.path-content .path-hd {
}

    .path-content .path-hd ul li {
        border-bottom: 2px solid #fff;
        line-height: 48px;
        color: #676768;
    }

        .path-content .path-hd ul li.active {
            color: #ff7903;
            border-color: #ff7903;
        }

        .path-content .path-hd ul li::after {
            top: 17px;
        }

        .path-content .path-hd ul li:last-child::after {
            display: none;
        }

.cyhj_tips2 {
    position: relative;
}

    .cyhj_tips2 .bd {
        position: relative;
        padding: 30px 25px;
        height: 115px;
    }

        .cyhj_tips2 .bd p {
            font-size: 18px;
            color: #666;
            letter-spacing: 1px;
        }

        .cyhj_tips2 .bd .more {
            font-size: 16px;
            color: #0b85dd;
            padding-top: 20px;
            letter-spacing: 1px;
        }

            .cyhj_tips2 .bd .more a {
                color: #ff6d05;
            }

            .cyhj_tips2 .bd .more i {
                position: relative;
                top: -1px;
                display: inline-block;
                vertical-align: middle;
                margin-left: 3px;
                font-size: 22px;
                color: #666;
                font-family: SimSun;
                font-weight: bold;
            }

    .cyhj_tips2 .fd {
        position: relative;
        padding: 20px 25px;
        background-color: #f9f9fb;
        font-size: 16px;
        color: #ff6d05;
    }

#allmap {
    display: none;
    margin: 0 0 3px;
    width: 700px;
    height: 550px;
}

.tomap {
    width: 65px;
    height: 30px;
    background-color: #0784dc;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    float: left;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}

/*点*/

.policy-details .hd .row {
    font-size: 16px;
}

.policy-details .bd p {
    text-indent: 2em;
}

.list-style1 li .right-btn {
    width: 90px;
    height: 90px;
}

    .list-style1 li .right-btn span {
        font-size: 14px;
    }

    .list-style1 li .right-btn i {
        font-size: 30px;
    }

.list-style1 li .link-box {
    padding-top: 35px;
    width: 600px;
}

.list-style1 li {
    height: 130px;
}

.index-new-select .bd input {
    font-size: 18px;
}

.matter-name {
    width: calc(90%)
}

.accurate-table td {
    font-size: 18px;
}

.accurate-top .accurate-top-name {
    font-weight: bolder;
}

/*时期*/
.path-content .path-hd ul li.type4 {
    background: url(../images/04-1.png) no-repeat center center
}

.path-content .path-hd ul li.type5 {
    background: url(../images/05-1.png) no-repeat center center
}

.path-content .path-hd ul li.type6 {
    background: url(../images/06-1.png) no-repeat center center
}

.path-content .path-hd ul li.active.type4 {
    background: url(../images/04-2.png) no-repeat center center
}

.path-content .path-hd ul li.active.type5 {
    background: url(../images/05-2.png) no-repeat center center
}

.path-content .path-hd ul li.active.type6 {
    background: url(../images/06-2.png) no-repeat center center
}

.back-to-top {
    z-index: 100;
}

.label-text .lable {
    min-width: 160px;
}

.accordion-title .accordion-lable {
    font-size: 24px;
}

.accordion-title {
    margin: 30px 0;
}

.path-list .tit {
    font-size: 18px;
    color: black;
}

.path-list p {
    font-size: 16px;
}

.list-style2 li .link-box a {
    width: 100px;
}

.screen-table th {
    width: 80px;
    font-size: 20px;
}

.screen-list li {
    font-size: 18px;
}

.accurate-link a {
    background-color: #f7c828;
    color: #080808;
    margin-left: 10px;
    font-size: 16px;
}

    .accurate-link a:hover {
        background-color: #bd9612;
        color: white;
    }

.s-title {
    font-size: 18px;
}

.matter-icon {
    width: 8px;
    height: 8px;
    line-height: 8px;
    border-radius: 0;
    margin-top: 9px;
}

.matter-name {
    height: 24px;
}

    .matter-name a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 300px;
        display: inline-block;
    }

.matter-list {
    overflow: visible;
}
