.index .banner {
  width: 100%;
}
.index .banner img {
  width: 100%;
  height: 100%;
}
.index .content-list .content-item {
  margin-top: 5%;
}
.index .content-list .content-item .title {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.index .content-list .content-item .item-bot2 {
  width: 100%;
  margin-top: 3%;
  height: 25%;
}
.index .content-list .content-item .item-bot2 .item-img {
  width: 90%;
  margin: 0 auto;
}
.index .content-list .content-item .item-bot2 .item-img img {
  width: 100%;
}
.index .content-list .content-item .item-bot2 .item-content {
  width: 85%;
  margin: 0 auto;
  margin-top: 10px;
}
.index .content-list .content-item .item-bot {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  height: 25%;
}
.index .content-list .content-item .item-bot .left {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.index .content-list .content-item .item-bot .left .textarea {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  height: 90%;
  overflow-y: auto;
}
.index .content-list .content-item .item-bot .left .img_list {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.index .content-list .content-item .item-bot .left .img_list img {
  width: 100%;
  height: 30%;
  margin-right: 2%;
}
.index .content-list .content-item .item-bot .right {
  width: 50%;
}
.index .content-list .content-item .item-bot .right img {
  width: 100%;
  height: 100%;
}
.index .content-list .content-item .item-bott {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 48px;
}
.index .content-list .content-item .item-bott .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.index .content-list .content-item .item-bott .item img {
  width: 81px;
  height: 81px;
}
.index .content-list .content-item .item-bott .item .itme-title {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-top: 26px;
}
.index .content-list .content-item .item-bott .item .label {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: 90%;
}
.index .content-list .content-item .item-bott2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 48px;
}
.index .content-list .content-item .item-bott2 .item {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.index .content-list .content-item .item-bott2 .item img {
  width: 81px;
  height: 81px;
}
.index .content-list .content-item .item-bott2 .item .itme-title {
  font-weight: 600;
  font-size: 80%;
  color: #333333;
  margin-top: 26px;
}
.index .content-list .content-item .item-bott2 .item .label {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: 90%;
}