.content {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.14rem;
}
.content .box {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 0.66rem;
  position: relative;
}
.content .box .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.75rem;
}
.content .box .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content .box .list .item {
  width: 100%;
  height: 1.545rem;
  border-radius: 0.12rem;
  background-color: #fff;
  margin-bottom: 0.315rem;
  position: relative;
  transition: 0.5s;
}
.content .box .list .item .time {
  width: 1.0875rem;
  color: #319ee3;
  text-align: center;
  float: left;
  margin-top: 0.2rem;
  margin-right: 0.315rem;
  position: relative;
}
.content .box .list .item .time .data {
  font-family: DINOT-CONDBOLD;
  font-size: 0.36rem;
  line-height: 0.36rem;
}
.content .box .list .item .time .line {
  width: 0.4275rem;
  margin: 0 auto;
  height: 0.015rem;
  background-color: #319ee3;
  margin-top: 0.075rem;
}
.content .box .list .item .time .month {
  font-size: 0.105rem;
  line-height: 0.105rem;
  margin-top: 0.0525rem;
}
.content .box .list .item .text {
  width: 8.74502rem;
  float: left;
  margin-top: 0.36rem;
}
.content .box .list .item .text .title {
  width: 100%;
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 0;
}
.content .box .list .item .text .p {
  font-size: 0.12rem;
  line-height: 2;
  color: #8c8c8c;
  margin-top: 0.225rem;
  text-align: justify;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content .box .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .list .item:hover {
  box-shadow: 0px 0px 0.135rem 0px rgba(0, 0, 0, 0.1);
}
.content .box .list .item:hover .text .title {
  color: #319ee3;
}
.content .box .list .item:hover .text .p {
  color: #319ee3;
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
  .content .box .list .item .time {
    width: 1.0875rem;
    color: #319ee3;
    text-align: center;
    float: left;
    margin-top: 0.4rem;
    margin-right: 0.315rem;
    position: relative;
  }
  .content .box .list .item .time .data {
    font-family: DINOT-CONDBOLD;
    font-size: 0.45rem;
    line-height: 0.36rem;
  }
  .content .box .list .item .time .month {
    font-size: 0.16rem;
    line-height: 0.16rem;
    margin-top: 0.0525rem;
  }
  .content .box .list .item .text {
    width: calc(100% - 1.7rem);
    float: left;
    margin-top: 0.36rem;
  }
  .content .box .list .item {
    width: 100%;
    height: 2rem;
    border-radius: 0.12rem;
    background-color: #fff;
    margin-bottom: 0.315rem;
    position: relative;
    transition: 0.5s;
  }
  .content .box .list .item .text .title {
    width: 100%;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 0;
  }
  .content .box .list .item .text .p {
    font-size: 0.18rem;
    line-height: 2;
    color: #8c8c8c;
    margin-top: 0.225rem;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .content .box .list .item .time {
    width: 1.4rem;
    color: #319ee3;
    text-align: center;
    float: left;
    margin-top: 0.4rem;
    margin-right: 0.315rem;
    position: relative;
  }
  .content .box .list .item .time .month {
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-top: 0.0525rem;
  }
  .content .box .list .item .text {
    width: calc(100% - 1.85rem);
    float: left;
    margin-top: 0.36rem;
  }
  .content .box .list .item .text .p {
    font-size: 0.28rem;
    line-height: 1.5;
    color: #8c8c8c;
    margin-top: 0.225rem;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
