/* 首页样式表 */
/* 第一部分通知 */

.index-one{
  padding: 20px 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #2660a7;
}
.notice-title{
  font-size: 32px;
  font-weight: bold;
  color: #2660a7;
  text-align: center;
}
.notice-text{
  color: #9c9c9c;
  margin: 15px 0 10px 0 ;
}
.index-one .more{
  text-align: right;
  color: #2660a7;
  font-size: 15px;
  display: block;
}

/* 第二部分 */

/* 通知轮播 */
.scroll-tz{
  padding: 15px 0 ;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.scroll-title{
  margin-right: 15px;  
}
.txt-scroll {
  height: 100%;
  flex: 1;
  width: 92%;
}

.scoll-text {
  overflow: hidden;
  display: block;
  vertical-align: top;
  position: relative;
}

.txt-scroll .scrollbox {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all .2s;
}

.txt-scroll .txt,
.txt-scroll .txt-clone {
  display: inline;
  position: relative;
}

.scrollbox span {
  margin-right: 20px;
  color: #1f4e79;
}

/* 图片轮播 */
.two-news{
  width: 100%;
  margin-bottom: 40px;
}
.two-news .news-left{
  width: 590px;
  border: 4px solid #e7f2fa;
}

.two-news .news-right{
  width: 590px;
}
.news-slide{
  width: 100%;
  height: 355px;
  position: relative;
}
.news-slide .pic-list{
}
.pic-list .pic-item{
  position: relative;
}
.pic-item a{
  display: block;
  width: 100%;
  height: 355px;
}
.pic-list .pic-item img{
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.pic-list .pic-item img:hover{
  transform: scale(1.1);
}
.pic-item p{
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 100px 8px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-slide .hd{
  position: absolute;
  right: 15px;
  bottom: 8px;
  color: #fff;
  display: flex;
  align-items: center;
}
.news-slide .hd a{
  font-size: 20px;
  /* height: 21px; */
}
.news-slide .hd a img{
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.news-slide .pageState{
 padding: 0 5px;
}
/* 右侧新闻 */
.tab-title{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tab-title .title-li{
  height: 70px;
  line-height: 60px;
  width: 25%;
  padding-right: 2px;
}
.tab-title .title-li a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e4ecf5;
  border-bottom: 10px solid #9dbbd9;
  font-size: 21px;
  text-align: center;
}
.tab-title .title-li.active a{
  background-color: transparent;
  color: #205da1;
  border-color: #205da1;
}
.tab-list{
  display: none;
}
.tab-list .list-item{
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #e5e5e5;

}
.tab-list .list-item:last-of-type{
  border: 0px;
}
.tab-list .list-item i{
  width: 4px;
  height: 4px;
  /* border-radius: 2px; */
  background-color: #333;
  margin-right: 20px;
}

.tab-list .list-item a{
  width: calc(100% - 24px);
  flex: 1;

}
.tab-list .list-item:hover{
  color: #205da1;
}
.tab-list .list-item:hover i{
  background-color: #205da1;
}
.banner-box{
  width: 100%;
  margin-bottom: 40px;
  display: block;
}
.banner-box img{
  width: 100%;
}
/* 第三部分 */
.index-three{
  padding:  60px 0;
  background-color: #eff2f6;
  background-image: url(three_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-three .three-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.index-three .three-title li{
  width: calc((100% - 32px) / 3);
  margin-right: 15px;
  text-align: center;
  height: 108px;
  cursor: pointer;
}
.index-three .three-title li:last-of-type{
  margin-right: 0;
}
.three-title li img{
  vertical-align: top;
  width: 100%;
}
.three-title .img-sel{
  display: none;
}
.three-title li.active .img-sel{
  display: block;
}
.three-title li.active .img-nor{
  display: none;
}
.three-con{
  padding: 25px;
  background-image: linear-gradient(#fff,#f9fbfd);
  border: 1px  solid #d7e3ef;
  border-top: 2px solid #205da1;
  height: 586px;
  display: none;

}
.three-con .zwgk-left{
  width: 700px;
}

.left-zcwj{
  width: 100%;
}
.three-con-title{
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid  #d7e3ef;
  /* padding-bottom: 10px; */
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.three-con-title .title-name{
  font-size: 30px;
  font-weight: bold;
  color: #205da1;
  border-bottom: 4px solid #205da1;
  padding-bottom: 10px;

}
.three-con-title .title-more{
  font-size: 15px;
  color: #999999;
}

.left-ysq{
  margin-top: 20px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.left-ysq img{
  width: 100%;
  display: block;
}
.left-zfxxgk{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left-zfxxgk a{
  width: calc(100% / 3);
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  border-right: 1px dashed #e5e5e5;
  transition: all 0.5s;
  position: relative;
  top: 0;


}
.left-zfxxgk a:hover{
  color: #205da1;
  top: -5px;

}
.left-zfxxgk a:nth-of-type(3n){
  border: 0;
}
.left-zfxxgk a img{
  margin-right: 10px;

}

.three-con .zwgk-right{
  width: 410px;
}

.right-tj{
  width: 100%;
  position: relative;
  margin-top: 25px;
  display: block;
  overflow: hidden;
}
.right-tj img{
  display: block;
  width: 100%;
  height: 225px;
  object-fit: cover;
  transition: all 0.5s;

}
.right-tj img:hover{
  transform: scale(1.1);
}
.right-tj p{
  padding: 5px 10px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.right-wzjd{
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;

}
.right-wzjd .wzjd-title{
  font-weight: 900;
  color: #205da1;
  margin-right: 15px;
}
.right-zfxx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  background-color: #f4f8fd;
}

.right-zfxx .zfxx-item{
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 15px;
  margin-bottom: 5px;
  background-color: #fff;
  width: calc((100% - 16px) /2);
  padding: 10px 15px;
  font-size: 18px;

}
.right-zfxx .zfxx-item:hover{
  color: #205da1;
}
.right-zfxx .zfxx-item:nth-of-type(2n){
  margin-right: 0;
}
.right-zfxx .zfxx-item img{
  width: 18px;
}

/* 办事服务 */
.three-bsfw .bsfw-left{
  width: 450px;
}

.three-bsfw .bsfw-right{
  width: 660px;
}
.three-bsfw .bsfw-qd{
  width: 100%;
  display: block;
  margin-top: 18px;
}
.bsfw-right .bsfw-bszn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.bsfw-right .bszn-item{
  width: calc((100% - 25px) / 2);
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  color: #205da1;
  font-weight: bold;
  align-items: flex-start;
  height: 135px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bsfw-right .bszn-item img{
  width: 20px;
}
.bsfw-right .bszn-item1{
  background-image: url(index_bszn.png);
}
.bsfw-right .bszn-item2{
  background-image: url(index_zlxz.png);
}
.bsfw-wsbdt ,
.bsfw-cgfwdt{
  width: 100%;
  display: block;
}
.bsfw-wsbdt img,
.bsfw-cgfwdt img{
  width: 100%;
}
.bsfw-wsbdt {
  margin-bottom: 15px;
}
/* 政民互动 */
.bsfw-top{
  width: 100%;
  margin-bottom: 20px;
}
.zmhd-zwft{
  margin-top: 20px;
  padding: 20px;
  background-color: #f4f8fd;
  border: 1px solid #d7e3ef;
  border-top: #205da1 2px solid;
}
.zmhd-zwft > a{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.zmhd-zwft .zwft-img{
  width: 320px;
  height: 220px;
  margin-right: 20px;
  /* transition: all 0.5s; */

}
.zmhd-zwft .zwft-img:hover{
  /* transform: scale(1.1); */

}
.zmhd-zwft  .zwft-right{
  flex: 1;
  width: 75%;
}
.zwft-right .zwft-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.zwft-right .zwft-title:hover{
  color: #205da1;
}
.zwft-right .zwft-item{
  line-height: 2;
}
.bsfw-jcyjzj{
  width: 720px;
}
.bsfw-jcyjzj .yjzjlist{
  width: 100%;
}
.bsfw-jcyjzj .yjzjlist .jcyjzj-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.bsfw-jcyjzj .yjzjlist .jcyjzj-item:last-of-type{
  border: 0;
}
.bsfw-jcyjzj .yjzjlist .jcyjzj-item >span{
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  padding: 2px 10px;
  color: #999999;
  font-size: 15px;
  margin-right: 25px;

}
.bsfw-jcyjzj .yjzjlist .jcyjzj-item >p{
  flex: 1;
  transition: all 0.5s;
  width: 90%;
}
.bsfw-jcyjzj .yjzjlist .jcyjzj-item >p:hover{
  color: #205da1;
}
.bsfw-zmljl{
  width: 390px;
}

.bsfw-zmljl .zmljl-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.bsfw-zmljl .zmljl-box>a{
  width: calc((100% - 11px) / 2);
  display: block;
}
.bsfw-zmljl .zmljl-box>a img{
  width: 100%;
  display: block;
}
.bsfw-zmljl .zmljl-box>a:first-of-type{
  margin-right: 10px;
}
.bsfw-zmljl .zmljl-xfjd{
  display: block;
  width: 100%;
}
.bsfw-zmljl .zmljl-xfjd img{
  width: 100%;
}


/* 第四部分 */
.index-four{
  padding: 30px 0;
}
/* 专题专栏 */
.ztzl-title{
  margin-bottom: 20px;
}

/* 大城细观 */
.index-dcxg{
  margin-bottom: 30px;
}
.index-dcxg-left{
  width: 600px;
  height: 370px;

}
.index-dcxg-left video{
  width: 100%;
  height: 100%;
}
.index-dcxg-right{
  width: 570px;
}

.dcxg-right-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dcxg-right-text{
  line-height: 2;
  margin-bottom: 20px;
}
.index-dcxg-con .dcxg-more{
  color: #2660a7;
}

.ztzl-slide{
  width: 100%;
  margin-bottom: 35px;
}
.ztzl-slide .slide-list{
  overflow: hidden;
}
.ztzl-slide .slide-item{
  margin: 0 5px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.ztzl-slide .slide-item a{
  display: block;
}
.ztzl-slide .tempWrap{
  width: 100%;
}
.ztzl-slide .slide-item img{
  width: 390px;
  height: 115px;
  border-radius: 10px;
  transition: all 0.5s;
}
.ztzl-slide .slide-item img:hover{
  transform: scale(1.1);
}
.ztzl-slide .hd ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.ztzl-slide .hd ul li{
  font-size: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #bccee3;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.3s;

}
.ztzl-slide .hd ul li.on{
  width: 50px;
  background-color: #205da1;
}

.index-glxx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.index-glxx .glxx-item{
  display: block;
  text-align: center;
  width: calc((100% - 92px) / 10);
  margin-right: 10px;
  padding: 15px 5px;
  border: 1px solid #abd8f7;
  background-image: linear-gradient(#fff,#e9f1f9);
  position: relative;
  top: 0;
  transition: all 0.5s;
}
.index-glxx .glxx-item:hover{
  top: -10px;
}
.index-glxx .glxx-item:hover p{
  color: #2660a7;
}
.index-glxx .glxx-item:last-of-type{
  margin-right: 0;
}
.index-glxx .glxx-item img{
  height: 48px;
  margin-bottom: 5px;
}


/* 移动端 */
@media screen and (max-width: 1200px) {
  .index-one{
    padding:  20px 10px;
  }
  .notice-title{
    font-size: 22px;
  }
  .index-two{
    padding: 0 10px;
  }
  .two-news .news-left{
    width: 100%;
    margin-bottom: 20px;
  }
  .news-slide,
  .pic-item a{
    height: 280px;
  }
  .two-news .news-right{
    width: 100%;
  }
  .tab-title{
    flex-wrap: wrap;
  }
  .tab-title .title-li{
    line-height: 40px;
    height: 50px;
    width: 50%;
    margin-bottom: 2px;
  }
  .tab-title .title-li a{
    font-size: 16px;
    
  }
  .two-news{
    margin-bottom: 20px;
  }
  .banner-box{
    margin-bottom: 20px;
  }
  .index-three{
    padding: 30px 10px;
  }
  .index-three .three-title li{
    height: 45px;
    overflow: hidden;
  }
  .index-three .three-title li img{
    width: 125%;
    margin-left: -5%;
  }
  .three-title li .img-sel{
    height: 45px;
  }
  .three-title li .img-nor{
    height: 40px;
  }
  .three-con .zwgk-left{
    width: 100%;
  }
  .three-con-title .title-name{
    font-size: 18px;
  }
  .three-con{
    padding: 15px;
    height: auto;
  }

  .left-ysq img{
    height: 50px;
  }
  .left-zfxxgk a{
    width: 50%;
    border-right: 0;
  }
  .left-zfxxgk a img{
    width: 35px;
  }
  .three-con .zwgk-right,
  .three-bsfw .bsfw-left{
    width: 100%;
  }
  .three-bsfw .bsfw-right{
    width: 100%;
    margin-top: 15px;
  }
  .bsfw-right .bszn-item{
    height: 85px;
    padding: 15px 10px;
    width: calc((100% - 13px) / 2);
  }
  .bsfw-right .bsfw-bszn{
    margin-bottom: 15px;
  }

  .zmhd-zwft > a{
    flex-wrap: wrap;
  }
  .zmhd-zwft .zwft-img{
    width: 100%;
    margin-bottom: 15px;
    height: 160px;
  }
  .zwft-right .zwft-title{
    margin-bottom: 10px;
  }
  .bsfw-jcyjzj{
    width: 100%;
  }
  .bsfw-zmljl{
    width: 100%;
    margin-top: 20px;
  }

  .index-four{
    padding: 20px 10px;
    overflow: hidden;
  }
  .ztzl-title{
    overflow: hidden;
  }
  .ztzl-title img{
    width: 160%;
    margin-left: -30%;
  }
  .index-dcxg-left{
    width: 100%;
  }
  .index-dcxg-right{
    width: 100%;
  }
  .ztzl-slide .slide-item{
    margin: 0;
  }
  .ztzl-slide .slide-item,
  .ztzl-slide .slide-item a{
    width: 100%;
  }
  .ztzl-slide .slide-item img{
    width: 100%;
  }
  .index-glxx{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .index-glxx .glxx-item{
    width: calc((100% - 11px) /2);
    margin-bottom: 10px;
  }
  .index-glxx .glxx-item:nth-of-type(2n){
    margin-right: 0;
  }
  .index-glxx .glxx-item img{
    width: 35px;
    height: 35px;
  }
}