.content {
  width: 1200px;
  margin: 0 auto;
}

.title_item {
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  color: #333;
}

.first_box,
.second_box,
.third_box {
  margin-bottom: 40px;
  position: relative;
}

.first_box_con {
  overflow: hidden;

}

.first_box_item {
  width: 277px;
  height: 178px;
}

.first_box_item img {
  width: 277px;
  height: 178px;
}

.second_box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.second_box_item {
  position: relative;
  display: block;
  width: 585px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  align-items: center;
  padding-left: 41px;
  background: #fff url(dian.png) no-repeat 20px center;
  background-size: 5px auto;
  border: 1px solid #eee;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

.second_box_item p {
  max-width: 94%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.second_box_item:hover {
  background: #1492FF url(dian_hover.png) no-repeat 20px center;
  color: #fff;
  border: 1px solid #1492FF;
}

.second_box_list.ts {
  height: 210px;
  overflow: hidden;
}

.second_box_more {
  display: flex;
  width: 150px;
  height: 50px;
  border-radius: 4px;
  background: #eee;
  margin: 40px auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.second_box_more img {
  width: 12px;
  height: 10px;
  margin-left: 10px;
}

.third_box_item {
  position: relative;
  display: block;
  width: 585px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  align-items: center;
  /* padding-left: 115px;
  background-color: #fff;
  background-image: url(dian.png), url(gd.png);
  background-position: 95px center, 10px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 5px auto, auto; */
  padding-left: 41px;
  background-image: url(dian.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

.third_box_item p {
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.third_box_item:hover {
  /* background-image: url(dian_hover.png), url(gd_hover.png); */
  background-image: url(dian_hover.png);
  background-color: #1492FF;
  color: #fff;
  border: 1px solid #1492FF;
}

.third_box_item span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next {
  right: -50px;
}

.swiper-button-prev {
  left: -50px;
}


.old_type .title_item {
  font-size: 28px;
}

.old_type .first_box_item {
  height: 320px;
}

.old_type .first_box_item img {
  width: 100%;
  height: 100%;
}

.old_type .second_box_item {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  margin-top: 30px;
  background-size: 10px;
}

.old_type .third_box_item {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  margin-top: 30px;
  /* padding-left: 135px;
  background-position: 110px center, 10px center;
  background-size: 10px auto, 85px auto; */
  background-size: 10px auto;
}

.old_type .third_box_item p {
  max-width: 72%;
}

.old_type .second_box_list.ts {
  height: 600px;
  overflow: hidden;
}

.old_type .second_box_more {
  font-size: 24px;
  width: 200px;
  height: 70px;
}

.old_type .second_box_more img {
  width: 17px;
  margin-left: 10px;
}


@media only screen and (min-width: 100px) and (max-width: 767px) {
  .content {
    width: 92vw;
    margin: 0 auto;
  }

  .title_item {
    font-size: 5vw;
  }

  .first_box,
  .second_box,
  .third_box {
    margin-bottom: 5vw;
  }

  .first_box_item {
    height: auto;
  }

  .first_box_item img {
    width: 100%;
    height: 100%;
  }

  .second_box_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .second_box_item {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    padding-left: 41px;
    background: #fff url(dian.png) no-repeat 20px center;
    background-size: 5px auto;
    margin-top: 4vw;
    font-size: 4vw;
  }

  .second_box_item p {
    max-width: 94%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .second_box_list.ts {
    height: 84vw;
    overflow: hidden;
  }


  .third_box_item {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    margin-top: 4vw;
    font-size: 4vw;
    /* padding-left: 90px;
    background-color: #fff;
    background-position: 80px center, 10px center;
    background-size: 5px auto, 60px auto; */
    padding-left: 41px;
    background-position: 20px center;
    background-size: 5px auto;
  }

  .third_box_item p {
    max-width: 53%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .third_box_item span {
    font-size: 3vw;
  }

  .second_box_more {
    display: flex;
    width: 50vw;
    height: 10vw;
    border-radius: 4px;
    background: #eee;
    margin: 10vw auto 0;
    font-size: 4vw;
  }

  .second_box_more img {
    width: 12px;
    height: 10px;
    margin-left: 10px;
  }


  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}