html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: grayscale;
}

    html.borderbox *, html.borderbox *:before, html.borderbox *:after {
        box-sizing: border-box;
    }

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body, button, input, select, textarea {
    font: 400 1em/1.8 Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

button, input {
    *width: auto;
    *overflow: visible;
    line-height: normal;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

fieldset, img {
    border: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

iframe {
    display: block;
}

blockquote {
    position: relative;
    color: #999;
    font-weight: 300;
    font-family: Avenir, 'Helvetica Neue', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    border-left: 1px solid #1abc9c;
    padding-left: 1em;
    margin: 1em 3em 1em 2em;
}

@media only screen and (max-width: 640px) {
    blockquote {
        margin: 1em 0;
    }
}

acronym, abbr {
    border-bottom: 1px dotted;
    font-variant: normal;
}

abbr {
    cursor: help;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ul, ol {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

:root sub, :root sup {
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    color: #1abc9c;
}

    a:hover {
        text-decoration: underline;
    }

.typo a {
    border-bottom: 1px solid #1abc9c;
}

    .typo a:hover {
        border-bottom-color: #555;
        color: #555;
        text-decoration: none;
    }

ins, a {
    text-decoration: none;
}

u, .typo-u {
    text-decoration: underline;
}

mark {
    background: #fffdd1;
    border-bottom: 1px solid #ffedce;
    padding: 2px;
    margin: 0 5px;
}

pre, code, pre tt {
    font-family: Courier, 'Courier New', monospace;
}

pre {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 1em 1.5em;
    display: block;
    -webkit-overflow-scrolling: touch;
}

hr {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px;
    *color: pink;
    *-webkit-filter: chroma(color=pink);
    *filter: chroma(color=pink);
    height: 10px;
    *margin: -7px 0 2px;
}

small, .typo-small, figcaption {
    font-size: 0.9em;
    color: #888;
}

strong, b {
    font-weight: bold;
    color: #000;
}

[draggable] {
    cursor: move;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.textwrap, .textwrap td, .textwrap th {
    word-wrap: break-word;
    word-break: break-all;
}

.textwrap-table {
    table-layout: fixed;
}

.serif {
    font-family: Palatino, Optima, Georgia, serif;
}

.typo p, .typo pre, .typo ul, .typo ol, .typo dl, .typo form, .typo hr, .typo table, .typo-p, .typo-pre, .typo-ul, .typo-ol, .typo-dl, .typo-form, .typo-hr, .typo-table, blockquote {
    margin-bottom: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: 200;
    color: #000;
}

.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6, .typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-h5, .typo-h6 {
    margin-bottom: 0.4em;
    line-height: 1.5;
}

.typo h1, .typo-h1 {
    font-size: 2em;
}

.typo h2, .typo-h2 {
    font-size: 1.8em;
}

.typo h3, .typo-h3 {
    font-size: 1.6em;
}

.typo h4, .typo-h4 {
    font-size: 1.4em;
}

.typo h5, .typo h6, .typo-h5, .typo-h6 {
    font-size: 1.2em;
}

.typo ul, .typo-ul {
    margin-left: 1.3em;
    list-style: disc;
}

.typo ol, .typo-ol {
    list-style: decimal;
    margin-left: 1.9em;
}

    .typo li ul, .typo li ol, .typo-ul ul, .typo-ul ol, .typo-ol ul, .typo-ol ol {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 2em;
    }

    .typo li ul, .typo-ul ul, .typo-ol ul {
        list-style: circle;
    }

.typo table th, .typo table td, .typo-table th, .typo-table td .typo table caption {
    border: 1px solid #ddd;
    padding: 0.5em 1em;
    color: #666;
}

.typo table th, .typo-table th {
    background: #fbfbfb;
}

.typo table thead th, .typo-table thead th {
    background: #f1f1f1;
}

.typo table caption {
    border-bottom: none;
}

.typo-input, .typo-textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

::-moz-selection {
    background: #08c;
    color: #fff;
}

::selection {
    background: #08c;
    color: #fff;
}

.typo-em, .typo em, legend, caption {
    color: #000;
    font-weight: inherit;
}

.typo-em {
    position: relative;
}

    .typo-em:after {
        position: absolute;
        top: 0.65em;
        left: 0;
        width: 100%;
        overflow: hidden;
        content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
    }

.typo img {
    max-width: 100%;
}

@font-face {
    font-family: 'fontello';
    src: url("../font/fontello.eot?62723038");
    src: url("../font/fontello.eot?62723038#iefix") format("embedded-opentype"),url("../font/fontello.woff?62723038") format("woff"),url("../font/fontello.ttf?62723038") format("truetype"),url("../font/fontello.svg?62723038#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .3em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-up-big:before {
    content: '\e801';
}

.icon-up-open:before {
    content: '\e802';
}

.icon-angle-up:before {
    content: '\e803';
}

.icon-icon5:before {
    content: '\e800';
}

.icon-icon2:before {
    content: '\e807';
}

.icon-icon1:before {
    content: '\e808';
}

.icon-icon3:before {
    content: '\e809';
}

.icon-icon4:before {
    content: '\e80a';
}

body {
    background: #f6f9fb;
    min-width: 980px;
}

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

    a:hover {
        text-decoration: underline;
    }

    a.more {
        color: #00234e !important;
        font-size: 12px;
    }

    a.blue {
        margin-top: 20px;
        line-height: 1.2em;
        color: #29779d;
        font-weight: 400;
        font-size: 20px;
        padding-left: 10px;
        display: block;
        text-decoration: none;
        padding: 1em;
        border: 1px solid #ccc;
        text-align: center;
    }

.notice {
    color: #d81e06;
}

.btn {
    display: inline-block;
    font: normal normal normal 14px/1 sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

    .btn.btn-submit {
        border: none;
        width: 92px;
        height: 35px;
        color: #333;
        font-size: 16px;
        background: url(../images/ico_btn_submit.png) 0 0 no-repeat;
        display: block;
    }

        .btn.btn-submit.tiny {
            width: 56px;
            height: 28px;
        }

    .btn.btn-total {
        width: 142px;
        height: 35px;
        line-height: 35px;
        margin-top: 14px;
        margin-left: 60px;
        text-align: center;
        color: #d81e06;
        background: url(../images/ico_btn.png) 0 0 no-repeat;
        cursor: default;
    }

    .btn.btn-vote {
        width: 108px;
        height: 29px;
        line-height: 29px;
        background: url(../images/ico_btn_vote.png) 0 0 no-repeat;
        text-align: center;
        cursor: default;
    }

    .btn.btn-voted {
        width: 108px;
        height: 29px;
        color: #fff;
        line-height: 29px;
        background: url(../images/ico_btn_voted.png) 0 0 no-repeat;
        text-align: center;
    }

.notice-bar {
    background: url(../images/nav_bg.png) 0 0 no-repeat;
    height: 55px;
    font-size: 24px;
    color: #fef4d1;
    line-height: 55px;
}

    .notice-bar .icon-icon5 {
        font-size: 35px;
        position: relative;
        top: 3px;
        left: -5px;
    }

.icon-honor {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    position: relative;
    padding-left: 55px;
}

    .icon-honor:before {
        content: "";
        width: 45px;
        height: 55px;
        background: url(../images/ico_honor.png) 0 0 no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }

.icon-honor1 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 55px;
}

    .icon-honor1:before {
        content: "";
        width: 45px;
        height: 55px;
        background: url(../images/ico_honor1.png) 0 0 no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }

.icon-speaker {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/ico_speaker.png) 0 0 no-repeat;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

hr.line {
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

hr.blank {
    border-bottom: 0px solid #CCC;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.text-center {
    text-align: center;
}

    .text-center.line {
        border-bottom: 1px dotted #CCC;
    }

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.wrapper {
    width: 100%;
    min-width: 980px;
    background-color: #868686;
}

    .wrapper.banner-wrapper {
        background: none;
        height: 397px;
        background: #fff url(../images/img_top.jpg) center center no-repeat;
    }

    .wrapper.subnav-wrapper {
        background-color: #fff;
        box-shadow: 0px 3px 3px 0px #ccc;
    }

    .wrapper.dotted {
        margin-top: 20px;
        background: none;
        background: url(../images/ico_dotted.png) center center repeat-x;
    }

        .wrapper.dotted h2 {
            background-color: #f6f9fb;
            margin-left: 130px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 28px;
            color: #333;
            font-weight: bold;
        }

.w-border {
    position: relative;
}

    .w-border i.tr {
        display: block;
        width: 3px;
        height: 3px;
        overflow: hidden;
        border-top: 1px solid #676767;
        border-right: 2px solid #676767;
    }

    .w-border i.br {
        display: block;
        width: 3px;
        height: 3px;
        overflow: hidden;
        border-bottom: 1px solid #676767;
        border-right: 2px solid #676767;
    }

    .w-border i.tl {
        display: block;
        width: 3px;
        height: 3px;
        overflow: hidden;
        border-top: 1px solid #676767;
        border-left: 0 solid #676767;
    }

    .w-border i.bl {
        display: block;
        width: 3px;
        height: 3px;
        overflow: hidden;
        border-bottom: 1px solid #676767;
        border-left: 0px solid #676767;
    }

    .w-border .tr {
        position: absolute;
        right: -2px;
        top: -1px;
    }

    .w-border .br {
        position: absolute;
        right: -2px;
        bottom: -1px;
    }

    .w-border .tl {
        position: absolute;
        left: 0px;
        top: -1px;
    }

    .w-border .bl {
        position: absolute;
        left: 0px;
        bottom: -1px;
    }

.subtext {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 1em;
    background: #fff;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 2px solid #dddddd;
}

    .subtext.tiny {
        width: 916px;
        margin-left: auto;
        margin-right: auto;
        border-right: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

        .subtext.tiny .tr, .subtext.tiny .br {
            border-right: 1px solid #676767;
            right: -1px;
        }

        .subtext.tiny .tl, .subtext.tiny .bl {
            border-left: 1px solid #676767;
            left: -1px;
        }

.banner-box {
    text-align: center;
}

    .banner-box a, .banner-box img {
        display: block;
        margin: 0 auto;
    }

.container {
    width: 980px;
    margin: 0 auto;
}

    .container .sub-header {
        position: relative;
        zoom: 1;
    }

        .container .sub-header:before, .container .sub-header:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .container .sub-header:after {
            clear: both;
        }

        .container .sub-header .sub-nav li {
            width: 25%;
            float: left;
        }

            .container .sub-header .sub-nav li a {
                display: block;
                text-align: center;
                margin: 0 auto;
                color: #777777;
                font-size: 24px;
                line-height: 70px;
                text-decoration: none;
                position: relative;
                border-bottom: 5px solid #fff;
            }

                .container .sub-header .sub-nav li a i {
                    font-size: 50px;
                    position: relative;
                    top: 8px;
                }

                .container .sub-header .sub-nav li a span {
                    font-size: 18px;
                }

                .container .sub-header .sub-nav li a:hover {
                    color: #d81e06;
                }

                .container .sub-header .sub-nav li a.current {
                    color: #fff;
                    background: #d81e06;
                    border-bottom: 5px solid #ac1502;
                }

.header {
    zoom: 1;
    text-align: left;
}

    .header:before, .header:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .header:after {
        clear: both;
    }

.maintext p, .maintext h3 {
    margin-bottom: 5px;
}

.nav {
    float: left;
}

    .nav li {
        display: inline-block;
    }

    .nav a {
        font-size: 12px;
        color: #FFF;
        font-family: 'Microsoft YaHei';
        line-height: 26px;
        padding-right: 2em;
        text-decoration: none;
    }

        .nav a:hover, .nav a .focus {
            font-weight: bold;
        }

    .nav.right {
        float: right;
    }

        .nav.right a {
            padding-left: 2em;
            padding-right: 0;
        }

.subnav {
    height: 41px;
    width: 978px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: url(../images/ico_subnav_bg.png) 0 0 no-repeat;
}

    .subnav li {
        float: left;
    }

        .subnav li.active a {
            color: #fef4d1;
            background: url(../images/ico_menu_hover.png) 0 0 no-repeat;
        }

            .subnav li.active a:before {
                position: absolute;
                content: "";
                height: 10px;
                background: url(../images/ico_triangle.png) center center no-repeat;
                width: 163px;
                bottom: -1px;
                left: 0;
            }

    .subnav a {
        font-size: 18px;
        display: block;
        font-family: 'Microsoft YaHei';
        line-height: 41px;
        color: #fff;
        width: 163px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        position: relative;
    }

        .subnav a:hover:before, .subnav a.focus:before {
            position: absolute;
            content: "";
            height: 10px;
            background: url(../images/ico_triangle.png) center center no-repeat;
            width: 163px;
            bottom: -1px;
            left: 0;
        }

        .subnav a.focus {
            color: #fef4d1;
            background: url(../images/ico_menu_hover.png) 0 0 no-repeat;
        }

.pagination a:hover, .pagination a:active {
    border: 1px solid #e4393c;
    background-image: none;
}

.pagination {
    padding: 3px;
    margin: 3px;
    margin-top: 20px;
    text-align: right;
    font-size: .85em;
}

    .pagination.center {
        text-align: center;
    }

    .pagination a {
        border: 1px solid #ccdbe4;
        margin-right: 3px;
        padding: 2px 8px;
        background-position: bottom;
        text-decoration: none;
        color: #777;
    }

        .pagination a.next {
            border: 1px solid #ccdbe4;
            margin: 0 0 0 10px;
        }

            .pagination a.next:hover {
                border: 1px solid #e4393c;
            }

        .pagination a.prev {
            border: 1px solid #ccdbe4;
            margin: 0 10px 0 0;
        }

            .pagination a.prev:hover {
                border: 1px solid #e4393c;
            }

    .pagination span.current {
        margin-right: 3px;
        padding: 2px 6px;
        font-weight: bold;
        color: #e4393c;
    }

    .pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #EEE;
        color: #DDD;
    }

#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 1000px;
}

    #back-top a {
        width: 30px;
        display: block;
        text-align: center;
        font: 11px / 100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        transition: 1s;
    }

    #back-top span {
        width: 30px;
        height: 30px;
        display: block;
        margin-bottom: 7px;
        background: #d81e06 url(../images/cd-top-arrow.svg) no-repeat center center;
        border-radius: 15px;
        -webkit-transition: 1s;
        transition: 1s;
    }

#status-info {
    padding-top: 5px;
    padding-right: 1em;
    color: #777;
    font-size: 14px;
}

.notice-panel {
    float: left;
    background: url(../images/ico_mail.png) center center no-repeat;
    height: 27px;
    width: 40px;
    margin-left: 260px;
}

    .notice-panel .notice-num {
        position: relative;
    }

        .notice-panel .notice-num span {
            position: absolute;
            top: 0px;
            left: 30px;
            font-size: 10px;
            line-height: 20px;
            background: url(../images/ico_ball1.png) 0 0 no-repeat;
            background-position: center center;
            width: 20px;
            height: 20px;
            display: block;
            text-align: center;
            color: #FFF;
        }

.login-panel {
    float: right;
    width: 100px;
    height: 28px;
    background: none;
    background-position: top center;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 28px;
    color: #FFF;
}

    .login-panel > a {
        color: #FFF;
    }

    .login-panel > i {
        font-style: normal;
        display: inline-block;
        padding: 0 10px;
    }

    .login-panel.logon {
        background: none;
        padding-top: 0;
        text-align: right;
        cursor: pointer;
    }

        .login-panel.logon span {
            color: #FFF;
            width: 100px;
            height: 27px;
            display: block;
            overflow: hidden;
        }

    .login-panel .info {
        position: absolute;
        width: 93px;
        border: 1px solid #CCC;
        right: 0;
        top: 24px;
        background-color: #FFF;
        text-align: left;
        line-height: 30px;
        font-size: 14px;
        display: none;
        z-index: 9999;
    }

        .login-panel .info.show {
            display: block;
        }

        .login-panel .info li {
            padding-left: 1em;
            padding-right: 1em;
        }

        .login-panel .info .first {
            padding-top: 5px;
        }

        .login-panel .info .last {
            border-top: 1px solid #EEE;
        }

.article-list {
    zoom: 1;
    margin-top: 10px;
}

    .article-list:before, .article-list:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .article-list:after {
        clear: both;
    }

    .article-list li {
        background: url(../images/ico_li_dotted.png) 5px center no-repeat;
        width: 290px;
        height: 28px;
        overflow: hidden;
        float: left;
        padding-left: 15px;
    }

        .article-list li a {
            font-size: 14px;
        }

    .article-list.full {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

        .article-list.full li {
            width: 100%;
        }

    .article-list.rank-list {
        background: url(../images/ico_rank_num.png) 0 5px no-repeat;
    }

        .article-list.rank-list li {
            list-style-type: none;
            line-height: 26px;
            padding-left: 20px;
        }

.table-style {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .table-style td {
        font-size: 14px;
    }

        .table-style td.active-qq {
            border-right: 1px dashed #000;
        }

.more-box {
    position: relative;
    height: 15px;
}

    .more-box .more {
        position: absolute;
        right: 0px;
        top: 0px;
    }

.box {
    margin-bottom: 10px;
    margin-top: 20px;
}

    .box.none {
        margin-top: 10px;
    }

    .box.with-border {
        border: 1px solid #ddd;
    }

    .box .hd {
        padding-right: 10px;
        position: relative;
        background-color: #eeeeee;
        border-bottom: 1px solid #dcdcdc;
        height: 36px;
    }

        .box .hd:before {
            position: absolute;
            left: 10px;
            bottom: 10px;
            width: 0;
            height: 0;
            content: '';
            z-index: 2;
            border-left: 12px solid red;
            border-bottom: 8px solid transparent;
            border-top: 8px solid transparent;
        }

        .box .hd .more {
            position: absolute;
            right: 10px;
            bottom: 0px;
            font-size: 14px;
            color: #27a9bc !important;
        }

        .box .hd h3 {
            line-height: 36px;
            color: #29779d;
            font-weight: 400;
            font-size: 20px;
            display: inline-block;
            padding-left: 28px;
        }

    .box .bd {
        padding: 10px 5px;
    }

    .box .row {
        margin-top: 10px;
    }

        .box .row .grid-50-left, .box .row .grid-50-right {
            width: 49%;
        }

        .box .row .grid-50-right {
            margin-right: -2px;
        }

    .box .text-wrapper {
        padding: 0 10px;
    }

.weibo-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding-bottom: 10px;
}

    .weibo-box img {
        display: block;
        margin: 0 auto;
    }

.row {
    zoom: 1;
}

    .row:before, .row:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .row:after {
        clear: both;
    }

.mainbox {
    background-color: #FFF;
    padding-top: 38px;
    border-bottom: 1px solid #dddddd;
    border-right: 2px solid #dddddd;
    margin-bottom: 27px;
}

    .mainbox.none {
        padding-top: 0;
    }

    .mainbox .item {
        width: 950px;
        margin-right: auto;
        margin-left: auto;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-right: 2px solid #dddddd;
        margin-bottom: 22px;
    }

        .mainbox .item.excellent {
            position: relative;
            margin-bottom: 6px;
        }

            .mainbox .item.excellent:before {
                position: absolute;
                left: 0;
                top: -7px;
                content: "";
                background: url(../images/ico_excellent.png) 0 0 no-repeat;
                width: 50px;
                height: 48px;
            }

        .mainbox .item .info {
            font-size: 12px;
        }

            .mainbox .item .info span {
                color: #777;
            }

        .mainbox .item .col-1 {
            float: left;
            width: 490px;
            margin-top: 36px;
            padding-left: 80px;
            background: url(../images/ico_honor1.png) 20px 0 no-repeat;
        }

        .mainbox .item .col-2 {
            margin-top: 5px;
            margin-bottom: 5px;
            float: left;
            width: 325px;
            font-size: 14px;
            border-left: 1px dashed #666;
            padding-left: 20px;
            padding-right: 20px;
        }

            .mainbox .item .col-2 .notice {
                color: #d81e06;
            }

        .mainbox .item .col-3 {
            float: left;
            width: 667px;
            margin-left: 60px;
            padding-top: 6px;
            padding-bottom: 6px;
        }

        .mainbox .item .col-4 {
            float: left;
            width: 190px;
        }

    .mainbox h3.title1 {
        width: 161px;
        height: 37px;
        background: url(../images/ico_btn__.png) 0 0 no-repeat;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        top: -13px;
        left: 10px;
    }

    .mainbox h3.title {
        position: relative;
        margin-bottom: 18px;
    }

        .mainbox h3.title:before {
            position: absolute;
            content: "";
            width: 42.6%;
            height: 2px;
            background: #d81e06;
            overflow: hidden;
            top: 50%;
            left: 0;
        }

        .mainbox h3.title:after {
            position: absolute;
            content: "";
            width: 42.6%;
            height: 2px;
            background: #d81e06;
            overflow: hidden;
            top: 50%;
            right: 0;
        }

        .mainbox h3.title span {
            display: block;
            width: 155px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            background-color: #d81e06;
            margin: 0 auto;
        }

.comment #replycontent {
    width: 586px;
    border: 1px solid #ddd;
    height: 126px;
    padding: 10px 15px;
    color: #ccc;
    font-size: 14px;
}

.comment-header {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 1.5em;
}

    .comment-header img.avatar {
        border: 1px solid #ccc;
        padding: 2px;
        margin: 0 12px 0 0;
    }

    .comment-header .comment-editor {
        width: 616px;
        float: left;
    }

.comment-reply {
    border-top: 1px dotted #CCC;
    padding-left: 70px;
    margin-left: -1em;
    margin-right: -1em;
}

    .comment-reply .comment-reply-box {
        display: none;
    }

    .comment-reply .comment-reply-list {
        padding-right: 1em;
    }

    .comment-reply .reply-item {
        zoom: 1;
        position: relative;
        border-bottom: 1px dotted #CCC;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .comment-reply .reply-item:before, .comment-reply .reply-item:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .comment-reply .reply-item:after {
            clear: both;
        }

    .comment-reply .reply-username {
        color: #009a61;
    }

    .comment-reply .reply-author {
        float: left;
    }

        .comment-reply .reply-author img.avatar {
            width: 48px;
            height: 48px;
            border: 1px solid #ccc;
            padding: 2px;
            float: left;
            margin: 0 1em 0 0;
        }

    .comment-reply .reply-item-inner {
        float: right;
        width: 484px;
    }

    .comment-reply .reply-item-foot {
        font-size: 12px;
    }

        .comment-reply .reply-item-foot .reply-link {
            float: right;
        }

    .comment-reply .reply-footer {
        zoom: 1;
    }

        .comment-reply .reply-footer:before, .comment-reply .reply-footer:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .comment-reply .reply-footer:after {
            clear: both;
        }

    .comment-reply .reply-wrap {
        padding-top: 10px;
    }

        .comment-reply .reply-wrap textarea {
            width: 554px;
            height: 100px;
            font-size: 14px;
            padding: 10px;
        }

ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}

    ol.commentlist blockquote {
        margin: 1em 1.5em 1em 0.5em;
        font-size: 14px;
    }

        ol.commentlist blockquote a {
            color: #009a61;
        }

    ol.commentlist li.comment {
        padding: 1em;
        padding-bottom: 0;
    }

        ol.commentlist li.comment .comment-content {
            padding-left: 70px;
            margin-top: 10px;
        }

        ol.commentlist li.comment div.vcard {
            font: normal 16px;
            color: #009a61;
        }

            ol.commentlist li.comment div.vcard cite.fn {
                font-style: normal;
            }

            ol.commentlist li.comment div.vcard img.avatar {
                border: 1px solid #ccc;
                padding: 2px;
                float: left;
                margin: 0 1em 0 0;
            }

        ol.commentlist li.comment div.comment-meta {
            font-size: 10px;
            color: #ccc;
        }

        ol.commentlist li.comment p {
            font-size: 14px;
            margin: 0 0 5px;
        }

        ol.commentlist li.comment ul {
            font-size: 11px;
            list-style: square;
            margin: 0 0 1em 2em;
        }

        ol.commentlist li.comment div.reply {
            font-size: 12px;
            text-align: right;
            padding-bottom: 10px;
        }

        ol.commentlist li.comment ul.children {
            list-style: none;
            margin: 1em 0 0;
            text-indent: 0;
        }

            ol.commentlist li.comment ul.children li.depth-2 {
                border-left: 5px solid #555;
                margin: 0 0 .25em .25em;
            }

            ol.commentlist li.comment ul.children li.depth-3 {
                border-left: 5px solid #999;
                margin: 0 0 .25em .25em;
            }

            ol.commentlist li.comment ul.children li.depth-4 {
                border-left: 5px solid #bbb;
                margin: 0 0 .25em .25em;
            }

    ol.commentlist li.even {
        background: #fff;
    }

    ol.commentlist li.odd {
        background: #f6f6f6;
    }

    ol.commentlist li.parent {
        border-left: 5px solid #111;
    }

.tab-content .item {
    zoom: 1;
    width: 950px;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    background: #fff;
}

    .tab-content .item:before, .tab-content .item:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .tab-content .item:after {
        clear: both;
    }

    .tab-content .item .tr, .tab-content .item .br {
        border-right: 1px solid #676767;
        right: -1px;
    }

    .tab-content .item .tl, .tab-content .item .bl {
        border-left: 1px solid #676767;
        left: -1px;
    }

    .tab-content .item [class^="col-"] {
        float: left;
    }

        .tab-content .item [class^="col-"] .info {
            font-size: 12px;
        }

            .tab-content .item [class^="col-"] .info span {
                color: #777;
            }

        .tab-content .item [class^="col-"] .btn {
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

    .tab-content .item .col-0 {
        width: 70px;
        text-align: center;
        line-height: 52px;
        font-size: 18px;
        font-weight: bold;
        color: #d81e06;
        border-right: 1px dashed #ccc;
        margin-right: 10px;
    }

    .tab-content .item .col-1 {
        width: 520px;
    }

    .tab-content .item .col-2 {
        width: 198px;
    }

        .tab-content .item .col-2 .btn {
            margin-top: 10px;
        }

    .tab-content .item .col-3 {
        width: 150px;
    }

        .tab-content .item .col-3 .btn {
            margin-top: 12px;
        }

.col-main {
    float: left;
    width: 640px;
}

.col-sidebar {
    float: right;
    width: 286px;
}

    .col-main .title-speaker, .col-sidebar .title-speaker {
        background: url(../images/ico_speaker.png) 0 0 no-repeat;
        padding-left: 40px;
        margin-bottom: 10px;
    }

.grid-100 {
    width: 100%;
    min-width: 980px;
}

.grid-50-left {
    width: 50%;
    float: left;
}

.grid-50-right {
    width: 50%;
    float: right;
}

.footer-nav {
    background-color: #f2f2f2;
    padding: 20px 30px;
}

    .footer-nav .footer > li {
        float: left;
        width: 213px;
    }

    .footer-nav strong {
        font-size: 12px;
    }

    .footer-nav a {
        color: #868686;
        font-size: 12px;
    }

    .footer-nav .wechat, .footer-nav .weibo {
        margin-left: 10px;
        margin-bottom: -4px;
        display: inline-block;
        width: 24px;
        height: 19px;
        background: url(../images/ico_weixin_weibo.png) 0 0 no-repeat;
    }

    .footer-nav .weibo {
        background-position: right;
    }

    .footer-nav .qrcode {
        margin-top: 8px;
    }

        .footer-nav .qrcode img {
            display: block;
        }

.copyright {
    text-align: center;
    font-size: 12px;
    background-color: #868686;
    color: #FFF;
}

.grid {
    zoom: 1;
    min-height: 80px;
    margin-top: 16px;
    margin-bottom: 16px;
}

    .grid:before, .grid:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .grid:after {
        clear: both;
    }

    .grid.border-less {
        border: 0;
        height: 80px;
    }

        .grid.border-less .maintext {
            border-right: 0;
        }

    .grid .maintext {
        width: 642px;
        float: left;
    }

    .grid .sidebar {
        width: 300px;
        float: right;
    }

        .grid .sidebar .block {
            margin-bottom: 14px;
            padding-bottom: 10px;
        }

            .grid .sidebar .block .hd {
                padding-right: 10px;
                position: relative;
                background-color: #eeeeee;
                border-top: 1px solid #0084ab;
                height: 36px;
            }

                .grid .sidebar .block .hd h3 {
                    line-height: 36px;
                    color: #29779d;
                    font-weight: 400;
                    font-size: 20px;
                    padding-left: 10px;
                }

            .grid .sidebar .block .bd {
                width: 300px;
                margin: 0 auto;
            }

                .grid .sidebar .block .bd.weibo-wrapper {
                    margin-top: 10px;
                    width: 280px;
                }

            .grid .sidebar .block .article-list.rank-list li {
                line-height: 26px;
                padding-left: 20px;
                background: none;
                height: 26px;
            }

                .grid .sidebar .block .article-list.rank-list li a {
                    line-height: 26px;
                    font-size: 13px;
                }

.weibo-show {
    height: 342px;
    width: 275px;
    margin: 30px auto 25px auto;
    overflow: hidden;
}

.etabs {
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
    border-bottom: none;
}

    .tab a {
        font-size: 18px;
        color: #777777;
        line-height: 2em;
        display: block;
        padding: 0 1em;
        outline: none;
        text-decoration: none;
    }

    .tab.active {
        color: #000;
        position: relative;
    }

        .tab.active:after {
            content: " ";
            position: absolute;
            bottom: -2px;
            left: 50%;
            margin-left: -3px;
            width: 14px;
            height: 8px;
            background: url(../images/ico_tab_arrow.png) 0 0 no-repeat;
        }

    .tab a.active {
        color: #000;
    }

.tab-container .panel-container {
    padding: 10px;
}

.panel-container {
    margin-bottom: 10px;
}

