a{
    color:#313131;
}
/* 首页 */
.header {
    width: 100%;
    background: #a30503;
    color: #fffefe;
    font-size: 12px;
}

.header_ {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.whcat_img {
    width: 110px;
    height: 110px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 40px;
    z-index: 1000;
    left: -30px;
    display: none;
}
.search_list {
}

.header_nav_box > li {
    position: relative;
}

    .header_nav_box > li:hover {
        background: #a30503;
    }

        .header_nav_box > li:hover .whcat_imgs {
            height: auto;
        }

.whcat_toggles {
    position: relative;
}

.whcat_imgs {
    width: 150px;
    height: 0px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    z-index: 1000;
    left: 0px;
    overflow: hidden;
    background: rgba(205,50,4,0.6);
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66fa3204, endcolorstr=#66fa3204);
}

    .whcat_imgs ul > li {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .whcat_imgs ul > li a {
            font-size: 12px;
            color: #fff;
        }

            .whcat_imgs ul > li a:hover {
                color: #c72b29;
            }

.whcat_toggle:hover .whcat_img {
    display: block;
}

.whcat_img::after {
    content: "";
    display: block;
    position: absolute;
    right: 44px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 13px solid #fff;
    border-right: 10px solid transparent;
}

.whcat_toggle {
    position: relative;
}

.header_start_msg {
    float: left;
    line-height: 40px;
}

.header_start_time {
    float: left;
    margin-left: 20px;
    line-height: 40px;
}

.header_start_searchbox {
    width: 490px;
    float: right;
}

    .header_start_searchbox > ul {
        width: 280px;
        padding: 11px 0;
        box-sizing: border-box;
        float: left;
    }

        .header_start_searchbox > ul > li {
            float: left;
            border-right: 1px solid #fffefe;
            padding: 0 5px;
        }

            .header_start_searchbox > ul > li:last-child {
                border: 0;
            }

            .header_start_searchbox > ul > li a {
                color: #fff;
                text-decoration: none;
            }

.header_stheader_start_searchboxart_search > {
    float: left;
}

.header_start_search {
    width: 185px;
    height: 28px;
    float: left;
    background: #fff;
    margin: 6px 0;
    margin-left: 15px;
}

    .header_start_search input {
        width: 139px;
        height: 100%;
        border: 0;
        float: left;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .header_start_search button {
        width: 45px;
        height: 100%;
        border: 0;
        outline: none;
        float: left;
        cursor: pointer;
        padding: 5px 0;
        box-sizing: border-box;
    }

.header_logo {
    width: 100%;
    height: 103px;
    background: url("../img/head1.jpg") -20px -40px;
    overflow: hidden;
}

    .header_logo > div {
        width: 1200px;
        margin: 14px auto;
    }

.header_nav {
    width: 100%;
    height: 60px;
    background: #cd3836;
    box-shadow: 0px 0px 1px #5e0100 inset;
}

.header_nav_box {
    width: 1200px;
    margin: 0 auto;
}

    .header_nav_box > li {
        float: left;
        width: 150px;
        text-align: center;
    }

        .header_nav_box > li > a {
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 60px;
        }

.page_banner {
    width: 100%;
    height: 450px;
}

    .page_banner img {
        height: 450px;
    }

    .page_banner .swiper-slide {
        width: 100% !important;
        height: 450px;
    }

        .page_banner .swiper-slide a {
            display: block;
            width: 100%;
            height: 450px;
        }

    .page_banner .swiper-pagination-bullet {
        width: 35px;
        background: #fff;
        height: 4px;
        border-radius: 0;
        opacity: 1;
        margin: 0 6px !important;
    }

    .page_banner .swiper-pagination-bullet-active {
        background: #a30503;
    }

.page_t {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
}

.page_t_box {
    width: 1215px;
    margin: 20px auto;
}

.page_t_item {
    width: 390px;
    float: left;
    margin: 7.5px;
    background: #fff;
}

.page_title {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 10px;
    box-sizing: border-box;
}

.page_title_nav {
    float: left;
    width: 100px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    line-height: 44px;
    font-size: 16px;
    color: #313131;
    font-weight: bold;
}

    .page_title_nav::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 18px;
        width: 8px;
        height: 8px;
        background: #b51f1c;
    }

    .page_title_nav::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background: #b51f1c;
    }

.page_title_more {
    width: 100px;
    float: right;
    text-align: right;
    line-height: 46px;
}

    .page_title_more a {
        font-size: 14px;
        color: #999999;
        transition: all .5s;
    }

        .page_title_more a:after {
            content: "+";
            width: 0px;
            color: #fff;
            display: inline-block;
            transition: all .3s;
        }

        .page_title_more a:hover {
            color: #b51f1c;
        }

            .page_title_more a:hover:after {
                color: #b51f1c;
                width: 10px;
            }

.page_img_news {
    width: 100%;
    padding: 13px;
    box-sizing: border-box;
}

    .page_img_news .swiper-container {
        width: 100%;
        height: 288px;
    }

    .page_img_news a {
        position: relative;
        display: block;
        height: 100%;
    }

        .page_img_news a img {
            height: 100%;
        }

        .page_img_news a p {
            width: 100%;
            height: 40px;
            padding: 0 10px;
            padding-right: 150px;
            overflow: hidden;
            line-height: 40px;
            background: rgba(0, 0, 0, 0.4);
            position: absolute;
            z-index: 9;
            bottom: 0;
            color: #fff;
            box-sizing: border-box;
        }

    .page_img_news .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 0;
        opacity: 1;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }

    .page_img_news .swiper-pagination-bullet-active {
        background: #b51f1c;
        color: #fff;
    }

    .page_img_news .swiper-pagination {
        text-align: right;
        padding: 0 10px;
        box-sizing: border-box;
    }

