﻿@charset "utf-8";
/*---------------------------------------------------------
index styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 0 auto;
}

/* 通用样式 */
.row_title_left {
    width: 10px;
    height: 22px;
    background: #0F7BD2;
    margin-right: 11px;
}

.row_title {
    margin-bottom: 15px;
}

.row_title,
.row_title a {
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #2A2E32;
}

.row_title_bottom {
    width: 60px;
    height: 2px;
    background: #0F7BD2;
    margin-top: 6px;
}

.row_more p {
    width: 550px;
    height: 28px;
    line-height: 28px;
    background: rgb(225 237 246 / 40%);
    text-align: center;
}

.row_more a {
    font-size: 14px;
    color: #0F7BD2;
    display: flex;
    justify-content: center;
}

.row_list_content li {
    line-height: 42px;
}

.row_list_content li a {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.row_list_content li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #0F7BD2;
    border-radius: 50%;
    margin: 0 10px;
    display: inline-block;
}

.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 {
    font-size: 16px;
    color: #666;
}

/* 模块一 */
.row1_left {
    width: 589px;
    height: 395px;
}

.row1_left .swiper-slide {
    font-size: 0;
    line-height: 0;
}

.row1_left .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;
}

.row1_left .swiper-slide .mask .txt {
    width: 76%;
    position: absolute;
    left: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.row1_left img {
    width: 589px;
    height: 395px;
}

.row1_left .swiper-wrapper {
    height: 395px !important;
}

.row1_left .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    border-radius: 50% !important;
    opacity: 1;
}

.row1_left .swiper-pagination-bullet-active {
    padding: 0 10px;
    background: #0F7BD2 !important;
    border-radius: 5px !important;
}

.row1_left .swiper-container-horizontal>.swiper-pagination-bullets,
.row1_left .swiper-pagination-custom,
.row1_left .swiper-pagination-fraction {
    bottom: 18px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.row1_right {
    width: 580px;
}

.row_list_title {
    height: 50px;
    border-bottom: 1px solid rgb(230 230 230 / 50%);
}

.row_list_title li {
    height: 50px;
    text-align: center;
}

.row_list_title li a {
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
}

.row_list_title li:hover,
.row_list_title .current {
    background: url(xy_jyj_icon-down.png) bottom no-repeat;
    height: 58px;
}

.row_list_title li:hover a,
.row_list_title .current a {
    font-size: 22px;
    color: #006CBA;
}

.row1_right .row_list_content {
    margin-top: 9px;
}

.row1_right .row_list_content li a:before {
    display: none;
}

/* 模块三 */
.row3_left,
.row3_right {
    width: 49%;
}

.container_row3 .row_list_content li:last-of-type {
    margin-bottom: 29px;
}

.container_row3 .row_list_content li .time {
    margin-right: 10px;
}

/* 模块四 */
.row4_left {
    width: 68%;
}

.row4_right {
    flex: 1 1 0;
}

/* 信息公开 */
.row4_left_center li {
    width: 240px;
    height: 98px;
    background: #F1F6FF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    margin: 0 10px 20px 10px;
}

.row4_left_center li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 22px;
    color: #333;
    padding-left: 40px;
}

.row4_left_center li span {
    width: 38px;
    height: 38px;
    display: block;
    margin-right: 15px;
}

.row4_left_center li p {
    width: 100px;
}

