@media screen and (min-width: 1024px) {
  .news-container {
    width: 19.2rem;
    height: 7.2rem;
    background-image: url('../../public/images/news/bg.jpg');
    background-size: 19.2rem 7.2rem;
    background-repeat: no-repeat;
    position: relative;
  }
  .news-content {
    width: 19.2rem;
    padding-left: 3.6rem;
    padding-right: 3.59rem;
    padding-top: 0.31rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  .news-content .news-item {
    width: 5.95rem;
    height: 5.67rem;
    border-top: 0.01rem solid #d3e2ea;
    border-right: 0.01rem solid #d3e2ea;
    box-sizing: border-box;
    overflow: hidden;
  }
  .news-content .news-item .head {
    width: 5.8rem;
    height: 2.9rem;
    transition: 0.5s;
    cursor: pointer;
  }
  .news-content .news-item .head:hover {
    transform: scale(1.05, 1.05);
  }
  .news-content .news-item .name {
    height: 0.31rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
    margin-top: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
  }
  .news-content .news-item .intro {
    width: 5.12rem;
    font-size: 0.16rem !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #999999 !important;
    line-height: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-content .news-item .intro h1 {
    font-size: 0.16rem !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #999999 !important;
    line-height: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 !important;
  }
  .news-content .news-item span,
  .news-content .news-item p {
    width: 5.12rem;
    font-size: 0.16rem !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #999999 !important;
    line-height: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.16rem;
  }
  .news-content .news-item .more-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
    cursor: pointer;
  }
  .news-content .news-item .more-time h2 {
    font-size: 0.48rem;
    font-family: DIN, DIN-Bold;
    font-weight: 700;
    text-align: center;
    color: #ededed;
  }
  .news-content .news-item .more-time .content {
    height: 0.45rem;
    border: 0.01rem solid #3c80ff;
    border-radius: 0.06rem;
    display: flex ;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 0.13rem 0;
    padding-left: 0.1rem;
    padding-right: 0.14rem;
    margin-right: 0.2rem;
    box-sizing: border-box;
  }
  .news-content .news-item .more-time .content li {
    font-size: 0.14rem !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #3c80ff !important;
    letter-spacing: 0.01rem;
  }
  .news-content .news-item .more-time .content .wx {
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.1rem;
  }
  .news-content .news-item .more-time .content .xz {
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.1rem;
    display: none;
  }
  .news-content .news-item .more-time .content:hover {
    background: #3c80ff;
    border: 0.01rem solid #ffffff;
  }
  .news-content .news-item .more-time .content:hover li {
    color: #ffffff !important;
  }
  .news-content .news-item .more-time .content:hover .wx {
    display: none;
  }
  .news-content .news-item .more-time .content:hover .xz {
    display: block;
  }
  .news-content .news-item:hover .name {
    color: #3c80ff;
  }
  .news-content .news-item:hover .more-time h2 {
    color: #3c80ff;
  }
  .news-content .news-item:hover .more-time .content {
    display: block !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .news-content .news-item:nth-of-type(2n) {
    border-right: none !important;
    padding-left: 0.2rem;
    box-sizing: border-box;
  }
  .news-content .news-item:nth-child(n+3) {
    height: 5.86rem;
    padding-top: 0.6rem;
    box-sizing: border-box;
  }
  .news-content .news-item:nth-child(1) {
    border-top: none;
  }
  .news-content .news-item:nth-child(2) {
    border-top: none;
  }
  .news-content .news-item:nth-child(7),
  .news-content .news-item:nth-child(8) {
    height: 5.5rem;
  }
  .news-pagination {
    margin-top: 1rem;
    margin-left: 9.15rem;
    margin-bottom: 1.02rem;
  }
  .news-pagination .el-pagination.is-background .btn-next,
  .news-pagination .el-pagination.is-background .btn-prev,
  .news-pagination .el-pagination.is-background .el-pager li {
    width: 0.54rem;
    height: 0.54rem;
    text-align: center;
    line-height: 0.54rem;
  }
  .top-container-phone,
  .news-container-phone,
  .same-bottom-phone,
  .news-content-phone,
  .news-pagination-phone {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .top-container,
  .news-container,
  .same-bottom,
  .same-side {
    display: none;
  }
  .news-container-phone {
    width: 100%;
    height: 3.6rem;
    background-image: url('../../public/images/news/bg-p.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .news-content {
    width: 100%;
    padding: 0 0.32rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
  .news-content .news-item {
    width: 100%;
    height: 5rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .news-content .news-item .head {
    width: 100%;
    height: 2.9rem;
    transition: 0.5s;
    cursor: pointer;
  }
  .news-content .news-item .head:hover {
    transform: scale(1.05, 1.05);
  }
  .news-content .news-item .name {
    height: 0.31rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
    margin-top: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
  }
  .news-content .news-item .intro {
    width: 5.12rem;
    font-size: 0.16rem !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #999999 !important;
    line-height: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-content .news-item .intro h1 {
    font-size: 0.24rem !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #999999 !important;
    line-height: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 !important;
  }
  .news-content .news-item span,
  .news-content .news-item p {
    width: 5.12rem;
    font-size: 0.22rem !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #999999 !important;
    line-height: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.16rem;
  }
  .news-content .news-item .more-time {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
    cursor: pointer;
  }
  .news-content .news-item .more-time h2 {
    width: 2.36rem;
    height: 0.59rem;
    font-size: 0.48rem;
    font-family: DIN, DIN-Bold;
    font-weight: 700;
    text-align: center;
    color: #ededed;
    line-height: 0.32rem;
  }
  .news-content .news-item .more-time .content {
    width: 1.5rem;
    height: 0.45rem;
    border: 0.01rem solid #3c80ff;
    border-radius: 0.06rem;
    display: flex ;
    align-items: center;
    justify-content: center;
  }
  .news-content .news-item .more-time .content li {
    font-size: 0.22rem !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #3c80ff !important;
    letter-spacing: 0.01rem;
  }
  .news-content .news-item .more-time .content .wx {
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.1rem;
  }
  .news-content .news-item .more-time .content .xz {
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.1rem;
    display: none;
  }
  .news-content .news-item .more-time .content:hover {
    background: #3c80ff;
    border: 0.01rem solid #ffffff;
  }
  .news-content .news-item .more-time .content:hover li {
    color: #ffffff !important;
  }
  .news-content .news-item .more-time .content:hover .wx {
    display: none;
  }
  .news-content .news-item .more-time .content:hover .xz {
    display: block;
  }
  .news-pagination .el-pagination.is-background .btn-next,
  .news-pagination .el-pagination.is-background .btn-prev,
  .news-pagination .el-pagination.is-background .el-pager li {
    width: 0.54rem;
    height: 0.54rem;
    text-align: center;
    line-height: 0.54rem;
  }
}
