﻿@charset "utf-8";
/*---------------------------------------------------------
new styles
---------------------------------------------------------*/

body {
    background-color: #f4f5f9;
}

#container {
    margin-bottom: 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

/* 通用部分 */
.container,
.container_row3 .row_content,
.container_row4 {
    padding: 20px;
    border: 1px solid #ededed;
}

.row_title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row_title span {
    font-size: 18px;
    font-weight: bold;
    color: #18509f;
    border-bottom: 3px solid #184a8a;
}

.row_list_content {
    position: relative;
}

.row_list_content li {
    line-height: 36px;
    margin: 2px 0;
}

.row_list_content li a {
    display: flex;
    align-items: center;
}

.row_list_content li a::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #dddddd;
    border-radius: 50%;
    margin: 0 9px 0 0;
    z-index: 3;
}

.row_list_content li span:first-of-type,
.container_row1 .swiper-slide h3,
.container_row1 .swiper-slide p,
.container_row2 .row_left .swiper-slide .mask .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row_list_content li span:first-of-type {
    flex: 1 1 0;
}

.row_list_content li .time,
.row_list_content li .word {
    color: #666;
    font-size: 14px;
}

.row_list_content li .time {
    margin-left: 15px;
}

.row_list_content li .word {
    line-height: 24px;
    background: #f7f7f7;
    margin-left: 20px;
    padding: 13px 15px;
    display: none;
}

.row_list_content li .word p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row_list_content .current a::before,
.row_list_content li:hover a::before {
    border-color: #18509f;
}

.row_list_content .current span:first-of-type,
.row_list_content li:hover span:first-of-type {
    color: #18509f;
}

.row_list_content .current .word {
    display: block;
}

/* 模块一 */
.container_row1 {
    background: #fff;
}

.container_row1 .container {
    border: none;
    padding: 0;
}

.container_row1 .swiper-wrapper,
.container_row1 .swiper-slide {
    height: 90px !important;
}

.container_row1 .swiper-slide {
    text-align: center;
    padding: 0 50px;
}

.container_row1 .swiper-slide h3 {
    font-size: 26px;
    color: #df0000;
    padding: 15px 0 10px;
    font-weight: bold;
}

.container_row1 .swiper-slide p {
    margin-left: -2em;
}

.container_row1 .swiper-pagination-bullet {
    width: 6px;
    height: 9px;
    background: #e6e6e6;
    border-radius: 0;
    opacity: 1;
}

.container_row1 .swiper-pagination-bullet-active {
    background: #124dc5;
}

/* 模块二 */
.container_row2 .row_left {
    width: 52.5%;
}

.container_row2 .row_left .swiper-slide {
    font-size: 0;
    line-height: 0;
}

.container_row2 .row_left .swiper-slide .mask {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #333333b3;
    position: absolute;
    bottom: 0;
}

.container_row2 .row_left .swiper-slide .mask .txt {
    width: 80%;
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
}

.container_row2 .row_left .swiper-container img {
    width: 100%;
    height: 352px;
}

.container_row2 .row_left .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #bfbfbf;
    border-radius: 50% !important;
    opacity: 1;
}

.container_row2 .row_left .swiper-pagination-bullet-active {
    background: #fff !important;
}

