﻿@charset "utf-8";
/* CSS Document */
/* global */
.mybtn {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 100%;
    padding-top: 0.5em;
    padding-right: 2em;
    padding-bottom: 0.55em;
    padding-left: 2em;
    font-family: Arial,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 2px;
    vertical-align: text-bottom;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    outline-width: medium;
    outline-color: invert;
    font-size-adjust: none;
    font-stretch: normal;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    color: #fefee9;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: padding-box;
    background-color: #5695d2;
}

    .mybtn:hover {
        background: #83bae1;
    }

.inp2 {
    height: 23px;
    line-height: 23px;
    width: 150px;
    padding: 0 5px;
    border: #ddd 1px solid;
}

.inp3 {
    height: 100px;
    line-height: 23px;
    width: 90%;
    padding: 0 5px;
    border: #ddd 1px solid;
    margin-top: 15px;
}


.paginator {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator a {
        padding: 6px 10px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px;
    }

        .paginator a:visited {
            padding: 6px 10px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        padding: 1px 6px;
        font-weight: bold;
        font-size: 13px;
        border: none;
    }

    .paginator a:hover {
        color: #fff;
        background: #1894dc;
        text-decoration: none;
        cursor: pointer;
    }

    .paginator input {
        padding: 3px 6px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px;
    }

/* 漂流广告 */
.floatingAd .ad {
    z-index: 100;
    background: none;
    position: absolute;
    display: none;
}

.floatingAd a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

    .floatingAd a img {
        border: 0;
    }

.floatingAd .close {
    display: none;
}

.floatingAd .opacity {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    background-color: #000000;
    opacity: 0.20;
    filter: alpha(opacity = 20);
}

.opacity1 {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.floatingAd .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    color: #000000;
    line-height: 25px;
}

    .floatingAd .text .button {
        position: relative;
        float: right;
        top: 5px;
        right: 5px;
        width: 16px;
        height: 16px;
        background: url("../images/close.png") no-repeat;
        cursor: pointer;
    }

    .floatingAd .text .title {
        position: relative;
        float: left;
        font-size: 12px;
        margin-left: 5px;
    }

/* 右下角广告 */
#pop {
    background: #fff;
    width: 250px;
    height: 202px;
    font-size: 12px;
    position: fixed;
    right: 2px;
    bottom: 2px;
    z-index: 9999;
}

#popHead {
    line-height: 32px;
    background: #f6f0f3;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    padding: 0 0 0 10px;
}

    #popHead h2 {
        font-size: 14px;
        color: #666;
        line-height: 32px;
        height: 32px;
    }

    #popHead #popClose {
        position: absolute;
        right: 10px;
        top: 1px;
    }

    #popHead a#popClose:hover {
        color: #f00;
        cursor: pointer;
    }


/*右侧悬浮icon*/
.side-bar a, .chat-tips i {
    background-image: url(../images/gdt-img.png);
    background-repeat: no-repeat;
}

.side-bar {
    width: 66px;
    position: fixed;
    bottom: 40px;
    right: 25px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}

    .side-bar a {
        width: 66px;
        height: 66px;
        display: inline-block;
        background-color: #dddddd;
        margin-bottom: 2px;
    }

        .side-bar a:hover {
            background-color: #669fdd;
        }

    .side-bar .icon-qq {
        background-position: 0 -62px;
    }

    .side-bar .icon-chat {
        background-position: 0 -130px;
        position: relative;
    }

        .side-bar .icon-chat:hover .chat-tips {
            display: block;
        }

    .side-bar .icon-blog {
        background-position: 0 -198px;
    }

    .side-bar .icon-mail {
        background-position: 0 -266px;
    }

    .side-bar .icon-totop {
        background-position: 0 -334px;
    }

.chat-tips {
    padding: 20px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 78px;
    top: -55px;
    background-color: #ffffff;
    display: none;
}

    .chat-tips i {
        width: 9px;
        height: 16px;
        display: inline-block;
        position: absolute;
        right: -9px;
        top: 80px;
        background-position: -88px -350px;
    }

    .chat-tips img {
        width: 138px;
        height: 138px;
    }

.xg_nr {
    width: 95%;
    margin: 0 auto;
}

.new_title {
    text-align: center;
    line-height: 28px;
    border-bottom: #ccc 1px dotted;
}

    .new_title strong {
        display: block;
        font-size: 18px;
        color: #333;
    }

    .new_title div span {
        font-size: 12px;
        padding: 0 8px;
        color: #888;
    }

.nr_news {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    padding: 5px 15px 15px;
}

    .nr_news dl dt {
        font-size: 14px;
        font-weight: bold;
    }

    .nr_news dl dd {
        padding-left: 20px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

#fj {
    width: 95%;
    height: auto;
    margin-top: 20px;
    padding: 0;
    margin-left: 40px;
    font-size: 14px;
}

    #fj ul {
        padding: 0;
        width: 100%;
        padding-top: 0;
        margin-top: 0;
    }

        #fj ul li {
            line-height: 20px;
        }

            #fj ul li a {
                color: #8e8d8e;
            }

                #fj ul li a:hover {
                    color: red;
                }

#sp {
    width: 100%;
    height: auto;
    text-align: center;
}

/*评论框*/
#Demo_comment {
    margin-left: 30px;
    margin-bottom: 20px;
}

