.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%;
  padding: 0.525rem 0.45rem 0.4875rem 0.45rem;
  background-color: #fff;
  border-radius: 0.12rem;
  margin-bottom: 0.36rem;
  position: relative;
}
.content .box .list .item::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item .left {
  float: left;
}
.content .box .list .item .left .time {
  width: 0.5rem;
  color: #319ee3;
  text-align: center;
  float: left;
  position: relative;
}
.content .box .list .item .left .time .data {
  font-family: DINOT-CONDBOLD;
  font-size: 0.36rem;
  line-height: 0.36rem;
}
.content .box .list .item .left .time .line {
  width: 100%;
  height: 0.015rem;
  background-color: #319ee3;
  margin-top: 0.0825rem;
  margin-bottom: 0.0525rem;
}
.content .box .list .item .left .time .month {
  font-size: 0.105rem;
  line-height: 0.105rem;
}
.content .box .list .item .right {
  float: right;
  width: 8.40002rem;
  position: relative;
}
.content .box .list .item .right .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  transition: 0.5s;
}
.content .box .list .item .right .p {
  font-size: 0.12rem;
  line-height: 2;
  color: #8c8c8c;
  margin-top: 0.195rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content .box .list .item .right .img {
  width: 4.97251rem;
  height: 2.79751rem;
  position: relative;
  overflow: hidden;
  margin-top: 0.3225rem;
  background-color: #f6f6f6;
}
.content .box .list .item .right .img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -50%;
  bottom: -50%;
  margin: auto;
  transition: 0.5s;
}
.content .box .list .item .right .button {
  width: 1.1325rem;
  height: 0.2625rem;
  border: solid 2px #2f9ee2;
  border-radius: 0.2625rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  line-height: 0.2625rem;
  text-align: center;
  font-size: 0.135rem;
}
.content .box .list .item .right .button span {
  vertical-align: middle;
  color: #2f9ee2;
  transition: 0.5s;
}
.content .box .list .item .right .button svg {
  width: 0.1875rem;
  display: inline-block;
  margin-left: 0.09rem;
  vertical-align: middle;
}
.content .box .list .item .right .button svg .cls-1 {
  transition: 0.5s;
}
.content .box .list .item .right .button svg .cls-2 {
  transition: 0.5s;
}
.content .box .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .list .item:hover .right .title {
  color: #319ee3;
}
.content .box .list .item:hover .right .img img {
  transform: scale(1.1);
}
.content .box .list .item:hover .right .button {
  background-color: #319ee3;
}
.content .box .list .item:hover .right .button span {
  color: #fff;
}
.content .box .list .item:hover .right .button svg .cls-1 {
  stroke: #fff;
}
.content .box .list .item:hover .right .button svg .cls-2 {
  fill: #fff;
}
.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 .left .time {
    width: 0.7rem;
    color: #319ee3;
    text-align: center;
    float: left;
    position: relative;
  }
  .content .box .list .item .right {
    float: right;
    width: 10.40002rem;
    position: relative;
  }
  .content .box .list .item .right .title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    transition: 0.5s;
  }
  .content .box .list .item .right .p {
    font-size: 0.21rem;
    line-height: 2;
    color: #8c8c8c;
    margin-top: 0.195rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .content .box .list .item .right .button {
    width: 2rem;
    height: 0.4rem;
    border: solid 2px #2f9ee2;
    border-radius: 0.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
  }
  .content .box .list .item .right .button svg {
    width: 0.3rem;
    display: inline-block;
    margin-left: 0.09rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1020px) {
  .content .box .list .item {
    width: calc(100% - 0.6rem);
    padding: 0.525rem 0.3rem 0.4875rem 0.3rem;
    background-color: #fff;
    border-radius: 0.12rem;
    margin-bottom: 0.36rem;
    position: relative;
  }
  .content .box .list .item .right {
    float: right;
    width: calc(100% - 1rem);
    position: relative;
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .content .box .info .time {
    font-size: 0.24rem;
    line-height: 1;
    color: #333333;
    float: left;
  }
  .content .box .info .source {
    font-size: 0.24rem;
    line-height: 1;
    color: #333333;
    float: left;
  }
  .content .box .list .item .left .time {
    width: 100%;
    color: #319ee3;
    text-align: center;
    float: left;
    position: relative;
  }
  .content .box .list .item .left .time .line {
    display: none;
  }
  .content .box .list .item .left .time .data {
    font-family: Arial;
    display: inline-block;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.18rem;
    position: relative;
    vertical-align: middle;
  }
  .content .box .list .item .left .time .data::after {
    content: "";
    width: 0.12rem;
    height: 0.015rem;
    background-color: #319ee3;
    position: absolute;
    top: 0.1775rem;
    left: -0.13rem;
  }
  .content .box .list .item .left .time .month {
    display: inline;
    float: left;
    font-size: 0.36rem;
    line-height: 1;
    vertical-align: middle;
  }
  .content .box .list .item .right {
    float: right;
    width: 100%;
    position: relative;
    padding-bottom: 0.9rem;
    margin-top: 0.3rem;
  }
  .content .box .list .item .right .img {
    width: 100%;
    height: 3.5rem;
    position: relative;
    overflow: hidden;
    margin-top: 0.3225rem;
  }
  .content .box .list .item .right .p {
    font-size: 0.28rem;
    line-height: 1.5;
    color: #8c8c8c;
    margin-top: 0.195rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
