.inner-bt {
  margin-top: 52px;
}
.common-left {
  width: 21.7%;
  height:608px;
  background-image: url('../images/leftbar_bg.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 1% 4.5%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.common-left .local-title {
  float: right;
  padding-top: 138px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 21px;
}
.common-left .navlist2 {
  background-color: #fff;
  padding: 0 21px 16px;
  border: 1px solid #E7D8C7;
}
.common-left .navlist2 li {
  position: relative;
  border-bottom: 1px dashed #B5B5B5;
}
.common-left .navlist2 li img {
  position: absolute;
  left: 5px;
  top: 18px;
  z-index: 1;
}
.common-left .navlist2 li .thr-sub li {
  position: relative;
  border: none;
}
.common-left .navlist2 li .thr-sub li img {
  position: absolute;
  left: 8%;
  top: 27%;
}
.common-right .common-local {
  background-image: url('../images/content_title_bg.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.common-right .common-local .left {
  display: flex;
  align-items: center;
}
.common-right .common-local .left .local-title2 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-left: 8px;
}
.common-right .common-list {
  padding: 52px 28px 31px;
  background-color: #F6F2ED;
}
.common-right .common-list .list-S:hover .tit {
  color: #71492C;
}
.common-right .common-list .list-S .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .common-left {
    width: 100%;
    height:auto;
    padding: 4% 1% 4.5%;
    margin-bottom: 2%;
  }
  .common-left .navlist2 li .thr-sub li img {
    left: 4%;
  }
}
@media (max-width: 400px) {
  .common-right .common-local {
    padding: 0 2px;
  }
  .common-right .common-local .left .local-title2 {
    margin-left: 0;
  }
  .common-right .common-list {
    padding: 17px 28px 31px;
  }
  .inner-bt {
    margin-top: 17px;
  }
}