#comment_title {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.6);
}

.Main {
    float: left;
    width: 500px;
    height: 180px;
    margin: 0 auto;
    margin-top: 10px;
}

.Input_Box {
    width: 495px;
    height: 160px;
    border: 1px solid #ccc;
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

    .Input_Box > textarea {
        width: 485px;
        height: 111px;
        padding: 5px;
        outline: none;
        border: 0px solid #fff;
        resize: none;
        font: 13px "微软雅黑", Arial, Helvetica, sans-serif;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.Input_Foot {
    width: 100%;
    height: 35px;
    border-top: 1px solid #ccc;
    background-color: #fff;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position: absolute;
}

.imgBtn {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    background-image: url(../images/face/imgs.png);
    background-repeat: no-repeat;
    background-position: 0 -13px;
    height: 18px;
    width: 20px;
    cursor: pointer;
}

    .imgBtn:active {
        margin-top: 9px;
    }

    .imgBtn:hover {
        background-position: 0 -31px;
    }

.postBtn {
    float: right;
    font: 13px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #808080;
    padding: 9px 20px 7px 20px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

    .postBtn:hover {
        color: #333;
        background-color: #efefef;
    }

    .postBtn:active {
        padding: 10px 20px 6px 20px;
    }

.faceDiv {
    width: 500px;
    height: 120px;
    border-top: 1px solid #ccc;
    position: absolute;
    background-color: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .faceDiv > img {
        border: 1px solid #ccc;
        float: left;
        margin-left: -1px;
        margin-top: -1px;
        position: relative;
        width: 24px;
        height: 24px;
        padding: 3px 3px 3px 3px;
        cursor: pointer;
    }

        .faceDiv > img:hover {
            background-color: #efefef;
        }

        .faceDiv > img:active {
            padding: 4px 3px 2px 3px;
        }

.comment_user {
    float: left;
    margin-left: 5px;
    width: 100px;
    height: 20px;
    padding: 2px;
    margin-top: 5px;
    outline: none;
    border: 1px solid #ccc;
    resize: none;
    font: 12px "微软雅黑", Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#comment_list {
    width: 500px;
}

.comment_info {
    width: 500px;
    border: 1px;
    margin-top: 5px;
}

    .comment_info tr td {
        height: 25px;
        line-height: 25px;
    }

.comment_td1 {
    width: 25%;
    font: 14px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #ffa501;
}

.comment_td2 {
    width: 55%;
    font: 12px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #ccc;
}

.comment_td3 {
    position: relative;
}

    .comment_td3 a {
        cursor: pointer;
    }

    .comment_td3 .add_yes {
        cursor: pointer;
        position: absolute;
        top: -10px;
        left: 12px;
    }

    .comment_td3 .add_no {
        cursor: pointer;
        position: absolute;
        top: -10px;
        left: 52px;
    }

    .comment_td3 .span_yes {
        cursor: pointer;
        position: absolute;
        top: 10px;
        left: 2px;
    }

    .comment_td3 .span_no {
        cursor: pointer;
        position: absolute;
        top: 10px;
        left: 42px;
    }

.div_yes {
    display: none;
    width: 15px;
    height: 15px;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -6px;
    left: 26px;
}

.div_no {
    display: none;
    width: 15px;
    height: 15px;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -6px;
    left: 68px;
}

.comment_td3 span {
    font: 12px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #ccc;
}

.comment_td4 {
    font: 14px "微软雅黑", Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.6);
}

.bl_more {
    clear: both;
    width: 500px;
    margin-top: 10px;
}

    .bl_more a {
        margin: 0 auto;
        display: block;
        width: 50%;
        text-align: center;
        font: 14px "微软雅黑", Arial, Helvetica, sans-serif;
        color: rgba(0, 0, 0, 0.6);
        border: 1px solid #ccc;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

/*------------------------今日值班------------------------------------*/
.hb_tab {
    width: 100%;
    clear: both;
    float: left;
}

    .hb_tab table {
        width: 95%;
        margin: 0 auto;
        margin-top: 15px;
        border: 1px solid #e4e4e4;
        border-left: 0px solid #eeeeee;
        border-top: 0px solid #eeeeee;
        font-size: 14px;
    }

        .hb_tab table tr td {
            height: 35px;
            line-height: 35px;
            text-align: center;
            /*background:#eff6fa;*/
            border-left: 1px solid #e4e4e4;
            border-top: 1px solid #e4e4e4;
        }

        .hb_tab table tr th {
            height: 35px;
            line-height: 35px;
            background: #efeded;
            font-weight: normal;
            text-align: center;
            border-left: 1px solid #ddd;
            border-top: 1px solid #ddd;
        }

table.cat_t .alt {
    background: #f6f6f6; /*这行将给所有偶数行加上背景色*/
}

table.cat_t .over {
    background: #fcf1e1;
}

.hb_tab table tr td a:hover {
    color: #FF0000;
}


.nr_news {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    padding: 5px 15px 15px;
}

    .nr_news dl dt {
        font-size: 14px;
        font-weight: bold;
    }

    .nr_news dl dd {
        padding-left: 20px;
        height: 30px;
        line-height: 30px;
    }

.page {
    clear: both;
    text-align: center;
    padding: 30px 0 26px;
}

