﻿@charset "utf-8";
/*---------------------------------------------------------
index styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 0 auto;
}

/* 通用样式 */
.row_list {
    height: 395px;
}

.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:before {
    content: "";
    width: 1px;
    height: 14px;
    background: #000000;
    opacity: 0.3;
    display: inline-block;
    margin: 0 8px;
}

.row_list_title li:first-of-type:before {
    content: "";
    display: none;
}

.row_list_title li a {
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
    display: inline-block;
}

.row_list_title li:hover a,
.row_list_title .current a {
    border-bottom: 2px solid #C51730;
}

.row_list_title li:hover a,
.row_list_title .current a {
    color: #C51730;
}

.row_list_content {
    padding: 0 3px;
    font-size: 18px;
}

.row_list_content li a {
    display: flex;
    justify-content: space-between;
}

.row_list_content li span:first-of-type,
.container_row1 h3,
.container_row1 .row_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row_list_content li span:first-of-type {
    width: 82%;
    display: inline-block;
    background: url(xy_czj_index_li.png) left center no-repeat;
    background-size: 12px;
    padding-left: 18px;
}

.row_list_content li:hover span:first-of-type {
    color: #C51730;
    background: url(xy_czj_index_li_h.png) left center no-repeat;
    background-size: 12px;
}

.row_list_content li .time {
    font-size: 14px;
    color: #666666b3;
    /* font-style: italic; */
}

.row_title {
    border-bottom: 1px solid #5353531a;
}

.row_title .row_title_left {
    width: 7px;
    height: 24px;
    background: #C51730;
    margin: 0 12px 9px 0;
}

.row_title .row_title_right {
    flex: 1 1 0;
}

.row_title .row_title_right ul {
    width: 100%;
}

.row_title .row_title_right li {
    padding-bottom: 9px;
}

.row_title .row_title_right,
.row_title .row_title_right a {
    font-size: 30px;
    font-weight: bold;
}

.row_link {
    padding: 29px 0 0 28px;
    font-size: 20px;
}

.row_link li {
    padding: 0 13px;
    margin-right: 15px;
}

.row_link .current {
    height: 30px;
    background: #C51730;
    border-radius: 4px;
}

.row_link .current a {
    color: #FFFFFF;
}

/* 模块一 */
.container_row1 {
    background: #f8f8f8e6 url(xy_czj_headline.png) left top no-repeat;
    background-size: 81px;
    border: 1px solid #F69598;
    border-radius: 4px;
    padding: 18px 0 13px;
    font-size: 18px;
    text-align: center;
}

.container_row1 h3 {
    font-size: 40px;
    margin-bottom: 12px;
    padding: 0 80px;
}

.container_row1 .row_content {
    padding: 0 40px;
}

.container_row1 .row_content p {
    color: #989898;
}

.container_row1 .row_content span {
    font-weight: bold;
    white-space: nowrap;
}

/* 模块二 */
.container_row2 {
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(214, 202, 204, 0.34);
}

.container_row2 .informations_info {
    width: 180px;
    background: #C51730;
}

.container_row2 .informations_info a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url(xy_czj_bugle.png) left center no-repeat;
    background-size: 26px;
    background-position-x: 20px;
    padding-left: 61px;
}

.container_row2 .informations_content {
    flex: 1 1 0;
    font-size: 20px;
    padding-left: 54px;
}

.container_row2 .informations_content .swiper-container,
.container_row2 .informations_content .swiper-wrapper {
    height: 50px;
}

/* 模块三 */
.row3_left,
.row3_right {
    width: 593px;
    height: 394px;
}

/* 模块三左侧轮播 */
.row3_left .swiper-slide {
    font-size: 0;
    line-height: 0;
}

.row3_left .swiper-slide .mask {
    width: 100%;
    height: 50px;
    background: #333333b3;
    color: #ffffffb3;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: left;
    line-height: 50px;
}

.row3_left .swiper-slide .mask .txt {
    width: 76%;
    position: absolute;
    left: 21px;
    overflow: hidden;
    font-size: 14px;
}

.row3_left .swiper-container img {
    width: 100%;
    height: 395px;
}

.row3_left .swiper-wrapper {
    height: 395px !important;
}

.row3_left .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    border-radius: 50% !important;
    opacity: 1;
}

.row3_left .swiper-pagination-bullet-active {
    padding: 0 3px;
    background: #C51730 !important;
    border-radius: 5px !important;
}

.row3_left .swiper-container-horizontal>.swiper-pagination-bullets,
.row3_left .swiper-pagination-custom,
.row3_left .swiper-pagination-fraction {
    bottom: 13px;
    margin-left: 234px;
    position: absolute;
}

/* 模块三右侧列表 */
.row3_right {
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(214, 202, 204, 0.34);
    border-radius: 2px;
    padding: 0 20px;
}

.row3_right .row_list_content {
    font-size: 19px;
}

.row3_right .row_list_content li {
    line-height: 47px;
}

/* 模块五 政务公开 */
.container_row5 li {
    width: 280px;
    height: 100px;
    background: #fff;
    box-shadow: 0px 1px 16px 0px rgba(214, 202, 204, 0.34);
    border-radius: 2px;
    font-size: 20px;
    margin-top: 25px;
}

.container_row5 li:hover {
    background: url(xy_czj_index_zwgk_bg.png) no-repeat;
    background-size: cover;
}

.container_row5 li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_row5 li img {
    width: 56px;
    margin-left: 44px;
}

