﻿.list-tbody-tr > li.topic-author, .pctHead-content .recommed .list a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.container {
    background: #fff;
    font-size: 12px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    border-bottom: 2px solid #21324f;
    margin-bottom: 20px;
}

.bm_title .breadcrumb, .pi .authi, .lastreply a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.heard {
    background: #394f75;
    position: relative;
    z-index: 101;
}

.forums-search {
    position: relative;
}

    .forums-search input {
        outline: none !important;
        transition: background linear .2s;
        height: 30px;
        padding: 0 25px 0 5px;
        width: 240px;
        line-height: 2;
        background: #fff;
    }

.heard > .forums-search {
    top: 8px;
    left: 10px;
}

.forums-search-scroll {
    height: 300px;
    overflow-y: auto;
}

.heard .forums-search .text input {
    padding: 0 45px 0 10px;
}

.forums-search-btn {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    font-weight: 700;
    color: #394f75;
    outline: none;
    padding: 0 10px 0;
    border: none;
    border-radius: 0 5px 5px 0;
    background: none;
    font-size: 18px;
}

.heard .text {
    float: left;
}

    .heard .text .down {
        margin-left: -3px;
        color: #fff;
        position: absolute;
        top: 0;
        right: 38px;
        padding: 0 10px;
    }

        .heard .text .down hr {
            position: absolute;
            height: 20px;
            top: 50%;
            left: 0;
            border: navajowhite;
            background: rgba(0,0,0,0.4);
            width: 1px;
            margin: 0;
            margin-top: -10px;
        }

        .heard .text .down a {
            color: #fff;
            line-height: 35px;
        }

            .heard .text .down a i {
                font-size: 12px;
                margin-left: 5px;
                opacity: 0.5;
            }

.heard .select {
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #999;
    border-top: none;
    line-height: 22px;
    position: absolute;
    z-index: 20;
    left: 226px;
    top: 100%;
    position: absolute;
    left: 0;
    display: none;
}

    .heard .select > div {
        display: block;
        border-bottom: 1px dashed #ebebeb;
    }

        .heard .select > div:last-child {
            border-bottom: none;
        }

        .heard .select > div:hover {
            background: #e8eff5;
        }

    .heard .select hr {
        margin: 3px 0;
    }

    .heard .select a {
        color: #206e7a !important;
        line-height: 26px !important;
    }

.heard .kjnav {
    float: right;
    position: relative;
    border: 1px solid transparent;
    border-bottom: none;
    border-top: none;
    margin-left: 10px;
}

    .heard .kjnav:hover {
        position: relative;
        z-index: 100;
        border-color: #556f9d;
    }

    .heard .kjnav.active {
        position: relative;
        z-index: 100;
        border-color: #556f9d;
    }

        .heard .kjnav.active a {
            cursor: default;
        }

    .heard .kjnav > a {
        position: relative;
        padding: 0 10px;
        display: block;
        line-height: 46px;
        color: #a5c6f2;
        z-index: 100;
        font-weight: 700;
        font-size: 14px;
        border-radius: 2px;
        min-width: 100px;
        text-align: center;
    }

    .heard .kjnav:hover > a {
        color: #f2f2f2;
        background: #556f9d;
    }

    .heard .kjnav.active > a {
        color: #f2f2f2;
        background: #556f9d;
    }

        .heard .kjnav.active > a:after {
            content: "\e656";
            position: absolute;
            top: 100%;
            line-height: 8px;
            color: #556f9d;
            left: 50%;
            margin-left: -4px;
            font-size: 14px;
        }

    .heard .kjnav > a i {
        font-weight: 500;
        margin-top: -1px;
        display: inline-block;
        position: relative;
    }

.fjump_menu {
    position: absolute;
    top: 100%;
    right: -1px;
    margin-top: -2px;
    z-index: 99;
    background: #556f9d;
    padding: 10px 0 0;
    width: 240px;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    border-bottom: 2px solid #df9185;
    border-radius: 5px 0 5px 5px;
    visibility: hidden;
    border: 1px solid #556f9d;
}

.heard .kjnav:hover .fjump_menu {
    visibility: visible;
}

.mbm {
    margin-bottom: 0;
    padding: 5px 0;
}

    .mbm dt {
        font-size: 14px;
        padding: 0 0 0 5px;
    }

dd {
    padding: 0 0 0 5px;
}

    .mbm dt a, dd a {
        color: #333;
        display: block;
        padding-left: 5px;
    }

.mbm dd {
    margin: 0 0 0 10px;
    padding: 5px 0;
}

    .mbm dd a:hover {
        background-color: rgba(255,255,255,0.1);
    }

.fjump_menu .mbm_s {
    border-bottom: 1px dashed #999;
    padding: 0 10px 10px;
}

    .fjump_menu .mbm_s label {
        font-weight: 400;
    }

    .fjump_menu .mbm_s input {
        height: 25px;
        line-height: 2;
        outline: none !important;
        width: 100%;
        background: rgba(255,255,255,0.1);
        padding: 0 10px;
    }

        .fjump_menu .mbm_s input:focus {
            background: none;
            border-color: rgba(255,255,255,0.3);
        }

    .fjump_menu .mbm_s .iconfont {
        position: absolute;
        bottom: 15px;
        right: 15px;
        font-size: 12px;
        line-height: 15px;
    }

.mbm dt a, .mbm dd a {
    color: #fff;
}

.fls {
    background: #fff;
    overflow: hidden;
    min-height: 500px;
}

.fl dl {
    margin-bottom: 0px;
}

