.main-wrap .crumbs-wrap {
  margin-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 12px;
}
.main-wrap .crumbs-wrap strong {
  margin-right: 4px;
}
.main-wrap .crumbs-wrap a {
  color: #999;
}
.main-wrap .crumbs-wrap a:hover {
  color: #1199ef;
}
.main-wrap .crumbs-wrap b {
  margin-left: 5px;
  margin-right: 5px;
  font-family: SimSun;
}
.main-wrap .faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 30px;
}
.main-wrap .faq-wrap .left {
  width: 230px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.main-wrap .faq-wrap .left h2 {
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: normal;
  background-color: #e5e5e5;
}
.main-wrap .faq-wrap .right {
  width: 940px;
  padding: 20px 30px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrap .faq-wrap .right .title-wrap {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.main-wrap .faq-wrap .right .title-wrap .title {
  position: relative;
  display: inline-block;
  padding: 0 3px 20px;
  font-size: 20px;
  font-weight: bold;
}
.main-wrap .faq-wrap .right .title-wrap .title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #1199ef;
}
.main-wrap .faq-wrap .right .title-wrap .search {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-wrap .faq-wrap .right .title-wrap .search .iconfont {
  position: absolute;
  left: 6px;
  top: 6px;
  color: #e3e3e3;
}
.main-wrap .faq-wrap .right .title-wrap .search .layui-input {
  padding-left: 30px;
  width: 230px;
  height: 30px;
  border-radius: 4px;
}
.main-wrap .faq-wrap .right .title-wrap .search .layui-btn {
  margin-left: 4px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}
.main-wrap .faq-wrap .right .list.empty {
  padding: 100px 0;
  text-align: center;
  color: #999;
}
.main-wrap .faq-wrap .right .list li {
  padding: 30px 0 26px 30px;
  border-bottom: 1px dashed #ddd;
}
.main-wrap .faq-wrap .right .list li h3 {
  position: relative;
  line-height: 20px;
  font-size: 18px;
}
.main-wrap .faq-wrap .right .list li h3::after {
  position: absolute;
  left: -30px;
  top: 0px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/zlzq/web/images/questions/q.png);
}
.main-wrap .faq-wrap .right .list li span {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #999;
}
.main-wrap .faq-wrap .right .list li p {
  position: relative;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.main-wrap .faq-wrap .right .list li p::after {
  position: absolute;
  left: -30px;
  top: 2px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/zlzq/web/images/questions/a.png);
}
#paging {
  margin-top: 30px;
  text-align: center;
}
#tab {
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tab li span {
  font-size: 14px;
  padding: 0px 15px;
  font-weight: bold;
  margin-top: 1px ;
  border-left: 5px solid #ddd;
  height: 40px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  background: #f0f0f0;
  cursor: pointer;
  position: relative;
}
#tab li span:hover,
#tab li span.active {
  background: #1E9FFF;
  color: #fff;
  border-left: 5px solid #1E9FFF;
}
#tab li span i {
  font-size: 18px;
  font-style: normal;
  position: absolute;
  right: 10px;
  top: 0px;
  width: 20px;
  text-align: center;
}
#tab li span i.del {
  display: none;
  font-size: 20px;
}
#tab li span.active i.add {
  display: none;
}
#tab li span.active i.del {
  display: block;
}
#tab li ul {
  display: none;
}
#tab li ul li {
  height: 40px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 0px 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #666;
  cursor: pointer;
}
#tab li ul li:hover,
#tab li ul li.active {
  background: #1e9fffc9;
  color: #fff;
}
#faq-banner {
  background: url(../images/faqbg.png) center center no-repeat;
  height: 199px;
}
#faq-banner_content {
  width: 1200px;
  margin: 0px auto;
}
#faq-banner_content h1 {
  line-height: 200px;
  height: 200px;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 42px;
}
#faq-banner .crumbs-wrap {
  width: 1200px;
  text-align: right;
  color: #fff;
  margin: 0px auto;
  margin-top: -30px;
}
#faq-banner .crumbs-wrap a {
  color: #fff;
  font-weight: normal;
}
.container-w1200 {
  width: 1200px;
  margin: 20px auto;
}