.row4_left_center li:first-of-type span {
    background: url(xy_jyj_xxgk_icon1.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(2) span {
    background: url(xy_jyj_xxgk_icon2.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(3) span {
    background: url(xy_jyj_xxgk_icon3.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(4) span {
    background: url(xy_jyj_xxgk_icon4.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(5) span {
    background: url(xy_jyj_xxgk_icon5.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(6) span {
    background: url(xy_jyj_xxgk_icon6.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:hover {
    background: #EBF5FF;
    border: 1px solid #0F7BD2;
}

.row4_left_center li:hover a {
    color: #0F7BD2;
}

.row4_left_center li:first-of-type a:hover span {
    background: url(xy_jyj_xxgk_icon_h1.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(2) a:hover span {
    background: url(xy_jyj_xxgk_icon_h2.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(3) a:hover span {
    background: url(xy_jyj_xxgk_icon_h3.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(4) a:hover span {
    background: url(xy_jyj_xxgk_icon_h4.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(5) a:hover span {
    background: url(xy_jyj_xxgk_icon_h5.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(6) a:hover span {
    background: url(xy_jyj_xxgk_icon_h6.png) center no-repeat;
    background-size: 100%;
}

/* 政民互动 */
.row4_right_center li {
    width: 340px;
    height: 98px;
    border-radius: 6px;
    margin-bottom: 18px;
    border: 1px solid #EEEEEE;
}

.row4_right_center li:first-of-type {
    background: url(xy_jyj_zmhd_bg1.png) center no-repeat;
    background-size: 100%;
}

.row4_right_center li:nth-of-type(2) {
    background: url(xy_jyj_zmhd_bg2.png) center no-repeat;
    background-size: 100%;
}

.row4_right_center li:hover {
    border: 1px solid #0F7BD2;
}

.row4_right_center li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 26px;
    color: #333;
    padding-left: 35px;
}

.row4_right_center li span {
    width: 82px;
    height: 82px;
    display: block;
    margin-right: 15px;
}

.row4_right_center li:first-of-type span {
    background: url(xy_jyj_zmhd_icon1.png) center no-repeat;
    background-size: 100%;
}

.row4_right_center li:nth-of-type(2) span {
    background: url(xy_jyj_zmhd_icon2.png) center no-repeat;
    background-size: 100%;
}

/* 模块五 */
.row5_center .img_gundong {
    width: 1200px;
    height: 174px;
    overflow: hidden;
}

.row5_center .img_gundong .tab {
    height: 174px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.row5_center .img_gundong .tab .left,
.row5_center .img_gundong .tab .right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    z-index: 2;
}

.row5_center .img_gundong .tab .right {
    right: 0;
}

.row5_center .img_gundong .tab .left img,
.row5_center .img_gundong .tab .right img {
    width: 50px;
    height: 50px;
}

.row5_center .gundong_content ul {
    width: 1000%;
}

.row5_center .img_gundong .tab .gundong_content ul li {
    margin-right: 13px;

}

.row5_center .img_gundong .tab .gundong_content ul li:last-of-type {
    margin-right: 0 !important;
}

.row5_center .img_gundong .tab .gundong_content ul li img {
    width: 290px;
    height: 160px;
}

/* 模块六 */
.friend_link li {
    font-size: 20px;
    font-weight: bold;
}

/* 通用-浮窗 */
#window {
    z-index: 99;
    color: #333;
}

.window_fixed li {
    z-index: 1000;
}

#window img {
    width: 240px;
    height: auto;
}

#window .afixed {
    width: 240px;
    background: #ff0000;
}

#window .afixed a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
}

#window .close {
    cursor: pointer;
    font-size: 14px;
    text-align: end;
    z-index: 100;
}

.window_left,
.window_right {
    position: fixed;
    z-index: 99;
    top: 35%;
}

.window_left {
    left: 3%;
}

.window_right {
    right: 3%;
}

.window_left li,
.window_right li {
    margin-bottom: 20px;
    text-align: center;
}

.window_left li h3,
.window_right li h3,
.window_left li p,
.window_right li p {
    font-size: 16px;
    font-weight: normal;
    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;
    }
}

/* 手机端 */
@media (max-width: 480px) {
    #window {
        display: none;
    }

    #container {
        width: 100%;
        padding: 0 15px;
    }

    .container_row1,
    .container_row3,
    .container_row4 {
        flex-direction: column;
    }

    .row1_right,
    #xchf,
    #xchf img,
    .row3_left,
    .row3_right,
    .row4_left,
    .row4_right,
    .row5_center .img_gundong {
        width: 100% !important;
    }

    /* 模块一 */
    .row1_left,
    .row1_left img {
        width: 100%;
        height: 250px;
    }

    .row1_left {
        margin-bottom: 15px;
    }

    .row1_left .swiper-wrapper {
        height: 250px !important;
    }

    .row1_left .swiper-slide .mask .txt {
        width: 60%;
        left: 15px;
    }

    .row1_left .swiper-container-horizontal>.swiper-pagination-bullets,
    .row1_left .swiper-pagination-custom,
    .row1_left .swiper-pagination-fraction {
        padding-right: 15px;
    }

    .row_list_title {
        height: 70px;
    }

    .row_list_title li {
        padding: 0 10px;
    }

    .row_list_title li:hover,
    .row_list_title .current {
        height: 78px;
    }

    .row_list_title li:hover a,
    .row_list_title .current a {
        font-size: 18px;
    }

    /* 模块三 */
    .row3_left {
        margin-bottom: 40px;
    }

    .container_row3 .row_list_content li:last-of-type {
        margin-bottom: 15px;
    }

    /* 模块四 */
    .row4_left,
    .row4_left_center li {
        margin: 0 0 20px;
    }

    .row4_left_center,
    .row4_right_center {
        margin: 0;
    }

    .row4_left_center ul,
    .row4_right_center ul {
        justify-content: space-between;
    }

    .row4_left_center li,
    .row4_right_center li {
        width: 48%;
        height: 80px;
        margin: 0 0 20px;
    }

    .row4_right_center li {
        background-size: auto !important;
    }

    .row4_left_center li a,
    .row4_right_center li a {
        padding: 0 15px;
        font-size: 18px;
    }

    .row4_right_center li span {
        width: 45px;
        height: 45px;
    }

    /* 模块六 */
    .friend_link ul {
        justify-content: normal;
    }

    .friend_link li {
        font-size: 17px;
        padding: 5px 10px;
    }
}