.head-page .item.tm-investor>a span {
  color: #299AB1;
}

.head-page .item.tm-investor>a::after {
  transform: scale(1);
  opacity: 1;
}

.lists_l {
  width: 472px;
}

.lists_l_title {
  height: 142px;
  border-radius: 10px 10px 0px 0px;
  background: url(../img/lists_l_title.png) no-repeat center/cover;
  padding: 35px 50px;
  box-sizing: border-box;
}

.lists_l_title .lists_l_num a {
  color: #fff;
}

.lists_l_content {
  height: 300px;
  background: #F7F7F7;
  padding: 5px 50px;
  box-sizing: border-box;
}

.lists_r {
  width: calc(100% - 472px);
  padding-left: 5%;
  box-sizing: border-box;
}

.lists_r .list {
  padding: 27px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  transition: all .4s;
  position: relative;
}

.lists_r .list::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #299AB1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all .4s;
}

.list_tit {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lists_l_tit {
  margin-top: 8px;
}

.lists_l_tit .rtp {
  font-size: 20px;
}

.lists_l_tit .rtp span {
  font-size: 36px;
  padding-right: 20px;
}

.lists_l_items .item {
  width: 130px;
  border-bottom: 1px solid #DCDCDC;
  padding: 29px 0 12px;
  box-sizing: border-box;
}

.lists_l_items .item_desc {
  margin-top: 9px;
}

.lists_l_con {
  margin-top: 32px;
  padding-left: 31px;
  box-sizing: border-box;
  position: relative;
}

.lists_l_con::before {
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../img/horn_btn.png) no-repeat center/cover;
  z-index: 3;
}

.lists_r .list:hover::after {
  width: 100%;
}

.lists_r .list:hover .list_tit {
  color: #299AB1;
}

@media only screen and (max-width: 1280px) {
  .lists_l {
    width: 420px;
  }

  .lists_r {
    width: calc(100% - 420px);
  }
}

@media only screen and (max-width: 1200px) {
  .lists_l_title {
    height: auto;
    padding: 30px 20px;
  }

  .lists_l_items .item {
    width: 48%;
    text-align: center;
  }

  .lists_l_content {
    padding: 0 20px 20px;
    height: auto;
  }

  .list_tit {
    max-width: 70%;
  }

  .lists_r .list {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 1043px) {
  .lists_l {
    width: 360px;
  }

  .lists_r {
    width: calc(100% - 360px);
  }

  .lists_l_items .item {
    padding: 25px 0 12px;
  }

  .lists_l_tit .rtp span {
    font-size: 32px;
  }
}

@media only screen and (max-width: 750px) {
  .lists_r {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }

  .lists_r .list {
    padding: 15px 0;
  }

  .lists_l_content {
    padding: 0 15px 20px;
  }

  .lists_l_items .item_desc {
    margin-top: 5px;
  }

  .lists_l_items .item {
    padding: 20px 0 10px;
  }

  .lists_r .list:last-child {
    border-bottom: none;
    padding-bottom: 5px;
  }

  .lists_l_con {
    margin-top: 20px;
    padding-left: 30px;
  }

  .lists_l_title {
    height: auto;
    padding: 20px 15px;
  }

  .lists_l_tit .rtp span {
    font-size: 22px;
  }
}