﻿@charset "utf-8";

.container {
    width: 1200px;
    margin: auto;
}

/* part_two */
.part_two {
    height: 395px;
    text-align: center;
}

.part_two_l {
    width: 49%;
    height: 395px;
    float: left;
}

.part_two_l img {
    width: 100%;
    height: 100%;
}

.part_two_l .swiper-container {
    width: 100%;
    height: 100%;
}

.part_two_l .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    border-radius: 50% !important;
    opacity: 1;
}

.part_two_l .swiper-pagination {
    text-align: right;
    bottom: 14px !important;
    right: 10px;
    width: auto !important;
}

.part_two_l .swiper-pagination-bullet-active {
    padding: 0 10px;
    background: #0A54AB !important;
    border-radius: 5px !important;
}

.part_two_l .swiper-slide .mask {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: left;
    line-height: 50px;
}

.part_two_l .swiper-slide .mask .txt {
    width: 76%;
    position: absolute;
    left: 21px;
    overflow: hidden;
    font-size: 14px;
}

.part_two_r {
    width: 49%;
    height: 395px;
    padding: 0 10px;
    float: right;
    background-color: #F3F3F3;
}

.part_two_r .title_list {
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.title_list ul li {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.current a {
    font-family: 'ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“';
    font-size: 22px;
    font-weight: bold;
    color: #235DDB;
}

.current {
    border-bottom: 4px solid #235DDB;
}

/* content_list */
.content_list ul li {
    text-align: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: auto;
}

.content_list ul li b {
    float: left;
    margin-right: 5px;
}

.content_list ul li a {
    display: inline-block;
    width: 76%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.content_list ul li span {
    float: right;
}

/* part_five */

.part_five {
    width: 100%;
    height: 180px;
    background: #F3F3F3;
    padding: 16px 10px;
    position: relative;
    overflow: hidden;
}

.part_five .container_title {
    width: 100%;
    height: 40px;
    position: relative;
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #235DDB;
    line-height: 23px;
    border-bottom: 1px solid #E6E6E6;
}

.part_five .container_title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    background: #235DDB;
    border-radius: 2px;
}

.part_five .container_title a {
    font-weight: bold;
    color: #235DDB;
}

.part_five .container_content {
    width: 10000px;
    height: 160px;
    margin: auto;
    margin-top: 15px !important;
}

.part_five ul li {
    width: 380px;
    height: 95px;
    float: left;
    padding: 0 5px;
    margin-right: 10px;
}

.part_five ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.part_five .prew,
.part_five .next {
    width: 36px;
    height: 36px;
    background: rgb(160 160 160 / 50%);
    border-radius: 18px;
    position: absolute;
    cursor: pointer;
    margin-top: 25px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;

}

.part_five .prew img,
.part_five .next img {
    width: 100%;
    height: 100%;
}

.part_five .prew {
    left: 10px;
}

.part_five .next {
    right: 10px;
}

/* part_three */
.part_three {
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    overflow: hidden;
}

.part_three_l {
    width: 593px;
    height: 300px;
    float: left;
    background: #F3F3F3;
}

.part_three_r {
    width: 593px;
    height: 300px;
    float: right;
    background: #F3F3F3;
}

.part_three_l .part_three_l_title {
    position: relative;
    width: 100%;
    height: 52px;
    padding-left: 22px;
    border-bottom: 2px solid #E6E6E6;
}

.part_three_l .part_three_l_title .more,
.part_four_l .part_four_l_title .more {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #666666;
}

.part_three_l .part_three_l_title .hd {
    width: 60%;
    height: 52px;
}

.part_three_l_title ul li {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.part_three_l .bd ul {
    padding: 0 10px;
}

.part_three_l .bd li {
    position: relative;
    padding: 0 15px 0 20px;
    text-align: left;
    line-height: 40px;
    margin-top: 15px;
}

.part_three_l .bd li:before {
    position: absolute;
    content: '';
    display: block;
    top: 18px;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #BFBFBF;
    border-radius: 50%;
}

.part_three_l .bd li .date {
    float: right;
    color: #666666;
    font-size: 16px;
}

.part_three_l .bd li a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.part_three_r .container_title {
    width: 100%;
    height: 52px;
    position: relative;
    padding-left: 22px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #235DDB;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
}

.part_three_r .container_title span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    border-bottom: 4px solid #235DDB;
}

.part_three_r .container_title span a {
    font-size: 22px;
    font-weight: bold;
    color: rgb(35, 93, 219)
}


.part_three_r .container_content li {
    width: 180px;
    height: 48px;
    background: #FFFFFF;
    margin: 18px auto;
    line-height: 48px;
    text-align: center;
    padding: 0px 20px;
    border: 1px solid #D8DCDD;
    box-sizing: border-box;
}

.part_three_r .container_content li a {
    line-height: 48px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.part_three_r .container_content li:hover {
    background: #235DDB;
}

.part_three_r .container_content li:hover a {
    color: #FFFFFF;
}

/* part_four  */
.part_four {
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    overflow: hidden;
}

.part_four_l {
    width: 593px;
    height: 300px;
    float: left;
    background: #F3F3F3;
}

.part_four_r {
    width: 593px;
    height: 300px;
    float: right;
    background: #fff;
}

.part_four_l .part_four_l_title {
    position: relative;
    width: 100%;
    height: 52px;
    padding-left: 22px;
    border-bottom: 2px solid #E6E6E6;
}

.part_four .current1 a {
    font-family: 'ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“';
    font-size: 22px;
    font-weight: bold;
    color: #235DDB;
}

.part_four_l .part_four_l_title .hd {
    width: 52%;
    height: 100%;
}

.part_four_l .part_four_l_title .hd li span {
    display: inline-block;
    width: 20px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.part_four_l .hd li {
    height: 100%;
    line-height: 52px;
}

.part_four_l_title ul li a {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
}

.part_four_l .bd ul {
    padding: 0 10px;
}

.part_four_l .bd li {
    position: relative;
    padding: 0 15px 0 20px;
    text-align: left;
    line-height: 40px;
    margin-top: 15px;
}

.part_four_l .bd li:before {
    position: absolute;
    content: '';
    display: block;
    top: 18px;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #BFBFBF;
    border-radius: 50%;
}

.part_four_l .bd li .date {
    float: right;
    color: #666666;
    font-size: 16px;
}

.part_four_l .bd li a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.part_four_r .part_four_r_title {
    width: 100%;
    height: 52px;
    padding-left: 22px;
    border-bottom: 2px solid #E6E6E6;
}

.part_four_r .part_four_r_title .hd {
    width: 33%;
    height: 52px;
}

.part_four_r .part_four_r_title .hd li span {
    display: inline-block;
    width: 20px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.part_four_r_title ul li {
    height: 52px;
    line-height: 52px;
}

.part_four_r_title ul li a {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
}

.part_four_r .bd ul {
    padding: 0 10px;
}

.part_four_r .bd li {
    width: 593px;
    height: 40px;
    position: relative;
    padding: 0 15px 0 20px;
    text-align: left;
    line-height: 40px;
    background: #F3F3F3;
    margin-top: 15px;
}

.part_four_r .bd li:before {
    position: absolute;
    content: '';
    display: block;
    top: 18px;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #BFBFBF;
    border-radius: 50%;
}

.part_four_r .bd .select_current {
    width: 593px;
    height: 40px;
    background: linear-gradient(90deg, #88BAFA 0%, #EBF5FE 100%);
    border-radius: 8px 0px 0px 8px;
}

.part_four_r .bd .select_current:before {
    background: #fff;
}

.part_four_r .bd ul {
    width: 593px;
    margin-top: 5px;
    text-align: left;
    line-height: 40px;
}

.part_four_r .bd ul li {
    position: relative;
    padding: 0 15px 0 20px;
    text-align: left;
    line-height: 40px;
    margin-top: 15px;
}

.part_four_r .bd li .date {
    float: right;
    color: #666666;
    font-size: 16px;
    line-height: 40px;
}

.part_four_r .bd li a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.pattfour {
    height: 76px;
    border-bottom: 4px solid #0A54AB;
    background: #F6F6F6;
}

.pf_bot {
    width: 1200px;
    height: 76px;
    margin: auto;
}

select {
    width: 280px;
    height: 36px;
    font-size: 16px;
    border: 1px solid #D8DCDD;
    border-radius: 4px;
    padding-left: 10px;
    text-align: left;
}

.select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 76px;
}

/* 通用-浮窗 */
#window {
    z-index: 99;
    color: #333;
}

.window_fixed li {
    z-index: 1000;
}

#window li img {
    /* width: 140px; */
}

#window .afixed {
    width: 240px;
    height: 150px;
    background: #013bc0;
}

#window .afixed a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
}

#window .afixed h3,
#window .afixed p {
    font-size: 16px;
    font-weight: normal;
}

#window .close {
    cursor: pointer;
    font-size: 14px;
    text-align: end;
    z-index: 100;
}

.window_left,
.window_right {
    position: fixed;
    z-index: 99;
    top: 38%;
}

.window_left {
    left: 5%;
}

.window_right {
    right: 5%;
}

.window_left li,
.window_right li {
    margin-bottom: 20px;
}

.window_left li h3,
.window_right li h3 {
    font-size: 21px;
    font-weight: normal;
    line-height: 55px;
}

.window_left li p,
.window_right li p {
    font-size: 16px;
    line-height: 40px;
}

/* 迁移公告 */
.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;
    }
}