.container_row5 li span {
    flex: 1 1 0;
    padding: 0 60px 0 30px;
}

.container_row5 li:nth-of-type(3) span,
.container_row5 li:nth-of-type(5) span,
.container_row5 li:nth-of-type(6) span {
    padding: 0 50px 0 30px;
}

/* 模块六 */
.row6_left,
.row6_right {
    width: 580px;
}

.row6_left .row_link_content,
.row6_right .row_link_content {
    box-shadow: 0px 1px 16px 0px rgba(214, 202, 204, 0.34);
    border-radius: 2px;
    border-bottom: 4px solid #C51730;
}

/* 模块六左侧列表 */
.row6_left .row_title .row_title_left {
    display: none;
}

.row6_left .row_title .row_title_right a {
    color: #3333334d;
}

.row6_left .row_title .row_title_right li {
    padding: 0 30px 8px;
}

.row6_left .row_title .current {
    margin-bottom: -1px;
    border-bottom: 2px solid #C51730;
}

.row6_left .row_title .current a {
    color: #C51730;
}

.row6_left .row_more {
    text-align: right;
    margin-right: 14px;
}

.row6_left .row_more li:after {
    content: "";
    width: 41px;
    height: 1px;
    background: #C51730;
    display: block;
    margin: 5px 7px 0;
}

.row6_left .row_more a {
    font-size: 14px;
    color: #C51730;
}

.row6_left .row_link_content .row_list_content {
    padding: 14px 24px 21px;
}

.row6_left .row_link_content .row_list_content li {
    line-height: 47px;
}

.row6_left .row_link_content .row_list_content .height {
    height: 12px;
}

/* 模块六右侧 政务服务 */
.row6_right .row_link_content ul {
    padding: 24px 10px;
}

.row6_right .row_link_content li {
    width: 23%;
    text-align: center;
    padding: 15px 5px;
    font-size: 17px;
}

.row6_right .row_link_content li a::before {
    content:
        "";
    height: 68px;
    display: block;
    background-size: 68px;
    background-position: center;
    background-repeat: no-repeat;
}

.row6_right .row_link_content li:first-of-type a::before {
    background-image: url(xy_czj_index_zwfw1.png);
}

.row6_right .row_link_content li:nth-of-type(2) a::before {
    background-image: url(xy_czj_index_zwfw2.png);
}

.row6_right .row_link_content li:nth-of-type(3) a::before {
    background-image: url(xy_czj_index_zwfw3.png);
}

.row6_right .row_link_content li:nth-of-type(4) a::before {
    background-image: url(xy_czj_index_zwfw4.png);
}

.row6_right .row_link_content li:nth-of-type(5) a::before {
    background-image: url(xy_czj_index_zwfw5.png);
}

.row6_right .row_link_content li:nth-of-type(6) a::before {
    background-image: url(xy_czj_index_zwfw6.png);
}

.row6_right .row_link_content li:nth-of-type(7) a::before {
    background-image: url(xy_czj_index_zwfw7.png);
}

.row6_right .row_link_content li:nth-of-type(8) a::before {
    background-image: url(xy_czj_index_zwfw8.png);
}

/* 模块七 */
.container_row7 {
    margin-bottom: 74px;
}

.row7_center_list {
    width: 100%;
}

.row7_center_list .tab {
    width: 1200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.row7_center_list .tab .left,
.row7_center_list .tab .right {
    width: 25px;
    height: 54px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.row7_center_list .tab .left {
    background: url(xy-icon-left.png) center no-repeat;
}

.row7_center_list .tab .right {
    right: 0;
    background: url(xy-icon-right.png) center no-repeat;
}

.row7_center_list .tab .gundong_content ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.row7_center_list .tab .gundong_content ul li {
    float: left;
    width: 290px;
    text-align: center;
    margin-right: 20px;
    height: 160px;
}

.row7_center_list .tab .gundong_content ul li a img {
    width: 100%;
    height: 100%;
}

/* 友情链接 */
.friend_link {
    background: #c9252b;
}

.friend_link ul {
    width: 1200px;
    margin: 0 auto;
}

.friend_link li {
    flex: 1 1 0;
    line-height: 30px;
    margin: 12px 0 7px 0;
    border-right: 1px solid #ffffff80;
    text-align: center;
}

.friend_link li:last-of-type {
    border: none;
}

.friend_link li a {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

/* 通用-浮窗 */
#window {
    z-index: 99;
}

#window .close {
    cursor: pointer;
    font-size: 14px;
    text-align: end;
}

#window .afixed {
    width: 320px;
    line-height: 36px;
    background: #b71616;
    padding: 28px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#window .afixed h3,
#window .afixed p {
    color: #fff;
    font-size: 19px;
    font-weight: normal;
}

#window .window_left .afixed,
#window .window_right .afixed {
    width: 220px;
    padding: 10px;
}

#window .window_left .afixed h3,
#window .window_left .afixed p,
#window .window_right .afixed h3,
#window .window_right .afixed p {
    font-size: 16px;
}

#window .window_fixed li {
    z-index: 1000;
}

.window_left,
.window_right {
    position: fixed;
    z-index: 99;
    top: 44%;
}

.window_left {
    left: 3%;
}

.window_right {
    right: 3%;
}

.window_left li,
.window_right li {
    margin-bottom: 20px;
    text-align: center;
}

/* 迁移公告 */
.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;
    }
}