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%;
}

body {
    background: #fff;
}

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

    a:hover {
        text-decoration: underline;
    }

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

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

.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: 80px;
        height: 32px;
        background-color: #27a9bc;
        color: #FFF;
    }

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

.icon {
    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;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

hr.line {
    border-bottom: 1px 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%;
    background-color: #868686;
}

.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;
        margin-top: 2px;
        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 .logo {
            float: left;
        }

            .container .sub-header .logo a {
                display: block;
                text-align: center;
            }

        .container .sub-header .pull-right {
            height: 91px;
            overflow: hidden;
        }

            .container .sub-header .pull-right img {
                margin-top: 10px;
            }

        .container .sub-header .sub-nav {
            border-bottom: 1px solid #0084ab;
            padding-top: 0.5em;
            padding-left: 50px;
        }

.sub-nav ul .curt2 {
}

.container .sub-header .sub-nav li {
    display: inline-block;
}

    .container .sub-header .sub-nav li a {
        display: block;
        padding: 0 5px;
        margin-right: 20px;
        color: #000;
        font-size: 24px;
        text-decoration: none;
        position: relative;
    }

.sub-nav .curt2 {
    color: #CCC;
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 0 0 20px;
    width: 160px;
    overflow: hidden;
    margin-left: 8px;
    background: url(../images/curt2.png) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.container .sub-header .sub-nav li a.current, .container .sub-header .sub-nav li a:hover {
    color: #29779d;
    background-color: #cff6f9;
}

    .container .sub-header .sub-nav li a.current:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 50%;
        margin-left: -7px;
        width: 14px;
        height: 6px;
        background: url(../images/ico_topnav_bg.png) 0 0 no-repeat;
    }

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

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

    .header:after {
        clear: both;
    }

.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;
        }

.slideshow {
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
    width: 240px;
    height: 220px;
    overflow: hidden;
    float: left;
}

    .slideshow .bx-pager {
        text-align: right;
        z-index: 10;
    }

    .slideshow .bx-wrapper .bx-viewport {
        padding-bottom: 40px;
    }

    .slideshow .bx-wrapper .bx-caption {
        bottom: -40px;
        background: none;
        text-align: center;
    }

        .slideshow .bx-wrapper .bx-caption span {
            color: #000;
            padding: 5px;
        }

    .slideshow .bx-wrapper .bx-pager {
        padding-top: 0;
    }

        .slideshow .bx-wrapper .bx-pager.bx-default-pager a {
            text-indent: 9999px;
        }

    .slideshow .sy-caption-wrap {
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

        .slideshow .sy-caption-wrap .sy-caption {
            display: none;
            border-radius: 0;
            left: 0px;
        }

    .slideshow .sy-pager {
        zoom: 1;
        position: absolute;
        z-index: 100;
        height: 16px;
        right: 0px;
        bottom: 10px;
        display: block;
        width: 100%;
        margin: 0 0 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }

        .slideshow .sy-pager:before, .slideshow .sy-pager:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .slideshow .sy-pager:after {
            clear: both;
        }

        .slideshow .sy-pager li {
            display: inline-block;
            width: 9px;
            height: 9px;
            margin: 0 9px 0 0;
        }

            .slideshow .sy-pager li.sy-active a {
                background-position: left;
                background: #FFF;
            }

            .slideshow .sy-pager li a {
                width: 9px;
                height: 9px;
                display: block;
                background: url(../images/ico_dotted.png) 0 0 no-repeat;
                background-position: right;
                text-indent: 9999px;
                border-radius: 0;
            }

                .slideshow .sy-pager li a:link, .slideshow .sy-pager li a:visited {
                    opacity: 1.0;
                }

                .slideshow .sy-pager li a:hover, .slideshow .sy-pager li a:focus {
                    opacity: 0.8;
                }

#slider-next .bx-next {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    color: #cb010f;
}

.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;
    }

.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 {
    border: 1px solid #999;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px auto;
    border-left: 0;
    border-right: 0;
    word-wrap: break-word;
    font-size: 12px;
}

    .table-style .head td {
        height: 32px;
        background: url(../images/ico_head_bg.png);
        font-size: 14px;
        padding: 0 4px;
        font-weight: bold;
        text-align: center;
    }

    .table-style td {
        padding: 4px;
        border: 1px solid #999;
        border-top: 0;
    }

    .table-style .even td {
        background-color: #f1f4f7;
    }

.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 .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;
    }

.row {
    zoom: 1;
}

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

    .row:after {
        clear: both;
    }

.container-inner {
    zoom: 1;
    width: 610px;
    border: 1px solid #eee;
    padding: 1px;
}

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

    .container-inner:after {
        clear: both;
    }

    .container-inner .box {
        margin-top: 0;
        width: 300px;
        float: left;
    }

        .container-inner .box.right {
            float: right;
        }

        .container-inner .box h4 {
            line-height: 32px;
            height: 32px;
            background-color: #eee;
            color: #000;
            padding-left: 10px;
        }

        .container-inner .box li {
            font-size: 14px;
        }

.grid-100 {
    width: 100%;
}

.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: #e4393c;
    }

.tab-container .panel-container {
    background: url(../images/ico_tab_bg.png) 0 0 no-repeat;
    padding: 10px;
}

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