﻿@charset "utf-8";
/*---------------------------------------------------------
index styles
---------------------------------------------------------*/

/* 通用部分 */
.content {
    width: 1200px;
    margin: 0 auto;
}

.row_list_content li {
    line-height: 42px;
    background: url(xy_wlj_d1.png) left center no-repeat;
    padding-left: 20px;
}

.row_list_content li a {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
}

.row_list_content ul li a:hover {
    color: #FBAB00;
}

.row_list_content li span:first-of-type,
.container_row3 .row_right h3 a,
.container_row3 .row_right span,
.container_row4 .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;
    display: inline-block;
    padding-right: 20px;
}

.row_list_content li .time {
    font-size: 14px;
    color: #666666;
}

.container_row5 .row_top li a,
.container_row5 .row_left .row_list_title li a,
.container_row5 .row_center .center_bottom a,
.container_row5 .row_right li a {
    width: 100%;
    height: 100%;
    display: block;
}

.container_row5 .row_top li a,
.container_row5 .row_left .row_list_title li a,
.container_row5 .row_center .center_bottom a {
    color: #C61F26;
    font-weight: bold;
}

/* 模块一 */
.container_row1 .swiper-container img {
    width: 100%;
}

.container_row1 .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: #c9c9c9;
    border-radius: 50% !important;
    opacity: 1;
    margin: 0 5px !important;
}

.container_row1 .swiper-pagination-bullet-active {
    background: #4bb13f !important;
}

.container_row1 .swiper-button-next,
.container_row1 .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
}

.container_row1 .swiper-button-prev,
.container_row1 .swiper-container-rtl .swiper-button-next {
    background: url(xy_wlj_prev.png) center no-repeat !important;
    left: 40px;
}

.container_row1 .swiper-button-next,
.container_row1 .swiper-container-rtl .swiper-button-prev {
    background: url(xy_wlj_next.png) center no-repeat !important;
    right: 40px;
}

/* 模块二 */
.container_row2 {
    background: #F4F4F4;
    border-top: 1px dashed #FFF;
    padding: 15px 0;
}

.container_row2 .content {
    height: 53px;
}

.container_row2 .row_right {
    flex: 1 1 0;
}

.container_row2 .row_right a {
    font-size: 18px;
    padding-right: 20px;
    color: #C82128;
}

.container_row2 .row_right a::before {
    content: "";
    width: 2px;
    height: 2px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
}

/* 模块三 */
.container_row3 .row_left a {
    display: flex;
    align-items: center;
}

.container_row3 .row_right {
    width: 90%;
}

.container_row3 .row_right a {
    color: #C82128;
    display: block;
}

.container_row3 .row_right h3 {
    line-height: 50px;
    font-size: 28px;
    text-align: center;
}

.container_row3 .row_right h3 a {
    width: 100%;
}

.container_row3 .row_right p {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #9A9A9A;
}

.container_row3 .row_right p a {
    white-space: nowrap;
    font-weight: bold;
}

/* 模块四 */
.container_row4 .row_left {
    width: 50%;
    height: 406px;
}

.container_row4 .row_left .swiper-wrapper {
    height: 406px !important;
}

.container_row4 .row_left img {
    width: 100%;
    height: 100%;
}

.container_row4 .row_left .swiper-slide .mask {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
}

.container_row4 .row_left .swiper-slide .mask .txt {
    width: 80%;
    position: absolute;
    overflow: hidden;
    font-size: 16px;
    padding: 0 20px;
}

.container_row4 .row_left .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #D9D9D9;
    border-radius: 50% !important;
    opacity: 1;
    margin: 0 5px !important;
}

.container_row4 .row_left .swiper-pagination-bullet-active {
    background: #fc114a !important;
}

.container_row4 .row_left .swiper-container-horizontal>.swiper-pagination-bullets,
.container_row4 .row_left .swiper-pagination-custom,
.container_row4 .row_left .swiper-pagination-fraction {
    bottom: 10px;
    margin-left: 234px;
    position: absolute;
}

.container_row4 .row_right {
    width: 48%;
}

.container_row4 .row_right .row_title {
    height: 65px;
}

.container_row4 .row_right .row_title li {
    flex: 1 1 0;
    height: 65px;
    text-align: center;
}

.container_row4 .row_right .row_title li a {
    width: 100%;
    line-height: 54px;
    display: block;
    color: #5E5F6C;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    border-bottom: 2px solid #c33;
}

.container_row4 .row_right .row_title .current {
    background: url(xy_wlj_lanbg.png) top center no-repeat;
    background-size: 100% 100%;
}

.container_row4 .row_right .row_title .current a {
    color: #fff;
}

.container_row4 .row_right .row_list_content {
    padding: 0 10px;
}

/* 模块五 */
.container_row5 {
    height: 380px;
}

.container_row5 .row_top {
    border-bottom: 4px solid #C82128;
}

