﻿* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #e00;
    }

html, body {
    background: #f6f6f6;
}

.top {
    height: 32px;
    line-height: 32px;
    background: url(images/top-bg.jpg) repeat-x;
    font-size: 12px;
}

.topcen {
    width: 1200px;
    position: relative;
    margin: 0px auto;
}

.woc {
    float: left;
    color: #555;
}

.use {
    margin-left: 360px;
    float: left;
    padding-left: 30px;
    background: url(images/user.png) no-repeat left center;
}

.rightbtn {
    height: 22px;
    line-height: 22px;
    padding-top: 5px;
    float: right;
}

    .rightbtn li {
        float: right;
        margin-left: 30px;
        width: 82px;
        background: url(images/shortcut-bg.png) no-repeat;
        height: 22px;
        line-height: 20px;
    }

        .rightbtn li a {
            height: 22px;
            line-height: 22px;
            display: block;
            background-image: url(images/icon01.png);
            background-repeat: no-repeat;
            text-indent: 2em;
        }

            .rightbtn li a:hover {
                text-decoration: none;
            }

.logo {
    height: 100px;
    width: 100%;
}

.logocen {
    width: 1200px;
    position: relative;
    margin: 0px auto;
}

.logoleft {
    width: 600px;
    float: left;
    height: 100px;
    background: url(images/logo.png) no-repeat left center;
}

.nav {
    width: 590px;
    float: right;
    margin-top: 40px;
}

    .nav ul li {
        float: left;
        width: 13%;
        margin: 0px 2px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

        .nav ul li:hover {
            border-bottom: 3px solid #e94b42;
        }

        .nav ul li a {
            color: #666;
        }

            .nav ul li a:hover {
                color: #444;
                text-decoration: none;
            }

.main {
    width: 1000px;
    position: relative;
    margin: 0px auto;
    margin-top: 5px;
    padding: 5px;
    background: #fff;
}

.zt {
    width: 1000px;
    height: 300px;
}

.zt_an {
    width: 770px;
    float: right;
    text-align: center;
}

    .zt_an input {
        width: 145px;
        height: 50px;
        text-indent: -9999999em;
        border: none;
        margin: 10px 30px;
    }

.main_left {
    width: 210px;
    float: left;
    background: #eee;
}

    .main_left ul {
        margin-left: 5px;
    }

        .main_left ul li {
            height: 50px;
            line-height: 50px;
            width: 200px;
            border: 1px solid #ccc;
            margin-top: 10px;
            text-indent: 4em;
            background-position: 5px center;
            background-repeat: no-repeat;
            font-size: 15px;
            position: relative;
        }

            .main_left ul li ul {
                position: absolute;
                background: #f6f6f6;
                top: 0px;
                left: 196px;
                display: none;
                border: 1px solid #ccc;
                margin-top: -1px;
            }

                .main_left ul li ul li {
                    width: 120px;
                    clear: both;
                    height: 30px;
                    line-height: 30px;
                    border: none;
                    margin: 0px;
                    padding: 0px;
                    text-align: left;
                    text-indent: 1em;
                }

                    .main_left ul li ul li a {
                        display: block;
                    }

                    .main_left ul li ul li:hover {
                        background: #eee;
                    }

            .main_left ul li.active {
                color: #e00;
            }

.main_right {
    width: 770px;
    float: right;
}

.main_right_js p {
    line-height: 25px;
    color: #555;
    margin-top: 20px;
}

.mian_right_ml {
    clear: both;
}

    .mian_right_ml h4 {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .mian_right_ml ul {
        clear: both;
    }

        .mian_right_ml ul li {
            height: 30px;
            line-height: 30px;
        }


.main_right_zs h4 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    clear: both;
}

.main_right_zs a {
    display: block;
    float: left;
    /*width: 120px;*/
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    margin: 5px 10px;
    text-align: center;
}

.main_right_zs h4 a {
    display: inline;
    border: none;
    height: 40px;
    line-height: 40px;
    float: none;
}

.main_right_zs span {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    clear: both;
    font-weight: bold;
    font-size: 13px;
    text-indent: 2em;
}

.cmt-post {
    position: relative;
    border-bottom: 1px solid #f1f2f3;
    padding-left: 24px;
    clear: both;
}

    .cmt-post .inner {
        position: relative;
        padding: 20px 24px 20px 60px;
    }

    .cmt-post .hd {
        margin-bottom: 4px;
        line-height: 18px;
    }

    .cmt-post .pic {
        position: absolute;
        left: 0;
        top: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

.stars {
    position: relative;
    display: inline-block;
    top: 2px;
}

.cmt-post .cmt-txt {
    color: #07111b;
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
}

.cmt-post .ft {
    font-size: 12px;
    margin-top: 5px;
}

.cmt-post .treply {
    margin-top: 20px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 20px;
    font-size: 12px;
    line-height: 24px;
    color: #787d82;
    word-wrap: break-word;
    word-break: break-all;
}

    .cmt-post .treply a {
        color: #f01414;
    }

    .cmt-post .treply span {
        color: #f01414;
    }


.footer {
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    clear: both;
    background: #2f383d;
    color: #fff;
    padding-top: 10px;
    border-top: 4px solid #21262a;
}

    .footer span {
        margin: 0px 20px;
    }

.new01 li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

    .new01 li a {
        float: left;
        color: #555;
        font-size: 13px;
    }

    .new01 li span {
        float: right;
        margin-right: 5px;
        color: #777;
        font-size: 12px;
    }


.kc_qt_right_bt {
    line-height: 35px;
    line-height: 35px;
    background: #f6f6f6;
    font-weight: normal;
    font-size: 16px;
    clear: both;
    text-indent: 2em;
    border-bottom: 2px solid #eee;
    color: #555;
}

.kc_qt_right_nr_left {
    width: 100px;
    float: left;
    height: 150px;
}

    .kc_qt_right_nr_left img {
        height: 150px;
        width: 100px;
    }

.kc_qt_right_nr {
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.kc_qt_right_nr_right {
    width: 630px;
    float: right;
}

    .kc_qt_right_nr_right h4 {
        font-weight: normal;
        font-size: 17px;
        text-indent: 20px;
        height: 35px;
        line-height: 35px;
        font-weight: bold;
    }

        .kc_qt_right_nr_right h4 a {
            color: #e94b42;
            font-size: 17px;
        }

    .kc_qt_right_nr_right h5 {
        height: 30px;
        line-height: 30px;
        color: #555;
        font-weight: normal;
        font-size: 13px;
        text-indent: 20px;
    }

    .kc_qt_right_nr_right p {
        line-height: 25px;
        color: #333;
        text-indent: 20px;
    }

.ksxx {
    cursor: pointer;
}
