.row {
    height: auto;
    overflow: hidden;
    margin-left: -20px;
    margin-bottom: 7px;
    clear: both;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    display: inline;
    float: left;
    margin-left: 20px;
    min-height: 1px;
}

.wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    height: auto;
    overflow: hidden;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.col1 {
    width: 65px;
}

.col2 {
    width: 150px;
}

.col3 {
    width: 235px;
}

.col4 {
    width: 320px;
}

.col5 {
    width: 405px;
}

.col6 {
    width: 490px;
}

.col7 {
    width: 575px;
}

.col8 {
    width: 660px;
}

.col9 {
    width: 745px;
}

.col10 {
    width: 830px;
}

.col11 {
    width: 915px;
}

.col12 {
    width: 1000px;
}

/**.btn {
    border: 1px solid transparent;
}**/

.btn-default {
    color: #fff;
    background-color: #E52E04;
    border-color: #E52E04;
}

    .btn-default:hover, .btn-default:active, .btn-default.active {
        color: #fff;
        background-color: #e23710;
        border-color: #e23710;
    }

.btn-inverse {
    color: #E52E04;
    background-color: #fff;
    border: 2px solid #E52E04;
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active {
        color: #fff;
        background-color: #E52E04;
        border-color: #E52E04;
    }

.btn-lg {
    padding: 6px 50px;
    font-size: 22px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    *border: 1px solid #fff;
}

.panel-head {
    border-bottom: 1px solid transparent;
    *border-bottom: 1px solid #fff;
}

.panel-body {
    padding: 10px 0;
}

.panel-title {
    font-size: 100%;
    font-weight: 900;
    color: inherit;
}

    .panel-title a {
        color: inherit;
    }

.panel-footer {
    padding: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.panel .table {
    margin-top: 0;
}

.panel-body p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Microsoft YaHei",sans-serif;
    text-indent: 2em;
}

.panel-striped .panel-head {
    border-bottom: 2px solid #E52E04;
}

.panel-striped .panel-title {
    color: #E52E04;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    padding: 10px;
    display: inline-block;
}

.list {
    width: 100%;
}

    .list li {
        padding: 8px 0;
        text-overflow: ellipsis;
        margin-bottom: -1px;
        background-color: #fff;
        padding-left: 25px;
    }

        .list li a {
            font-size: 14px;
            font-family: "Microsoft YaHei",sans-serif;
        }

            .list li a.active, .list li a:hover {
                color: #ff4900;
            }

        .list li .date {
            float: right;
        }

    .list small {
        margin-right: 5px;
    }

.list-truncate {
    *overflow: hidden;
}

    .list-truncate li, .list-truncate li a {
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.list-border li {
    padding-left: 12px;
    padding-right: 12px;
    border-width: 1px;
}

.list-striped li:nth-of-type(even) {
    background: #f5f5f5;
}
.even-tr {
    background:#ECEBEB;
}
.pagination {
    height: 36px;
    margin: 18px 0;
}

.pagination {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
}

    .pagination li {
        display: inline;
        float: left;
        position: relative;
    }

        .pagination li a {
            float: left;
            padding: 0 14px;
            line-height: 34px;
            text-decoration: none;
            border: 1px solid #ddd;
            margin: 0 4px;
        }

        .pagination li.active a {
            background-color: #f5f5f5;
            color: #999;
            cursor: default;
        }

        .pagination li.disabled a, .pagination li .disabled a:hover {
            color: #999;
            background-color: transparent;
            cursor: default;
        }

.pagination-default li a {
    border: 1px solid #86a6d8;
}

.pagination-default li.active a {
    color: #fff;
    background-color: #305895;
}

.pagination-sm li a {
    padding: 0 8px;
    line-height: 22px;
}

.table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

    .table thead tr th, .table thead tr td, .table thead tr th {
        padding: 12px 7px;
        border-bottom: 1px solid #DCDCDC;
    }

    .table tbody tr th, .table tbody tr td {
        padding: 7px;
    }

    .table tbody tr td {
        text-align: center;
    }

    .table tr:nth-child(2n) {
        background-color: #ECEBEB;
    }

.table-hover tbody tr td.default:hover, .table-hover tbody tr.default:hover td, .table-hover tbody tr:hover .default {
    background-color: #adc3e4;
}

.table tbody tr td.default, .table tbody tr.default td {
    background-color: #adc3e4;
}

.table-default thead tr th, .table-default thead tr td {
    border-bottom: 1px solid #E52E04;
}

.col200, .col780 {
    display: inline;
    float: left;
    margin-left: 20px;
    min-height: 1px;
}

.col200 {
    width: 200px;
}

.col780 {
    width: 780px;
}

.btn-group li {
    text-align: center;
    margin: 5px 0;
}

.aritle-segment {
    color: #e52e04;
    font-size: 18px!important;
    margin-top: 40px;
}

    .aritle-segment.underline {
        border-bottom: 1px solid #E52E04;
        padding: 5px 0;
        margin-bottom: 5px;
    }

.btn-view {
    padding: 0;
    border: 0;
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
}

.aritle-segment-beizhu {
     text-indent: 2em;
    line-height: 28px;
    font-size: 18px;
    color: #e52e04;
    display: inline-block;
    margin-top: 0px;
}
