html {
  font-size: 10vw;
}
.indexbox {
  width: 10rem;
  margin: 0 auto;
  background: #f5f6f1;
}
.indexbox .banner {
  background: url(../image/ydbanner.png) top center no-repeat;
  background-size: 10rem 5.66666667rem;
  width: 100%;
  height: 5.66666667rem;
}
.indexbox .conter {
  margin: 0 auto;
  width: 9.30666667rem;
  background-color: #ffffff;
  padding-top: 0.26666667rem;
}
.indexbox .conter .pic {
  width: 8.85333333rem;
  height: 5.46666667rem;
  margin: 0 auto 0.49333333rem;
}
.indexbox .conter .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexbox .conter .pic a img {
  width: 100%;
  height: 100%;
}
.indexbox .conter .newlist {
  margin: 0 auto 0.89333333rem;
  width: 8.85333333rem;
}
.indexbox .conter .newlist .title {
  width: 100%;
  height: 1.10666667rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.69333333rem;
}
.indexbox .conter .newlist .title h2 {
  width: 3.74666667rem;
  height: 1.10666667rem;
  background-color: #e5545e;
  text-align: center;
  line-height: 1.10666667rem;
  font-size: 0.48rem;
  color: #fff;
  font-weight: bold;
}
.indexbox .conter .newlist .title a {
  display: block;
  width: 5.10666667rem;
  height: 1.10666667rem;
  background-color: #2f318d;
  text-align: right;
  line-height: 1.10666667rem;
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  padding-right: 0.30666667rem;
}
.indexbox .conter .newlist ul {
  width: 100%;
}
.indexbox .conter .newlist ul li {
  width: 100%;
  margin-bottom: 0.53333333rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.29333333rem;
  border-bottom: 0.01333333rem solid #e8e8e8;
}
.indexbox .conter .newlist ul li::before {
  content: "";
  display: block;
  background: url(../image/ydtits.png) left center no-repeat;
  background-size: 0.14666667rem 0.28rem;
  width: 0.14666667rem;
  height: 0.53333333rem;
}
.indexbox .conter .newlist ul li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 8.45333333rem;
  font-size: 0.4rem;
  line-height: 0.53333333rem;
  color: #242424;
}
.indexbox .conter .newlist ul li span {
  display: block;
  width: 100%;
  text-align: right;
  color: #adadad;
  font-size: 0.34666667rem;
  margin-top: 0.38666667rem;
}
