﻿@charset "utf-8";
/*---------------------------------------------------------
index styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 0 auto;
}

/* 模块一 */
.container_row1 .toutiao {
    height: 64px;
    margin: 15px 0;
    border: 1px solid #e5edf4;
    display: flex;
    align-items: center;
}

.container_row1 .toutiao .toutiao_left {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #e5edf4;
    padding: 0 23px 0 13px;
}

.container_row1 .toutiao .toutiao_left img {
    width: 30px;
    margin: 0 5px;
}

.container_row1 .toutiao .toutiao_left a {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.container_row1 .toutiao .toutiao_left a span {
    color: #f00;
}

.container_row1 .toutiao .toutiao_right {
    width: 86%;
    display: flex;
    justify-content: space-between;
}

.container_row1 .toutiao .toutiao_right span {
    width: 33.33%;
    border-right: 1px dashed #dae4eb;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.container_row1 .toutiao .toutiao_right span:last-of-type {
    border: none;
}

.container_row1 .toutiao .toutiao_right span:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d2d2d2;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
}

.container_row1 .toutiao .toutiao_right a {
    width: 90%;
    font-size: 16px;
    color: #333;
    display: inline-block;
}

.container_row1 .toutiao .toutiao_right a:hover {
    color: #e03b35;
}

/* 模块二 */
.row2_left {
    width: 650px;
    height: 400px;
}

.row2_left .swiper-slide {
    font-size: 0;
    line-height: 0;
}

.row2_left .swiper-slide .mask {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: left;
    line-height: 50px;
}

.row2_left .swiper-slide .mask .txt {
    width: 78%;
    position: absolute;
    left: 21px;
    font-size: 18px;
}

.row2_left img {
    width: 650px;
    height: 400px;
}

.row2_left .swiper-wrapper {
    height: 400px !important;
}

.row2_left .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    background: #fff;
    border-radius: 5px !important;
    opacity: 1;
    margin-top: 100px !important;
    transition: all 0.3s linear;
}

.row2_left .swiper-container-horizontal>.swiper-pagination-bullets:hover .swiper-pagination-bullet {
    margin-top: 0 !important;
    transition: all 0.3s linear;
}

.row2_left .swiper-pagination-bullet-active {
    background: #093 !important;
    border-bottom: 2px solid #FF0000;
}

.row2_left .swiper-container-horizontal>.swiper-pagination-bullets,
.row2_left .swiper-pagination-custom,
.row2_left .swiper-pagination-fraction {
    height: 50px;
    bottom: 0;
    padding-right: 10px;
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.row2_right {
    width: 520px;
}

.row_list_title {
    height: 40px;
    background: #f4f4f5;
    border-bottom: 2px solid #c9c9c9;
}

.row_list_title li {
    flex: 1 1 0;
    text-align: center;
}

.row_list_title li a {
    font-size: 16px;
    line-height: 38px;
}

.row_list_title li:hover,
.row_list_title .current {
    border-bottom: 2px solid #FF0000;
}

.row_list_title li:hover a,
.row_list_title .current a {
    color: #FF0000;
}

.row_list_content {
    padding: 0 3px;
    font-size: 16px;
}

.row_list_content li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.row_list_content li span:first-of-type {
    width: 84%;
    display: inline-block;
    background: url(xy_credit_icon_arrow.png) left center no-repeat;
    padding-left: 20px;
    color: #000;
}

.row_list_content li a {
    display: flex;
    justify-content: space-between;
}

/* 模块四 */
.container_row4 {
    background: #f2f2f2;
}

.container_row4 ul {
    height: 352px;
}

.container_row4 li {
    width: 20%;
    text-align: center;
}

.container_row4 img {
    width: 165px;
    height: 120px;
}

/* 模块五 */
.xchf_qh .swiper-container {
    width: 100%;
    height: 120px;
}

.xchf_qh img {
    width: 1200px;
    height: 120px;
}

.xchf_qh .swiper-pagination-bullets {
    bottom: 3px !important;
    text-align: end;
    padding-right: 7px;
}

.xchf_qh .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 0%;
    background: #fff;
    opacity: 1;
    margin: 0 1px !important;
}

.xchf_qh .swiper-pagination-bullet-active {
    background: #f00;
    color: #fff;
}

/* 模块六 */
.container_row6 .row_center .row_title_right li:hover,
.container_row6 .row_center .row_title_right .current,
.container_row6 .row_right .row_title_right li:hover,
.container_row6 .row_right .row_title_right .current {
    font-weight: bold;
}

.container_row6 .row_right .row_center_list li a {
    width: 100%;
    display: block;
}

/* 模块七 */
.container_row7 ul img {
    width: 100%;
    margin-bottom: 10px;
}

/* 模块八 */
.container_row8 .row_title,
.container_row8 .row_title a {
    font-size: 18px;
}

.container_row8 .row_left .row_title_right li,
.container_row8 .row_center .row_title_right li {
    width: 45%;
}

.container_row8 .row_right .row_title_right li:hover,
.container_row8 .row_right .row_title_right .current {
    border: none;
}

.container_row8 .row_right .row_title_right li:hover a,
.container_row8 .row_right .row_title_right .current a {
    color: #000;
}

.row_center_table ul {
    width: 100%;
}

.row_center_table li {
    display: flex;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #d3cece;
}

.row_center_table .table_left {
    width: 49%;
}

.row_center_table .table_center,
.row_center_table .table_right {
    flex: 1 1 0;
    text-align: center;
}