.bm_title {
    border-width: 1px 0px;
    border-color: #c2d5e3;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    background: #f2f6fb;
    position: relative;
    color: #666;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

    .bm_title .breadcrumb {
        border-width: 1px 0px;
        border-color: #c2d5e3;
        height: 33px;
        line-height: 33px;
        padding: 0 10px;
        font-size: 12px;
        text-align: center;
        font-weight: 500;
        background: #f2f6fb;
        position: relative;
        color: #666;
        overflow: hidden;
    }

    .bm_title a {
        color: #7b96c4;
    }

        .bm_title a:hover {
            text-decoration: underline;
        }

    .bm_title .breadcrumb {
        padding: 0;
        float: left;
        font-size: 13px;
        width: 63%;
        text-align: left;
    }

    .bm_title > i {
        position: absolute;
        left: 12px;
        font-size: 18px;
        margin-right: 5px;
        color: #7b96c4;
        text-shadow: 0 -1px 0 #333;
        line-height: 1.7;
    }

.bm_title-issue {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}

.fl .bmw {
    padding: 10px 15px;
    border-top: 1px dashed #cdcdcd;
}

    .fl .bmw li {
        float: left;
    }

    .fl .bmw .img {
        float: left;
        line-height: 50px;
        margin-right: 10px;
    }

        .fl .bmw .img img {
            width: 40px;
            height: 40px;
            border-radius: 5px;
        }

    .fl .bmw .con {
        line-height: 22px;
        margin-left: 55px;
    }

        .fl .bmw .con .tit {
            font-weight: 700;
        }

            .fl .bmw .con .tit a {
                color: #333;
            }

                .fl .bmw .con .tit a:hover {
                    text-decoration: underline;
                }

        .fl .bmw .con .remark {
            padding-left: 5px;
        }

    .fl .bmw .fl_i {
        line-height: 50px;
        text-align: center;
    }

    .fl .bmw .fl_by {
        line-height: 25px;
    }

        .fl .bmw .fl_by .lastreply {
            overflow: hidden;
        }

.lastreply a {
    padding-left: 0;
}

.threadlist {
    border: 1px solid #cdcdcd;
}

    .threadlist .th {
        margin-top: 1px;
        padding: 10px;
        border-bottom: 1px solid #cdcdcd;
        background: #e8f3fd none repeat scroll 0% 0%;
        font-size: 12px;
    }

    .threadlist .bm_c li {
        min-height: 45px;
        border-top: 1px solid #c2d5e3;
        padding: 5px 10px;
    }

        .threadlist .bm_c li:hover {
            background: #e8f3fd;
        }

        .threadlist .bm_c li:first-child {
            border-top: none;
        }

        .threadlist .bm_c li ._999 {
            color: #999;
        }

.bm_c .tit {
    font-size: 14px;
}

    .bm_c .tit a {
        color: #333;
    }

        .bm_c .tit a:hover {
            text-decoration: underline;
        }

.threadlist .bm_c li .img {
    float: left;
    line-height: 35px;
    margin-right: 10px;
    width: 22px;
    height: 25px;
    position: relative;
}

    .threadlist .bm_c li .img img {
        width: 100%;
        height: 100%;
    }

.bm_c li .con {
    line-height: 35px;
    margin-left: 25px;
}

.threadlist .bm_c li .by, .num {
    font-size: 12px;
}

.threadlist .bm_c li em {
    font-style: normal;
}

.threadlist .filterlist span {
    padding: 0 3px;
}

    .threadlist .filterlist span a:hover {
        text-decoration: underline;
    }

table:hover .hin {
    opacity: 1;
}

#ct {
    width: auto;
    background: #fff;
    border: 1px solid #c2d5e3;
}

.pl {
    background: #fff;
}

    .pl table {
        width: 100%;
        empty-cells: show;
        border-collapse: collapse;
    }

.pls {
    width: 160px;
    background: #e5edf2 none repeat scroll 0% 0%;
    overflow: hidden;
    border-right: 1px solid #c2d5e3;
}

    .pls .favatar {
        background: transparent none repeat scroll 0% 0%;
        height: auto;
        border-width: 0px;
        overflow: visible;
    }

.plc, .pls {
    vertical-align: top;
}

.plc {
    padding: 0px 20px;
}

.pl ._r {
    background: #fff;
    overflow: hidden;
}

.pl .ad {
    height: 4px;
    background: #c2d5e3;
}

.pl .ts {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    line-height: 24px;
}

.ad .pls {
    background: #c2d5e3 none repeat scroll 0% 0%;
    padding: 0px;
    height: 4px;
}

.ad .plc {
    background: #e5edf2 none repeat scroll 0% 0%;
    padding: 0px;
    overflow: hidden;
}

.pi {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: 1px dashed #cdcdcd;
}

    .pi .authi {
        font-weight: 700;
        text-align: center;
        width: 120px;
        font-size: 14px;
        line-height: 18px;
    }

    .pi strong a {
        float: right;
        font-weight: 400;
        color: #333;
        cursor: default;
    }

        .pi strong a em {
            font-style: normal;
        }

        .pi strong a sup {
            top: -0.3em;
        }

.pls .pi {
    padding-left: 15px;
}

.pls .avatar {
    margin: 10px auto 6px;
    width: 100px;
    height: 100px;
    padding: 2px;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 1px rgba(0,0,0,0.6);
    position: relative;
}

    .pls .avatar img {
        width: 100%;
        height: 100%;
    }

.avatar-dv {
    WIDTH: 14px;
    height: auto;
    margin-left: 5px;
}

.tns {
    padding: 0px 10px 10px;
}

    .tns li {
        float: left;
        border-left: 1px solid #ccc;
        text-align: center;
        width: 33%;
    }

        .tns li p {
            margin: 0;
        }

        .tns li:first-child {
            border-left: none;
        }

.pil {
    margin: 5px 10px 5px 20px;
}

.pls dt {
    margin-right: 3px;
    width: 55px;
}

.pls dd {
    width: 70px;
    float: left;
    overflow: hidden;
    height: 1.6em;
    line-height: 1.6em;
    font-weight: 400;
}

.pls dt {
    float: left;
    overflow: hidden;
    height: 1.6em;
    line-height: 1.6em;
    font-weight: 400;
}

.po {
    border-top: 1px dashed #cdcdcd;
}

    .po .pob {
        line-height: 36px;
    }

        .po .pob em {
            font-style: normal;
        }

.hin {
    opacity: 0.5;
}

.t_fsz {
    min-height: 80px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    display: table !important;
}

    .t_fsz p {
        margin: 0 0 20px;
        line-height: 28px;
    }

    .t_fsz .text-editor-bot {
        background: #f5f5f5;
        border-top: 1px solid rgba(123,150,196,0.3);
    }

        .t_fsz .text-editor-bot button {
            background: #394F75;
            color: #fff;
            border-radius: 0;
            padding: 8px 20px;
            font-weight: 600;
        }

            .t_fsz .text-editor-bot button[disabled] {
                background: rgba(123,150,196,0.3);
                color: #666;
                text-shadow: 0 1px 0 #eee;
            }

        .t_fsz .text-editor-bot .tip {
            line-height: 38px;
            padding: 0 15px;
            font-weight: 600;
            color: #666;
            font-size: 12px;
        }

    .t_fsz textarea#Comment {
        width: 100%;
        min-height: 120px;
        max-height: 240px;
        overflow-x: hidden;
        overflow-y: auto;
        border: 0;
        font-size: 14px;
        resize: none;
        line-height: normal;
        text-align: left;
        background: #f7faff;
        padding: 10px;
        box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
        display: block;
    }

    .t_fsz .replytBtn .i-code {
        position: absolute;
        top: 2px;
        bottom: 0;
        left: 4px;
    }

        .t_fsz .replytBtn .i-code img, .t_fsz .replytBtn .i-code input {
            height: 32px;
        }

        .t_fsz .replytBtn .i-code input {
            padding: 0 5px;
            border: 1px solid #ccc;
            border-left: none;
            box-shadow: 1px 1px 2px #ccc inset;
            background-color: #f2f2f2;
            width: 100px;
            outline: none;
            letter-spacing: 10px;
            font-size: 18px;
            text-align: center;
        }

