﻿/******index***/

.row{
    clear: both;
}
/***news***/

.newLeftImg {
    width: 100%;
    height: 100%;
    display: block;
}

    .newLeftImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.newM {
    width: 100%;
    box-sizing: border-box;
}

    .newM .nm-title {
        width: 100%;
        /*height: 70px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
        /*margin-bottom: 30px;*/
    }

        .newM .nm-title a:hover {
            color: #b01933;
        }

    .newM span.date {
        color: #999;
        font-size: 15px;
    }

.newRight {
    width:100%;
    height: 100%;
    margin: 0 -15px;
    +margin:0;
    list-style: none;
}

    .newRight li {
        width: 100%;
        +height: 204px;
        float: left;
        +padding:0;
        +margin: 0 0 10px;
        height: calc(50% - 14px);
    }

        .newRight li:nth-child(1) {
            margin-bottom: 7px;
        }

        .newRight li:nth-child(2) {
            margin-top: 7px;
        }

.li_news_c {
    width: 100%;
    height: 100%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

    .li_news_c a {
        overflow: hidden;
        color: #333;
        width: 100%;
        height: 100%;
        +height: 204px;
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        box-sizing: border-box;
        cursor: pointer;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        object-fit: cover;
    }

        .li_news_c a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            +height: 204px;
            z-index: 2;
            background: rgba(0,0,0,0.5);
        }

    .li_news_c img {
        width: 100%;
        height: 100%;
    }

    .li_news_c .item-box {
        width: 100%;
        +width:84%;
        +height:auto;
        padding: 15px;
        +padding:0;
        +margin: 0 8%;
        #margin-top: 60px;
        text-align: center;
        color: #fff;
        +float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
    }

        .li_news_c .item-box h2 {
            text-align: center;
            font-size: 16px;
            line-height: 1.5;
            width: 100%;
            max-height: 50px;
            overflow: hidden;
            color: #fff;
            text-overflow: ellipsis;
            padding: 0;
            float: left;
            margin: 0;
            margin: 60px 0 0 \0;
            margin: 60px 0 0 \9\0;
        }

        .li_news_c .item-box p {
            text-align: center;
            font-size: 16px;
            line-height: 1.5;
            width: 100%;
            color: #fff;
            margin: 0;
            float: left;
            padding: 0;
        }

.newsbtnbox {
    text-align: center;
    float: left;
    width: 100%;
    +margin-top:50px;
    margin-top:50px \0;
    margin-top:0 \9\0;
}

@media(max-width:1365px) {
    .newRight li:nth-child(1) {
        margin-bottom: 0;
    }

    .newRight li:nth-child(2) {
        margin-top: 0;
    }

    .li_news_c {
        height: auto;
        padding-top: 66.67%;
    }
}

@media(max-width:991px) {
    .newRight {
        display: flex
    }

    .newsbtnbox {
        margin-bottom: 56px;
    }
}

/***notice***/
.noticeLeft {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/notice_bg1.jpg) no-repeat top;
    background-size: cover;
}