.pages_news_title {
    width: 100%;
    height: 80px;
    padding: 15px 10px 8px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
}

    .pages_news_title > div:first-child {
        font-size: 16px;
        color: #313131;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .pages_news_title > div:first-child a {
            color: #313131;
        }

        .pages_news_title > div:first-child:hover a {
            color: #a30503;
        }

    .pages_news_title > div:last-child {
        color: #999;
    }

.pages_news_lists {
    width: 100%;
    height: 234px;
    padding: 10px;
    box-sizing: border-box;
}

    .pages_news_lists > li {
        line-height: 27px;
        width: 100%;
        position: relative;
        padding-left: 10px;
        box-sizing: border-box;
    }

        .pages_news_lists > li::before {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            background: #a30503;
            left: 0;
            top: 12px;
            position: absolute;
        }

        .pages_news_lists > li a {
            float: left;
            color: #313131;
            width: 240px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .pages_news_lists > li a:hover {
                color: #a30503;
            }

        .pages_news_lists > li span {
            float: right;
            color: #999999;
            font-size: 12px;
        }

        .pages_news_lists > li:after {
            content: " ";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

.pages_msg {
    width: 100%;
    height: 314px;
    overflow: hidden;
}

    .pages_msg li {
        padding: 0px 12px;
        width: 100%;
        margin-top: 11px;
    }

.pages_msg_time {
    width: 75px;
    height: 64px;
    float: left;
    margin-right: 10px;
}

    .pages_msg_time_pstart {
        width: 100%;
        height: 40px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        background: #a30503;
    }

.pages_msg_time_pend{
    width: 75px;
    height: 24px;
    background: #eeeeee;
    color: #a30503;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}

.pages_msg_article {
    width: 285px;
    float: left;
}

    .pages_msg_article_title {
        margin-bottom: 7px;
    }

.pages_msg_article_title a {
    display: block;
    color: #a30503;
    width: 275px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pages_msg_article_title_content{
    color: #595959;
    font-size: 14px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 38px;
}


    .pages_msg_article_title_content a {
        color: #595959;
        font-size: 14px;
        line-height: 18px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }


.page_programa {
    width: 100%;
    height: 330px;
    padding: 13px 11px;
    box-sizing: border-box;
    overflow: hidden;
}

    .page_programa li {
        width: 100%;
        margin-bottom: 5px;
    }

        .page_programa li:last-child {
            margin: 0;
        }

    .page_programa > li a {
        display: block;
        width: 100%;
        height: 96px;
    }

    .page_programa > li img {
        width: 100%;
        max-width: 100%;
        height: 96px;
    }

.paegs_speed_href {
    width: 100%;
    height: 330px;
}

    .paegs_speed_href ul {
        border-collapse: collapse;
    }

    .paegs_speed_href li {
        width: 33%;
        float: left;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding: 35px 0;
        overflow: hidden;
    }

.rem_bor_right {
    border-right: 0 !important;
}

.paegs_speed_href li:hover p {
    color: #a30503;
}

.paegs_speed_href li a {
    width: 100%;
    display: block;
    text-align: center;
}

    .paegs_speed_href li a p {
        color: #313131;
        margin-top: 10px;
    }
.video_paly {
    width: 90px;
    height: 90px;
    position: absolute;
    /* width: 1rem; */
    /* height: 1rem; */
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -45px;
}
.page_video {
    width: 100%;
    height: 330px;
    padding: 13px 10px;
    box-sizing: border-box;
}

    .page_video #swiper_video_box {
        width: 100%;
        height: 250px;
        overflow: inherit;
    }



    .page_video .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        background: #eff3f4;
        border-radius: 0;
        opacity: 1;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }

    .page_video .swiper-pagination-bullet-active {
        background: #b51f1c;
        color: #fff;
    }

    .page_video .swiper-pagination {
        width: 104px;
        right: 0;
        left: 75%;
        text-align: right;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .page_video_a {
        display: block;
        width: 100%;
        height: 56px;
        padding: 0 10px;
        padding-right: 150px;
        overflow: hidden;
        line-height: 56px;
        background: #fff;
        position: absolute;
        z-index:;
        bottom: -56px;
        color: #313131;
        box-sizing: border-box;
        font-size: 16px;
    }

    .page_video img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page_video .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: -40px;
    }

.prent_href {
    width: 100%;
    background: #d4d4d4;
}

.prent_href_box {
    width: 1200px;
    margin: 0 auto;
}

    .prent_href_box span {
        font-size: 12px;
        line-height: 30px;
        color: #595959;
        margin-right: 15px;
    }

    .prent_href_box a {
        font-size: 12px;
        padding-right: 10px;
        line-height: 30px;
        color: #595959;
    }

        .prent_href_box a:hover {
            color: #a30503;
        }

.footer {
    width: 100%;
    background: #c72b29;
    position:relative;
}

.footer_box {
    width: 100%;
    height: 155px;
}

.footer_box {
    width: 1200px;
    margin: 0 auto;
}

.footer_logo {
    width: 370px;
    float: left;
    padding-top: 45px;
}

    .footer_logo img {
        width: 100%;
    }

.unit {
    width: 550px;
    float: left;
    margin-left: 45px;
}

.unit_img {
    padding: 41px 0;
}

.unit ul {
    padding-top: 28px;
    color: #fff;
    width: 440px;
}

    .unit ul > li {
        float: left;
        width: 50%;
        padding: 0 11px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

        .unit ul > li a {
            color: #fff;
            font-size: 14px;
        }

.copyright {
    color: #fff;
    width: 100%;
}

.wi {
    width: 100% !important;
}

.footer_wechat {
    float: left;
    padding: 30px 0;
}

    .footer_wechat > img {
        width: 90px;
        height: 90px;
        margin-left: 25px;
    }

.page_bg {
    width: 100%;
    height: 280px;
    position: relative;
}

    .page_bg img {
        width: 100%;
        height: 280px;
    }

/* 学校概况 */
.school_page_box {
    width: 100%;
    padding: 36px 0;
    min-height: 450px;
}

.school_page_box_content {
    width: 1200px;
    margin: 0 auto;
    min-height: 450px;
}

.school_left_nav {
    width: 230px;
}

.school_left_nav_title {
    width: 230px;
    height: 50px;
    /*background: radial-gradient(#fb9c9b, #fff);*/
    background: url('../img/btbj.png') repeat;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #c72b29;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_nav_list {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

    .left_nav_list > li {
        width: 230px;
        height: 40px;
        position: relative;
        border: 1px solid #e7e7e7;
        border-collapse: collapse;
        border-bottom: 0;
    }

        .left_nav_list > li:last-child {
            border: 1px solid #e7e7e7;
        }

        .left_nav_list > li::after {
            content: "";
            display: block;
            width: 3px;
            height: 20px;
            position: absolute;
            top: 10px;
            left: 0;
            background: #a30503;
        }

        .left_nav_list > li a {
            display: block;
            width: 100%;
            height: 100%;
            line-height: 40px;
            text-align: center;
            color: #313131;
            padding-left: 15px;
            box-sizing: border-box;
            position: absolute;
            z-index: 200;
        }

        .left_nav_list > li:hover > div {
            width: 100%;
        }

        .left_nav_list > li:hover a {
            color: #fff !important;
        }

        .left_nav_list > li div {
            width: 0;
            position: absolute;
            left: 0;
            z-index: 0;
            height: 100%;
            background: #a30503;
            transition: all .5s;
        }

.left_nav_active {
    background: #a30503;
    color: #fff !important;
    border-color: #a30503;
}

    .left_nav_active a {
        color: #fff !important;
    }

.left_nav_list > li:hover div::before {
    display: block !important;
}

.left_nav_list > li > div::before {
    content: "";
    display: none;
    position: absolute;
    right: -13px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #a30503;
    border-bottom: 10px solid transparent;
    transition: all .5s;
    transition-delay: 1.8s;
}

.left_nav_active::before {
    content: "";
    display: block;
    position: absolute;
    right: -13px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #a30503;
    border-bottom: 10px solid transparent;
    transition: all .8s;
    transition-delay: 1.8s;
}

.school_right_content {
    width: 940px;
    float: right;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.right_content_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #313131;
    font-size: 18px;
    margin-left: 15px;
    position: relative;
}

    .right_content_title::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 2px;
        background: #b51f1c;
    }

.school_right_content > article {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
}

.article_p {
    color: #595959;
    font-size: 14px;
    line-height: 30px;
}

.article_ps {
    margin: 20px 0 30px 0;
}

.school_right_list {
    width: 100%;
    padding: 20px 6px;
    box-sizing: border-box;
}

    .school_right_list > li {
        width: 295px;
        margin: 0 6px;
        border: 1px solid #e7e7e7;
        float: left;
        margin-bottom: 12px;
    }

        .school_right_list > li img {
            width: 295px;
            height: 165px;
        }

.teacher_msg {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
}

    .teacher_msg > div:first-child > span {
        padding: 0 5px;
    }

        .teacher_msg > div:first-child > span:first-child {
            border-right: 1px solid #e7e7e7;
            font-weight: bold;
        }

    .teacher_msg .left {
        font-size: 16px;
    }

    .teacher_msg .right a {
        color: #595959;
    }

        .teacher_msg .right a:hover {
            color: #a30503;
        }

.student {
    width: 180px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}

.school_right_job_list {
    width: 100%;
    padding: 20px 12px;
    box-sizing: border-box;
}

    .school_right_job_list > li {
        width: 100%;
        height: 46px;
        line-height: 46px;
        border-bottom: 1px solid #e7e7e7;
        padding: 0 10px 0 15px;
        box-sizing: border-box;
        position: relative;
    }

        .school_right_job_list > li > div:last-child {
            font-size: 14px;
            color: #999999;
        }

        .school_right_job_list > li::before {
            width: 4px;
            height: 4px;
            content: "";
            display: block;
            position: absolute;
            top: 21px;
            left: 0;
            background: #a30503;
        }

.job_lis_msg {
    font-size: 16px;
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .job_lis_msg > a {
        color: #313131;
    }

/* 留言 */
.msg_title {
    position: absolute;
    width: 150px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-right: -50px;
    text-align: center;
    color: #999999;
    font-size: 16px;
}

    .msg_title p:first-child {
        color: #c72b29;
        font-size: 24px !important;
        margin-bottom: 10px;
    }

.online_box {
    width: 606px;
    height: 553px;
    margin: 0 auto;
    padding: 50px 40px;
    box-sizing: border-box;
}

.verity_box {
    height: 40px;
}

    .verity_box img {
        width: 100%;
        height: 40px;
    }

#confirm {
    width: 104px;
    height: 45px;
}

.news_nav {
    width: 100%;
}

.news_nav_list {
    width: 100%;
}

    .news_nav_list > li {
        display: inline-block;
        padding: 0 15px;
        line-height: 40px;
    }

        .news_nav_list > li a {
            color: #999999;
        }

.news_nav_active a {
    color: #a30503 !important;
}

.news_img {
    width: 160px;
    height: 120px;
    float: left;
}

    .news_img img {
        width: 100%;
        height: 100%;
    }

.news_nav_content {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

    .news_nav_content li {
        margin-bottom: 20px;
    }

.news_msg {
    width: 720px;
    height: 120px;
    border-bottom: 1px dashed #e7e7e7;
    float: right;
    padding: 5px 0;
    box-sizing: border-box;
}

    .news_msg > div:first-child > a {
        font-size: 16px;
        color: #313131;
    }

    .news_msg > div:first-child > span {
        font-size: 14px;
        color: #999999;
    }

    .news_msg > div:last-child {
        margin-top: 20px;
        line-height: 30px;
        color: #595959;
    }

.news_title:hover a {
    color: #a30503 !important;
}

/* 新闻详情 */
.news_detail_box {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 450px;
}

.nav_herf {
    width: 100%;
    height: 30px;
    background: #f2f2f2;
    line-height: 30px;
}

    .nav_herf a {
        color: #313131;
    }

    .nav_herf > div {
        width: 1200px;
        margin: 0 auto;
    }

.news_detail_left {
    float: left;
    width: 840px;
    padding: 20px 0;
    padding-right: 20px;
    box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
}

.news_detail_left_title > p:first-child {
    color: #a30503;
    font-size: 16px;
}

.news_detail_left_title > p:last-child {
    color: #999999;
    font-size: 14px;
    margin: 5px 0 20px 0;
}

.news_detail_right_title {
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 2px solid #a30503;
}

.news_detail_left article {
    color: #595959;
    line-height: 30px;
    font-size: 14px;
}
    .news_detail_left article table {
        border: 1px solid #e7e7e7;
        border-collapse: collapse;
    }
    .news_detail_left article table td {
        border: 1px solid #e7e7e7;
    }
.news_detail_right {
        width: 360px;
        float: right;
        padding-left: 20px;
        box-sizing: border-box;
}

.news_detail_list {
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
}

    .news_detail_list > li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #e7e7e7;
    }

.new_right_detail > li .job_lis_msg {
    width: 260px !important;
}

.news_detail_img {
    width: 78px;
    height: 78px;
    float: left;
}

.news_detail_msg {
    float: left;
    width: 225px;
    margin-left: 10px;
}

.news_detail_title {
    color: #313131;
    font-size: 16px;
    margin-bottom: 5px;
}

.news_detail_content {
    color: #595959;
    font-size: 14px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.online_toggle{
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    border-bottom:1px solid #e7e7e7;
}
    .online_toggle a {
        margin: 0 50px;
        /* padding: 14px 0; */
        width: 100px;
        display: inline-block;
    }
.online_toggle_active{
    border-bottom:2px solid #c72b29;
}
.online_toggl_box {
    min-height:400px;
}.online_toggl_box section {
    display: none;
}
.online_active{
    display:block !important;
}
.online_boxs {
    width: 1040px;
    margin:0 auto;
    padding-bottom: 8rem;
}
   
.online_msg_box {
    width: 1000px;
    margin: 0 auto;
}
    .online_msg_box li {
        width: 100%;
        border-radius: 5px;
        background: #e7e7e7;
        padding:20px;
        margin-bottom:30px;
    }
.online_name{
    width:100%;
    line-height:30px;
    color:#333;
    font-size:14px;
    font-weight:600;
    
}
.online_msg {
    line-height: 30px;
    font-size: 14px;
    color: #595959;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.online_time {
    color: #999999;
    font-size:12px
}


/* 首页轮播 */

    .slideBox .hd {
        width: 100%;
        height: 15px;
        overflow: hidden;
        position: absolute;
        bottom: 15px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            text-align: center;
        }

            .slideBox .hd ul li {
                display: inline-block;
                margin-right: 2px;
                width: 40px;
                height: 5px;
                line-height: 14px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                background: #a30503;
            }

                .slideBox .hd ul li.on {
                    background: #f00;
                    color: #fff;
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .slideBox .bd img {
            width: 100%;
            height: 450px;
            display: block;
        }


.slideBox {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

    .slideBox .hd {
        width: 100%;
        height: 15px;
        overflow: hidden;
        position: absolute;
        bottom: 15px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            text-align: center;
        }

            .slideBox .hd ul li {
                display: inline-block;
                margin-right: 2px;
                width: 40px;
                height: 5px;
                line-height: 14px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                background: #fff;
            }

                .slideBox .hd ul li.on {
                    background: #a30503;
                    color: #fff;
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .slideBox .bd img {
            width: 100%;
            height: 450px;
            display: block;
        }

.slideBox1 {
    width: 100%;
    height: 285px;
    overflow: hidden;
    position: relative;
}

    .slideBox1 .hd {
        width: 100px;
        height: 20px;
        overflow: hidden;
        position: absolute;
        bottom: 10px;
        right: 0px;
        z-index: 1;
        box-sizing: border-box;
    }

        .slideBox1 .hd ul {
            overflow: hidden;
            zoom: 1;
            text-align: center;
        }

            .slideBox1 .hd ul li {
                display: inline-block;
                margin-right: 2px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                background: #fff;
                color: #313131;
                margin-bottom: 10px;
                font-size: 12px;
            }

                .slideBox1 .hd ul li.on {
                    background: #a30503;
                    color: #fff;
                }

    .slideBox1 .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox1 .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .slideBox1 .bd img {
            width: 100%;
            height: 285px;
            display: block;
        }

.slideBox2 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .slideBox2 .hd {
        width: 100%;
        height: 20px;
        overflow: hidden;
        position: absolute;
        bottom: 15px;
        z-index: 1;
    }

        .slideBox2 .hd ul {
            overflow: hidden;
            zoom: 1;
            text-align: right;
        }

            .slideBox2 .hd ul li {
                display: inline-block;
                margin-right: 2px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                background: #eff3f4;
                cursor: pointer;
                font-size: 12px;
            }

                .slideBox2 .hd ul li.on {
                    background: #a30503;
                    color: #fff;
                }

    .slideBox2 .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox2 .bd li {
            position: relative;
            zoom: 1;
            vertical-align: middle;
        }

        .slideBox2 .bd img {
            width: 100%;
            height: 250px;
            display: block;
        }

    .slideBox2 .tempWrap {
        overflow: auto !important;
        overflow-x: hidden !important;
    }