.post .t_fsz {
    padding-top: 10px;
}

.t_fsz img {
    max-width: 800px;
    width: expression(this.width > 800 ? 800: true);
    max-height: 600px;
    height: expression(this.height > 600 ? 600: true);
}

.t_fsz ul, .t_fsz ol {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.t_fsz ul {
    list-style-type: disc;
}

.t_fsz ol {
    list-style-type: decimal;
}

.t_fsz .quote {
    margin: 20px 0px 10px;
    padding: 15px 10px 10px;
    background: #fff;
    line-height: 1.6;
    border: 1px solid #ccc;
    position: relative;
    display: block !Important;
}

    .t_fsz .quote .font_bold {
        color: #666;
        padding: 0px 10px;
        font-weight: bold;
        position: absolute;
        top: -12px;
        background: #fff;
    }

    .t_fsz .quote p {
        margin: 0;
    }

.hm {
    text-align: center;
    padding-top: 5px;
    color: #777;
}

    .hm .pipe {
        margin: 0px 5px;
        color: #ccc;
    }

.pm {
    padding-bottom: 5px;
    padding-top: 5px;
}

.pgs {
    margin: 0;
    padding: 10px;
}

    .pgs .page-pagination {
        margin: 0;
    }

    .pgs .bt {
        float: left;
    }

        .pgs .bt .btn {
            margin-right: 10px;
            margin-top: 0;
        }

            .pgs .bt .btn i {
                font-size: 14px;
                line-height: 17px;
                top: 1px;
            }

#f_pst {
    border: 1px solid #cdcdcd;
}

    #f_pst .plc {
        padding: 0;
        width: 100%;
        position: relative;
    }

        #f_pst .plc .signin-tip {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            text-align: center;
            line-height: 125px;
            background: rgba(255,255,255,0.6);
            color: #333;
            z-index: 10;
            font-size: 14px;
        }

.mtw .plc {
    padding: 0 0 10px;
    text-align: center;
}

    .mtw .plc span {
        border: 1px solid #d5d5d5;
        background: #fafafa;
        padding: 0 10px;
        margin-right: 10px;
        cursor: pointer;
        display: inline-block;
        border-radius: 5px;
        line-height: 25px;
        vertical-align: top;
        height: 26px;
        transition: all linear .2s;
        color: #666;
    }

        .mtw .plc span:hover {
            border-color: #c5c5c5;
            background: #f2f2f2;
        }

        .mtw .plc span .icon-Thumbsup.icon-select:before {
            content: '\e689';
        }

        .mtw .plc span .icon-Thumbsdown.icon-select:before {
            content: '\e68c';
        }

    .mtw .plc .line i.icon-select + span {
        color: #c33;
    }

    .mtw .plc .line i.icon-Ideal {
        position: relative;
        top: 1px;
    }

    .mtw .plc .line i + .badge {
        margin: 0;
        border: none;
        position: relative;
        min-width: 0;
        padding: 0 0 0 5px;
        background: none;
        color: #333;
    }

    .mtw .plc .icontool-like.active {
        background: #c33;
        color: #fff;
    }

        .mtw .plc .icontool-like.active i, .mtw .plc .icontool-like.active span {
            color: #fff !important;
        }

    .mtw .plc span.icontool-hate i.icon-select {
        color: #3d3838 !important;
    }

        .mtw .plc span.icontool-hate i.icon-select + span {
            color: #3d3838 !important;
        }

    .mtw .plc span:active {
        background: #fafafa;
        border-color: #eee;
    }

.topic-list-table, .plate-table {
    display: table;
}

.topic-list-table {
    width: 100%;
    font-size: 14px;
    border: 1px solid rgba(123,150,196,0.3);
    border-collapse: separate;
}

.list-thead {
    display: table-header-group;
    width: 100%;
    border-bottom: 1px solid rgba(123,150,196,0.3);
    font-size: 12px;
    line-height: 30px;
}

    .list-thead .list-tbody-tr > li {
        border-bottom: 1px solid rgba(123,150,196,0.3) !important;
        line-height: 30px;
    }

.list-tbody {
    display: table-row-group;
    width: 100%;
}

.list-tbody-tr {
    display: table-row;
}

    .list-tbody-tr > li {
        display: table-cell;
    }

.plate-cell {
    display: table-cell;
}

.list-tbody-tr > li {
    vertical-align: middle;
    border-bottom: 1px solid rgba(123,150,196,0.15);
    line-height: 20px;
    padding: 4px 0;
}

    .list-tbody-tr > li.topic-author {
        color: #666;
        padding-right: 10px !important;
    }

    .list-tbody-tr > li:first-child {
        padding-left: 10px !important;
    }

.list-tbody-tr .filterlist span {
    padding: 0 10px;
    font-weight: 700;
    position: relative;
    font-size: 14px;
    color: #858585;
    cursor: pointer;
}

    .list-tbody-tr .filterlist span hr {
        width: 1px;
        height: 11px;
        border: none;
        background: #999;
        position: absolute;
        top: 1px;
        right: -2px;
        margin: 0;
    }

    .list-tbody-tr .filterlist span.active {
        text-decoration: none;
        color: #394f75;
        cursor: default;
        text-decoration: none !Important;
    }

    .list-tbody-tr .filterlist span:hover {
        text-decoration: underline;
        color: #394f75;
    }

.list-tbody .list-tbody-tr:hover {
    background: #f5f5f5;
}

.list-tbody-tcont {
    position: relative;
}

    .list-tbody-tcont > div {
        display: inline-block;
    }

    .list-tbody-tcont a {
        color: #394f75;
        vertical-align: middle;
        line-height: 42px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 35px;
        right: 10px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .list-tbody-tcont a:hover {
            color: #21324f;
            text-decoration: underline;
        }

    .list-tbody-tcont .img {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .list-tbody-tcont > * {
        display: table-cell !important;
        vertical-align: middle;
        word-wrap: break-word;
    }

.tcont-title {
    width: 100%;
}

    .tcont-title > div {
        display: table;
        padding: 0 38px 0 10px;
        width: 100%;
        word-wrap: break-word;
        table-layout: fixed;
    }

        .tcont-title > div img {
            margin-right: 2px;
        }

.tcont-notice span {
    font-weight: 700;
    margin-right: 2px;
}

.tcont-notice a {
    color: #206e7a;
}

.list-topic-auther, .list-topic-reply {
    width: 140px;
}

.list-topic-time {
    width: 120px;
}

.list-thead .list-topic-time, .list-thead .list-topic-reply {
    color: #999;
}

.list-mark {
    color: #666;
    font-size: 12px;
}

.plateDes {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.tcont-tagnew {
    margin-left: 5px;
    color: #02b205;
    font-size: 12px;
}

.tcont-taghot {
    color: #d60f0f;
}

.Forums-HotList {
    height: 150px;
    background: #fafafa;
    margin: 0 auto;
}

.forums_ban {
    margin: 0 auto 5px;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

#kinMaxShow {
    visibility: hidden;
    width: 100%;
    overflow: hidden;
}

    #kinMaxShow .KMSPrefix_kinMaxShow_button {
        opacity: 0;
        transition: all linear .2s;
    }

        #kinMaxShow .KMSPrefix_kinMaxShow_button li {
            border-radius: 50%;
            width: 10px !important;
            height: 10px !important;
        }

.KMSPrefix_kinMaxShow_focus {
    background: #df9185 !important;
    border-color: #df9185 !important;
}

.forums_ban:hover #kinMaxShow .KMSPrefix_kinMaxShow_button {
    opacity: 1;
}