.notice .notice-title {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.notice .notice-title span{
    float: left;
}
.notice .btn-style-4.btn-small {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    float: right;
    margin-top: 20px;
}

.list-style {
    width: 100%;
    float: left;
    border-top: #e3e3e3 2px solid;
}

    .list-style .testimonial {
        width: 100%;
        float: left;
        padding: 30px;
        border-bottom: #e3e3e3 2px solid;
    }

.testimonial:not(.owl-carousel):not(:last-child) {
    margin: 0;
}

.list-style .testimonial .author-box {
    display: block;
    float: left;
}

    .list-style .testimonial .author-box .author {
        float: left;
        width: 240px;
        font-size: 24px;
        font-weight: normal;
    }

    .list-style .testimonial .author-box .author-info {
        float: left;
        width: calc(100% - 240px);
        font-size: 24px;
        line-height: 1.5;
        min-height: 100px;
        /*text-align: justify;*/
    }

.list-style .testimonial:hover {
    color: #fff;
    background: #b01933;
}

    .list-style .testimonial:hover .author-box .author {
        color: #fff;
    }

@media {
    .noticeLeft {
        padding-top: 33.33%;
    }
}
/****kexuejingzhan*****/
.entry-body .entry-title a, .entry-body .entry-meta span, .entry-body .entry-action a {
    color: #fff
}

.entry-box .btn-style-4.btn-small {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin-top: 30px;
}

.entry-box.entry-small .entry {
    margin-bottom: 0;
}

    .entry-box.entry-small .entry .thumbnail-attachment, .entry-box.entry-small .entry .entry-body {
        padding-bottom: 0;
    }

    .entry-box.entry-small .entry .entry-body {
        padding-top: 0;
        padding-left: 15px;
    }

@media (max-width:991px) {
    .noticeLeft {
        height: 100px;
    }

    .notice .row:not(.col-no-space) > [class*="col"] {
        padding-bottom: 20px
    }

    .list-style .testimonial {
        padding: 15px;
    }

        .list-style .testimonial .author-box .author, .list-style .testimonial .author-box .author-info {
            width: 100%;
        }

        .list-style .testimonial .author-box .author {
            margin-bottom: 15px;
        }

        .list-style .testimonial:not(:last-child) {
            border-bottom: #e3e3e3 3px solid;
        }
}

@media (max-width:767px) {
    .call-out{
        padding:50px 0;
    }
    .entry .entry-title {
        margin-top: 10px;
    }
}
/******index end ***/
/**zhongxingaikuang**/
.zxgk {
    width: 950px;
    margin: 0 auto;
}

    .zxgk p {
        padding: 0;
        line-height: 1.5;
        margin-bottom: 20px;
        text-align: justify;
    }

    .zxgk div {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }

        .zxgk div img {
            width: 100%;
        }

@media(max-width:991px) {
    .zxgk {
        width: 100%;
    }
}
/**zhongxingaikuang end**/

/********news***/
.isotope-nav {
    width: 600px;
    padding: 13px 30px;
    margin: 0 auto;
    text-align: center;
    background: #eee;
    border-radius: 30px;
}

    .isotope-nav > button {
        padding: 0 30px;
        border: 0;
        height: 34px;
        margin: 0;
        color: #333;
        font-size: 16px;
        line-height: 34px;
        border-radius: 17px;
    }

        .isotope-nav > button.is-checked {
            border: 0;
            color: #fff;
            background: #b01933;
        }

.event-date .numb {
    font-size: 64px;
    width: 85px;
    float: left;
}

.event-date .month {
    font-size: 20px;
    float: left;
    width: calc(100% - 85px);
}

.event-box.style-2 .event .event-date {
    padding-right: 0;
}

.event-box.style-2 .event .event-body {
    padding-left: 30px;
}

.tagcloud {
    float: left;
    margin: 0;
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    flex-wrap: wrap;
}


.event-box.style-2:not(.grid-type) .event > * {
    float: left;
}

.event-box.isotope + .page-nav {
    margin-top: 0;
    border-top: 0;
    padding: 0;
}

    .event-box.isotope + .page-nav:before {
        display: none;
    }

@media(max-width: 1365px) {
    .event-box.style-2 .event .event-body {
        padding-left: 15px;
    }
}

@media(max-width:991px) {
    .isotope-nav {
        width: 100%;
        padding: 13px 15px;
    }

        .isotope-nav > button {
            padding: 0 15px;
            font-size: 14px;
        }

    .event-box.isotope + .page-nav {
        padding-top: 30px;
    }
}

@media(max-width:767px) {
    .event-box.style-2 .event .event-body {
        margin-top: 15px;
    }
}
/********news end***/
.bordertop {
    width: 100%;
    height: 2px;
    background: #dadada;
    position: relative;
    margin: 60px 0 30px;
    float: left;
}

    .bordertop:before {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 100px;
        height: 2px;
        background: #b01933;
    }

/**kexueluntan***/
.kxlt {
    width: 100%;
    float: left;
    clear: both;
}

    .kxlt .icons-box {
        margin: 0 -15px;
        display: flex;
    }

    .kxlt .icons-wrap {
        width: 33.333%;
        padding: 15px;
        float: left;
        display: inline;
        box-sizing: border-box;
    }

    .kxlt .icons-item {
        height: 100%;
        padding: 20px;
        text-align: center;
        background: #f8fafc;
        border: #dadada 1px solid;
    }

    .kxlt .icons-wrap img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        text-align: center;
    }

    .kxlt .icons-wrap h5 {
        font-size: 18px;
        text-align: center;
        margin: 10px 0 5px;
    }

    .kxlt .icons-wrap span {
        color: #999;
        text-align: center;
    }

