﻿@charset "utf-8";

/*---------------------------------------------------------
index styles
---------------------------------------------------------*/
#container {
    width: 1200px;
    margin: 0 auto;
}
.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    margin-right: 10px;
    margin: 0px 0px 5px 5px;
}
#govInfo li:before,
#provInfo li:before,
#cityInfo li:before {
    display: inline-block;
    margin: 0px 5px 5px 5px;
    line-height: 30px;
    border: 2px solid;
    vertical-align: middle;
    content: '';
    color: #000000;
    border-radius: 50%;
}
/* 模块一 */
.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;
    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: #2D4F91 !important;
    border-radius: 5px !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: 395px;
}

.row_list_title {
    height: 50px;
    border-bottom: 2px solid #E6E6E6;
}

.row_list_title li {
    height: 50px;
    text-align: center;
}
.row_list_content li span:hover {
        color:#ba2636;
}
.row_list_title li a {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
}


.row_list_title li:hover a,
.row_list_title .current a {
    font-size: 22px;
    color: #2D4F91;
}

.row_list_content {
    padding: 0 3px;
    font-size: 16px;
}

.row_list_content li {
    width: 100%;
    line-height: 42px;
}

.row_list_content li .time {
    float: right;
    font-size: 16px;
    color: #666;
}

/* 模块三 */
.part_three {
    width: 100%;
    height: 440px;
    background: #FFFFFF;
    overflow: hidden;
}

.part_three_l {
    width: 49%;
    float: left;
    background: #fff;
}

.part_three_r {
    width: 49%;
    background: #FFFFFF;
    overflow: hidden;
    float: right;
    padding: 0 10px;
}

.part_three .container_content li {
    width: 250px;
    height: 80px;
    background: #F1F6FF;
    border: 1px solid #0F7BD2;
    border-radius: 2px;
    margin: 27px 15px;
    line-height: 80px;
    text-align: left;
    padding: 0 30px;
}

.part_three .container_content li span {
    width: 18px;
    height: 20px;
    margin-right: 10px;
    padding-top: 5px;

}

.part_three .container_content li:hover .item {
    color: #0F7BD2;
}


.part_three .part_three_title {
    width: 100%;
    border-bottom: 2px solid #E6E6E6;
    height: 50px;
    line-height: 50px;
 
}

.part_three_title ul li {
    width: 132px;
    text-align: center;
}
.part_three_l .part_three_title .hd{
    
width: 80%;
}

.part_three_r .part_three_title .hd {
    width: 80%;
}

.part_three .hd li {
    height: 51px;
    line-height: 51px;
}

.part_three .hd .on {
    border-bottom: 3px solid #0F5FBC;
}

.part_three .hd li a {
    display: inline-block;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.part_three .hd .on a {
    color: #2D4F91;
}

.part_three .bd ul {
    padding: 0 10px;
    margin-top: 5px;
}

.bd li {
    text-align: left;
    line-height: 55px;
}

.part_three .bd li .date {
    float: right;
    color: #666666;
    font-size: 16px;
}

.part_three .bd li a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.part_three .more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #0F5FBC;
    line-height: 23px;
}

/* 模块四 */
.row4_left {
    width: 49%;
}

.row4_right {
   width: 49%;
}

/* 信息公开 */
.row4_left_center li {
    height: 98px;
    margin: 0 10px 20px 0px;
}

.row4_left_center li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 22px;
    color: #333;
    padding-left: 25px;
}

.row4_left_center li span {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 15px;
}

.row4_left_center li p {
    font-size: 18px;
}

.row4_left_center li:first-of-type span {
    background: url(bszn1.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(2) span {
    background: url(qzqd1.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(3) span {
    background: url(xyxx1.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(4) span {
    background: url(bgxz1.png) center no-repeat;
    background-size: 100%;
}

.row4_left_center li:nth-of-type(5) span {
    background: url(tzxm1.png) center no-repeat;
    background-size: 100%;
}




/* 政民互动 */
.row4_right_center li {
    width: 185px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
	  background: #3960A6;
		margin: 30px 30px 20px 30px;
}



.row4_right_center li:hover {
    border: 1px solid #0F7BD2;
}

.row4_right_center li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #fff;
    padding-left: 35px;
}

.row4_right_center li span {
    width: 40px;
    height: 60px;
    display: block;
    margin-right: 15px;
}

.row4_right_center li:first-of-type span {
    background: url(领导信箱.png) center no-repeat;
    background-size: 100%;
}

.row4_right_center li:nth-of-type(2) span {
    background: url(意见征集.png) center no-repeat;
    background-size: 100%;
}
.row4_right_center li:nth-of-type(3) span {
    background: url(建议提案.png) center no-repeat;
    background-size: 100%;
}
.row4_right_center li:nth-of-type(4) span {
    background: url(interact_icon4.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: 60px;
    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: 30px;
    height: 40px;
}

.row5_center .gundong_content ul {
    width: 200%;
}

.row5_center .img_gundong .tab .gundong_content ul li {
    margin-right: 13px;
    margin-bottom: 10px;
}

.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: 210px;
    height: 120px;
        

}

/* 模块六 */
 select {
    height: 28px;
    line-height: 28px;
    width: 260px;
    margin-left: 200px;
    background: #DCDCDC;
    border-radius: 10px;
    border: 1px solid #333333;
    margin-top: 50px;
    padding-left: 1%;
}


/* 通用样式 */

.part_three .more :hover,
.part_three .bd li a:hover,
.row4_left_center li p:hover {
    color: #ba2636;
    }

.row_title {
    margin-bottom: 15px;
}

.row_title,
.row_title a {
    font-size: 22px;
    font-family: Microsoft YaHei;
    margin-bottom: 10px;
    color: #2D4F91;
    font-weight: bold;
    padding-left: 5px;
}
.row_title{
border-bottom: 2px solid #E6E6E6;
}


.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_center_list li {
    line-height: 42px;
}

.row_center_list li:last-of-type {
    margin-bottom: 29px !important;
}

.row_center_list li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
}

.row_center_list li .row_list_time {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}

.row_center_list li i {
    width: 5px;
    height: 5px;
    background: #0F7BD2;
    border-radius: 50%;
    margin: 0 10px;
    display: inline-block;
}