#kinMaxShow .KMSPrefix_kinMaxShow_image_box .KMSPrefix_kinMaxShow_image_item {
    background-size: 100% !important;
    background-position: bottom !important;
    border-radius: 5px 5px 0 0;
}

.forums_Rule_lock {
    padding: 8px 20px;
}

.forums_alert {
    padding: 8px 20px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

    .forums_alert p {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .forums_alert div {
        margin-top: 5px;
        line-height: 20px;
    }

.forums_Rule_title {
    font-size: 16px;
    font-weight: 700;
}

    .forums_Rule_title i {
        margin-right: 4px;
        font-size: 18px;
        font-weight: 500;
        color: #206e7a;
        position: relative;
        top: 1px;
    }

    .forums_Rule_title .display {
        cursor: pointer;
        padding: 0 5px;
        text-decoration: none;
        font-size: 14px;
        color: #206c79;
    }

        .forums_Rule_title .display:hover {
            color: #000;
        }

.forums_Rule_list b {
    margin-right: 4px;
    color: #932310;
}

.forums_Rule_list li {
    margin-bottom: 5px;
    padding-left: 20px;
}

.forums_Rule_toggle {
    margin-top: 10px;
    display: none;
}

.submess .subcontent {
    width: 50px;
    height: 50px;
    padding-right: 20px;
}

    .submess .subcontent > img {
        width: 100%;
        height: 100%;
    }

.subcontent-photo {
    width: 60px;
    padding-right: 7px !Important;
    vertical-align: top;
}

    .subcontent-photo img {
        width: 100%;
        position: relative;
        top: 3px;
        background-color: #fff;
        padding: 2px;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

.topics-titSelect {
    overflow: hidden;
    width: 100%;
    padding: 15px 0 10px;
}

    .topics-titSelect input {
        font-size: 14px;
    }

    .topics-titSelect select {
        height: 34px;
        border-color: #ddd;
        width: 240px;
        background-color: #fff;
        font-size: 14px;
    }

    .topics-titSelect .form-select label {
        font-size: 14px;
        margin: 0 5px;
    }

        .topics-titSelect .form-select label .iconfont {
            margin-right: 2px;
        }

#Tags + sub {
    position: absolute;
    top: 17px;
    right: 44px;
    font-size: 12px;
    color: #aaa;
    cursor: pointer;
}

    #Tags + sub:hover {
        color: #666;
    }

.topics-titSelect label b {
    color: #f00;
}

.tagsHelp {
    position: absolute;
    top: 100%;
    z-index: 10;
    right: 23px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 307px;
    box-shadow: 0 0px 1px rgba(0,0,0,0.2);
    display: none;
}

    .tagsHelp:before {
        content: "\e606";
        position: absolute;
        top: -13px;
        line-height: 1;
        color: #ddd;
        right: 41px;
    }

    .tagsHelp dt {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 3px;
        margin-bottom: 3px;
    }

    .tagsHelp dd {
        padding: 0;
    }

.cke_chrome {
    box-shadow: none !important;
}

    .cke_chrome #cke_1_top {
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        position: relative;
        border-bottom: 1px solid #fff;
        background: #f2f2f2 !Important;
    }

.wechat-mesTool {
    border-top: 1px dashed #cdcdcd;
    border-bottom: none;
    margin-bottom: 0;
}

    .wechat-mesTool .plc {
        padding: 0;
    }

        .wechat-mesTool .plc .line i + .badge {
            top: 0 !important;
            padding-left: 5px;
        }

    .wechat-mesTool .mtw .plc span {
        padding: 0 5px;
    }

    .wechat-mesTool .plc .line i, .wechat-mesTool .mtw .plc .line i + .badge {
        font-size: 12px !important;
    }

.plc-bot-tool {
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 36px;
}

.plc .hin {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}

.pct-content {
    padding-bottom: 40px;
}

.pctHead-content {
    padding-bottom: 40px;
}

    .pctHead-content .recommed {
        margin-top: 40px;
    }

        .pctHead-content .recommed .title {
            position: relative;
            font-size: 12px;
            margin: 15px 0 6px;
            color: #394f75;
            padding-bottom: 5px;
            border-bottom: 2px solid #eee;
        }

            .pctHead-content .recommed .title:before {
                content: '';
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 100px;
                display: block;
                height: 2px;
                background: #394F75;
            }

        .pctHead-content .recommed .list {
            font-size: 14px;
            padding: 2px 0 5px;
        }

            .pctHead-content .recommed .list a {
                position: relative;
                display: block;
                padding: 2px 0;
                max-width: 395px;
                font-size: 12px;
                color: #555;
            }

                .pctHead-content .recommed .list a:last-child {
                    border-bottom: none;
                }

                .pctHead-content .recommed .list a:hover {
                    text-decoration: underline;
                    color: #394f75;
                }

                    .pctHead-content .recommed .list a:hover:before {
                        opacity: 1;
                    }

                .pctHead-content .recommed .list a:before {
                    content: '•';
                    font-size: 18px;
                    color: #394f75;
                    display: inline-block;
                    margin-top: -10px;
                    vertical-align: top;
                    position: relative;
                    top: 6px;
                    margin-right: 6px;
                    opacity: .69;
                }

                .pctHead-content .recommed .list a img {
                    padding-right: 5px;
                }

.quote-box {
    background: #eee !Important;
    border-color: #ddd !important;
    padding: 5px 15px 0 !important;
}

.quote-wechat td {
    padding: 0;
    border-bottom: none;
}

.quote-wechat table {
    margin: 10px auto;
}

.quote-content {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    min-width: 100px;
}

.quote-user {
    margin-bottom: 2px;
}

.pachat-share {
    line-height: 24px;
    border: 1px solid #ddd;
    white-space: nowrap;
    outline: none;
    border-radius: 4px;
    padding: 0 7px;
    position: absolute;
    top: 2px;
    right: 90px;
    transition: all linear .2s;
}

    .pachat-share i {
        margin-right: 4px;
        position: relative;
        top: 2px;
    }