@media(max-width:767px) {
    .kxlt .icons-box {
        display: block;
    }

    .kxlt .icons-wrap {
        width: 100%;
        padding: 15px 15px 0;
    }
}

/******.video-holder**/
.video-gallery2 {
    margin: -40px -15px 0;
}

.video-item2 {
    width: 33.333%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
}

    .video-item2 h5{
        width: 100%;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
        line-height: 1.5;
        text-align: left;
        margin: 10px 0 5px;
    }

    .video-item2 span{
        font-size: 16px;
        color: #999;
        line-height: 1.5;
        margin-bottom: 20px;
    }

.video-item .video-title{}

    .video-item .video-title:not(:last-child) {
        margin-bottom: 13px;
    }

    .video-item .video-title + .vi-meta {
        margin-top: -7px;
    }

    .video-item .video-title a:hover {
        color: #b01933;
    }

.video-item .vi-meta {
    color: #999;
    font-size: 15px;
}
.video-item .vi-meta:not(:last-child) {
    margin-bottom: 13px;
}

.video-item .vi-meta > *:not(span) {
    color: #333;
}

.video-item .vi-meta a:hover {
    color: #b01933;
}

.video-holder .video-btn-red,.video-holder .video-btn.video-btn-red{background: rgba(176, 25, 51,0.1);}

@media(max-width:480px) {
    .video-item {
        width: 100%;
        padding: 15px 15px 0;
    }
}

/******table***/
.table-type-1 table tr > th {
    background: #fcf8f8;
    border-top: #b01933 1px solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.table-type-1 table tr > td {
    border-right: 0;
    border-top: 0;
    border-bottom: #e5e5e5 1px solid;
}

    .table-type-1 table tr > th:first-child, .table-type-1 table tr > td:first-child {
        border-left: 0;
        border-right: 0;
    }


/**yanjiuzhuti***/
.yjztbg4 {
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: 100% 100%;
}

    .yjztbg4 .title-holder h2 {
        font-size: 42px;
    }

    .yjztbg4 .title-holder p {
        text-align: justify
    }

.yjztbg5 {
    background: url(../images/bg5.jpg) no-repeat top;
    background-size: 100% 100%;
    width: 100%;
    float: left;
}

    .yjztbg5 .title-holder h2 {
        font-size: 42px;
        color: #fff;
        margin-bottom: 20px;
    }

    .yjztbg5 .title-holder p {
        color: #999
    }

    .yjztbg5 .tabs {
        width: 100%;
        float: left;
        border: #fff 1px solid;
    }

        .yjztbg5 .tabs.vertical .tabs-nav {
            width: 45%;
            max-width: 45%;
            float: left;
        }

            .yjztbg5 .tabs.vertical .tabs-nav li {
                float: left;
                border-bottom: #fff 1px solid;
            }

                .yjztbg5 .tabs.vertical .tabs-nav li:last-child {
                    border-bottom: 0;
                }

.tabs.vertical .tabs-nav > li a:after {
    width: 2px;
}

.tabs .tabs-nav > li.ui-tabs-active {
    background: rgba(176,25,51,0.5);
}

    .tabs .tabs-nav > li.ui-tabs-active > a:after {
        background: #671b29;
    }

.yjztbg5 .ui-tabs-anchor {
    padding: 20px !important;
    float: left;
}

.tabs-anchor-icon {
    width: 134px;
    height: 134px;
    float: left;
    margin-right: 30px;
}

.yjzt_icon01 {
    background: url(../images/yjzt_icon01.png) no-repeat center;
    background-size: 100% 100%;
}

.yjzt_icon02 {
    background: url(../images/yjzt_icon02.png) no-repeat center;
    background-size: 100% 100%;
}

.yjzt_icon03 {
    background: url(../images/yjzt_icon03.png) no-repeat center;
    background-size: 100% 100%;
}

.yjzt_icon04 {
    background: url(../images/yjzt_icon04.png) no-repeat center;
    background-size: 100% 100%;
}

.yjzt_icon05 {
    background: url(../images/yjzt_icon05.png) no-repeat center;
    background-size: 100% 100%;
}

