.content {
  display: flex;
  justify-content: space-between;
}
.content .left {
  width: 48%;
}
.content .left .title {
  display: flex;
  align-items: center;
}
.content .left .title .yq {
  width: 1.0417vw;
  height: 1.0417vw;
  background: #ffffff;
  border-radius: 50%;
  border: 0.0521vw solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .left .title .yq .d {
  width: 0.5208vw;
  height: 0.5208vw;
  background: #c9151e;
  border-radius: 50%;
}
.content .left .title p {
  margin-left: 1.5625vw;
  font-weight: bold;
  font-size: 1.1458vw;
  color: #c9151e;
}
.content .left .info {
  margin-top: 1.5625vw;
  padding-left: 2.5vw;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #000000;
  line-height: 1.5625vw;
}
.content .right {
  width: 48%;
}
.content .right img {
  width: 100%;
  height: 25vw;
}
.list .xt {
  width: 100%;
}
.list .xt img {
  width: 100%;
  height: 0.7813vw;
}
.list ul {
  margin-top: 3.6458vw;
  display: flex;
  justify-content: space-between;
  padding-right: 6.7708vw;
}
.list ul li {
  height: 5.7292vw;
  display: flex;
  cursor: pointer;
}
.list .y {
  width: 0.8854vw;
  height: 0.8854vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0521vw solid #eeeeee;
  position: absolute;
  top: -0.7813vw;
  left: -0.3646vw;
}
.list .zuo {
  position: relative;
  width: 0.0521vw;
  height: 5.7292vw;
  background: #eeeeee;
  top: 0.6vw;
}
.list .y .s {
  width: 0.4688vw;
  height: 0.4688vw;
  background: #eeeeee;
  border-radius: 50%;
}
.list .active .y {
  border: 0.0521vw solid #f9e3e4;
}
.list .active .zuo {
  background: #f9e3e4;
}
.list .active .y .s {
  background: #f9e3e4;
}
.list ul li:hover .y {
  border: 0.0521vw solid #f9e3e4;
}

.list ul li:hover .zuo {
  background: #f9e3e4;
}
.list ul li:hover .y .s {
  background: #f9e3e4;
}
.list .info {
  margin-left: 1.3021vw;
}
.list .info .time {
  font-weight: 400;
  font-size: 1.6667vw;
  color: #666666;
  line-height: 1.3542vw;
  margin-bottom: 1.3021vw;
}
.list .info .name {
  font-weight: 400;
  font-size: 1.25vw;
  color: #666666;
  line-height: 1.3542vw;
}

.list .active .info .time {
  color: #c9151e;
}
.list .actives .info .time {
  color: #c9151e;
}
.list .active .info .name {
  color: #333333;
}
.list ul li:hover .info .time {
  color: #c9151e;
}
.list ul li:hover .info .name {
  color: #333333;
}

@media screen and (max-width: 1000px) {
  .content {
    flex-direction: column;
  }
  .content .left {
    width: 100%;
  }
  .content .left .title .yq {
    width: 20.0006px;
    height: 20.0006px;
    background: #ffffff;
    border-radius: 50%;
    border: 1.0003px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .left .title .yq .d {
    width: 9.9994px;
    height: 9.9994px;
    background: #c9151e;
    border-radius: 50%;
  }
  .content .left .title p {
    margin-left: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #c9151e;
  }
  .content .left .info {
    margin-top: 10px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 15.9994px;
    color: #000000;
    line-height: 30px;
  }
  .content .right {
    width: 100%;
  }
  .content .right img {
    width: 100%;
    height: 200px;
  }
  .list {
    display: none;
  }
  .box .item {
    display: block !important;
    margin-bottom: 20px;
  }
}