.wechat-share-more {
    top: 2px;
    position: relative;
}

    .wechat-share-more button {
        padding: 0 10px;
        height: 28px;
        background: #f2f2f2;
        border-color: #ddd;
    }

        .wechat-share-more button i {
            font-size: 12px;
        }

        .wechat-share-more button ~ .dropdown-menu {
            padding: 0;
            min-width: 120px;
        }

            .wechat-share-more button ~ .dropdown-menu a {
                color: #333;
            }

.shareBox {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    left: 50%;
    margin: -180px 0 0 -180px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 360px;
    min-height: 360px;
    overflow: hidden;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: all linear .2s;
}

    .shareBox.active {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .shareBox dt {
        border-bottom: 1px solid #eee;
        padding: 9px 15px 9px 37px;
    }

        .shareBox dt i {
            color: #d4d4d4;
            cursor: pointer;
            transition: all linear .2s;
        }

            .shareBox dt i:hover {
                color: #c00;
            }

        .shareBox dt b.iconfont {
            color: #14b81c;
            font-weight: 100;
            font-size: 20px;
            position: absolute;
            top: 5px;
            left: 11px;
        }

.pachat-GList {
    overflow: hidden;
}

    .pachat-GList dd {
        white-space: nowrap;
        border-top: none !important;
    }

    .pachat-GList .bmw .con .tit a {
        line-height: 50px;
    }

.pachat-GList-tit {
    overflow: hidden;
    border-left: 4px solid #ddd;
    margin-left: 10px;
    padding-left: 5px;
    font-weight: 700;
}

.floor_tag {
    font-size: 14px;
    color: #666;
    font-weight: 200;
    margin-bottom: 5px;
}

    .floor_tag a {
        font-size: 12px;
        padding: 2px 8px;
        background-color: #fafafa;
        border-radius: 4px;
        color: #333;
    }

        .floor_tag a:hover {
            background: #337ab7;
            color: #fff;
        }

.topic-cre-sour [class*="col-"] {
    padding: 0;
}

.topic-cre-sour input, .article-textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 34px;
    padding: 0px 12px;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.article-textarea {
    resize: none;
    min-height: 100px;
    max-height: 150px;
    padding: 10px 15px;
    white-space: normal;
}

#Tags:empty {
    line-height: 38px;
    padding-top: 10px;
}

    #Tags:empty:after {
        content: "e.g.2016Election";
        position: absolute;
        top: 0;
        left: 16px;
        line-height: 34px;
        color: #999;
    }

    #Tags:empty:focus {
        line-height: 34px;
        padding-top: 0;
    }

        #Tags:empty:focus:after {
            display: none;
        }

#Tags:hover {
    overflow-x: auto;
}



.topic-quote {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f7f7f7;
    padding: 10px 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    position: relative;
}

    .topic-quote p {
        margin-bottom: 0;
    }

    .topic-quote .topic-q-origin {
        color: #666;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .topic-quote .topic-q-origin b {
            color: #666;
        }

    .topic-quote:after {
        content: url(../Images/quote_arrow.png);
        position: absolute;
        bottom: -21px;
        left: 33px;
    }

.conver-break {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    height: 100%;
    z-index: 1040;
}

.conver-break-block {
    background: #fff;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 0 20px;
    min-width: 600px;
}

.break-sketch {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

    .break-sketch > * {
        top: 24px;
    }

    .break-sketch img {
        position: absolute;
    }

        .break-sketch img.icon-left {
            left: 40px;
        }

        .break-sketch img.icon-right {
            right: 40px;
        }

    .break-sketch:before, .break-sketch:after {
        content: "";
        position: absolute;
        left: 90px;
        top: 50%;
        margin-top: -2px;
        border-bottom: 4px dashed transparent;
        transition: all ease-out .4s;
    }

    .break-sketch:before {
        border-bottom-color: #ccc;
        right: 90px;
    }

    .break-sketch:after {
        right: 100%;
        border-bottom-color: #206e7a;
        border-bottom-style: solid;
    }

.conver-break-block.active .break-sketch:before {
    border-bottom-style: solid;
    right: 90px;
    border-width: 2px;
}

.conver-break-block.active .break-sketch:after {
    right: 90px;
    border-width: 2px;
}

.break-icon {
    position: relative;
    width: 32px;
    height: 32px;
    background: #fff;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 50%;
    line-height: 32px;
    font-size: 12px;
    color: #650d0d;
}

.conver-break-block.active .break-icon {
    visibility: hidden;
}

.conver-break-block p {
    font-size: 22px;
    color: #666;
    margin: 20px auto;
}

.conver-break-block button {
    position: relative;
    background: #fff;
    border: 1px solid #206e7a;
    border-radius: 4px;
    height: 40px;
    width: 134px;
    font-size: 18px;
    color: #206e7a;
    margin: 0 auto 20px;
    padding-left: 28px;
    outline: none;
    transition: all linear .2s;
}

    .conver-break-block button i {
        font-size: 22px;
        position: absolute;
        left: 23px;
        top: 5px;
    }

    .conver-break-block button:hover {
        background: #206e7a;
        color: #fff;
    }

    .conver-break-block button:active {
        background: #144851;
    }

.message-alert {
    position: fixed;
    z-index: 10000;
    top: 22%;
    left: 50%;
    width: 100%;
    margin-left: -250px;
    max-width: 500px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow: hidden;
    background-color: #44669f;
    margin-bottom: 1em;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    box-shadow: 0 0 8px rgba(16,28,47,0.35);
}

    .message-alert:hover {
        background: #5179bb;
    }

    .message-alert.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

.message-inner {
    color: #f0f0f0;
}

    .message-inner:before {
        background-color: #61c4b8;
        -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
        -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
        box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 17px;
        display: block;
        content: " ";
        top: 50%;
        margin-top: -7px;
        height: 13px;
        width: 13px;
        z-index: 20;
        transition: all linear .1s;
    }

.message-alert:hover .message-inner:before {
    background-color: #14cce9;
}

.message-infro {
    border-radius: 0px;
    position: relative;
    border: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    background: transparent;
    color: #f0f0f0;
    font-weight: 500;
    padding: 12px 30px 12px 44px;
}

.message-spinner > * {
    float: right;
}

.message-clear {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.1);
    line-height: 42px;
    padding: 0 12px;
    text-shadow: none;
    cursor: pointer;
    transition: all linear .1s;
    font-size: 14px;
}

    .message-clear:hover {
        background: #b74a4a;
        box-shadow: 1px 0 0 #333 inset,-1px 0 0 rgba(255,255,255,0.12);
    }

.wechat_submessages {
    background-color: #fafafa;
    padding: 10px;
    border-radius: 4px;
    margin-top: 5px;
    border: 1px solid #ddd;
}

    .wechat_submessages > li:first-child {
        margin-top: 0;
    }

