.content {
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: white;
}
.content .box {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.content .box .tabs {
  width: 100%;
}
.content .box .tabs::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .tabs nav {
  width: 5.05501rem;
  height: 3rem;
  float: left;
  position: relative;
}
.content .box .tabs nav .horizontal {
  width: 5.05501rem;
  padding-top: 0.6675rem;
  position: absolute;
}
.content .box .tabs nav .horizontal li {
  width: 100%;
  height: 1.13rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.content .box .tabs nav .horizontal li .img {
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}
.content .box .tabs nav .horizontal li .img img {
  width: 100%;
}
.content .box .tabs nav .horizontal li .text {
  width: 2.40751rem;
  border-bottom: solid 1px #f2f2f2;
  position: absolute;
  left: 2.60251rem;
  top: 0.3825rem;
  padding-bottom: 0.225rem;
  transition: 0.3s;
}
.content .box .tabs nav .horizontal li .text .title {
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #ea4027;
  transition: 0.3s;
}
.content .box .tabs nav .horizontal li .text .time {
  font-family: "DIN-Bold";
  font-size: 0.21rem;
  line-height: 0.21rem;
  letter-spacing: -0.0075rem;
  color: #000000;
  margin-top: 0.1575rem;
  transition: 0.3s;
}
.content .box .tabs nav .horizontal li.selectActive {
  height: 1.5rem;
}
.content .box .tabs nav .horizontal li.selectActive .img {
  opacity: 1;
}
.content .box .tabs nav .horizontal li.selectActive .text {
  border-bottom: 0;
  top: 0.495rem;
}
.content .box .tabs nav .horizontal li.selectActive .text .title {
  font-size: 0.315rem;
  line-height: 0.315rem;
  color: #ffffff;
}
.content .box .tabs nav .horizontal li.selectActive .text .time {
  color: #ffffff;
}
.content .box .tabs .tab {
  float: left;
  margin-left: 0.93rem;
  padding-top: 0.6675rem;
}
.content .box .tabs .tab .list .item {
  padding-bottom: 0.6525rem;
  position: relative;
}
.content .box .tabs .tab .list .item::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .tabs .tab .list .item .left {
  font-family: "DIN-Bold";
  font-size: 0.51rem;
  line-height: 0.51rem;
  letter-spacing: -0.0075rem;
  color: #ea4027;
  float: left;
}
.content .box .tabs .tab .list .item .right {
  float: left;
  margin-left: 0.675rem;
  width: 4.02001rem;
}
.content .box .tabs .tab .list .item .right .month {
  margin-bottom: 0.39rem;
}
.content .box .tabs .tab .list .item .right .month .img {
  width: 100%;
  margin-bottom: 0.225rem;
}
.content .box .tabs .tab .list .item .right .month .img img {
  width: 100%;
}
.content .box .tabs .tab .list .item .right .month .time {
  font-family: "DIN-Bold";
  font-size: 0.21rem;
  line-height: 0.21rem;
  letter-spacing: -0.0075rem;
  color: #000000;
}
.content .box .tabs .tab .list .item .right .month .time span {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #000000;
}
.content .box .tabs .tab .list .item .right .month .p {
  margin-top: 0.1275rem;
  font-size: 0.135rem;
  line-height: 0.27rem;
  color: #333333;
  text-align: justify;
}
.content .box .tabs .tab .list .item .line {
  position: absolute;
  width: 1px;
  top: 0.57rem;
  left: 0.5175rem;
  height: calc(100% - 0.855rem);
  background-color: #c6c6c6;
}
.content .box .tabs .tab .list .item:last-child .line::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e84227;
  position: absolute;
  left: -8px;
  bottom: 0;
}
@media screen and (max-width: 1020px) {
  .content .box .tabs nav {
    width: 100%;
    height: 4.59001rem;
  }
  .content .box .tabs nav .horizontal {
    width: 100%;
    float: left;
  }
  .content .box .tabs nav .horizontal::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
  }
  .content .box .tabs nav .horizontal li {
    width: 49%;
    float: left;
    height: 1.5rem;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    margin-right: 2%;
  }
  .content .box .tabs nav .horizontal li:nth-child(2n+2) {
    margin-right: 0;
  }
  .content .box .tabs nav .horizontal li .img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
  }
  .content .box .tabs nav .horizontal li .img img {
    width: auto;
    position: absolute;
    top: 0;
    left: -200px;
    right: -200px;
    margin: auto;
    height: 100%;
  }
  .content .box .tabs nav .horizontal li .text {
    width: 100%;
    border-bottom: solid 1px #f2f2f2;
    position: absolute;
    left: 0;
    top: 0.3825rem;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .content .box .tabs nav .horizontal li .text .title {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #ea4027;
    font-weight: bold;
  }
  .content .box .tabs nav .horizontal li .text .time {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }
  .content .box .tabs nav .horizontal li.selectActive .text .title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .content .box .tabs .tab {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 0.5rem;
  }
  .content .box .tabs .tab .list .item {
    padding-bottom: 0.3rem;
    position: relative;
  }
  .content .box .tabs .tab .list .item .right {
    float: left;
    margin-left: 0.675rem;
    width: calc(100% - 1.9rem);
  }
  .content .box .tabs .tab .list .item .right .month .time {
    font-family: "DIN-Bold";
    font-size: 0.36rem;
    line-height: 0.36rem;
    letter-spacing: -0.0075rem;
    color: #000000;
  }
  .content .box .tabs .tab .list .item .right .month .time span {
    font-size: 0.3rem;
  }
  .content .box .tabs .tab .list .item .right .month .p {
    margin-top: 0.1275rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #333333;
    text-align: justify;
  }
}
