@charset "utf-8";

.mt10{margin-top: 10px;}
.m-show{ display: none; }
@media (max-width: 991px) {
  .m-show{ display: block; }
}

/* 领导信箱 */
.mailbox .tab li{
  width: 50%; height: 96px; background-color: #f8f7f3; cursor: pointer; position: relative;
}
.mailbox .tab li.active{
  background-color: #1a65b9;
}
.mailbox .tab li .ico{
  width: 64px; height: 64px; background: url(/uploads/image/sxizmhd/z103.png) no-repeat; margin-left: 7%; margin-top: 2.4%;
}
.mailbox .tab li.active .ico{
  background-image: ;
}
.mailbox .tab li .text{
  margin-top: 2.4%; margin-left: 8%; width: 74%;
}
.mailbox .tab li h3{
  font-size: 28px; color: #666; margin-bottom: 5px;
}
.mailbox .tab li.active h3{
  color: #fff;
}
.mailbox .tab li p a{
  color: #666; margin-right: 16%; font-size: 18px;
}
.mailbox .tab li.active a{
  color: #fff;
}
.mailbox .tab li.active a:hover{
  font-weight: bold;
}

.mailbox .content{
  overflow: hidden;margin: 2% 8%;box-sizing: border-box;
}
.mailbox ul.list{
  width: 64%; height: 295px; overflow: hidden;
}
.mailbox .sj{
  width: 32%;
}
.mailbox table{
  border: 1px solid #ddd; width: 100%; text-align: center; color: #666; padding: 5px 0;
}
.mailbox table td{
  padding: 3px 0;
}
.mailbox .sj b{
  display: block; font-size: 25px; color: #1a65b9; line-height: 40px;
}
.mailbox .wsxx a{
  display: block; margin-top: 12px; background-color: #f8f7f3; clear: both; height: 60px;
}
.mailbox .wsxx a:hover{
  background-color: #edeadc;
}
.mailbox .wsxx a img{
  margin: 2.5% 10% 0 10%;
}
.mailbox .wsxx a span{
  float: left; margin-top: 2.5%;
}
.mailbox ul.list li{
  line-height: 44px;
}
@media (max-width: 991px) {
  .mailbox .content{
    margin: 2% 0;
  }
  .mailbox .sj{
    margin-top: 15px;
  }
  .mailbox .tab li{
    height: 66px;
  }
  .mailbox .tab li .text{
    width: calc(88% - 42px); margin-left: 5%;
  }
  .mailbox .tab li p a{
    margin-right: 10px; font-size: 14px;
  }
  .mailbox ul.list{
    height: auto;
  }
  .mailbox ul.list li{
    line-height: 32px;
  }
  .mailbox ul.list li:nth-child(7){
    display: none;
  }
  .mailbox .tab li.active .ico{
    width: 50px; height: 50px; background-size: contain; margin-left: 4%;
  }
  .mailbox .tab li h3{
    font-size: 20px;
  }
  .mailbox .swiper-slide .tab{
    margin-bottom: 10px;
  }
}


/* 列表 */
ul.list li{
  font-size: 16px; line-height: 39px; background:  no-repeat 0; width: 100%; display: inline-block; padding-left: 15px;
}
ul.list li .date{
  color: #999;
}
ul.list li a{
    width: 85%; width: calc( 100 - 70px );
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 991px) {
 ul.list li{
    line-height: 32px; background: none; padding-left: 0;
  }
}

.w30{ width: 28.666666%; }
.w50{ width: 48.35%; }
.w68{ width: 68.5%;}

/* 民意征集 */
.title{
  line-height: 53px; height: 55px; background: #f8f7f2  no-repeat bottom left; position: relative;
}
.title span{
  display: inline-block; width: 125px; text-align: center; font-size: 20px; font-weight: bold;
}
.title .more{
  position: absolute; top: 50%; right: 13px; line-height: 22px; margin-top: -11px;
}

@media (max-width: 991px) {
  .myzj{
    margin-top: 20px;
  }
  .m-hauto{
    height: auto;
  }
  .myzj ul.list li:nth-of-type(n 6){
    display: none;
  }
}


.lysjtj{
  background-color: #f8f7f2;
}
.lysjtj .content{
  text-align: center; 
}

.ly ul.list .status{
  color: #1a65b9; font-size: 14px;
}



.bgloginbox{
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  background-color: #333;
  filter:alpha(opacity=40);
  background-color:rgba(0,0,0,0.4);
}
.loginbox{
  position: fixed;
  top: 130px;
  left: 50%;
  margin-left: -400px;
  width: 810px;
  height: 360px;
  background: #fff;
  border-radius: 5px;
  padding:20px 30px;
  font-size: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.loginbox .openclose{
  height: 30px;
}
.loginbox span{
  float: right;
  cursor: pointer;
}
.loginbox p{
  line-height: 34px;
  color: #333;
  font-weight: bold;
  margin:0;
}
.loginbox p.tips{
  margin-bottom: 10px;
}
.loginbox .loginbar{
  width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #bdbdbd;
  margin:60px auto 0 auto;
  cursor: pointer;
}


@media screen and (max-width: 991px){
  .bgloginbox{
      height: 100%
  }
  .loginbox {
      top: 150px;
      left: 0;
      width: 100%;
      height: auto;
      margin:0;
      padding: 20px 16px 25px;
      font-size: 16px;
  }
  .loginbox .loginbar{
      width: 120px;
      height: 40px;
      line-height: 40px;
      margin-top:15px;
  }
  .loginbox .openclose{
    position: absolute; right: 18px; top: 23px;
  }

  .loginbox p {
      line-height: 30px;
  }
}