.wechat_message .photo {
    width: 35px;
    vertical-align: top;
}

    .wechat_message .photo img {
        position: relative;
        text-align: center;
        padding: 0 2px;
        width: 40px;
    }

.wechat_message .content {
    background-color: white;
    padding: 8px 7px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 4px;
    word-break: break-word;
    overflow: hidden;
    margin: 2px 0 5px 5px;
    display: inline-block;
    min-width: 40px;
    min-height: 30px;
}

.wechat_message .sender {
    color: #666;
    font-size: 16px;
    height: 20px;
    margin: 0 0 4px 5px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.forum-classify {
    width: 300px;
    vertical-align: top;
}

    .forum-classify a {
        color: #394f75;
    }

        .forum-classify a i.icon-Hot {
            font-size: 14px;
            color: #cc2017;
            position: relative;
            top: -1px;
        }

.topic-list-table {
    background: #fff;
}

.forum-classify-block {
    background: #fff;
    margin-left: 10px;
    border: 1px solid rgba(123,150,196,0.3);
    margin-bottom: 10px;
}

@media (max-width:768px) {
    .forum-classify-block {     
    margin-left: 0px;    
}
}

.classify-block-width {
    width:360px;
}
@media (max-width:768px) {
   .classify-block-width  {     
     width:100%;    margin: 10px 0 0!important;
}
}

    .forum-classify-block h5 {
        line-height: 38px;
        margin: 0;
        padding: 0 15px;
        position: relative;
        z-index: 10;
        font-size: 14px;
    }

.candidate-blockbg > dt, .PAIndex-head dt {
    line-height: 38px;
    margin: 0;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    font-size: 14px;
}

.forum-classify-block h5, .candidate-blockbg > dt {
    border-bottom: 1px solid rgba(123,150,196,0.3) !important;
    padding: 0 10px;
    position: relative;
    z-index: 10;
    color: #394f75;
    background: rgba(236,245,252,0.68);
}

    .forum-classify-block h5 i.icon-Hot, .candidate-blockbg > dt i.icon-Hot {
        color: #cc2017;
    }

.classify-Instr {
    padding: 10px 20px 10px 35px;
    color: #7b96c4;
}

    .classify-Instr li {
        list-style-type: disc;
        padding-bottom: 2px;
        margin-bottom: 2px;
    }

        .classify-Instr li:hover {
            list-style-type: circle;
        }

            .classify-Instr li:hover a {
                color: #394f75;
            }

.classify-list li > a:hover {
    text-decoration: underline;
    color: #394f75 !important;
}

.classify-list > li {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid rgba(123,150,196,0.15);
}

    .classify-list > li > div.classify-title {
        padding: 5px 15px;
        border: 1px solid transparent;
        cursor: pointer;
        color: #56719f;
        border-bottom: 1px solid rgba(123,150,196,0.15);
    }

        .classify-list > li > div.classify-title:hover, .classify-list > li > div.classify-title.open {
            background: #f2f8fd;
        }

    .classify-list > li:last-child {
        border-bottom: none;
        margin-bottom: 0 !important;
    }

.classify-list-detail {
    top: 0;
    border-top: 1px solid rgba(123,150,196,0.15);
    z-index: 10;
    display: none;
    padding: 0 40px 20px;
    list-style-type: disc;
    color: #7b96c4;
}

    .classify-list-detail li:last-child {
        border-bottom: none;
    }

    .classify-list-detail > li a {
        display: block;
        padding: 4px 0 2px;
        color: #7b96c4;
    }

        .classify-list-detail > li a:hover {
            text-decoration: underline;
        }

.classify-title .flex-icon {
    top: 3px;
    color: #666;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

.leaders-list {
    margin: 0 auto;
}

    .leaders-list > li {
        padding: 10px 0 9px 35px;
    }

    .leaders-list img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.leaders-img {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    border-radius: 4px;
}

.leaders-infro {
    width: 100%;
    vertical-align: middle;
    padding: 0 80px 0 10px;
    color: #999;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

    .leaders-infro p {
        margin-bottom: 0;
    }

        .leaders-infro p .iconfont {
            color: #ffb600;
        }

    .leaders-infro a {
        color: #56719f;
        font-weight: 700;
    }

    .leaders-infro .follow {
        position: absolute;
        border: 1px solid #ddd;
        padding: 4px 8px;
        top: 10px;
        border-radius: 2px;
        color: #333;
        right: 0;
        box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
        font-size: 12px;
    }

        .leaders-infro .follow .iconfont {
            font-size: 14px;
            color: #206e7a;
        }

        .leaders-infro .follow:hover {
            background: #f2f2f2;
        }

    .leaders-infro img {
        width: 14px;
        height: 14px;
        vertical-align: middle;
    }

.classify-button a {
    position: relative;
    padding: 10px 0 10px 25px;
    text-align: center;
    display: block;
    background: #f2f2f2;
    color: #206e7a;
}

    .classify-button a i {
        position: absolute;
        top: 7px;
        left: 88px;
        font-size: 18px;
    }

.forum-topic-list .list-tbody .list-tbody-tr > li {
    padding: 10px 0;
}

.forum-topic-list .list-tbody-tr:nth-child(even) {
    background: #fcfcfc;
}

.list-tbody-tr > li.reply {
    color: #666;
}

.abuseEdit-block {
    background-color: rgba(255,255,255,0.95) !important;
    border-top: 1px solid #ddd;
    padding: 0;
    height: auto;
    z-index: 10;
    background: #fff;
    margin: 0 auto;
}

#abuse-edit .modal-body {
    padding: 0;
}

#abuse-edit .modal-footer {
    padding: 5px 10px;
}

#members .abuseEdit-block, .abuseEdit-records {
    visibility: hidden;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all ease-out .2s;
}

    #members .abuseEdit-block.open, .abuseEdit-records.open {
        visibility: visible;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

.abuseEdit-block dt #saveblock {
    padding: 0 14px;
    position: absolute;
    line-height: 30px;
    top: 4px;
    right: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.abuseEdit-block dd {
    padding: 10px 10px 20px;
}

.abuseEdit-block .BReason-select {
    margin: 2px 0 10px;
    overflow: hidden;
}

    .abuseEdit-block .BReason-select li {
        float: left;
        border: 1px solid #ddd;
        padding: 5px 10px;
        margin: 3px 5px 3px 0;
        border-radius: 2px;
        cursor: pointer;
    }

        .abuseEdit-block .BReason-select li.selected {
            border-color: #028bed;
            color: #028bed;
        }

    .abuseEdit-block .BReason-select + input {
        border-radius: 4px;
        border-radius: 4px;
        width: 100%;
        line-height: 35px;
        border: 1px solid #ddd;
        padding: 0 10px;
        margin: 0 auto;
        display: block;
    }

