<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #666;
    margin: 0;
    padding: 0;
    background-color: #e7eff3;
    min-width: 1200px;
}

input, select, button {
    font: 12px "Verdana","宋体", "Helvetica", "sans-serif";
}

img, form {
    margin: 0;
    padding: 0;
    border: 0;
}

form {
    display: inline;
}

.clear-both {
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

/*a:link {
    text-decoration: none;
    color: #4d68a4;
}

a:visited {
    text-decoration: none;
    color: #4d68a4;
}

a:hover {
    text-decoration: underline;
    color: #f00;
}*/
.form-control {
    width: auto;
    display: inline;
}

a.gray:link {
    text-decoration: none;
    color: #999;
}

a.gray:visited {
    text-decoration: none;
    color: #999;
}

a.gray:hover {
    text-decoration: underline;
    color: #f00;
}



.button {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: #fff;
    background-color: #2a94de;
    min-width: 70px;
    cursor: pointer;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}

.reset {
    color: #666;
    background: url(../images/button_reset_bg_common.gif);
    border: none;
    width: 72px;
    height: 30px;
    cursor: pointer;
    font-weight: bold;
}

.input {
    height: 25px;
    line-height: 25px;
    border: 1px solid #c5d1ea;
    vertical-align: middle;
    color: #666;
    padding-left: 5px;
}

.txt {
    border: 1px solid #c5d1ea;
    vertical-align: middle;
    color: #666;
    padding-left: 5px;
}

.inputtit_focus {
    background: #ffffff url("../images/ruler.gif") repeat-x -120px 20px;
    /*height: 25px;
    line-height: 25px;
    border: 1px solid #c5d1ea;*/
}

.txt1 {
    border: 1px solid #ccc;
    vertical-align: middle;
    color: #666;
    padding-left: 5px;
    border-top: none;
}

/*------登录页-----*/

.login-head {
    background-color: #18182b;
    height: 100px;
    line-height: 100px;
}

.login-foot {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #0c162d;
    position: fixed;
    bottom: 0px;
    color: #909298;
    font-size: 14px;
}

    .login-foot span.l {
        float: left;
        margin-left: 15px;
    }

    .login-foot span.r {
        float: right;
        margin-right: 15px;
    }

.login-head .logo {
    float: left;
    margin-left: 30px;
}

.login-head .sj {
    float: right;
    margin-right: 20px;
    color: #fff;
    background: url(../images/login_time.png) left no-repeat;
    padding-left: 20px;
}



.login-bg {
    width: 800px;
    background: url(../images/login_bg_login.png) left no-repeat;
    height: 495px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -220px;
}

@media screen and (max-width: 1280px) {
    .login-bg {
        position: fixed;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 200px;
        margin-top: 250px;
    }
}

.login-left {
    width: 420px;
    float: left;
}

    .login-left div {
        float: left;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        margin-top: 40px;
        margin-left: 30px;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

.login-right {
    width: 380px;
    float: right;
}

    .login-right dl {
        margin-top: 40px;
        margin-left: 45px;
        margin-right: 45px;
    }

        .login-right dl dt span {
            float: left;
            font-size: 18px;
            font-weight: bold;
            line-height: 40px;
            height: 40px;
            border-bottom: 1px solid #00acf4;
            color: #00acf4;
            padding-left: 20px;
            padding-right: 20px;
        }
            .login-right dl dt span a {
                font-size:16px;
                padding-left:10px;
            }
                .login-right dl dt span a:hover {
                    color:#f00;
                }
                .login-right dl dd {
                    padding-top: 15px;
                    clear: both;
                }

    .login-right input.username {
        background: #f8f8f8 url(../images/username.png) 15px no-repeat;
        padding-left: 40px;
    }

    .login-right input.password {
        background: #f8f8f8 url(../images/password.png) 15px no-repeat;
        padding-left: 40px;
    }

    .login-right input.verycode {
        background: #f8f8f8 url(../images/verycode.png) 15px no-repeat;
        padding-left: 40px;
    }

    .login-right .form-group {
        margin-top: 25px;
    }

    .login-right .imgbtn {
        margin-top: 20px;
    }

/*-------头部导航------*/
.top {
    height: 65px;
    background-color: #209adf;
    background: -webkit-linear-gradient(left, #5584f7, #9e6ff9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#5584f7, #9e6ff9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#5584f7, #9e6ff9); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #5584f7, #9e6ff9); /* 标准的语法（必须放在最后） */
    line-height: 65px;
    -moz-box-shadow: 0px 2px 5px #d6dbde;
    -webkit-box-shadow: 0px 2px 5px #d6dbde;
    box-shadow: 0px 2px 5px #d6dbde;
}

.top_logo {
    width: 120px;
    height: 60px;
    float: left;
    text-align: center;
}

    .top_logo img {
        height: 45px;
        margin-top: 8px;
    }

.top_logo {
    width: 140px;
}

    .top_logo .logo {
        float: left;
        margin-left: 20px;
    }

.top_zk img {
    height: 30px;
    float: left;
    margin-top: 18px;
    margin-left: 20px;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.45);
}

.top_nav {
    float: left;
    height: 60px;
}

.top_control {
    float: right;
    height: 51px;
    width: 100px;
    _height: 30px;
    _margin-top: 30px;
    line-height: 20px;
    text-align: center;
    padding-top: 25px;
    margin-right: 5px;
   
   
}

    .top_control img {
        margin-left: 5px;
    }

.top_nav ul, .top_nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top_nav li {
    float: left;
    width: 92px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

    .top_nav li.on {
        background: url(../images/top_nav_on.gif) top;
    }

        .top_nav li.on a:link, .top_nav li.on a:visited, .top_nav li.on a:hover {
            color: #4b69af;
        }

    .top_nav li a:link, .top_nav li a:visited, .top_nav li a:hover {
        color: #fff;
    }


/*---左侧固定，右侧宽度自适应---*/
.wrapper1 {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/bg.png) left repeat-y;
    min-height: 100vh;
}


.wrapper {
    width: 100%;
    float: left;
    position: relative;
    left: 180px; /* 宽度大小等与边栏宽度大小*/
    min-height: 100vh;
}

.left {
    float: left;
    margin-right: -100%;
    margin-left: -180px; /* 宽度大小等与边栏宽度大小*/
    width: 180px;
    position: relative;
    z-index: 99;
}

.wrapper .left ul, .wrapper .left li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper .left ul {
    width: 180px;
    padding-top: 20px;
}

.wrapper .left li {
    background: url(../images/circle1.png) 20px no-repeat; 
    line-height: 40px;
    height:40px;
    padding-left: 33px;
    overflow:hidden;  
}

    .wrapper .left li.lon {
        background: #fff url(../images/lon.png);
        font-weight: bold;
    }

    .wrapper .left li a:link, .wrapper .left li a:visited, .wrapper .left li a:hover {
        color: #fff;
    }

    .wrapper .left li a:hover {
        color: #f00;
    }

    .wrapper .left li.lon a:link, .wrapper .left li.lon a:visited {
        color: #fff;
    }

    .wrapper .left li.lon a:hover {
        color: #f00;
    }

.right {
    float: left;
    width: 100%;
    margin-left: -180px; /* 宽度大小等与边栏宽度大小*/
    padding-left: 25px;
    padding-right: 25px;
}

.content {
    margin-left: 180px; /* 宽度大小等与边栏宽度大小*/
    overflow: hidden;
    background-color: #fff;
    margin-top: 25px;
    border-radius: 10px;
    padding: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 50px;
}



/*-----右侧内容下级导航切换-------*/
.top_sub {
    height: 46px;
    background-color: #fff;
    border-bottom: 1px solid #b8bfd1;
    width: 100%;
}

    .top_sub ul, .top_sub li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .top_sub ul {
        margin-left: 30px;
    }

    .top_sub li {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        margin-top: 11px;
        /* background: url(../images/top_sub_line.gif) right no-repeat;*/
    }

        .top_sub li a:link, .top_sub li a:visited, .top_sub li a:hover {
            color: #4b69af;
        }

        .top_sub li.top_sub_on {
            border: 1px solid #b8bfd1;
            /*  background: url(../images/top_sub_on.gif) center top no-repeat;*/
            font-weight: bold;
            border-bottom: 1px solid #fff;
            height: 35px;
            overflow: hidden;
        }


/*------右侧内容添加------*/
.operate {
    padding-top: 20px;
    color: #4b69af;
    display: block;
    line-height: 30px;
    height: 30px;
    padding-bottom: 40px;
}

    .operate .l {
        float: left;
        font-size: 15px;
        font-weight: bold;
    }

        .operate .l a:link, .operate .l a:visited, .operate .l a:hover {
            color: #000;
            font-size: 12px;
            text-decoration: underline;
        }

        .operate .l a:hover {
            color: #f00;
        }

    .operate .r {
        float: right;
        margin-right: 15px;
    }

/*--------搜索---------*/
.search {
    line-height: 30px;
    background-color: #d9edf6;
    border: 1px solid #b9e8f0;
    margin-bottom: 20px;
    padding: 8px;
    color: #666666;
}

.search_input {
    height: 25px;
    width: 96px;
    border: 1px solid #c5d1ea;
    vertical-align: middle;
    color: #666;
}

.search .button, .search select {
    vertical-align: middle;
}

.search_select {
    color: #666;
    height: 25px;
    line-height: 25px;
}

.select {
    color: #666;
    height: 22px;
    line-height: 22px;
    border: 1px solid #c5d1ea;
}

/*---------右侧表格----------*/
.table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 20px;
}

    .table tr.title td {
        font-weight: bold;
        color: #fff;
        background-color: #4288e2;
    }

        .table tr.title td a {
            color: #fff;
        }

            .table tr.title td a:hover {
                color: #f00;
            }

.iptline {
    display: inline;
}

.table tr.title td a:link, .table tr.title td a:visited {
    color: #fff;
}

.table tr.title td a:hover {
    color: #f00;
}

.table tr.alter {
    background-color: #eaf4fd;
}

.table tr.title1 {
    background-color: #f9d3fd;
}

.table tr.title2 {
    background-color: #eafef6;
}

.table tr.on {
    background-color: #ffffe7;
}

.table td {
    border: 1px solid #b8bfd1;
    text-align: left;
    height: 35px;
    color: #666666;
    padding-left: 2px;
}

    .table td.tip {
        background-color: #eaf4fd;
        font-weight: bold;
        text-align: center;
    }

    .table td.normal {
        font-weight: normal;
    }

    .table td.opear {
        width: 60px;
        text-align: center;
    }

    .table td.addtip {
        width: 200px;
        text-align: center;
        background-color: #f8fcff;
    }




    .table td.viewcont {
        width: 90%;
        word-wrap: break-word;
        word-break: break-all;
        text-align: left;
        padding-left: 10px;
    }

    .table td.dict_cirle {
        text-align: left;
        padding-left: 30px;
        color: #336699;
        background: url(../images/circle.png) 15px no-repeat;
    }

    .table td.viewcont1 {
        word-wrap: break-word;
        word-break: break-all;
        text-align: left;
        padding-left: 10px;
        background-color: #fff;
    }

.tbl1 {
    border-collapse: collapse;
    border-spacing: 0px;
}

    .tbl1 td {
        border: 1px solid #ccc;
        text-align: left;
        height: 35px;
        color: #666666;
        padding-left: 5px;
    }

    .tbl1 tr.title td {
        background-color: #f9d3fd;
        font-weight: bold;
    }

.tblno {
    border: none;
}

    .tblno td {
        border: none;
    }

/*-------右侧底部控制------*/
.control {
    height: 50px;
    line-height: 50px;
    background-color: #d9edf6;
    border: 1px solid #b9e8f0;
    margin-top: 20px;
    padding-left: 10px;
}

    .control .l {
        float: left;
        _margin-top: 5px;
    }

        .control .l input {
            vertical-align: middle;
        }

    .control .r {
        float: right;
        margin-right: 15px;
        margin-top: 8px;
        height: 25px;
        line-height: 25px;
    }

/*------右侧分页控制------*/
.pager {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
}

.page_start, .page_current, .page_link, .page_end {
    background-color: #edecec;
    border: 1px solid #e5e3e3;
    padding: 5px 8px;
    margin: 5px 0px;
    color: #fff;
    font: Arial;
}

    .page_start a, .page_current a, .page_link a, .page_end a {
        text-decoration: none;
        color: #666;
    }

        .page_start a:hover, .page_current a:hover, .page_link a:hover, .page_end a:hover {
            color: #f00;
        }

.page_current {
    background-color: #59c46c;
    border: 1px solid #54b866;
    font-weight: bold;
}

.page_start {
    background-color: #d6e9bc;
    border: 1px solid #a8d9b1;
}

.page_end {
    background-color: #d6e9bc;
    border: 1px solid #a8d9b1;
}



/*-----文章添加页-------*/
.add {
    background-color: #f6fafd;
    border: 1px solid #a1aec8;
    margin-top: 15px;
    color: #4b69af;
}

    .add .tit {
        height: 45px;
        line-height: 45px;
        text-align: right;
        width: 15%;
        font-weight: bold;
    }

    .add .normal {
        font-weight: normal;
    }



/*--------底部版权------*/
.foot {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    color: #797979;
    padding-right: 180px;
    box-shadow: 0 0 1px #000 inset;
}

    .foot p {
        margin: 0;
        padding: 0;
    }

.yx-form {
    background-color: #fff;
    margin-top: 30px;
    border-radius: 10px;
    padding: 15px;
}


.foot span {
    color: #d8dde9;
}




/***权重提示框*****/


.bubble {
    background-image: none;
    position: absolute;
    top: 20px;
    display: none;
    z-index: 8888;
    font-size: 12px;
    font-family: Arial, Verdana,"宋体";
    color: #333;
}

    .bubble .corner, .bubble .point {
        background-image: none;
        background: url(../images/bubble-green.png) no-repeat;
    }

    .bubble.yellow .corner, .bubble.yellow .point {
        background-image: none;
        background: url(../images/bubble-yellow.png) no-repeat;
    }

    .bubble .top, .bubble .cnt, .bubble .bot {
        background-image: none;
        border-color: #19A419;
        background-color: #fff;
    }

    .bubble .corner {
        position: absolute;
        height: 5px;
        width: 5px;
    }

        .bubble .corner.tl {
            top: 0;
            left: 0;
            background-position: 0 0;
        }

        .bubble .corner.tr {
            top: 0;
            right: 0;
            background-position: -5px 0;
        }

        .bubble .corner.bl {
            bottom: 0;
            left: 0;
            background-position: 0 -5px;
        }

        .bubble .corner.br {
            bottom: 0;
            right: 0;
            background-position: -5px -5px;
        }

    .bubble .top {
        height: 4px;
        margin: 0 5px;
        border-width: 1px 0 0;
        border-style: solid;
    }

    .bubble .cnt {
        padding: 0 10px;
        border-width: 0 1px;
        border-style: solid;
        min-width: 100px;
    }

    .bubble .bot {
        height: 4px;
        margin: 0 5px;
        border-style: solid;
        border-width: 0 0 1px;
    }

    .bubble .point {
        height: 12px;
        position: absolute;
        width: 40px;
    }

        .bubble .point.SW {
            background-position: 0 -12px;
            left: 5px;
            top: -11px;
        }

        .bubble .point.SE {
            background-position: -40px -12px;
            right: 5px;
            top: -11px;
        }

        .bubble .point.NW {
            background-position: 0 -26px;
            left: 5px;
            bottom: -11px;
        }

        .bubble .point.NE {
            background-position: -40px -26px;
            right: 5px;
            bottom: -11px;
        }




/*********编辑框*******/

.editbutton {
    border: 1px solid #ccc;
    background-color: #F5F3F3;
    padding: 10px 0px 10px 8px;
    clear: both;
    width: 99%;
    color: #d5d5d5;
    font: 13px "Verdana","宋体", "Helvetica","sans-serif";
}

    .editbutton a {
        color: #999;
    }

        .editbutton a:hover {
            border: 1px solid #7bcfe7;
            padding: 3px 5px;
            color: #009ece;
            text-decoration: none;
            background-color: #fff;
        }

.instruction {
    border: 1px solid #ccc;
    background-color: #ffffef;
    padding: 10px 10px;
    clear: both;
    width: 97%;
    color: #666;
    border-top: none;
    line-height: 20px;
}

.data {
    background-color: #faf2fe;
    clear: both;
    width: 97%;
    color: #666;
    border-top: none;
    line-height: 20px;
}





.filetree a:link, .filetree a:active, .filetree a:visited {
    text-decoration: none;
    color: #3b639f;
}

.filetree a:hover {
    text-decoration: underline;
    color: #f00;
    font-weight: bold;
}

.filetree li.on a:link, .filetree li.on a:active, .filetree li.on a:visited {
    text-decoration: underline;
    color: #f00;
    font-weight: bold;
}

.filetree li.on a:hover {
    text-decoration: none;
}


.uploadbtn {
    display: block;
    width: 120px;
    margin: 0;
    padding: 0;
    margin: -6px 0 0 0;
    padding: 4px 10px;
    height: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*background-color: #f0ad4e;*/
    /*border: 1px solid #eea236;*/
    background-color: #5cb85c;
    border: 1px solid #4db852;
    border-radius: 2px;
    color: #fff;
}

    .uploadbtn .webuploader-pick-hover {
        color: #fff;
        /*background-color: #ec971f;*/
        /*border-color: #d58512*/
        background-color: #468847;
        border-color: #468847;
    }

.btngreen {
    background-color: #468847;
    color: #fff;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.btnred {
    background-color: red;
    color: #fff;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}


/*********左侧导航下拉*******/

.left {
    padding-top: 20px;
}

    .left .panel-group .panel {
        border-radius: unset;
    }

    .left .panel {
        background-color: unset;
        border: unset;
        border-radius: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        margin-top: 0;
    }

    .left a {
        text-decoration: none;
    }

        .left a.item-title {
            color: #fff;
            display: block;
            padding-left: 20px;
            line-height: 40px;
            background: rgba(0,0,0,0.1) url(../images/circle.png) 8px no-repeat;
        }

            .left a.item-title:hover {
                color: #f00;
            }

    .left ul, .left ul li {
        margin: 0;
        padding: 0;
    }

.wrapper .left ul {
    padding-top: 0;
}

.left .panel-collapse {
    background-color: rgba(0,0,0,0.4);
}

/*********左侧选择时颜色*******/
.left a.on {
    background: url(../images/circle_on.png) left no-repeat;
    font-weight: bold;
}
.wrapper .left li.on {
    background: url(../images/circle1_on.png) left no-repeat;
    font-weight:bold;
}

/*********后台登录二维码*******/
.login_qcode {
    margin-top:15px;
    text-align:center;

}
    .login_qcode span {
        display:block;
        line-height:55px;
        font-size:24px;
        font-weight:bold;
        color:#333;

    }
    .login_qcode i {
        line-height:30px;
        margin-top:30px;
        display:block;      
        
    }

        i a#dlfs {
            color: #f00;
        }

.login-right dl dt span a {
    font-size: 12px;
}

.login_qcode img {
    padding-bottom: 15px;
}

.login_qcode span {
    display: block;
    text-align: center;
}</pre></body></html>