.clearflx:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.search_container {
  width: 1200px;
  margin: 0 auto;
}
.search_frame {
  width: 100%;
  margin: 0 auto;
  height: 480px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main_body {
  background-color: #f5f5f5;
  width: 1200px;
  display: flex;
  justify-content: space-around;
  padding-top: 55px;
  margin: 30px auto;
  padding-bottom: 25px;
}

.main_body .main_body_left {
  width: 300px;
  position: relative;
  border: 1px dotted #115db2;
  border-radius: 5px;
  padding-top: 55px;
}

.main_body_left .img {
  position: absolute;
  top: -35px;
  left: -10px;
}

.main_body .main_body_left h4 {
  position: absolute;
  top: -23px;
  left: -10px;
  color: #fff;
  font-size: 24px;
  margin-left: 92px;
}

/* 手风琴菜单 */
.ej-fx {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  background-image: linear-gradient(to right, #dddddd, #fff);
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
  cursor: pointer;
}
.ej-fx.active {
  background-image: linear-gradient(to right, #115db2, #fff);
  color: #fff;
}
.sj-mn {
  background: #fafafa;
  padding-bottom: 5px;
  padding-top: 8px;
}

.sj-mn p {
  float: left;
  width: 210px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  padding: 5px 0px 0 0px;
}

.sj-mn span {
  float: left;
  padding: 5px 0px 0 20px;
}

.sj-mn span img {
  padding-right: 10px;
  vertical-align: top;
  margin-top: 4px;
}

.sj-mn ul li {
  padding-left: 45px;
  font-size: 16px;
  line-height: 36px;
  color: #a9aaaa;
}

.sj-mn ul {
  margin-top: 5px;
}

.sj-mn ul li a,
.nffx ul li a {
  color: #666;
}

.sj-mn .zkd-p a {
  color: #666;
  font-weight: normal;
}

.sj-mn .clearflx span,
.sj-mn ul li a {
  cursor: pointer;
}

.no-show {
  display: none;
}

.nffx {
  padding: 6px 0px;
  background: #fafafa;
}

.nffx ul li {
  height: 36px;
  font-size: 16px;
  padding-left: 45px;
  line-height: 36px;
  color: #a9aaaa;
}

.nffx ul li i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #1658a0;
  margin: 13px 12px 0 0;
}

.sj-mn p a:hover {
  font-weight: bold;
  color: #1658a0;
}

.sj-mn ul li:hover a,
.nffx ul li:hover a {
  color: #1658a0;
}

/* 右边盒子 */
.main_body_right h4 {
  position: absolute;
  top: -23px;
  left: -10px;
  color: #fff;
  font-size: 24px;
  margin-left: 92px;
}

.main_body_right .img {
  position: absolute;
  top: -35px;
  left: -10px;
}

.main_body_right {
width: 100%;
  //width: 840px;
  height: auto;
  border-radius: 5px;
  border: dotted 1px #115db2;
  position: relative;
  padding-top: 22px;
}
.pad-l {
  padding-left: 20px;
}
.wjk-item {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px #efefef solid;
}

.wjk-item h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.wjk-item p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.wjk-item h5 a {
  color: #333;
}
.wjk-item h5 a:hover {
  color: #1658a0;
}
.jsq a {
  display: inline-block;
  font-size: 14px;
  color: #1658a0;
  height: inherit;
  line-height: inherit;
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px #eeeeee solid;
  text-align: center;
  margin-top: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .search_container {
    width: 100%;
    height: 825px;
    margin: 0 auto;
  }
  .search_frame {
    height: 825px;
  }
  .main_body {
    width: 100%;
  }
  .main_body .main_body_left {
    display: none;
  }
  .main_body_right {
    width: 100%;
  }
}