.topic-person-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #ccc;
    font-size: 14px;
}

.topic-person-list {
    position: absolute;
    width: 100%;
    height: 130px;
    top: 0;
    text-align: center;
    background: rgba(0,0,0,0.2);
    display: none;
}

    .topic-person-list > li {
        vertical-align: middle;
    }

        .topic-person-list > li button {
            width: 120px;
            display: block;
            margin: 0 auto;
            border: none;
            border-bottom: 1px solid transparent;
            border-radius: 0;
            border-color: #f2f2f2;
            outline: none !important;
        }

            .topic-person-list > li button:first-child {
                border-radius: 5px 5px 0 0;
            }

            .topic-person-list > li button:last-child {
                border-radius: 0 0 5px 5px;
            }

            .topic-person-list > li button:hover {
                background-color: #f2f2f2;
                border-color: #f2f2f2;
            }

            .topic-person-list > li button:active {
                background-color: #ddd !important;
                border-color: #ddd !important;
            }

            .topic-person-list > li button:focus {
                border-color: #f2f2f2;
                background: #fff !important;
            }

.topic-person-btn:hover {
    color: #333;
}

    .topic-person-btn:hover + .topic-person-list {
        display: table;
    }

.topic-person-list:hover {
    display: table;
}

.pls:hover .topic-person-btn {
    color: #666;
}

.topic-org {
    font-size: 14px;
    color: #1f6b78;
    font-weight: 700;
    padding-right: 10px;
}

    .topic-org span {
        color: #666;
        font-weight: 500;
    }

.manager-group-create {
    background: rgba(255,255,255,0.15);
    display: block;
    padding: 0 10px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    text-decoration: none;
}

.forum-topic-create {
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
    border: none;
    font-weight: 700;
    outline: none;
}

    .forum-topic-create a {
        color: #21324f;
    }

    .forum-topic-create .iconfont {
        margin-top: -4px;
        display: inline-block;
        position: relative;
        top: 1px;
    }

.chat-his-dropmenu .dropdown-toggle {
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 20px;
}

    .chat-his-dropmenu .dropdown-toggle:before {
        content: "Group: ";
        margin-right: 10px;
    }

.chat-his-dropmenu .dropdown-menu {
    right: 20px;
    background: #fff;
    min-width: 260px;
    padding: 0;
    max-height: 280px;
    left: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: -1px 1px 3px rgba(0,0,0,0.1);
}

    .chat-his-dropmenu .dropdown-menu a {
        position: relative;
        line-height: 28px;
        box-shadow: 0 1px 0 rgba(0,0,0,0.05);
        color: #333;
        display: block;
        padding: 5px 10px;
        clear: both;
        font-weight: 400;
        white-space: nowrap;
    }

    .chat-his-dropmenu .dropdown-menu li:hover {
        background: rgba(0,0,0,0.05);
    }

    .chat-his-dropmenu .dropdown-menu li.active a:after {
        content: "\e615";
        position: relative;
        float: right;
        padding-right: 10px;
        color: #394f75;
    }

.tag-list-container {
    width: 220px;
}

.tag-list li {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    border-bottom: 1px solid rgba(123,150,196,0.15);
}

    .tag-list li:hover {
        background: #f2f8fd;
    }

    .tag-list li a:hover {
        color: #50ccd1;
    }

.tag-display {
    padding: 0 20px;
    border-bottom: 1px solid rgba(123,150,196,0.3);
}

    .tag-display .tag-title {
        margin: 30px auto;
    }

        .tag-display .tag-title:before {
            content: "#";
            margin-right: 5px;
        }

    .tag-display .tag-subs, .tag-display .tag-share {
        width: 124px;
    }

        .tag-display .tag-subs button {
            color: #fff;
            border-color: #394f75;
            outline: none;
            width: 110px;
            background: #556f9d;
        }

            .tag-display .tag-subs button .iconfont {
                position: relative;
                margin-top: -2px;
                display: inline-block;
                top: 1px;
            }

        .tag-display .tag-share button {
            box-shadow: none !important;
            border-color: rgba(123,150,196,0.3);
            width: 110px;
        }

            .tag-display .tag-share button .iconfont {
                color: #666;
                font-size: 14px;
            }

        .tag-display .tag-share .dropdown-menu {
            padding: 0;
        }

            .tag-display .tag-share .dropdown-menu a {
                color: #333;
            }

                .tag-display .tag-share .dropdown-menu a i {
                    margin: 0;
                    padding: 0 10px;
                    position: relative;
                    top: 2px;
                    color: #666;
                }

                .tag-display .tag-share .dropdown-menu a:hover {
                    color: #394f75;
                }

                    .tag-display .tag-share .dropdown-menu a:hover i {
                        color: #394f75;
                    }

.tag-related {
    padding: 8px 4px;
    overflow: hidden;
}

    .tag-related a {
        position: relative;
        padding: 0 14px;
        font-size: 12px;
        float: left;
    }

        .tag-related a:after {
            content: "";
            position: absolute;
            top: 2px;
            bottom: 2px;
            right: 0;
            width: 1px;
            background: #c3ccd2;
        }

        .tag-related a:last-child:after {
            display: none;
        }

        .tag-related a:hover {
            text-decoration: underline;
        }

.tag-avatat-list button {
    background: #556f9d;
    border: none;
    color: #fff !Important;
    font-size: 12px;
    padding: 3px 8px;
    outline: none;
}

.tag-avatat-list .PAIndex-group .media .media-body div:first-child {
    font-size: 16px;
    font-weight: 600;
}

