﻿﻿
.contacts {
color:#666666;
}
/*公告详细页面*/
.noticemoredetail {
    width: 1220px;
    margin: 20px auto 0;
    background-color: #fff;
}

.main_tit {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}

    .main_tit h1 {
        font: bold 22px/35px "宋体";
        color: #333;
    }

    .main_tit .info {
        border-bottom: 1px solid #ccc;
        line-height: 35px;
        height: 35px;
        padding-left: 0px;
    }

.clear {
    clear: both;
}

.share {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    margin: 0 auto 30px auto;
    width: 1220px;
    text-align: right;
    padding-top: 20px;
}

.noticemoredetail .hd-title {
    height: 50px;
    border-bottom: 1px solid #dbdcdb;
    padding-left: 25px;
}

    .noticemoredetail .hd-title span {
        font-size: 16px;
        color: #6e6e6e;
        font-weight: bold;
        border-bottom: 2px solid #22246a;
        padding-bottom: 9px;
        position: relative;
        bottom: -11px;
        z-index: 2;
    }

    .noticemoredetail .hd-title .more {
        margin-right: 20px;
        font-size: 14px;
        font-weight: normal;
        line-height: 53px;
        color: #989898;
    }





/* 侧栏 */
.sidebar {
    display: table-cell;
    vertical-align: top;
    width: 219px;
    border-right: 1px solid #DDD;
    background: #fff;
    border-radius: 8px 0 0 8px;
}

    .sidebar .sidenav {
        min-height: 600px;
    }

    .sidebar li a {
        display: block;
        color: #444;
        height: 40px;
        border-bottom: 1px solid #DDD;
        line-height: 40px;
        padding: 0 10px;
        text-decoration: none;
    }

        .sidebar li a.sidenav_parent {
            color: #888;
        }

        .sidebar li a:hover {
            color: #6b6a89;
        }

    .sidebar .fa {
        font-size: 15px;
        padding-right: 10px;
    }

    .sidebar .arrow {
        color: #ddd;
        font-size: 10px;
        padding-left: 10px;
    }

    .sidebar li .sidenav_sub {
        margin-bottom: 40px;
    }

        .sidebar li .sidenav_sub a {
            padding-left: 35px;
            border: none;
        }

            .sidebar li .sidenav_sub a:hover {
                background: #eee;
            }

    .sidebar li.active a, .sidebar li.active a:hover {
        color: #fff;
        background: #22246a;
        border: solid 1px #292b7e;
        font-weight: bold;
    }

    .sidebar li .sidenav_sub li {
        position: relative;
    }

        .sidebar li .sidenav_sub li .active_arrow {
            position: absolute;
            left: 10px;
            top: 10px;
            height: 17px;
            width: 15px;
            /*background: url(audit.png) no-repeat 0 -20px;*/
        }

        .sidebar li .sidenav_sub li.active .active_arrow {
            background-position: 0 0;
        }

.sidenav_parent img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: -5px;
}


.main_body {
    display: table-cell;
    vertical-align: top;
    margin: 0 auto;
    width: 1000px;
    min-height: 600px;
    border-radius: 0 0 8px 8px;
}

    .main_body .tab-nav {
        margin-bottom: 10px;
        background: #eee;
        height: 40px;
        border-top-right-radius: 8px;
    }

        .main_body .tab-nav li {
            margin: 0 10px;
            color: #fff;
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            position: relative;
        }

            .main_body .tab-nav li.current {
                background: #22246a none repeat scroll 0 0;
            }

            .main_body .tab-nav li a {
                font-size: 16px;
                color: #333;
            }

    .main_body .nav li {
        float: left;
    }

    .main_body .body_content {
        padding: 0 10px 20px;
    }


.btn {
    background: #22246a;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px 0 0;
    padding: 0 20px;
    text-decoration: none !important;
    border-radius: 4px;
}


    .btn:hover {
        background: #1f205b;
        color: #fff;
    }

    .btn.green {
        background: #24a057;
    }

        .btn.green:hover {
            background: #20904D;
        }

    .btn.yellow {
        background: #FF9C30;
    }

        .btn.yellow:hover {
            background: #c87316;
        }

    .btn.violet {
        background: #993333;
    }

        .btn.violet:hover {
            background: #990033;
        }

    .btn.gray {
        background: #fff;
        color: #000;
        border: 1px solid #d9d9d9;
    }

        .btn.gray:hover {
            background: #F5F5F5;
            border: 1px solid #d9d9d9;
        }


.webuploader-pick {
    background: #22246a !important;
}

.combobox-item-selected {
    background-color: #22246a !important;
}

a:link, a:visited {
    color: #22246a;
    text-decoration: none;
}



.pagination {
    display: inline-block;
    width: 80%;
    padding-left: 30px;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
        border: none !important;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #166a1f;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #22246a; /*样式wy 分页*/
        border-color: #22246a; /*样式wy 分页*/
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}



.layui-layer-title {
    background-color: #2681f6 !important;
}