.news-desc {
  margin: 0 auto;
}
.main-title {
  font-size: 0.2083rem;
  font-weight: bold;
  margin: 0.3125rem auto;
}
.sub-title {
  display: flex;
  align-items: center;
  font-size: 0.125rem;
  font-weight: bold;
}
.sub-title .icon {
  width: 0.1875rem;
  height: 0.1875rem;
  margin-right: 0.0521rem;
}
.desc-wrap {
  display: flex;
}
.desc-nav {
  width: 1.6667rem;
}
.desc-nav li a {
  display: block;
  width: 100%;
  background: #F5F5F5;
  border-radius: 10px;
  text-align: center;
  padding: 0.1563rem 0;
  margin-bottom: 0.0521rem;
  font-size: 0.0938rem;
  cursor: pointer;
}
.desc-nav li:hover a {
  background-color: #00C5DD;
  color: #fff;
}
.desc-nav li.active a {
  background-color: #00C5DD;
  color: #fff;
}
.desc-content {
  margin-left: 0.5208rem;
  flex: 1;
  position: relative;
}
.desc-content .title {
  display: flex;
  align-items: center;
  font-size: 0.1875rem;
  margin: 0 0 0.2083rem 0;
}
.desc-content .title .icon {
  cursor: pointer;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-right: 0.0521rem;
}
.desc-content > img {
  display: block;
  width: 100%;
}
.desc-content > p {
  font-size: 0.0729rem;
  line-height: 2em;
  margin-bottom: 0.1302rem;
}
.tag-item {
  background-color: #FFF3E5;
  color: #FF8B00;
  border-color: #FFF3E5;
}
.more-btn {
  position: relative;
  overflow: visible;
  margin-bottom: 0.1563rem;
}
.more-btn .info-ercode {
  bottom: 130%;
  left: 50%;
}
.info {
  background: #FFF8F0;
  border-radius: 10px;
  padding: 0.2083rem;
  margin: 0.1563rem auto;
  color: #666666;
  font-size: 0.0729rem;
}
.desc-content .info-ercode {
  position: absolute;
}
.traffic-item {
  display: flex;
  width: 100%;
  margin-bottom: 0.2083rem;
  padding: 0.1563rem;
  background: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.traffic-item .title {
  display: flex;
  align-items: center;
  font-size: 0.125rem;
  margin-bottom: 0.1563rem;
}
.traffic-img {
  width: 1.3542rem;
  height: 1.3542rem;
}
.traffic-item-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 1.3542rem;
  padding-left: 0.1563rem;
  font-size: 0.0729rem;
}
.info {
  box-sizing: border-box;
  height: 0.4688rem;
  padding: 0.1302rem;
  background: #F2FAFB;
  color: #666;
  font-size: 0.0729rem;
  border-radius: 10px;
  margin-bottom: 0.1042rem;
}
.bottom {
  position: relative;
  padding-top: 0.1042rem;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.bottom .info-ercode {
  bottom: 100%;
  left: 97%;
}
.add-icon {
  width: 0.2083rem;
  height: 0.2083rem;
  margin-left: auto;
}
.traffic-item:hover {
  background: linear-gradient(180deg, #E6FCFF 0%, #FFFFFF 22%);
  border: 1px solid #B5EAF1;
}
.traffic-item:hover .title {
  font-weight: bold;
}
.traffic-item:hover .info {
  color: #333;
}
.price .normal {
  font-size: 0.0729rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .desc-content {
    margin-left: auto;
  }
  .desc-content p {
    font-size: 0.32rem;
  }
  .sub-title {
    font-size: 0.4267rem;
  }
  .sub-title .icon {
    width: 0.5333rem;
    height: 0.5333rem;
  }
  .main-title {
    font-size: 0.64rem;
    padding: 0 0.5333rem;
  }
  .desc-wrap {
    flex-wrap: wrap;
  }
  .desc-nav {
    padding: 0 0.5333rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5333rem;
  }
  .desc-nav li a {
    width: auto;
    padding: 0.2667rem;
    margin-bottom: 0.2667rem;
    font-size: 0.32rem;
  }
  .desc-content {
    padding: 0.5333rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .desc-content .title {
    font-size: 0.5333rem;
    margin-bottom: 0.5333rem;
  }
  .desc-content .title .icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.3rem;
  }
  .traffic-item {
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5333rem;
  }
  .traffic-item .title {
    font-size: 0.5333rem;
  }
  .traffic-img {
    width: 100%;
    height: auto;
  }
  .traffic-item-right {
    height: auto;
  }
  .traffic-info {
    margin-bottom: 0.8rem;
    font-size: 0.32rem;
  }
  .traffic-info .icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1333rem;
  }
  .info {
    font-size: 0.32rem;
    height: auto;
    padding: 0.5333rem;
  }
  .price {
    width: 100%;
  }
  .add-icon {
    width: 1rem;
    height: 1rem;
  }
  .price .normal {
    font-size: 0.2667rem;
  }
  .info {
    font-size: 0.32rem;
    margin-bottom: 0.5333rem;
    padding-bottom: 0.5333rem;
  }
  .bottom {
    flex-wrap: wrap;
    height: auto;
  }
  .bottom .info-ercode {
    bottom: 50%;
    left: 90%;
  }
}