.container_row2 .row_left .swiper-container-horizontal>.swiper-pagination-bullets,
.container_row2 .row_left .swiper-pagination-custom,
.container_row2 .row_left .swiper-pagination-fraction {
    bottom: 18px;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.container_row2 .row_right {
    width: 46%;
}

.container_row2 .row_right .row_list_title {
    height: 34px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}

.container_row2 .row_right .row_list_title li {
    font-size: 18px;
    font-weight: bold;
    margin-right: 23px;
}

.container_row2 .row_right .row_list_title .current a {
    color: #18509f;
    display: block;
    border-bottom: 3px solid #184a8a;
}

.container_row2 .row_right .row_list_content::before {
    content: "";
    width: 1px;
    height: 263px;
    position: absolute;
    background: #f1f1f1;
    left: 5px;
    top: 13px;
}

.container_row2 .row_right .row_list_content li a::before {
    width: 10px;
    height: 10px;
}

/* 模块三 */
.container_row3 .row_content {
    width: 49%;
    margin-bottom: 20px;
}

/* 模块四 */
.container_row4 .pc_video {
    margin: 0 -20px;
}

.container_row4 .swiper-container {
    padding: 0 40px;
}

.container_row4 .swiper-slide {
    text-align: center;
}

.container_row4 .swiper-slide img {
    width: 100%;
    height: 195px;
}

.container_row4 .swiper-slide .word {
    background: #f9fafc;
    font-size: 14px;
    color: #333;
    display: flex;
    margin: 10px auto;
    padding: 10px 15px;
}

.container_row4 .swiper-slide .word span {
    white-space: nowrap;
}

.container_row4 .swiper-slide .word span:first-of-type {
    overflow: hidden;
    text-overflow: ellipsis;
}

.container_row4 .swiper-slide .word span:last-of-type {
    margin-left: 15px;
}

.container_row4 .swiper-button-next,
.container_row4 .swiper-button-prev {
    width: 40px;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_row4 .swiper-button-prev {
    left: 0;
    background: #fff;
}

.container_row4 .swiper-button-next {
    right: 0;
    background: #fff;
}

.container_row4 .swiper-button-prev::after,
.container_row4 .swiper-button-next::after {
    content: "";
    width: 20px;
    height: 34px;
    display: block;
}

.container_row4 .swiper-button-prev::after {
    background: url(xy_new_icon_arrow.png) left center no-repeat;
}

.container_row4 .swiper-button-next::after {
    background: url(xy_new_icon_arrow.png) right center no-repeat;
}

.container_row4 .mobile_video {
    display: none;
}

.container_row4 .mobile_video .swiper-container {
    padding: 0;
}

.container_row4 .mobile_video .swiper-button-next,
.container_row4 .mobile_video .swiper-button-prev {
    display: none;
}

/* 手机端 */
@media (max-width: 480px) {
    #container {
        padding: 80px 15px 20px;
        background: #fff;
    }

    #container,
    .container_row1 {
        margin: 0;
    }

    .container {
        border: none;
        padding: 0;
    }

    .container,
    .container_row2 .row_left,
    .container_row2 .row_right,
    .container_row3 .row_content {
        width: 100%;
    }

    .container_row2,
    .container_row3 {
        flex-direction: column;
    }

    .row_list_content li,
    .container_row1 .swiper-slide p {
        font-size: 14px;
    }

    /* 模块一 */
    .container_row1 .swiper-slide {
        padding: 0 15px;
    }

    .container_row1 .swiper-slide h3 {
        padding: 15px 5px 10px;
    }

    /* 模块二 */
    .container_row2 .row_left {
        margin-bottom: 20px;
    }

    .container_row2 .row_left .swiper-container img {
        height: 250px;
    }

    .container_row2 .row_left .swiper-slide .mask .txt {
        width: 69%;
        padding: 0 10px;
    }

    .container_row2 .row_left .swiper-container-horizontal>.swiper-pagination-bullets,
    .container_row2 .row_left .swiper-pagination-custom,
    .container_row2 .row_left .swiper-pagination-fraction {
        padding-right: 10px;
    }

    .container_row2 .row_right .row_list_title {
        border: none;
    }

    .container_row2 .row_right .row_list_title li {
        font-size: 16px;
        margin: 0 5px;
    }

    /* 模块三 */
    .container_row3 .row_content {
        border: none;
        padding: 0;
    }

    /* 模块四 */
    .container_row4 .mobile_video {
        display: block;
    }

    .container_row4 .pc_video {
        display: none;
    }
}