.main-news{ 
    width: 100%;
    height: 602px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 2px 14px rgba(28, 95, 174, 0.16);
}
/* main-left */
.main-news_left{
    width: 679px;
    height: auto;
    position: relative;
}
.main-leftswiper{
    width: 679px;
    height: 423px;
}
.main-leftswiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transiton: all .5s */
	transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    box-shadow: 10px 0px 20px #dddcdc;
    -webkit-box-shadow: 10px 0px 20px #dddcdc;
    -moz-box-shadow: 10px 0px 20px #dddcdc;
    -ms-box-shadow: 10px 0px 20px #dddcdc;
    -o-box-shadow: 10px 0px 20px #dddcdc;
    background: radial-gradient(#1a8ff6, transparent);
}
/* .main-leftswiper .swiper-slide:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
} */
.main-leftswiper .swiper-slide a{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 46px;
    background-color: rgba(0, 0, 0, .64);
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 46px;
    font-weight: 400;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right-notice{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 20px;
    width: 100%;

}
.notice-left{
    width: 68px;
    height: 104px;
}
.notice-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notice-right{
    margin-left: 31px;
    width: 100%;
}
.notice-right li{
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: 13px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.notice-right li::before{
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(239, 11, 11, 1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.notice-right a{
    font-size: 16px;
    font-weight: 400;
    font-family: "微软雅黑";
    color: #333333;
    width: 100%;
    display: inline-block;
}
.notice-right a p{
    display: inline-block;
    width: 390px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notice-right a img{
    width: 15px;
    height: 12px;
    margin-left: 16px;
    object-fit: cover;
}
.notice-right a span{
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-family: "微软雅黑";
    float: right;
}
.notice-right li:hover p,.notice-right li:hover span{
    color: rgba(239, 11, 11, 1);
}
/* main-left end */
/* main-right */
.main-news_right{
    width: 458px;
    height: auto;
    box-sizing: border-box;
}
.news-tab{
    display: flex;
    border-bottom: 1px solid rgba(153, 153, 153, .5);
    height: 50px;
}
.news-tab li{
    width: calc(100% / 4);
    text-align: center;
    cursor: pointer;
    height: 50px;
    position: relative;
}
.news-tab li a{
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-family: "微软雅黑";
    display: inline-block;
}
.news-tab li.active{
    border-bottom: 2px solid rgba(49, 110, 230, 1)  ;
}
.news-tab li.active a{
    color: rgba(48, 103, 227, 1);
    font-weight: bold;
}
.news-tab li.active::after{
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #3067E3;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: block;
}
.news-tab li:hover{
    color: rgba(48, 103, 227, 1);
    font-weight: bold;
    border-bottom: 2px solid rgba(49, 110, 230, 1)  ;
}
.news-tab li::after{
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #3067E3;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
}
.news-tab li:hover::after{
    display: block;
}
.news-list .news-item{
    padding-top: 15px;
    box-sizing: border-box;
    display: none;
}
.news-list .news-item.active{
    display: block;
}
.news-list .news-item li{
    padding-left: 15px;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(153, 153, 153, .5) ;
    height: 53px;
    position: relative;
}
.news-list .news-item li::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 1);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-59%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.news-list .news-item li:last-child{
    border-bottom: none;
}
.news-list .news-item li a{
    display: flex;
    justify-content: space-between;
    height: 53px;
    align-items: center;
}
.news-list .news-item li p{
    width: calc(100% - 90px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-list .news-item li:hover p,.news-list .news-item li:hover span{
    color: #316AE4;
}
.news-list .news-item li:hover::before{
    background-color: #316AE4;
}
.gwyinfor{
    display: flex;
    justify-content: space-between;
}
.gwyinfor li{
    width: 140px;
    height: 78px;
    background-color: rgba(7, 67, 138, .04);
    box-sizing: border-box;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gwyinfor li:hover{
    background: linear-gradient(270deg, #3991F5 0%, #3068E3 100%);
}
.gwyinfor li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: rgba(63, 63, 63, 1);
    font-weight: 500;
    font-family: "微软雅黑";
}
.gwyinfor li:hover a{
    color: #fff;
}
.gwyinfor p{
    margin-top: 7px;
}
/* main-right end */
/* 专题专栏 */
.swiper-container .hide{
    opacity:0;
  }
  .swiper-button-next,.swiper-button-prev{
    transition:opacity 0.5s;
  }
.main-ztzl{
    width: 100%;
    height: 152px;
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0px 2px 14px rgba(28, 95, 174, 0.16);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 12px;
}
.jump-ztzl{
    width: 67px;
    height: 152px;
    background: linear-gradient(180deg, #306BE4 0%, #30B1E4 100%);
    display: inline-block;
    padding: 10px 20px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    color: #fff;
}
.ztzl-swiper{
    width: calc(100% - 67px);
    box-sizing: border-box;
    margin-left: 12px;
}
.ztzl-swiper .swiper-slide{
    height: 99px;
}
.ztzl-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
/* 专题专栏 end */
.zw-tabs{
    width: 1200px;
    height: 114px;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.16);
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.zw-tabs li{
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
    cursor: pointer;
    position: relative;
}
.zw-tabs li.active::after{
    content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    position: absolute;
    border-top: 10px solid #3067E3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.zw-tabs li.active{
    background-color: #306AE4;
}
.zw-tabs li.active p{
    color: #fff;
}
.zw-tabs li img{
    margin-right: 24px;
}
.zw-tabs li p{
    font-size: 24px;
    font-weight: bold;
    font-family: "微软雅黑";
    color: #333333;
}
.zw-list{
    width: 100%;
    box-sizing: border-box;
}
.zw-list_wrap{
    display: none;
}
.zw-list_wrap.active{
    display: block;
    margin-bottom: 20px;
}
/* 政务公开 */
.zwgk-layout{
    display: flex;
    justify-content: space-between;
}
.zfxxgkl-tit a,.jgjj-tit a,.zdlyxxgk-tit a{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-family: "微软雅黑";
}
.zwgk-left{
    width: 277px;
    height: 665px;
    background-color: #fff;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    box-sizing: border-box;
    padding: 0 33px;
}
.zfxxgkl-tit{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/zfxxgkzl_bg.png) no-repeat center center;   
    text-align: center;
    line-height: 30px;
    margin: 28px 0 22px;
}
.zfxxgkl-item{
    width: 210px;
    height: 50px;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    background-color: #fff;
    margin-top: 11px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.zfxxgkl-item a{
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    box-sizing: border-box;
    padding-left: 31px;
}
.zfxxgkl-item a::before{
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background: linear-gradient(90deg, #3067E3 0%, #3991F5 100%);
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.16);
    left: -97%;
    top: 0;
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}
.zfxxgkl-item:hover a::before{
    left: 0;
}
.zfxxgkl-item:hover a span{
    color: #fff;
}
.zfxxgkl-item a span{
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    font-weight: 400;
    font-family: "微软雅黑";
}
/* .zfxxgkl-item a img{
    margin-right: 21px;
} */
.zfxxgkl-item i{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 21px;
}
.zfxxgkl-item:nth-child(1) i{
    background: url(../images/icon-zfxxgkzn.png) no-repeat center center;
}
.zfxxgkl-item:nth-child(1):hover i{
    background: url(../images/icon-zfxxgkzn1.png) no-repeat center center;
}
.zfxxgkl-item:nth-child(2) i{
    background: url(../images/icon-zfxxgkzd1.png) no-repeat center center ;
}
.zfxxgkl-item:nth-child(2):hover i{
    background: url(../images/icon-zfxxgkzd.png) no-repeat center center;
}
.zfxxgkl-item:nth-child(3) i{
    background: url(../images/icon-zfxxgknb.png) no-repeat center center;
}
.zfxxgkl-item:nth-child(3):hover i{
    background: url(../images/icon-zfxxgknb1.png) no-repeat center center;
}
.zfxxgkl-item:nth-child(4) i{
    background: url(../images/icon-zfxxgknr.png) no-repeat center center;
}
.zfxxgkl-item:nth-child(4):hover i{
    background: url(../images/icon-zfxxgknr1.png) no-repeat center center;
}
.zfxxgkl-item:nth-child(5) i{
    background: url(../images/icon-ysqgk.png) no-repeat center center;
}
.zfxxgkl-item:nth-child(5):hover i{
    background: url(../images/icon-ysqgk1.png) no-repeat center center;
}
.jgjj-tit{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-family: "微软雅黑";
    text-align: center;
    background: url(../images/jgjj_bg.png) no-repeat center center;
    margin-top: 32px;
    box-sizing: border-box;
}
.jgjj-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jgjj-item{
    width: 92px;
    height: 81px;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    background-color: #fff;
    margin-top: 22px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.jgjj-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jgjj-item a::before{
    content: "";
    width: 100%;
    height: 37px;
    background: linear-gradient(270deg, #3991F5 0%, #3068E3 100%);
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    position: absolute;
    display: inline-block;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -96%;
}
.jgjj-item a::after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #3991F5 0%, #3068E3 100%);
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    position: absolute;
    display: inline-block;
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transiton: all .3s;
    left: -100%;
    top: 0;
}
.jgjj-item:hover a::after{
    left: 0;
}
.jgjj-item a img{
    margin: 16px 0 11px;
}
.jgjj-item a span{
    color: #333;
    font-size: 12px;
    font-weight: 400;
}
.jgjj-item:hover span{
    color: #fff;
}
.jgjj-item i{
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 16px 0 11px;
}
.jgjj-item:nth-child(1) i{
    background: url(../images/jgzz-img.png) no-repeat center center;
}
.jgjj-item:nth-child(1):hover i{
    background: url(../images/jgzz-img1.png) no-repeat center center;
}
.jgjj-item:nth-child(2) i{
    background: url(../images/jgld-img.png) no-repeat center center;
}
.jgjj-item:nth-child(2):hover i{
    background: url(../images/jgld-img1.png) no-repeat center center;
}
.jgjj-item:nth-child(3) i{
    background: url(../images/nsjg-img.png) no-repeat center center;
}
.jgjj-item:nth-child(3):hover i{
    background: url(../images/nsjg-img1.png) no-repeat center center;
}
.jgjj-item:nth-child(4) i{
    background: url(../images/zsjg-img.png) no-repeat center center;
}
.jgjj-item:nth-child(4):hover i{
    background: url(../images/zsjg-img1.png) no-repeat center center;
}
.zwgk-right{
    width: 904px;
    height: 665px;
    background-color: #fff;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
}
.zwgk-tabs{
    width: 100%;
    height: 72px;
    border-bottom: 1px solid rgba(153, 153, 153, .5);
    display: flex;
    align-items: center;
}
.zwgk-tabs li{
    width: 195px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    cursor: pointer;
}
.zwgk-tabs li a{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
}
.zwgk-tabs li.active{
    background: linear-gradient(269deg, #3991F5 0%, #3068E3 100%);
    position: relative;
}
.zwgk-tabs li.active a{
    color: #fff;
}
.zwgk-tabs li.active::after{
    content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    position: absolute;
    border-top: 10px solid #3067E3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.zwgk-list{
    box-sizing: border-box;
    padding: 0 36px 0 41px;
    height: 593px;
}
.zwgk-item{
    height: 100%;
    display: none;
}
.zwgk-item.active{
    display: block;
}
.zwgk-item li{
    width: 100%;
    height: 99px;
    border-bottom: 1px dashed rgba(153, 153, 153, .5);
    padding-top: 28px;
    box-sizing: border-box;
}
.zwgk-item li:last-child{
    border-bottom: none;
}
.zwgk-item a{
    display: flex;
    justify-content: space-between;
    line-height: 26px;
}
.zwgk-item p{
    width: 636px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: "微软雅黑";
    height: 72px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.zwgk-item p::before{
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    background-color: #3067E3;
    left: 0;
    top: 15%;
    transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
}
.zwgk-item li span{
    color: #333;
    font-size: 16px;
}
.zwgk-item li:hover span{
    color: #316AE4;
}
.zwgk-item li:hover p{
    font-size: 16px;
    color: #316AE4;
    font-weight: bold;
}

/* 政务公开swiper */
.zwgk-newly{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    margin-top: 20px;
}
.zwgk-newly a{
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.zwgk-newly img{
    width: 100%;
    height: 100%;
}
.zwgk-pagin{
    display: flex;
    justify-content: flex-end;
    right: 10px;
    left: auto !important;
}

.zwgk-newly .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}
.zwgk-newly .swiper-pagination-bullet-active{
    background-color: #007aff;
}
/* 政务公开swiper end */

/* 重点领域公开 */
.zdlyxxgk{
    box-sizing: border-box;
    width: 100%;
}
.zdlyxxgk-tit{
    width: 188px;
    background: url(../images/zdlyxxgk_bg.png) no-repeat left center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    margin: 22px 0 20px 45px;
    text-align: center;
}
.zdlyxxgk-list{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.zdlyxxgk-item{
    width: 151px;
    height: 81px;
    background: url(../images/zdlygk-off.png) no-repeat center center;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.zdlyxxgk-item:hover{
    background: url(../images/zdlygk-on.png) no-repeat center center;
}
.zdlyxxgk-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zdlyxxgk-item span{
    margin-top: 10px;
    font-size: 12px;
}
.zdlyxxgk-item:hover span{
    color: #fff;
}
.zdlyxxgk-item i{
    display: inline-block;
    width: 31px;
    height: 29px;
}
.zdlyxxgk-item:nth-child(1) i{
    background: url(../images/icon-mbjy.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(1):hover i{
    background: url(../images/icon-mbjy1.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(2) i{
    background: url(../images/icon-jsgz.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(2):hover i{
    background: url(../images/icon-jsgz1.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(3) i{
    background: url(../images/icon-tyywsysty.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(3):hover i{
    background: url(../images/icon-tyywsysty1.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(4) i{
    background: url(../images/icon-jcjy.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(4):hover i{
    background: url(../images/icon-jcjy1.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(5) i{
    background: url(../images/icon-xqjy.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(5):hover i{
    background: url(../images/icon-xqjy1.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(6) i{
    background: url(../images/icon-zyjy.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(6):hover i{
    background: url(../images/icon-zyjy1.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(7) i{
    background: url(../images/icon-gdjy.png) no-repeat center center;
}
.zdlyxxgk-item:nth-child(7):hover i{
    background: url(../images/icon-gdjy1.png) no-repeat center center;
}
/* 重点领域信息公开 end */
/* 政务公开 end */
/* 公众参与 */
.gzcy-layout{
    width: 100%;
    height: 674px;
    background-color: #fff;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    box-sizing: border-box;
    padding: 30px;
}
.gzcy-top{
    display: flex;
    justify-content: space-between;
}
.gzcy-left li{
    width: 225px;
    height: 54px;
    background-color: rgba(156, 156, 156, .12);
    text-align: center;
    line-height: 54px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    font-family: "微软雅黑";
    cursor: pointer;
}
.gzcy-left li a{
    font-size: 24px;
    color: #000;
    font-weight: 400;
    font-family: "微软雅黑";
}
.gzcy-left .pitch_on:hover a{
    color: #fff;
}
.gzcy-left .pitch_on.active a{
    color: #fff;
}
.gzcy-left li:nth-child(2){
    margin: 33px 0;
}
.gzcy-left li.active{
    background-color: rgba(51, 118, 233, 1);
    color: #fff;
    position: relative;
}
.gzcy-left li.active::after{
    content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    position: absolute;
    border-left: 11px solid #3376E9;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.gzcy-list{
    box-sizing: border-box;
    display: none;
}
.gzcy-list.active{
    display: block;
}
/* .gzcy-right{
    width: 915px;
} */
.new-media{
    width: 840px;
    height: 228px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.new-media img{
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-right: 10px;
}
/* .new-media a{

} */
.gzcy-right .gzcy-list_box{
    display: flex;
}
.gzcy-cont .tit{
    width: 417px;
    font-size: 20px;
    font-weight: 500;
    font-family: "微软雅黑";
    color: #333333;
    line-height: 28px;
    height: 56px;
    /* width: 100%; */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.gzcy-cont .subtit{
    font-size: 16px;
    font-family:"微软雅黑";
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin: 10px 0;
    width: 417px;
    /* width: 100%; */
    height: 47px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.gzcy-right .gzcy-list_box img{
    width: 413px;
    height: 230px;
    margin: 0 36px 0 49px;
}
.gzcy-cont .brief{
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    font-weight: 400;
    font-family: "微软雅黑";
    width: 417px;
    /* width: 100%; */
    height: 70px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.gzcy-cont .time{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 19px;
}
/* 没有图片的情况下 */
.nothimg{
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
}
.nothimg .tit{
    width: 875px;
    height: 28px;
    -webkit-line-clamp: 1;
}
.nothimg .subtit{
    width: 875px;
    height: 48px;
}
.nothimg .brief{
    width: 875px;
    margin: 20px 0;
    height: 70px;
}
/* 没有图片的情况下 end */
/* 征集调查 */
.gzcy-bottom{
    margin-top: 56px;
}
.zjdc{
    width: 100%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    background: url(../images/zjdc_bg.png) no-repeat center center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.zjdc-tit{
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: "微软雅黑";
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zjdc-list{
    box-sizing: border-box;
    padding: 0 20px ;
    height: 307px;
    line-height: 20px;
    margin-top: 10px;
}
.zjdc-list li{
    width: 100%;
    height: calc(100% / 4);
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(153, 153, 153, .25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.zjdc-list li:last-child{
    border-bottom: none;
}
.zjdc-list li:hover .zjdc-tit{
    color: #306EE4;
    font-weight: bold;
}
.soltime{
    font-size: 14px;
    color: #999999;
    font-family: "微软雅黑";
    display: inline-block;
}
.hand{
    color: #306EE4;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}
.end{
    color: #999999;
}
.state{
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.state a{
    display: inline-block;
    width: 82px;
    height: 30px;
    background: linear-gradient(180deg, #306BE4 0%, #30B1E4 100%);
    color: #fff;
    font-size: 14px;
    font-size: 400;
    text-align: center;
    line-height: 30px;
}
/* 征集调查 end */
/* 政务服务 */
.zwfw-layout{
    width: 100%;
    height: 467px;
    box-sizing: border-box;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    background-color: #fff;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.zwfw-left{
    width: 459px;
    height: auto;
    box-sizing: border-box;
}
.zwfw-left_title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.zwfw-left_title p{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.zwfw-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.zwfw-item{
    width: 145px;
    height: 81px;
    background-color: #fff;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zwfw-item:hover{
    background: linear-gradient(180deg, #306CE4 0%, #30AFE4 100%);
}
.zwfw-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zwfw-item a span{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    font-family: "微软雅黑";
    margin-top: 11px;
}
.zwfw-item:hover a span{
    color: #fff;
}
.zwfw-item i{
    display: inline-block;
    width: 32px;
    height: 28px;
}
.zwfw-item:nth-child(1) i{
    background: url(../images/gdxlcx-img.png) no-repeat center center;
}
.zwfw-item:nth-child(1):hover i{
    background: url(../images/gdxlcx-img1.png) no-repeat center center;
}
.zwfw-item:nth-child(2) i{
    background: url(../images/zsksglzx-img.png) no-repeat center center;
}
.zwfw-item:nth-child(2):hover i{
    background: url(../images/zsksglzx-img1.png) no-repeat center center;
}
.zwfw-item:nth-child(3) i{
    background: url(../images/xwpxjggl-img.png) no-repeat center center;
}
.zwfw-item:nth-child(3):hover i{
    background: url(../images/xwpxjggl-img1.png) no-repeat center center;
}
.zwfw-item:nth-child(4) i{
    background: url(../images/xwzcx-img.png) no-repeat center center;
}
.zwfw-item:nth-child(4):hover i{
    background: url(../images/xwzcx-img1.png) no-repeat center center;
}
.zwfw-item:nth-child(5) i{
    background: url(../images/jszgzcx-img.png) no-repeat center center;
}
.zwfw-item:nth-child(5):hover i{
    background: url(../images/jszgzcx-img1.png) no-repeat center center;
}
.zwfw-item:nth-child(6) i{
    background: url(../images/xsjjyjgcx-img.png) no-repeat center center;
}
.zwfw-item:nth-child(6):hover i{
    background: url(../images/xsjjyjgcx-img1.png) no-repeat center center;
}
.gzzwfww{
    display: inline-block;
    width: 459px;
    height: 141px;
    box-sizing: border-box;
    margin-top: 22px;
}
.gzzwfww img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zwfw-right{
    width: 640px;
    box-sizing: border-box;
}
.zwfw-right_tabs{
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(153, 153, 153, .5);
}
.zwfw-right_tabs li{
    width: 151px;
    text-align: center;
    padding-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.zwfw-right_tabs li a{
    font-size: 20px;
    font-weight: 400;
    font-family: "微软雅黑";
    color: #333333;
}
.zwfw-right_tabs li.active{
    font-weight: bold;
    border-bottom: 3px solid #3376E9;
    position: relative;
}
.zwfw-right_tabs li.active a{
    font-weight: bold;
}
.zwfw-right_tabs li.active::after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid #3376E9;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.zwfw-right-item{
    margin-top: 20px;
    display: none;
}
.zwfw-right-item.active{
    display: block;
}
.zwfw-right-item li{
    height: 60px;   
    border-bottom: 1px dashed rgba(153, 153, 153, .5);
    position: relative;
}
.zwfw-right-item li:last-child{
    border-bottom: none;
}
.zwfw-right-item li::before{
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #3067E3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.zwfw-right-item a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.zwfw-right-item li p{
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 27px;
}
.zwfw-right-item li:hover p{
    color: #316AE4;
    font-weight: bold;

}
.zwfw-right-item li:hover span{
    color: #316AE4;
}
.zwfw-right-item li span,.zwfw-right-item li p{
    font-size: 16px;
    color: #333333;
    font-family: "微软雅黑";
}
/* 政务服务 end */
/* 公众参与 end */

/* 弹窗 */
.pop-up {
    width: 350px;
    height: auto;
    background: linear-gradient(360deg, #3991f5 0%, #3067e3 100%);
    position: fixed;
    z-index: 999;
    right: 5px;
    bottom: 3px;
    border: 2px solid linear-gradient(360deg, #3991f5 0%, #3067e3 100%);
    animation: pop 1s linear;
    transform: translateX(3px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  
  @keyframes pop {
    0% {
      transform: translateX(390px);
    }
    100% {
      transform: translateX(3px);
    }
  }
  
  .pop-up .pop-up-title {
    width: 100%;
    height: calc(100% - 350px);
    position: relative;
  }
  
  .pop-up .pop-up-title h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: #fff;
  }
  
  .pop-up .pop-up-title p {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
  }
  
  .pop-up .pop-up-title p img {
    display: inline-block;
  }
  
  .pop-up .pop-up-content {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #4f7dce;
    box-sizing: border-box;
  }
  
  .pop-up .pop-up-content article {
    font-size: 14px;
    padding: 18px;
    line-height: 29px;
    box-sizing: border-box;
  }
  
  .pop-up .pop-up-content article p {
    text-indent: 2em;
    font-size: 14px;
  }
  .pop-up .pop-up-content article p:last-child{
      text-align: right;
  }
  .pop-up-close {
    width: 388px;
    height: 445px;
    background-color: #4f7dce;
    position: fixed;
    z-index: 999;
    right: 3px;
    bottom: 3px;
    border: 2px solid #4f7dce;
    animation: pop-close 1s ease-in-out;
    transform: translateX(390px);
  }
/* 弹窗 end */