.row_center_table ul:first-of-type li {
    font-size: 14px;
    font-weight: bold;
}

.row_center_table ul:first-of-type span {
    line-height: normal;
    padding: 4px 0;
}

/* 模块九 */
.container_row9 ul {
    margin: 0 15px;
}

.container_row9 li {
    width: 24%;
    text-align: center;
    line-height: 60px;
    background: #ff0000;
    border-bottom: 6px double #FFF;
}

.container_row9 li a {
    font-size: 16px;
    color: #fff;
}

/* 模块十 */
.container_row10 .row_title {
    background: none;
    height: 23px;
}

.container_row10 span {
    line-height: 22px;
    font-weight: bold;
    color: #FF0000;
    border-bottom: 2px solid #FF0000;
}

.friend_link li,
.friend_link select {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.friend_link li {
    flex: 1 1 0;
}

.friend_link li:last-of-type {
    margin-right: 0;
}

.friend_link select {
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.friend_link li:last-of-type::after {
    content: "";
    width: 14px;
    height: 11px;
    margin-left: -14px;
    margin-right: 14px;
    pointer-events: none;
}

/* 通用样式 */
.row_left,
.row_center,
.row_right {
    width: 30%;
}

.row_title {
    height: 40px;
    background: #f4f4f5;
    border-bottom: 2px solid #c9c9c9;
}

.row_title .row_title_right {
    flex: 1 1 0;
}

.row_title .row_title_right ul {
    width: 100%;
}

.row_title,
.row_title a {
    font-size: 16px;
    color: #000;
}

.row_title .current a {
    color: #FF0000;
}

.row_title_more {
    margin-right: 10px;
}

.row_title_more a {
    font-size: 14px !important;
    color: #000;
}

.row_title_right li {
    width: 34%;
    text-align: center;
}

.row_title_right li a {
    line-height: 40px;
}

.row_title_right li:hover,
.row_title_right .current {
    border-bottom: 2px solid #FF0000;
}

.row_title_right li:hover a,
.row_title_right .current a {
    color: #FF0000;
}

.container_row1 .toutiao .toutiao_right a,
.row2_left .swiper-slide .mask .txt,
.row_list_content li span:first-of-type,
.container_row6 .row_right .row_center_list li a,
.row_center_list li span:first-of-type {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row_center_list li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

.row_center_list li span:first-of-type {
    width: 100%;
    display: inline-block;
}

.row_center_list li i {
    width: 5px;
    height: 3px;
    background: #b7b5b5;
    display: inline-block;
    margin-right: 8px;
}

.row_center_list li .row_list_time {
    display: none;
}

/* 通用-浮窗 */
#window div {
    cursor: pointer;
    font-size: 14px;
    text-align: end;
    z-index: 100;
}

#window .afixed {
    width: 250px;
    height: 180px;
    background: #a60801;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#window .afixed a {
    color: #fff;
    font-size: 18px;
}

.window_fixed li {
    z-index: 1000;
}

.window_left,
.window_right {
    position: fixed;
}

.window_left {
    left: 1%;
    top: 37%;
}

.window_left li {
    margin-bottom: 20px;
}

.window_left li img {
    width: 280px;
}

.window_right {
    position: fixed;
    right: 0;
    top: 30%;
    background: #F7F7F7;
    box-shadow: 0 0 4px 0 #00000026;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #eee;
}

.window_right li {
    width: 100px;
    height: 100px;
}

.window_right li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
}

.window_right li p {
    width: 50%;
    font-size: 12px;
}

.window_right a:hover {
    color: #fff;
}

.window_right li:first-of-type {
    background: url(xy_credit_window_right1.png) center 25px no-repeat;
}

.window_right li:nth-of-type(2) {
    background: url(xy_credit_window_right2.png) center 25px no-repeat;
}

.window_right li:nth-of-type(3) {
    background: url(xy_credit_window_right3.png) center 25px no-repeat;
}

.window_right li:nth-of-type(4) {
    background: url(xy_credit_window_right4.png) center 25px no-repeat;
}

.window_right li:nth-of-type(5) {
    background: url(xy_credit_window_right5.png) center 25px no-repeat;
}

.window_right li:first-of-type:hover {
    background: url(xy_credit_window_right_h1.png) #E22323 center 25px no-repeat;
}

.window_right li:nth-of-type(2):hover {
    background: url(xy_credit_window_right_h2.png) #E22323 center 25px no-repeat;
}

.window_right li:nth-of-type(3):hover {
    background: url(xy_credit_window_right_h3.png) #E22323 center 25px no-repeat;
}

.window_right li:nth-of-type(4):hover {
    background: url(xy_credit_window_right_h4.png) #E22323 center 25px no-repeat;
}

.window_right li:nth-of-type(5):hover {
    background: url(xy_credit_window_right_h5.png) #E22323 center 25px no-repeat;
}

/* 迁移公告 */
.window_bottom {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    color: #333;
}

#bottom_content {
    width: 400px;
    height: 250px;
    border: 3px solid #015293;
    background: #fff;
    padding: 20px;
    position: relative;
    text-align: left !important;
}

#bottom_content .close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 24px;
    color: #c00;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5f5f5;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

#bottom_content h3 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

#bottom_content p {
    font-size: 13px;
    line-height: 28px;
    text-indent: 2em;
    word-break: break-all;
}

@media (max-width: 750px) {
    #bottom_content {
        width: 286px;
        height: 290px;
    }

    #bottom_content h3 {
        font-size: 15px;
    }

    #bottom_content p {
        font-size: 12px;
    }
}