.more_video {
    margin-top: 50px;
    margin-bottom: 50px;
}

.more_video>button {
    width: 150px;
    height: 50px;
    color: #2992E4;
    border: 1px solid #2992E4;
    background-color: #fff;
}

.rl_active {
    width: 150px;
    height: 50px;
    color: #fff;
    border: 1px solid #0880DF;
    background-color: #0880DF;
}

.rl_button {
    width: 150px;
    height: 50px;
    color: #808080;
    border: 1px solid #DDDDDD;
    background-color: #fff;
}

.crycle {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background-color: black;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.zxdt {
    text-align: left;
    display: flex;
}

.zxdt_content_div {
    flex: 1;
    height: 570px;
    overflow: hidden;
    background-color: rgba(254, 254, 254, 0.8);
    border-radius: 10px;
    border: 1px solid #F1F2F4;
    padding: 30px 0;
}

.zxdt_div {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-top: 15px;
}

.zxdt_date {
    border-right: 3px solid #EEEEEE;
    padding: 20px;
    margin-left: -25px;
}

.zxdt_date>p:first-child {
    font-size: 24px;
    text-align: right;
    width: 67px;
}

.zxdt_date>p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    width: 78px;
}

.zxdt_content {
    flex: 1;
}

.zxdt_content>p:nth-child(2) {
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    /* height: 40px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxdt_content>p:nth-child(3) {
    font-size: 16px;
    text-align: left;
    color: #9A9A9A
}

.active {
    background-color: #FAFAFA;
}

.active>div:nth-child(2)>div:first-child {
    background-color: #0780DD;
}

.active>div:nth-child(2)>p:nth-child(2) {
    color: #0780DD;
    font-weight: 600;
}

.rczl_col {
    display: flex;
    margin: 0 auto
}

.rczl_col_title {
    font-size: 22px;
    color: #999999;
    line-height: 100px;
    text-align: left;
    cursor: pointer;
}

.choose {
    font-size: 22px;
    color: #177BB6;
    line-height: 100px;
    text-align: left
}

/*swiper*/

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.pc-banner {
    background: url(/css/images/top_main_bg01.jpg) no-repeat center top/100% auto;
    width: 100%;
    float: left;
}

@media screen and (max-width: 668px) {
    .pc-banner {
        background-size: auto 100%;
    }
}

.swiper-container {
    width: 100%;
    margin: 35px 0;
}

@media screen and (max-width: 668px) {
    .swiper-container {
        margin: 20px 0 15px;
    }
}

.swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

@media screen and (max-width: 668px) {
    .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 668px) {
    .swiper-slide-active, .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.swiper-slide a {
    background: #fff;
    padding: 10px;
    display: block;
    /*border-radius: 14px;*/
}

@media screen and (min-width: 668px) {
    .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        border: 10px solid #fff;
        content: "";
        width: 100%;
        height: 100%;
        background: url(/css/images/top_slick_cover_bg01.png) 0 0 repeat;
        /*border-radius: 20px;*/
    }
}

.swiper-slide-active a:after {
    background: none;
}

@media screen and (max-width: 668px) {
    .swiper-slide a {
        padding: 5px;
        /*border-radius: 7px;*/
    }
}

.swiper-slide img {
    /*border-radius: 14px;*/
    display: block;
}

@media screen and (max-width: 668px) {
    .swiper-slide img {
        /*border-radius: 7px;*/
    }
}

.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    border: 6px solid #00a0e9;
    margin-bottom: 0;
}

@media screen and (max-width: 668px) {
    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }
    .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }
    .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #FFF;
        border: 3px solid #00a0e9;
        margin-bottom: 0;
    }
}

.button {
    width: 1000px;
    margin: 0 auto;
    bottom: 43px;
    position: relative;
}

@media screen and (max-width: 668px) {
    .button {
        width: 70%;
        bottom: 22px;
    }
}

.button div:hover {
    background-color: #2f4798;
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
}

@media screen and (max-width: 668px) {
    .button div {
        width: 28px;
        height: 28px;
    }
}

.moreBtn {
    margin: 50px auto;
    color: #0880df;
    width: 150px;
    height: 50px;
    border: 1px solid #0880df;
    cursor: pointer;
}

.moreBtn .svg-wrapper2 {
    margin: 0;
    position: relative;
    height: 100%;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
}

.shape2 {
    stroke-width: 6px;
    fill: transparent;
    stroke: #c6c9ee;
    stroke-dasharray: 0 400;
    stroke-dashoffset: -220;
    transition: 1s all ease;
}

.svg-wrapper2:hover .shape2 {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #c6c9ee;
}

.text2 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.text2 a {
    display: table;
    border: 1px solid #fff;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
}

.text2 a:hover {
    border: 1px solid transparent;
    text-decoration: none;
}

.tabDiv {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #EEE;
}

.tabDiv .tabBtn {
    float: left;
    width: 150px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    bottom: -1px;
    cursor: pointer;
}

.tabActive {
    border-bottom: 2px solid #FFF;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 3px solid #0880df;
    color: #0880df;
    font-weight: bold;
}

.tabShow {
    display: block;
}