.container_row5 .row_top li {
    flex: 1 1 0;
    line-height: 46px;
    text-align: center;
    background: #EDEDED;
}

.container_row5 .row_top li a {
    font-size: 20px;
}

.container_row5 .row_top .current {
    background: #C82128;
}

.container_row5 .row_top .current a {
    color: #fff;
}

/* 模块五 政务公开 */
.container_row5 .row_left {
    width: 53%;
}

.container_row5 .row_left .row_list_title,
.container_row5 .row_left .row_list_title li {
    height: 36px;
}

.container_row5 .row_left .row_list_title {
    border-bottom: 2px solid #D2D2D2;
    margin: 10px 0;
}

.container_row5 .row_left .row_list_title li {
    width: 150px;
    line-height: 34px;
    text-align: center;
}

.container_row5 .row_left .row_list_title li a {
    font-size: 16px;
}

.container_row5 .row_left .row_list_title .current {
    border-bottom: 3px solid #C82128;
}

.container_row5 .row_left .row_list_content {
    padding: 0 20px;
}

.container_row5 .row_center,
.container_row5 .row_right {
    background: #EFEFEF;
    margin-top: 10px;
}

.container_row5 .row_center {
    width: 15%;
    padding: 0 6px;
    font-size: 14px;
}

.container_row5 .row_center .center_top {
    height: 85px;
    background: #C82128 url(xy_wlj_xxgk.png) center no-repeat;
    margin: 6px 0;
}

.container_row5 .row_center .center_content {
    flex: 1 1 0;
}

.container_row5 .row_center .center_content li {
    background: url(xy_wlj_dian.png) left center no-repeat;
    padding-left: 10px;
    margin-left: 6px;
}

.container_row5 .row_center .center_bottom {
    border-top: 2px solid #fff;
}

.container_row5 .row_center .center_bottom a {
    height: auto;
    text-align: center;
    background: url(xy_wlj_ysqgk.png) top center no-repeat;
    padding: 52px 0 10px;
    margin-top: 10px;
}

.container_row5 .row_right {
    width: 29%;
    padding: 6px 25px;
    font-size: 14px;
}

.container_row5 .row_right ul {
    height: 100%;
    align-content: space-around;
}

.container_row5 .row_right li {
    width: 45%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #C82128;
}

.container_row5 .row_right li:first-of-type,
.container_row5 .row_right li:nth-of-type(2) {
    width: 100%;
}

.container_row5 .row_right li a {
    color: #fff;
}

/* 模块五 政务服务 */
.container_row5 .row_zwfw_list li img {
    width: 155px;
    margin: 10px 40px;
}

/* 模块六 */
.container_row6 ul,
.container_row6 li img {
    width: 100%;
}

.container_row6 li {
    margin-bottom: 10px;
}

/* 模块七 */
.container_row7 .content {
    background: #EFEFEF;
    padding: 21px 15px;
}

.container_row7 li {
    width: 155px;
    height: 260px;
}

.container_row7 li img {
    width: 100%;
    height: 100%;
}

/* 模块八 */
.container_row8 .row_right {
    flex: 1 1 0;
    height: 94px;
    overflow: hidden;
    margin-left: 4px;
}

.container_row8 .row_right .tab {
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.container_row8 .row_right .tab .left,
.container_row8 .row_right .tab .right {
    width: 20px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.container_row8 .row_right .tab .left {
    background: url(xy_wlj_rollb.jpg) right center no-repeat;
}

.container_row8 .row_right .tab .right {
    right: 0;
    background: url(xy_wlj_rollb.jpg) left center no-repeat;
}

.container_row8 .row_right .tab .gundong_content ul {
    width: 1000%;
}

.container_row8 .row_right .tab .gundong_content ul li {
    width: 297px;
    height: 94px;
    padding: 2px;
    border: 1px solid #E8E8E8;
}

.container_row8 .row_right .tab .gundong_content ul li a img {
    width: 100%;
    height: 100%;
}

/* 通用-浮窗 */
#window {
    z-index: 99;
    color: #333;
}

.window_fixed li {
    z-index: 1000;
}

#window .afixed {
    width: 280px;
    line-height: 30px;
    background: #f00012;
    font-size: 16px;
}

#window .afixed a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 5px;
}

#window .window_fixed .afixed {
    border-radius: 15px;
}

#window .window_fixed .afixed a {
    padding: 10px 5px;
}

#window .close {
    cursor: pointer;
    font-size: 14px;
    text-align: end;
    z-index: 100;
}

.window_left,
.window_right {
    position: fixed;
    z-index: 99;
    top: 52%;
}

.window_left {
    left: 4%;
}

.window_right {
    right: 1%;
}

.window_left li,
.window_right li {
    margin-bottom: 20px;
}

.window_fixed li h3,
.window_left li h3,
.window_right li h3 {
    font-size: 16px;
    font-weight: normal;
}

.window_left img,
.window_right img {
    width: 280px;
}

/* 迁移公告 */
.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;
    }
}