@charset "utf-8";

/*zengjia*/

/* 左右带横线栏目标题 */
.channel-name{
  text-align: center; width: 100%; padding-top: 28px;
}
.channel-name span{
   color: #666; font-size: 26px; font-weight: bold;display: inline-block; line-height: 34px; vertical-align: middle;
}
.channel-name .left,
.channel-name .right{
  *width: 530px; width: calc( 50% - 65px );  height: 34px;
}
.channel-name .middle{
  width: 120px;
}
.channel-name .left{
  background: url('../images/bsfw/b102.png') no-repeat center right;
}
.channel-name .right{
  background: url('../images/bsfw/b103.png') no-repeat center left;
}
@media (max-width: 768px){
  .channel-name{ padding-top: 15px;}
  .channel-name span{font-size: 20px;}
  .channel-name .left,
  .channel-name .right{
    width: calc( 50% - 51px );
  }
  .channel-name .middle{
    width: 90px;
  }

}

/* 社会服务 */
.shfw{
  background: url('../images/bsfw/b101.jpg') no-repeat; background-size: cover;
}
.shfw ul{
  display: block; text-align: center; padding: 1.8% 0 4%;
}
.shfw li{
  display: inline-block; position: relative; width: 20%; transition:transform 0.4s;
}
.shfw li:hover{
  transform: scale(1.05);
}
.shfw li span{
  position: absolute; width: 100%; text-align: center; left: 0; font-size: 18px; font-weight: bold; color: #fff; bottom: 30px;
}
@media (max-width: 658px){
 .shfw li{ width: 45%; transform: scale(.8);}
 .shfw li:nth-child(1),
 .shfw li:nth-child(2){
   margin-bottom: 3%;
 }
}
@media (max-width: 458px){
  .shfw li:nth-child(1),
  .shfw li:nth-child(2){
    margin-bottom: 0;
  }

}

/* 办事大厅 */
.bsdt {
  margin-top: 3%; background: url('../images/bsfw/b108.png') repeat-x;
}

.xjgs .xjgs-item{
  display: inline-block;
  width: calc(24% - 10px);
  margin-left: 8px;
  vertical-align: top;
}
.xjgs.xzzf .xjgs-item{
  width: calc(32% - 10px);
  margin-left: 15px;
}
.xjgs .xjgs-item img{
  max-width: 100%;
}
.xjgs .xjgs-item:nth-of-type(1){
  margin-left: 0;
}
.xjgs .xjgs-item .news-list li a{
  width: 70%;
}
@media (max-width: 400px){
 .xjgs .xjgs-item{
    width: 100%; 
    margin-left: 0px;
  }
}

/* 办理部门 */
.blbm{
  margin-top: 23px;transition:all 0.4s; text-align: center;
}
.blbm a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.blbm img {
  width: 100%;
  height: 100%;
}
.blbm:hover{
  opacity: .8;
}
.blbm.qmqyc img{
  width: 278px;
}
.bsfw-spsx {
  margin-top: 10px;
}
.bsfw-sjfb.bsfw-spsx {
  margin-top: 30px;
}
.bsfw-spsx.bsfw-sjfb.spsx ul {
  padding: 16px 15px 0 16px;
  background-color: #f6f8fa;
  border: 1px solid #e7e7e7;
  border-top: none;
}
.bsfw-spsx.bsfw-sjfb.spsx li span{
  float: none;
}
.bsfw-spsx.spsx ul {
  background-color: unset;
  padding: 0;
  border: none;
}
.bsfw-spsx li {
  border: none;
}
.bsfw-spsx li span {
  float: right;
}
@media (max-width: 400px){
  .blbm img{width: 100%; height: auto;}
  .blbm.qmqyc img{width: 100%;}
  .blbm.qmqyc {margin-top: 23px;}
}

/*  办事统计  */
.bstj{
  background-color: #f2f5f8; padding: 2% 2.3%;
}
.bstj h2, .bstj .content, .bstj p{
  display: inline-block;
}
.bstj h2{
  color: #1a5284; font-size: 20px; border-right: 1px solid #b1c4d5; line-height: 26px; height: 30px; background: url(../images/bsfw/b110.png) no-repeat 0px; width: 170px; text-align: center; padding-left: 20px; box-sizing: border-box;
}
.bstj .content{
  text-align: center; *width: 930px; width: calc(100% - 178px); font-size: 16px;
}
.bstj .content p{
  padding: 0 25px;
}
.bstj .content span{
  color: #1a5284; font-weight: bold;
}
@media (max-width: 890px){
  .bstj .content p{
    padding: 0 5px;
  }
}
@media (max-width: 768px){
  .bstj {
    padding: 4% 3%;
  }
  .bstj h2{
    display: block; width: auto; border-right: none; text-align: left; padding-left: 40px;
  }
  .bstj .content{
    width: 100%; text-align: left; margin-top: 10px;
  }
  .bstj .content p{
    padding: 0 10px 0 0;
  }
}