* {
    margin: 0;
    padding: 0;
}

html,
body {
    color: #333;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.main .left .wrap {
    padding: 0 10px;
}

.main .left .wrap .breadcrumb {
    font-size: 14px;
    line-height: 50px;
}

.main .left .wrap .breadcrumb a {
    color: #258ba6;
}

.main .left .wrap .article_title {
    color: #1f64a8;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 10px;
}

.main .left .wrap .more_data {
    font-size: 12px;
    line-height: 30px;
    color: #999;
}

.main .left .wrap .more_data button {
    outline: none;
    background: #f5f5f5;
    padding: 2px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.main .left .wrap .more_data button.active {
    background: #f38f01;
    color: #fff;
    border-color: #f9db96;
}

.main .left .wrap .godata a {
    color: #f38f01;
}

.main .left .wrap .container {
    margin-top: 30px;
}

.main .left .wrap .table_wrap table td,
.main .left .wrap .table_wrap table th {
    border-bottom: 1px solid #ccc !important;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.main .left .wrap .table_wrap table tr {
    width: 100%;
}

.main .left .wrap .table_wrap table tbody {
    height: 100px;
    overflow: hidden;
    overflow-y: scroll;

}

.main .left .wrap .table_title {
    overflow: hidden;
}

.main .left .wrap .table_title span {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

.main .left .wrap .table_cont {
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}

.main .left .wrap .red_word {
    color: red;
}

.main .left .wrap .red_word span,
.main .left .wrap .green_word span {
    display: inline-block;
    position: relative;
}

.main .left .wrap .red_word span:before {
    content: '';
    color: red;
    width: 0;
    height: 0;
    border-bottom: 10px solid red;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -5px;
    margin-right: 10px;
}

.main .left .wrap .green_word {
    color: #3fa93e;
}

.main .left .wrap .green_word span:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #3fa93e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -5px;
}

.main .left .wrap .zhexiantuwrap {
    margin-top: 20px;
}