@media screen and (min-width: 1024px) {
  .bg {
    width: 19.2rem;
    height: 8.09rem;
    background-image: url('/img/news/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }
  .bg h1 {
    font-size: 0.64rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.06rem;
    position: absolute;
    left: 8.23rem;
    top: 3.23rem;
  }
  .bg p {
    opacity: 0.78;
    font-size: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 0.32rem;
    letter-spacing: 0.03rem;
    position: absolute;
    left: 6.65rem;
    top: 4.52rem;
  }
  .news-content {
    width: 19.2rem;
    padding: 0 3.6rem;
    padding-top: 0.61rem;
    padding-bottom: 0.6rem;
    box-sizing: border-box;
  }
  .news-content .content-box {
    display: flex;
    flex-wrap: wrap;
  }
  .news-content .content-box .content-item {
    width: 33.3%;
    height: 4.8rem;
    background: #ffffff;
    border-right: 0.01rem solid #f3f3f3;
    padding: 0.46rem 0.26rem;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
  }
  .news-content .content-box .content-item .time {
    font-size: 0.2rem;
    font-family: DIN, DIN-Bold;
    font-weight: 700;
    text-align: left;
    color: #666666;
    letter-spacing: 0.01rem;
  }
  .news-content .content-box .content-item .title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    letter-spacing: 0.01rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.14rem;
  }
  .news-content .content-box .content-item p {
    width: 3.46rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 0.24rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.34rem;
  }
  .news-content .content-box .content-item .head {
    width: 3.5rem;
    height: 1.6rem;
    background: rgba(0, 0, 0, 0);
    transition: 0.5s;
    margin-top: 0.3rem;
  }
  .news-content .content-box .content-item .more {
    margin-top: 0.36rem;
    display: flex;
    align-items: center;
  }
  .news-content .content-box .content-item .more span {
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    letter-spacing: 0.01rem;
  }
  .news-content .content-box .content-item .more .wx {
    width: 0.16rem;
    height: 0.04rem;
    margin-left: 0.11rem;
  }
  .news-content .content-box .content-item .more .xz {
    width: 0.16rem;
    height: 0.04rem;
    margin-left: 0.11rem;
    display: none;
  }
  .news-content .content-box .content-item:hover {
    border-top: 0.03rem solid #3c80ff;
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(132, 132, 132, 0.16);
  }
  .news-content .content-box .content-item:hover .head {
    transform: scale(1.05, 1.05);
  }
  .news-content .content-box .content-item:hover .more span {
    color: #3c80ff;
  }
  .news-content .content-box .content-item:hover .more .xz {
    display: block;
  }
  .news-content .content-box .content-item:hover .more .wx {
    display: none;
  }
  .news-content .content-box .content-item:nth-child(n+4) {
    margin-top: 0.43rem;
  }
  .news-content .news-pagination {
    margin-top: 0.79rem;
  }
  .news-content .news-pagination .el-pager li {
    width: 0.54rem;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.2rem;
  }
  .news-content .news-pagination button {
    width: 0.54rem;
    height: 0.54rem;
    line-height: 0.54rem;
  }
}
@media screen and (max-width: 1023px) {
  .bg {
    width: 100%;
    height: 3.5rem;
    background-image: url('/img/news/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }
  .bg h1 {
    font-size: 0.64rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.06rem;
    position: absolute;
    left: 2.23rem;
    top: 1.23rem;
  }
  .bg p {
    opacity: 0.78;
    font-size: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 0.32rem;
    letter-spacing: 0.03rem;
    position: absolute;
    left: 1rem;
    top: 2.2rem;
  }
  .news-content {
    width: 100%;
    padding: 0.33rem 0.36rem;
    box-sizing: border-box;
  }
  .news-content .content-box {
    display: flex;
    flex-wrap: wrap;
  }
  .news-content .content-box .content-item {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-right: 0.01rem solid #f3f3f3;
    padding: 0.46rem 0.26rem;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(132, 132, 132, 0.16);
  }
  .news-content .content-box .content-item .time {
    font-size: 0.26rem;
    font-family: DIN, DIN-Bold;
    font-weight: 700;
    text-align: left;
    color: #666666;
    line-height: 0.32rem;
    letter-spacing: 0.01rem;
  }
  .news-content .content-box .content-item .title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    letter-spacing: 0.01rem;
    line-height: 0.36rem;
    margin-top: 0.14rem;
  }
  .news-content .content-box .content-item p {
    width: 100%;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 0.36rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.34rem;
  }
  .news-content .content-box .content-item .head {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0);
    transition: 0.5s;
    margin-top: 0.3rem;
  }
  .news-content .content-box .content-item .more {
    margin-top: 0.36rem;
    display: flex;
    align-items: center;
  }
  .news-content .content-box .content-item .more span {
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    letter-spacing: 0.01rem;
  }
  .news-content .content-box .content-item .more .wx {
    width: 0.36rem;
    height: 0.14rem;
    margin-left: 0.11rem;
  }
  .news-content .content-box .content-item .more .xz {
    width: 0.36rem;
    height: 0.14rem;
    margin-left: 0.11rem;
    display: none;
  }
  .news-content .content-box .content-item:hover {
    border-top: 0.03rem solid #3c80ff;
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(132, 132, 132, 0.16);
  }
  .news-content .content-box .content-item:hover .head {
    transform: scale(1.05, 1.05);
  }
  .news-content .content-box .content-item:hover .more span {
    color: #3c80ff;
  }
  .news-content .content-box .content-item:hover .more .xz {
    display: block;
  }
  .news-content .content-box .content-item:hover .more .wx {
    display: none;
  }
  .news-content .content-box .content-item:nth-child(n+2) {
    margin-top: 0.43rem;
  }
  .news-content .news-pagination {
    margin-top: 0.79rem;
  }
  .news-content .news-pagination .el-pager li {
    width: 0.54rem;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.2rem;
  }
  .news-content .news-pagination button {
    width: 0.54rem;
    height: 0.54rem;
    line-height: 0.54rem;
  }
}