.topic-load-more:hover, .PAIndex-head dt a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .topics-titSelect select {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .forums_ban, .Forums-HotList {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .forums_ban, .Forums-HotList {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .forums_ban, .Forums-HotList {
        width: 1170px;
    }
}

.topic-cre-form {
    table-layout: fixed;
    padding: 0 8%;
}

.topics-titSelect > .dis-table {
    margin: 10px auto;
}

.topic-title {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}

    .topic-title > div {
        padding: 0;
    }

    .topic-title select {
        border-radius: 0;
        border: none;
        border-right: 1px solid #ddd;
        width: 100%;
        padding: 0 5px;
    }

    .topic-title input {
        width: 100%;
        height: 34px;
        background: none;
        border: none;
        padding: 0 10px;
    }

.topic-cre-op {
    padding-right: 10px;
    width: 80px;
    text-align: right;
}

    .topic-cre-op label {
        margin-bottom: 0;
        font-weight: 500;
    }

.topic-cre-identify {
    width: 120px;
    padding: 0 10px;
}

/*.topic-cre-tag #Tags {
    width: 100%;
    font-size: 14px;
    line-height: 34px;
}*/

.topic-poll-date li > div {
    width: 100%;
}

.topic-cre-identify label {
    cursor: pointer;
}

.topic-cre-identify input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.topic-poll .topic-poll-date, .topic-poll .topic-cre-identify {
    position: relative;
}

.topic-poll-date .date input {
    background: #fafafa;
    box-shadow: none;
}

.topic-poll-list {
    table-layout: fixed;
    margin-top: 10px !important;
}

    .topic-poll-list li {
        border-right: 1px solid #e5e5e5;
        padding: 0 10px;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        max-width: 290px;
        padding: 5px;
    }

    .topic-poll-list .dis-tbody li span {
        text-align: left;
    }

    .topic-poll-list ul:last-child li {
        border-bottom: none;
    }

    .topic-poll-list li:last-child {
        border-right: none;
    }

    .topic-poll-list li.item-oper {
        width: 90px;
    }

        .topic-poll-list li.item-oper .iconfont {
            cursor: pointer;
        }

    .topic-poll-list .dis-tbody li.item-oper .iconfont {
        opacity: .6;
    }

        .topic-poll-list .dis-tbody li.item-oper .iconfont:hover {
            opacity: 1;
        }

    .topic-poll-list .dis-tbody li.item-oper .icon-Clear:hover {
        color: #f52929;
    }

.topic-poll-list-table {
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

    .topic-poll-list-table .item-oper > * {
        display: inline-block;
    }

    .topic-poll-list-table .item-oper hr {
        width: 1px;
        background: #ddd;
        margin: 0 10px;
        height: 15px;
        position: relative;
        top: 2px;
    }

    .topic-poll-list-table .item-keyword {
        width: 36px;
    }

.topic-tag-help {
    position: relative;
    cursor: pointer;
}

    .topic-tag-help .iconfont {
        font-size: 12px;
        margin-left: 5px;
        color: #ed7070;
    }

.topic-poll-insert button {
    outline: none !Important;
    border-color: #ddd !Important;
    box-shadow: none !Important;
}

    .topic-poll-insert button .iconfont {
        margin-left: 5px;
        position: relative;
        top: 1px;
    }

.topic-poll-creBody {
    padding: 15px 30px 15px 20px;
}

    .topic-poll-creBody .row {
        margin: 10px auto;
    }

        .topic-poll-creBody .row > div:first-child {
            text-align: right;
            padding: 0 10px;
            line-height: 34px;
        }

    .topic-poll-creBody input {
        height: 34px;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

    .topic-poll-creBody textarea {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 2px;
        max-height: 120px;
        min-height: 120px;
        padding: 2px 5px;
        resize: none;
    }

.progress-poll {
    position: relative;
    width: 100%;
    height: 20px;
    color: #fff;
    text-align: center;
    background-color: #f2f2f2;
    overflow: hidden;
    border-radius: 2px;
}

    .progress-poll .poll-bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
    }

.poll-bar-1 {
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#d5f56e', endColorstr = '#bcd95f')";
    background-image: -moz-linear-gradient(top, #d5f56e, #bcd95f);
    background-image: -ms-linear-gradient(top, #d5f56e, #bcd95f);
    background-image: -o-linear-gradient(top, #d5f56e, #bcd95f);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#d5f56e), to(#bcd95f));
    background-image: -webkit-linear-gradient(top, #d5f56e, #bcd95f);
    background-image: linear-gradient(to bottom, #d5f56e,#bcd95f);
}

.poll-bar-2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#6df477', endColorstr = '#5fda68')";
    background-image: -moz-linear-gradient(top, #6df477, #5fda68);
    background-image: -ms-linear-gradient(top, #6df477, #5fda68);
    background-image: -o-linear-gradient(top, #6df477, #5fda68);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#6df477), to(#5fda68));
    background-image: -webkit-linear-gradient(top, #6df477, #5fda68);
    background-image: linear-gradient(to bottom, #6df477,#5fda68);
}

.poll-bar-3 {
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#6eadf5', endColorstr = '#5f98d9')";
    background-image: -moz-linear-gradient(top, #6eadf5, #5f98d9);
    background-image: -ms-linear-gradient(top, #6eadf5, #5f98d9);
    background-image: -o-linear-gradient(top, #6eadf5, #5f98d9);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#6eadf5), to(#5f98d9));
    background-image: -webkit-linear-gradient(top, #6eadf5, #5f98d9);
    background-image: linear-gradient(to bottom, #6eadf5,#5f98d9);
}

.poll-bar-4 {
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#cf6ef5', endColorstr = '#b65fd9')";
    background-image: -moz-linear-gradient(top, #cf6ef5, #b65fd9);
    background-image: -ms-linear-gradient(top, #cf6ef5, #b65fd9);
    background-image: -o-linear-gradient(top, #cf6ef5, #b65fd9);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#cf6ef5), to(#b65fd9));
    background-image: -webkit-linear-gradient(top, #cf6ef5, #b65fd9);
    background-image: linear-gradient(to bottom, #cf6ef5,#b65fd9);
}

.t_options {
    font-size: 14px;
    width: 90%;
    margin: 40px auto 20px;
    position: relative;
}

    .t_options thead {
        border-bottom: 2px solid #ebebeb;
    }

    .t_options tfoot {
        border-top: 2px solid #ebebeb;
    }

    .t_options th {
        font-weight: normal;
        line-height: 30px;
    }

    .t_options tbody tr {
        border-bottom: 1px dashed #eee;
        text-align: center;
    }

    .t_options td {
        padding: 8px 0;
    }

.poll-sub {
    padding-right: 10px !Important;
}

td.poll-chart {
    width: 300px;
    padding-right: 20px;
}

.poll-sub-des {
    color: #999;
    font-size: 12px;
}

.poll-opt-selType {
    width: 20px;
}

.poll-opt-num, .poll-opt-selType {
    vertical-align: top;
}

.poll-opt-num {
    width: 60px;
}

.poll-opt-count {
    width: 80px;
}

.poll-opt-btn {
    border: none;
    background: #394f75;
    border-radius: 5px;
    width: 50px;
    height: 25px;
    color: #fff;
    margin-right: 10px;
    outline: none;
}

.t_options tfoot td {
    font-size: 12px;
    color: #999;
    padding: 10px 0;
}

.article-cre-head h3 {
    margin: 20px auto;
}

.article-cre-head p {
    font-size: 15px;
}

.t_fsz .video-container {
    position: relative;
    max-width: 750px;
    margin: 1em auto;
}

    .t_fsz .video-container > div {
        position: relative;
        padding-top: 56.2%;
    }

        .t_fsz .video-container > div iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.head-unpinned + .generic_body .div-fix.pgs {
    -moz-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -o-transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}

@media (max-width: 992px) {
    .topic-cre-form {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .forums-search input {
        width: 180px;
    }
}
/*# sourceMappingURL=topic.css.map */
