header .rt .navbox .navli:nth-child(7) .navTl span i {
  color: #3a984c;
}

.map_a {
  background: #f8f8f8;
  padding-bottom: 5.203%;
}

.map_a .pagetitle {
  background: #fff;
}

.map_a .content {
  
}

.map_a .content .lt,
.map_a .content .rt {
  height: 100%;
}

.map_a .content .lt {
  width: 38.25%;
  float: left;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px 40px 40px;
}

.map_a .content .lt .selectout {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.map_a .content .lt .selectout .selectbox {
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.map_a .content .lt .selectout select {
  float: left;
  width: 46.4151%;
  margin-right: 7.1698%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../image/sj_l.png) no-repeat right center;
  border: solid 1px #f0f0f0;
  height: 46px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  padding: 0 30px 0 24px;
}

.map_a .content .lt .selectout select::-ms-expand {
  display: none;
}

.map_a .content .lt .selectout select:last-child {
  margin-right: 0;
}

.map_a .content .lt .map_ul {
  height: 420px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  overflow: auto;
}

.map_a .content .lt .map_ul li {
  cursor: pointer;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
}

.map_a .content .lt .map_ul li .title {
  color: #333333;
  font-size: 20px;
  padding-left: 24px;
  background: url(../image/map_02.png) no-repeat left center;
  margin-bottom: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.map_a .content .lt .map_ul li .title span {
  position: relative;
}

.map_a .content .lt .map_ul li .title span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #3a984c;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.map_a .content .lt .map_ul li .textbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  font-family: MicrosoftYaHei;
  line-height: 24px;
}

.map_a .content .lt .map_ul li .textbox .add {
  color: #666666;
}

.map_a .content .lt .map_ul li .textbox .add span {
  display: block;
  float: left;
}

.map_a .content .lt .map_ul li .textbox .add .lspan {
  width: 200px;
}

.map_a .content .lt .map_ul li:hover .title {
  color: #3a984c;
}

.map_a .content .lt .map_ul li:hover .title span::after {
  width: 100%;
}

.map_a .content .lt .map_ul::-webkit-scrollbar {
  width: 2px;
}

.map_a .content .rt {
  width: 61.75%;
  float: left;
  background: #000;
}

.map_a .content .rt .dtlj {
  line-height: 60px;
}

@media (max-width: 768px) {
  .map_a .content {
    height: auto;
  }
  .map_a .content .lt {
    width: 100%;
    float: none;
    padding: 5%;
  }
  .map_a .content .lt .map_ul li .title {
    font-size: 18px;
  }
  .map_a .content .rt {
    float: none;
    width: 100%;
    height: 400px;
  }
}