﻿* {
    margin: 0;
    padding: 0;
}

body {
    color: #666;
    font: 16px "\5FAE\8F6F\96C5\9ED1", Helvetica,STHeiti, Droidsansfallback;
    -webkit-user-select: text;
    -webkit-text-size-adjust: none;
}

a {
    color: #666;
    text-decoration: none;
}

.xiala {
    top: 68px;
    height: 210px;
    padding: 10px 20px;
}

.more {
    float: right;
    font-size: 12px;
    margin-top: -30px;
    padding-right: 10px;
}

.menu_box {
    width: 100%;
    height: 46px;
}

.section {
    max-width: 1200px;
    width: 85%;
    margin: 1rem auto;
    overflow: hidden;
}

.box-left {
    max-width: 780px;
    width: 65%;
    float: left;
}

.related-news {
    margin: 2rem 0 1.25rem;
}

.related-news-tag {
    width: 100%;
    border-bottom: 4px solid #e8e8e8;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}

.pagebox_div {
    width: 610px;
    font-size: 12px;
    margin-top: 20px;
    overflow: hidden;
}

.pagebox {
    width: 610px;
}

.pagebox_next {
    width: 55px;
    height: 22px;
    border: 1px solid #dad8d8;
    color: #3e3e3e;
    background-color: #efeded;
}

.pagebox_pre_nolink {
    width: 55px;
    height: 22px;
    border: 1px solid #eeeeee;
    color: #c7c7c7;
    background-color: #fcfbfb;
}

.pagebox span {
    display: block;
    float: left;
    text-align: center;
    line-height: 22px;
    margin-right: 6px;
    font-family: Arial;
}

.pagebox_num_nonce {
    width: auto;
    padding: 0 10px;
    height: 22px;
    color: #fff;
    margin-top: 1px;
    background-color: #f60;
}

.pagebox_num {
    width: auto;
    padding: 0 10px;
    height: 22px;
    border: 1px solid #dad8d8;
    color: #3e3e3e;
}

.flip_sub {
    width: 35px;
    height: 18px;
    line-height: 18px;
    margin: 0 5px;
    border: 1px solid #d5d5d5;
    text-align: center;
    vertical-align: middle;
}

.disabled {
    width: 55px;
    height: 22px;
    border: 1px solid #dad8d8;
    color: #3e3e3e;
    background-color: #efeded;
    display: block;
    float: right;
}

.related-news-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e8e8e8;
    line-height: 2.5rem;
}

    .related-news-list li span {
        font-size: 0.75rem;
        font-weight: normal;
    }

    .related-news-list li.last {
        margin-bottom: 30px;
    }

.news-box {
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
}

.news-box-tag {
    width: 100%;
    border-bottom: 4px solid #e8e8e8;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}

    .news-box-tag span {
        font-size: 1.25rem;
        line-height: normal;
        letter-spacing: 2px;
        border-bottom: 4px solid #c72128;
        padding: 0 1rem 0.5rem 1rem;
    }

.news-small-list {
    margin: 0 1rem 0.6rem 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .news-small-list ul {
        width: 90%;
    }

        .news-small-list ul li {
            width: 100%;
            font-size: 0.875rem;
            line-height: 1.875rem;
            height: 1.875rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.text-red {
    color: #f60;
}

.box-right {
    max-width: 384px;
    float: right;
    width: 334px;
    margin: 2rem 0 1.25rem;
}

.text-red:hover {
    color: #c72147;
}

.tab_bar_item {
    font-size: 0;
    margin: 0;
    display: inline-block;
    /* line-height: 30px; */
    background-color: #efefef;
    width: 25%;
    text-align: center;
}

.box_tab_bar {
    font-size: 0;
    border: 1px solid #efefef;
}

.tab_bar_item a {
    font-size: 16px;
    line-height: 40px;
    display: block;
}
.activeTabBar{
    background-color:#FFFFFF;
    
}
.activeTabBar a{
    color:#f60 !important;
}