
.t1 {
    font-size: 14px;
    line-height: 32px;
    padding-left: 15px;
    color: #666;
}

.t2 {
    color: #CC0000
}
.t3 {
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #336699;
    text-decoration: none;
}

body,
td,
th {
    font-family: "微软雅黑";
    color: #666;
}

.buttom {
    color: #FFF;
    background-color: #FF9900;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-size: 12px;
}

a:active {
    text-decoration: none;
}

.bk {
    border: 1px solid #CCC;
}
/*状态颜色*/
.processing{
    color: #a94442;
}
.replied{
    color:#337ab7;
}
.solved{
    color:#3c763d;
}
/*通用样式*/
.cont1140{
    width: 1140px;
    height: auto;
    margin: 0px auto;
    text-align: center;
}
.require-title{
    text-align: left !important;
}
.padding-top0{
    padding-top: 0px;
}
.margint30{
    margin-top: 30px;
}
.text-black{
    color:black;
}
.tleft{
    text-indent: 20px;
    text-align: left !important;
}
/*投诉网页*/
.tousu-info{
    border-top: 1px solid #edeaea;
    background: #fafafa;
    padding: 20px 0 20px 45px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tousu-info span {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 20px 30px 20px 0;
    background: url("../image/icon30.png") no-repeat right 16px;
}
.breadcrumb{
    background: white;
    margin-bottom: 0px;
}
@media(max-width: 767px){
  .tousu-info{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .tousu-info span{
    display: none;
  }
}
/*检索页面*/
.search-bg{
    height: 60px;
    background-color: #EE4D4E;
}
.search-bg h2{
    font-weight: bold;
    color: white;
    padding-left: 30px;
}
.search-bg h2 span:first-child{
    padding-left: 15px;
    font-size: 18px;
    font-weight: normal;
}
.search-bg h2 span:last-child{
    font-size: 12px;
    line-height: 30px;
    padding-right: 30px;
}
.search-bg h2 span:last-child a{
    padding-left: 5px;
    color: white;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}
.search-bg h2 span:last-child a:hover{
    text-decoration: underline;
}
/*部门列表*/
.depList{border:1px solid #e9e9e9;border-top:none;}
.depList dt{background:#f5f4f4;border-top:1px solid #e9e9e9;font-size:16px;padding:12px 0 12px 15px;position:relative;}
.depList dt i{color:#999;font-style:normal;font-size:12px;}
.depList dt span{display:block;position:absolute;top:12px;right:15px;font-size:12px;}
.depList dd{padding:15px 15px 15px 12%;position:relative;border-top:1px solid #e9e9e9;}
.depList dd.alldd{padding:15px 15px 15px 15px;position:relative;border-top:1px solid #e9e9e9;}
.depList dd span{display:block;width:10%;background:#f7f6f6;border-right:1px solid #e9e9e9;position:absolute;left:0;top:0;text-align:center;height:100%;}
.depList dd span i{display:block;font-style:normal;position:absolute;top:0;left:0;padding:15px 0 0 20px;}
.depList dd a{margin-right:20px;display:inline-block;}
/*内容详情*/
@media(max-width: 767px){
  #container-detail{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.article-metas {
    overflow: hidden;
    background:no-repeat top right;
  }
  .article-metas .metas-title {
    margin: 0;
    font-size: 1.65em;
    line-height: 1.45;
    margin-bottom: 5px;
    color: #000;
  }
  .article-metas .metas-title a {
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .article-metas .metas-title a:hover {
    color: #007bff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .article-metas .metas-body {
    color: #999;
    margin: 0px auto;
  }
  .article-metas .metas-body span {
    margin-right: 10px;
  }
  .article-metas .metas-body span i {
    margin-right: 5px;
  }
  .article-metas .metas-body p {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px;
  }
  .article-text p {
    line-height: 30px;
    margin-bottom: 15px;
  }
  .article-text img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
  }
  .reply-area p{
    line-height: 30px;
    margin-bottom: 15px;
  }
  .reply-area img{
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
  }
  .article-content > .panel-heading {
    padding: 0;
    margin: 0 -15px;
  }
  .article-content > .panel-heading > .breadcrumb {
    background: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .entry-meta ul {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dedede;
  }
  .entry-meta ul li {
    line-height: 26px;
  }
  .btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-light.active,
.voted {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.article-text{
  padding-top: 30px;
  background:repeat center left;
}
.article-text p {
  line-height: 30px;
  margin-bottom: 15px;
}
.article-text img {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
/*官方回复*/
.reply-mobile{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.reply-mobile .n-right{
  margin-top: 2px;
}
/*详情界面*/
.reply{
  padding: 10px auto;
}
.reply-meta{
  height: 50px;
  background-color: #007bff;
}
.reply-meta span{
  line-height: 50px;
  color: white;
  font-size: 18px;
  padding-left: 10px;
}
.reply-meta a{
  color: white;
  padding-left: 20px;
}
.reply-meta a:hover{
  color: #dff0d8;
  text-decoration: underline;
}
.reply-body{
  padding: 20px 10px;  
}
.reply-content{
  line-height: 25px;
}
.reply-area{
  padding: 10px;
  border-bottom: 1px solid #e4ecf3;
}
/*移动端适配*/
@media(max-width: 767px){
    .panel-body{
      padding:10px 0px;
    }
}
.navbar .header-title{
  background-color: #006dcc;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar .header-title p{
  text-align: center;
  color: white;
  font-size: 1.5rem;
  margin: 0px;
}
.footer .footer-btn{
  background-color: #f44242;
  padding:20px 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
}
.footer .footer-btn img{
  margin: 0 auto;
}
.footer .footer-btn p{
  margin: 20px auto 0px;
  color: white;
}
.footer .footer-btn-p{
  margin-top: 16px !important;
}
.footer .footer-commet{
  margin-top: 20px;
  margin-bottom: 20px;
  padding:10px 20px;
  border-radius: 20px;
  background-color: #4284d9;
  font-size: 20px;
}
.footer .footer-commet .footer-commet-content{
  width: 170px;
  margin: 0px auto;
}
.footer .footer-commet img{
  display: inline;
}
.footer .footer-commet span{
  padding-left: 20px;
  color: white;
}
.footer-banner{
  border: solid 1px #e7e7e7;
  background-color: white;
  height: 46px;
}
.footer .footer-banner1,.footer .footer-banner2{
  width: 100px;
  margin: 8px auto;
}
.footer .footer-banner1 img{
  display: inline;
  width: 25px;
}
.footer .footer-banner1 span{
  color: #000;
  font-size: 16px;
  line-height: 25px;  
  padding-left: 10px;
}
/*浮动菜单*/
#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 999999;
  margin-right: 0px;
}
#floatbtn>a {
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  border-radius:25px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: white;
  background-color: rgba(66,132,217,0.8);
}
.floatbtn-wrapper{
  display: none;
  position: fixed;
  margin-right: 0px;
  width: auto;
  height: 170px;
  background-color: #4284d9;
}
.floatbtn-wrapper ul{
  padding-left: 0px;
  height: 170px;
  width: 100%;
}
.floatbtn-wrapper ul li{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  float: left;
  list-style: none;  
  text-align: center;
}
.floatbtn-wrapper ul li:first-child{
  margin-top: 10px;
}
.floatbtn-wrapper ul li:last-child{
  margin-bottom: 10px;
}
.floatbtn-wrapper ul li a{
  color: white;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.watermark1{
  background-image: url('../image/watermark1.png');
}
.watermark11{
  background-image: url('../image/watermark11.png');
}
.watermark2{
  background-image: url('../image/watermark2.png');
}
.watermark21{
  background-image: url('../image/watermark21.png');
}
