[v-cloak] {
  display: none;
}
a{
  text-decoration: none;
}
a:link{
  color:#6d6a6a;
  font-size:16px;
  line-height: 28px;
}
a:hover{
  color:#333333;
}
.mwhide{
  display: none;
}
.mwshow{
  display:block;
}
.indexbgx{
  width:100%; 
  background:url(../images/xinbg.png);
    background-size:100% 100%;
}
.headerbg{width:100%; background:#f5f1f1;margin:20px 20px;}
.footbg{width:100%; background:#920707; border-top: 3px solid #770202;}
.mwname{
  width: 600px;
  height: auto;
}
ul,li{list-style:none;}

.webox{
    display: flex;
    align-items: center;
}
.weboxtop{
  display: flex;
  align-items:top;
}
  .webox-row{
    flex-direction: row;
  }
  .webox-wrap{
    flex-wrap:wrap;
  }
  .webox-start{
    justify-content: flex-start;
  }
  .webox-end{
    justify-content:flex-end;
  }
  .webox-center{
    justify-content:center;
  }
  .webox-around{
    justify-content:space-around;
  }
  .webox-between{
    justify-content:space-between;
  }
  .webox-end{
    justify-content:flex-end;
  }
  .webox-left{
      text-align:left;
  }
  .webox-right{
    text-align:right;
}
.webox-center{
    text-align:center;
}
.webox-pading-left-10{
    padding-left:10px;
}
.webox-pading-right-10{
    padding-right:10px;
}
  .webox-input{
    margin:8px 0;
    padding:5px 8px;
    background:#dfdddd;
    border-radius:5px;
  }
  .webox-input img{
    width: 40px;
    height:40px
  }
  .webox-input input{
    background-color:#dfdddd;
    border:none;
    outline: none;
    padding:6px 10px 6px 6px;
    font-size:15px;
    color:#333333; 
    box-sizing:border-box; 
    font-family:Helvetica,STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial;
  }

  .article_txt{font-size: 14px; line-height: 26px; color: #666; margin-top: 20px; text-indent:32px;overflow:hidden}
.article_txt img{max-width: 930px;}
.topbox{
    height:25px;
    width: 100%;
    color:#ffffff;
    padding: 10px 0 5px 0;
    font-size:15px;
}
.topbox a{
    color:#ffffff;
    font-size:13px;
    padding: 0 10px;
}
.topbox a:hover{
    color:#d6d1d2;
}
.mwlogo{
    width:90px;
    height: auto;
    padding-top:-5px;
}
.topsearch{
    margin-top: 10px;
    height: 15px; 
    padding: 8px 50px 8px 8px; 
    width:150px; 
    background-color: rgba(255,255,255,.2); 
    text-align: center;
    border:1px solid #b61412;
    outline: none;
    border-radius:25px;
    color:#999999;
}
.topsearchbtn{
    margin-top: 10px;
    margin-left: -50px;
    display: block;
    border: 0; 
    height: 33px; 
    color: #999999; 
    font-size: 13px; 
    line-height: 30px;
    text-align: center; 
    transition:all .3s ease;
    border-radius:0 25px 25px 0;
}
.topsearchbtn img{
  padding-top:5px;
    width: auto;
   height: 25px;
}
/*
.topsearchbtn:hover{background: #b60606;}
*/
.topbox-left{
    padding-left: 10px;
    text-align: center;
    color:#0d3657;
    font-size:14px;
}
.topbox-left a{
    font-size:14px;
    color:#0d3657;
}
.topbox-left a:hover{
    font-size:14px;
    color:#8a0e2d;
    text-decoration: overline;
}
.imgbox{
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.imgbox img{
  text-align: center;
  width: auto;
  max-width: 800px;
  height: auto;
  border-radius:5px;
}
.footimg{
    width: 60px;
    border: 0;
    padding: 0 10px;
}
.gudingad{
  position:fixed;
  right: 0;
  bottom: 0;
  width:100px;
  height:300px;
  margin-right:5px;
  margin-bottom: 10px;
  padding:10px;
  text-align: left;
  background-color: rgba(0,0,0,.4);
  font-size:16px;
  color:#666666;
  z-index: 999;
  border-radius:5px;
}
  /*遮罩层*/
.coverdiv{
    background:rgba(0,0,0,.3);position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;
}   
.wemsg{
    position:absolute;
    top: 30%;
    margin-left:40%;
    width:20%;
    padding: 25px;
    text-align: center;
    background-color: #333333;
    font-size:14px;
    color:#ffffff;
    filter:alpha(opacity=70);
    opacity:0.7;

    z-index: 99999;
    border-radius:5px;
}
.indextcbox{
  position:fixed;
  left: 50%;
  top: 20%;
  width:260px;
  height:auto;
  margin-left:-130px;
  padding: 20px;
  text-align:center;
  background-color: #ffffff;
  font-size:14px;
  color:#999999;
  z-index: 99999;
  border-radius:8px;
}
.tcbox{
  position:fixed;
  left: 50%;
  top: 50%;
  width:85%;
  height:400px;
  margin-left:-45%;
  margin-top:-200px;
  padding: 20px;
  text-align: left;
  background-color: #ffffff;
  font-size:16px;
  color:#999999;
  z-index: 99999;
  border-radius:8px;
  overflow: scroll;
  overflow-x:hidden;
  overflow-y:auto;
}
.tctitle{
  padding: 15px 0;
  text-align: center;
  font-size:16px;
  color:#666666;
}
.tccontent{
  line-height: 25px;
  font-size:13px;
  text-indent:32px;
}
.tcimg{
  text-align: center;
}
.tcimg img{
  text-align: center;
  width: auto;
  height: auto;
  max-height: 250px;
}

/*无障碍浏览弹窗*/
.wzaBox{
  position:fixed;
  left: 50%;
  top: 50%;
  width:700px;
  height:450px;
  margin-left:-350px;
  margin-top:-220px;
  padding: 20px;
  text-align: left;
  background-color: #ffffff;
  z-index: 99999;
  border-radius:8px;
  overflow: hidden;
  overflow-y: scroll;
}
.wzaTitle{
  margin: 15px 0;
  padding: 15px 0;
  color:#666666;
}
.wzaTfont01{
  text-align: center;
  font-size:18px;
  font-weight:bold;
  line-height:28px;
}
.wzaTfont02{
  text-align: center;
  font-size:24px;
  font-weight:bold;
  line-height: 30px;
}
.wzaTfont03{
  text-align: center;
  font-size:26px;
  font-weight:bold;
  line-height:40px;
}
.wzaContent{
  text-align: left;
}
.wzaCfont01{
  line-height: 28px;
  font-size:13px;
  text-indent:30px;
}
.wzaCfont02{
  line-height:32px;
  font-size:16px;
  text-indent:32px;
}
.wzaCfont03{
  line-height:40px;
  font-size:20px;
  text-indent:38px;
}
.wzaFont{
  padding: 10px;
  font-size:14px;
}
.wzaBtn{
  margin: 5px;
  padding: 8px 10px;
  font-size:14px;
  line-height: 23px;
  border-radius:5px;
}
.wzaBtn-onys{
  background-color: #42c915;
  color:#ffffff;
}
.wzaBtn-Gray{
  background-color: #dcdfdb;
  color:#999999;
}
/*无障碍浏览弹窗*/
/*民委介绍*/
.aboutlist{border: 0; background-color: #eee6e6; height: 100%;}
.aboutlist li{height: 60px; background: #eee6e6; padding:10; text-align: center;}
.aboutlist li a{display: block; border-bottom: 1px solid #88898a; line-height: 59px; font-size: 14px; color: #666;}
.aboutlist li:hover,.aboutlist li.active{background: #8f050c;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;}
.aboutlist li:hover a,.aboutlist li.active a{color: #fff; border-bottom: 0;}
.aboutlist li.active{border-bottom: 4px solid #ac2a03;}
.aboutlist li.guding{background: #990c18;border-radius:5px 5px 0 0;color:#ffffff;line-height: 59px; font-size: 14px;}
/*民委介绍*/
/*首页新闻图片*/
.newsimg{
  padding: 5px;
}
.newsimg img{
  width: 100px;
  height: 80px;
  border-radius:5px;
}
/*首页视频图片*/
.videoanim{
  transition: all 0.5s;
  margin-top: -146px;
}
.videobox{
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.videobox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.videoimg{
  padding: 5px;
  text-align: center;
  overflow: hidden;
}
.videoimg p{
  line-height: 28px;
  overflow: hidden;
}
.videoimg a{
  font-size:13px;
  color:#999999;
}
.videoimg a:hover{
  color:#b90a0a;
}
.videoimg img{
  width: 185px;
  height:105px;
  border-radius:2px;
}
.abox{
  text-align: center;
  width: 250px;
  height: auto;

}
.abox span{
  font-size:14px;
  color:#999999;
  line-height:32px;
}
.abox img{
  width: auto;
  height: 150px;
}
.aboxspan{
  margin: 10px;
  width: 220px;
  padding:10px;
  line-height: 35px;
  text-align: center;
  background: #e1e2e2;
  border-radius:8px;

}
.aboxspan a{
  color:#747171;
  font-size:16px;
}
.aboxspan a:hover{
  color:#ff0000;
}


.gkbox{
  text-align: center;
  font-size:13px;
  line-height: 35px;
  color:#999999;
}

.gkbox img{
  width: auto;
  height:35px;
  transition:all .3s ease;
}
.gkbox a{
  font-size:13px;
  color:#999999;
}
.gkbox a:hover{
  color:#b60606;
}
.gkbox a:hover img{-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);}

.imgbox-video{
  margin: 5px;
  width: 280px;
  height: auto;

}
.imgbox-video img{
  width:250px;
  height:170px;
  border-radius:5px;

}
.imgbox-title{
  text-align: center;
  width: 250px;
  line-height: 28px;
  font-size:13px;
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
/*分页*/
.pagebox{
  padding: 10px 0;
}
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul.pagination li a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
/*分页*/

/*公共底部*/
.footer{border-top:3px solid #ffffff;box-sizing: border-box;width: 100%;}
.footer .footer_top{margin:0 auto; width:100%;padding-top:10px;padding-bottom: 15px; }
.footer .footer_top li{width:185px;height: 36px;border: 1px solid #eeeeee;background: #f7f6f6;margin-right: 10px;text-align: center;line-height: 32px;font-size: 14px;}
.footer .footer_top li.zfw{color: #e00000;}
.footer .footer_top li.zfw a img{position: relative;top: 5px;left: -5px;}
.footer .footer_top li select option{text-align: center;}
.footinput{
  width: 100%;
  height: 100%;
}
.footinput select{
  border: 0;
  width: 180px;
  height:34px ;
  line-height: 32px;
  background-color: #f7f6f6;
}

.footbox{
  margin:0 auto; width:1200px;
}
.footspan{
  padding: 5px 10px;
}
.footspan a{
  font-size:13px;
  color:#ebe6e6;
}
.footspan a:hover{
  color:#999999;
}
 /* 构建加载动画*/
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #a6a9aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}
/*实现动画效果*/
@keyframes spin {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}
