﻿@charset "utf-8";
/*---------------------------------------------------------
index styles
---------------------------------------------------------*/

/* 通用样式 */
#container {
    width: 1200px;
    margin: 0 auto;
}

.row_title .row_title_left {
    width: 10px;
    height: 36px;
    background: #0664c3;
    margin-right: 11px;
}

.row_title .row_title_right {
    flex: 1 1 0;
}

.row_title .row_title_right ul {
    width: 100%;
    height: 36px;
}

.row_title {
    height: 34px;
    border-bottom: 2px solid #e8e8e8;
}

.row_title,
.row_title a {
    font-size: 24px;
}

.row_title_bottom {
    width: 60px;
    height: 2px;
    background: #0F7BD2;
    margin-top: 6px;
}

.row_list_content {
    padding: 0 3px;
    font-size: 18px;
}

.row_list_content ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row_list_content li a {
    display: flex;
    align-items: center;
}

.row_list_content li span:first-of-type {
    flex: 1 1 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.row_list_content li .time {
    color: #999;
}

.row_list_content li,
.row_center_list li {
    margin-bottom: 16px;
}

.row_list_content li:last-of-type,
.row_center_list li:last-of-type {
    margin-bottom: 0 !important;
}

.row_title_more {
    height: 36px;
}

.row_title_more a {
    font-size: 20px !important;
    color: #0664C3;
}

/* 模块一 */
.row1_left {
    width: 590px;
    height: 405px;
}

.row1_left .swiper-slide {
    font-size: 0;
    line-height: 0;
}

.row1_left .swiper-slide .mask {
    width: 100%;
    height: 50px;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: left;
    line-height: 50px;
}

.row1_left .swiper-slide .mask .txt {
    width: 76%;
    position: absolute;
    left: 21px;
    overflow: hidden;
    font-size: 19px;
}

.row1_left img {
    width: 590px;
    height: 405px;
}

.row1_left .swiper-wrapper {
    height: 405px !important;
}

.row1_left .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: #fff;
    border-radius: 50% !important;
    opacity: 1;
}

.row1_left .swiper-pagination-bullet-active {
    background: #26aff5 !important;
}

.row1_left .swiper-container-horizontal>.swiper-pagination-bullets,
.row1_left .swiper-pagination-custom,
.row1_left .swiper-pagination-fraction {
    bottom: 13px;
    margin-left: 234px;
    position: absolute;
}

.row1_right {
    width: 580px;
}

.row_list {
    height: 405px;
}

.row_list_title li {
    height: 50px;
    text-align: center;
}

.row_list_title li a {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
}

.row_list_title li:hover,
.row_list_title .current {
    border-bottom: 4px solid #0664C3;
}

.row_list_title li:hover a,
.row_list_title .current a {
    color: #0664C3;
}

/* 模块三 */
.row3_left,
.row3_right {
    width: 48.5%;
}

.row3_left .row_list_content li a:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #333;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.row3_right_center {
    flex: 1 1 0;
}

.row3_right_center ul {
    height: 100%;
    align-items: center;
}

.row3_right_center li {
    width: 30%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #0664c380;
}

.row3_right_center li:first-of-type,
.row3_right_center li:nth-of-type(2),
.row3_right_center li:nth-of-type(3),
.row3_right_center li:nth-of-type(4) {
    width: 49% !important;
}

.row3_right_center li a {
    font-size: 19px;
}

/* 通用-宣传横幅、模块四 */
#xchf .swiper-container,
.sfzt .swiper-container {
    width: 100%;
}

#xchf img,
.sfzt img {
    width: 1200px;
}

#xchf .swiper-container img,
.sfzt img {
    height: 120px;
}

#xchf .swiper-pagination-bullets,
.sfzt .swiper-pagination-bullets {
    bottom: 5px !important;
    text-align: end;
    padding-right: 7px;
}

#xchf .swiper-pagination-bullet,
.sfzt .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 .swiper-pagination-bullet-active,
.sfzt .swiper-pagination-bullet-active {
    background: #f00;
    color: #fff;
}

#xchf ul img {
    margin-bottom: 10px;
}

/* 模块五 */
.row5_left {
    width: 55%;
}

.row5_right {
    width: 40%;
}

.row5_left .row_center_list li img {
    height: 68px;
}

.row5_right_center {
    flex: 1 1 0;
}

.row5_right_center ul {
    height: 100%;
}

.row5_right_center li img {
    width: 291px;
}

/* 通用-飘窗 */
#window img {
    width: 230px;
    height: 150px;
}

#window div {
    z-index: 99;
}

#window .close {
    cursor: pointer;
    font-size: 14px;
    text-align: end;
}

#window .afixed {
    width: 320px;
    line-height: 30px;
    background: red;
    text-align: center;
    font-size: 16px;
    word-break: break-all;
    padding: 10px 5px;
}

#window .afixed h3 {
    font-weight: normal;
    font-size: 16px;
}

#window .afixed a {
    color: #fff;
}

.window_fixed li {
    z-index: 1000;
}

.window_left,
.window_right {
    position: fixed;
}

.window_left {
    left: 0;
    bottom: 0;
}

.window_left li {
    margin-top: 20px;
}

.window_right {
    position: fixed;
    right: 5%;
    top: 35%;
}

.window_right li {
    margin-bottom: 20px;
}

/* 迁移公告 */
.window_bottom {
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 0;
}

#bottom_content {
    width: 400px;
    height: 250px;
    border: 3px solid #015293;
    background: #fff;
    padding: 20px;
    position: relative;
}

#bottom_content .close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 24px;
    color: #c00;
    position: absolute;
    right: 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;
    }
}