/*swiper&&list*/
.content_A {
  width: 90%;
  margin: 0 auto;
}

.list {
  width: 100%;
  padding-bottom: 0.4rem;
  position: relative;
}

.list_left {
  width: 3rem;
  float: left;
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.list_right {
  width: 100%;
  float: left;
}

.list_title {
  width: 3.5rem;
  font-size: 0.2rem;
  background: url(../images/05-01-list_img1.png) no-repeat;
  background-color: #F2F7FD;
  cursor: default;
  text-align: left;
  text-indent: 0.3rem;
  position: absolute;
  right: 0;
  z-index: 999;
}

.title_1 {
  width: 100%;
  line-height: 0.62rem;
  font-size: 0.2rem;
  color: #333;
  display: none;
  font-weight: bold;
}

.title_1_app {
  position: absolute;
  right: 0;
  top: -1.1rem;
  display: block;
}

.title_2 {
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #333;
}

.title_3 {
  width: 100%;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
  border-bottom: 1px dashed #ccc;
}

.title_4 {
  width: 100%;
  line-height: 0.35rem;
  font-size: 0.14rem;
  color: #333;
}

.title_img {
  display: block;
  float: right;
  position: relative;
  top: 0.25rem;
  right: 0.2rem;
}

.title_img2 {
  display: none;
  float: right;
  position: relative;
  top: 0.25rem;
  right: 0.2rem;
}

.show_icon .title_img {
  display: none;
}

.show_icon .title_img2 {
  display: block;
}

.list_select_1 {
  background-image: url(../images/05-01-list_img2.png);
  background-size: 100%;
  color: #3A86E8;
}

.list_select_2 {
  background-color: #D2E4FB;
  color: #3A86E8;
}

.list_select_3 {
  color: #3A86E8;
  border-bottom: 1px dashed #3A86E8;
}

.list_select_4 {
  color: #3A86E8;
}

.title_line {
  width: 100%;
  height: 3px;
  background: #fff;
}

.bg_no2,
.bg_no3,
.bg_no4 {
  display: none;
}

.point {
  width: 0.06rem;
  height: 0.06rem;
  background: #ccc;
  border-radius: 0.5rem;
  position: relative;
  top: 0.27rem;
  float: left;
  margin-right: 0.1rem;
}

.list_content_title {
  font-size: 0.24rem;
  color: #3b3b3b;
  float: left;
  line-height: 0.6rem;
  width: calc(100% - 1.4rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.list_content_title:hover {
  color: #00699d;
}

.list_content_time {
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.6rem;
  float: right;
  text-align: right;
}

.list_line {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0.1rem 0;
}

.leaderInfo_title_top {
  width: 100%;
  margin: 0.1rem auto;
  font-size: 0.22rem;
  border-bottom: 2px solid #ccc;
}

.leaderInfo_title_line_top {
  width: 1rem;
  border-top: 2px solid #3A86E8;
  position: relative;
  top: 0.02rem;
}

.leaderInfo_title {
  width: 100%;
  margin: 0.1rem auto;
  font-size: 0.2rem;
  color: #3A86E8;
  line-height: 0.54rem;
  border-bottom: 2px solid #ccc;
  cursor: default;
  font-weight: bold;
}

.leaderInfo_title_img {
  position: relative;
  top: 0.05rem;
  width: 0.3rem;
}

.experience {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.6rem;
  cursor: default;
}

.resume {
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.14rem;
}

.work {
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.14rem;
}

.people {
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  margin-bottom: 0.6rem;
}

.people img {
  width: 1.5rem;
}

@media (min-width: 1200px) {
  .content_A {
    width: 12rem;
    margin: 0 auto;
  }

  .list_content_title {
    line-height: 0.45rem;
    font-size: 0.16rem;
  }

  .list_content_time {
    line-height: 0.45rem;
    font-size: 0.16rem;
  }

  .point {
    width: 0.06rem;
    height: 0.06rem;
    background: #ccc;
    border-radius: 0.5rem;
    position: relative;
    top: 0.21rem;
  }

  .list_title {
    width: 2.5rem;
    font-size: 0.2rem;
    background: url(../images/05-01-list_img1.png) no-repeat;
    background-color: #F2F7FD;
    cursor: default;
    text-align: left;
    text-indent: 0.3rem;
    position: relative;
    right: 0;
  }

  .list_left {
    width: 3rem;
    float: left;
    position: relative;
    top: 0.15rem;
  }

  .list_right {
    width: calc(100% - 3rem);
    float: left;
  }

  .title_1 {
    display: block;
  }

  .title_1_app {
    display: none;
  }

  .leaderInfo_title {
    font-size: 0.18rem;
  }

  .leaderInfo_title_top {
    display: none;
  }

  .experience {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }

  .resume {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }

  .work {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }

  .people {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }

  .bg_no2 {
    display: block;
  }

  .leaderInfo_title_img {
    position: relative;
    top: 0.05rem;
    width: 0.2rem;
  }
}