.tabs-anchor-div {
    width: calc(100% - 164px);
    float: left;
    color: #fff;
    font-size: 14px;
}

    .tabs-anchor-div h5 {
        color: #fff;
        font-size: 24px;
    }

    .tabs-anchor-div p {
        font-weight: normal;
        font-size: 13px;
    }

.yjztbg5 .btn {
    background: #b01933;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    border: 0;
}

.yjztbg5 .tabs.vertical .tabs-content {
    width: 55%;
    +width:51%
    padding: 30px;
    +padding:30px 2%;
    float: left;
    box-sizing: border-box;
    background: rgba(176,25,51,0.5);
}
.ui-tabs-panel{
    width: 100%;
    float: left;
}
    .yjztbg5 .tabs.vertical .tabs-content p {
        color: #fff;
        font-size: 16px;
    }

    .yjztbg5 .tabs.vertical .tabs-content  .pic {
        width: 100%;
    }

.yyyj {
    width: 100%;
    float: left;
}

    .yyyj h4 {
        font-size: 42px;
    }

    .yyyj h5 {
        margin: 40px 0;
    }

    .yyyj p {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: justify
    }

        .yyyj p img {
            float: left;
            margin-right: 20px;
            margin-bottom: 5px;
        }

@media(max-width:991px) {
    .yjztbg5 .tabs {
        display: block;
    }

    .yjztbg5 .ui-tabs-anchor {
        padding: 20px 10px !important;
        width: 100%;
    }

    .yjztbg5 .tabs.vertical .tabs-nav {
        width: 100%;
        max-width: 100%;
        display: flex;
    }

    .tabs-anchor-div {
        width: 100%;
        text-align: center;
    }

    .yjztbg5 .tabs.vertical .tabs-content {
        width: 100%;
    }

    .yjztbg5 .tabs.vertical .tabs-nav li {
        width: 15%;
        border-bottom: 0;
    }

        .yjztbg5 .tabs.vertical .tabs-nav li:not(:last-child) {
            border-right: #fff 1px solid;
        }

    .yjztbg5 .btn {
        display: none;
    }

    .tabs-anchor-div p {
        display: none;
    }

    .tabs .tabs-nav > li > a {
        padding: 10px;
    }

    .yjztbg5 .tabs .tabs-nav > li.ui-tabs-active {
        width: 40%;
    }
    /*
        .tabs .tabs-nav > li.ui-tabs-active .btn, .tabs .tabs-nav > li.ui-tabs-active .tabs-anchor-div p {
            display: block;
        }*/

    .tabs-anchor-icon {
        width: 60px;
        height: 60px;
        float: none;
        text-align: center;
        margin: 0 auto 15px;
    }

    .tabs .tabs-nav > li.ui-tabs-active .tabs-anchor-icon {
        width: 80px;
        height: 80px;
    }

    .tabs-anchor-div h5 {
        font-size: 16px
    }

    .yjztbg5 .tabs .tabs-nav > li.ui-tabs-active .tabs-anchor-div h5 {
        font-size: 24px
    }
}

@media(max-width:420px) {
    .tabs-anchor-icon {
        width: 30px;
        height: 30px;
    }

    .tabs .tabs-nav > li.ui-tabs-active .tabs-anchor-icon {
        width: 80px;
        height: 80px;
    }
}


/****xueshujiaoliu***/
.soalVideo {
    padding: 60px 0 100px;
}

.tabsbt {
    float: left;
    width: 50px;
    padding: 10px 0;
}

.soalVideo .tabs .tabs-nav {
    width: 90%;
}

.soalVideo .tabs.style-2 .tabs-nav > li {
    margin: 0 10px;
}

    .soalVideo .tabs.style-2 .tabs-nav > li > a {
        background: none;
        border: #dadada 1px solid;
        border-radius: 10px;
        padding: 10px 20px;
        font-weight: normal
    }

.soalVideo .tabs .tabs-nav > li.ui-tabs-active {
    background: none;
}

.soalVideo .tabs.style-2 .tabs-nav > li.ui-tabs-active > a {
    color: #b01933;
    border: #b01933 1px solid;
    font-weight: bold
}

.soalVideo .tabs .tabs-content {
    padding: 50px 0 0 0;
}
/*所有控件*/
.align-items-normal {
    align-items: normal !important;
}
