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

.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
}

    .jq-ry-container[readonly="readonly"] {
        cursor: default;
    }

    .jq-ry-container > .jq-ry-group-wrapper {
        position: relative;
        width: 100%;
    }

        .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
            position: relative;
            line-height: 0;
            z-index: 10;
            white-space: nowrap;
        }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
                display: inline-block;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
                width: 100%;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
                width: 0;
                z-index: 11;
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden;
            }

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

.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;
        margin-top: 10px;
        width: 84px;
        height: 29px;
        line-height: 29px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        background: url(../images/ico_btn_submit.png) 0 0 no-repeat;
        display: inline-block; /*修改*/
    }

        .btn.btn-submit.voted {
            background: url(../images/ico_btn_submit_selected.png) 0 0 no-repeat;
            cursor: default;
        }

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

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

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

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

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

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

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

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

    .wrapper.banner-wrapper {
        background: none;
        height: 364px;
    }

        .wrapper.banner-wrapper .text {
            display: none;
        }

    .wrapper.view {
        background: #9a141a url(../images/ico_content_bg.jpg) center 0 no-repeat;
    }

    .wrapper.nav-wrapper {
        background: #580105;
        height: 68px;
        z-index: 100;
    }

        .wrapper.nav-wrapper .logo {
            float: left;
            padding-top: 10px;
            margin-right: 20px;
        }

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

    .container.white {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

        .container.white.last {
            margin-bottom: 0;
        }

.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 {
        float: left;
    }

        .nav li a {
            font-size: 20px;
            display: block;
            color: #FFF;
            font-family: 'Microsoft YaHei';
            height: 68px;
            line-height: 68px;
            width: 121px;
            text-align: center;
            text-decoration: none;
        }

            .nav li a:hover, .nav li a.focus {
                color: #ec0000;
                background: url(../images/ico_btn_hover.png) 0 0 no-repeat;
            }

.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:hover {
            border: 1px solid #e4393c;
            background-image: none;
        }

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

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

.box {
    width: 958px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #cfcfcf;
}

    .box .hd {
        padding-right: 10px;
        border-bottom: 1px dashed #9e0000;
        height: 36px;
        position: relative;
    }

        .box .hd:before {
            width: 131px; /*修改20160310*/
            content: " ";
            height: 39px;
            background: url(../images/ico_corner.png) no-repeat;
            position: absolute;
            left: -10px;
            bottom: -1px;
            z-index: 0;
        }

        .box .hd .more {
            position: absolute;
            right: 10px;
            bottom: 15px;
            font-size: 12px;
            background: #ff7b00;
            padding: 3px 5px;
            line-height: 1em;
            color: #fff !important;
            border-radius: 5px;
        }

        .box .hd h3 {
            line-height: 22px;
            position: relative;
            padding-left: 16px;
            color: #fff;
            font-weight: 400;
            font-size: 18px;
            display: inline-block;
            z-index: 10;
        }

    .box .bd {
        padding: 10px 1em;
    }

.active-description h3 {
    font-size: 18px;
    color: #b12d34;
}

.active-description strong {
    color: #b12d34;
}

.active-description p {
    padding-left: 2em;
    font-size: 14px;
    line-height: 30px;
}

.case-item {
    border-bottom: 1px dashed #aaa;
    margin-top: 30px;
    padding-bottom: 30px;
}

    .case-item:first-child {
        margin-top: 0;
    }

    .case-item p {
        font-size: 14px;
        color: #777;
        line-height: 30px;
    }

.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: 46%;
            height: 2px;
            background: #d81e06;
            overflow: hidden;
            top: 50%;
            left: 0;
        }

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

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

.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 {
    padding: 1em 0;
    text-align: center;
    background-color: #580105;
    color: #FFF;
}

    .copyright .links {
        zoom: 1;
    }

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

        .copyright .links:after {
            clear: both;
        }

        .copyright .links li {
            display: inline-block;
            padding: 0 0.8em;
        }

            .copyright .links li a {
                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;
                }

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

    #back-top a {
        width: 43px;
        height: 54px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: 1s;
        transition: 1s;
    }

    #back-top span {
        width: 43px;
        height: 54px;
        display: block;
        margin-bottom: 7px;
        background: url(../images/back_to_top.png) no-repeat;
        -webkit-transition: 1s;
        transition: 1s;
    }

.subnav {
    margin-left: 10px;
}

    .subnav a {
        display: inline-block;
        width: 106px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        text-decoration: none;
        background: #eee;
        border: 1px solid #cfcfcf;
        margin-right: 10px;
    }

        .subnav a.focus {
            color: #fff;
            background: url(../images/ico_btn_selected.png);
            border: 0;
            height: 37px;
            width: 108px;
        }

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.wall {
    float: left;
    width: 443px;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #c1c1c1;
}

    .wall h3 {
        color: #b12d34;
        font-size: 16px;
        border-bottom: 1px dashed #999;
    }

    .wall h3 a{
        color: #b12d34;        
    }

    .wall .voteNum{ /*修改*/
        display:inline-block;
        float:right;
        font-weight:bold;
    }

    .wall .votedNum{ /*修改*/
        display:inline-block;
        font-size:12px;
    }

    .wall.odd {
        margin-right: 0;
    }

    .wall .media {
        margin-top: 10px;
    }

        .wall .media p {
            font-size: 12px;
        }

.modal {
    display: none;
    width: 443px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #c1c1c1;
}

    .modal form .row {
        font-size: 14px;
    }

        .modal form .row label, .modal form .row .reason-list {
            float: left;
        }

            .modal form .row .reason-list a {
                display: inline-block;
                outline: none;
                padding: 5px;
                line-height: 1em;
                border: 1px solid #c1c1c1;
                margin-right: 10px;
                margin-bottom: 10px;
                font-size: 12px;
            }

                .modal form .row .reason-list a:hover {
                    border: 1px solid #b12d34;
                    text-decoration: none;
                }

                .modal form .row .reason-list a.focus {
                    color: #b12d34;
                    border: 1px solid #b12d34;
                    text-decoration: none;
                }
