.page-news {
  background-color: #F5F5F6;
  transition: all 0.3s;
}

.page-news .banner {
  width: 100%;
}

.page-news .banner .bg {
  width: 100%;
}

@media screen and (min-width: 521px) {
  .page-news .cus-news {
    width: 12.3rem;
    padding-bottom: 0.384rem;
    margin: 0 auto;
  }

  .page-news .cus-news .tabs {
    display: flex;
    align-items: center;
    width: 2.79rem;
    height: 0.34rem;
    background: white;
    border: 1px #2589ff solid;
    border-radius: 0.192rem;
    margin: 0.3072rem auto 0.2112rem;
    overflow: hidden;
    cursor: pointer;
  }

  .page-news .cus-news .tabs .tab {
    flex: 1;
    height: 100%;
    font-size: 0.14rem;
    color: #1B1B1B;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .page-news .cus-news .tabs .tab.active {
    background: #2589FF;
    color: white;
  }

  .page-news .cus-news .cus-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .page-news .cus-news .cus-cards .cus-card {
    width: calc((100% - 0.2rem * 4) / 4);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin: 0.1248rem 0.1rem;
    box-shadow: 2px 2px 5px #ededed;
    transition: all 0.2s;
    transform: scale3d(1.0, 1.0, 1.0);
    cursor: pointer;
    height: 2.88rem;
    position: relative;
  }

  .page-news .cus-news .cus-cards .cus-card:hover {
    transform: scale3d(1.02, 1.02, 1.02);
    box-shadow: 1px 4px 10px #2589FF;
    background-color: #2589FF;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .pic {
    height: 0;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .title {
    color: white;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .title.line-1 {
    line-height: 0.288rem;
    display: block;
    overflow: visible;
    white-space: normal;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .desc {
    color: white;
    max-height: 1.92rem;
    border-top: 1px white solid;
    padding-top: 0.1689rem;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .desc.line-2 {
    -webkit-line-clamp: 5;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .time-bar {
    border-top: 1px #ededed00 solid;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .time-bar .time {
    color: white;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .time-bar .icon-more {
    display: flex;
  }

  .page-news .cus-news .cus-cards .cus-card .pic {
    display: block;
    width: 100%;
    height: 1.561rem;
    object-fit: cover;
    transition: all 0.1s;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper {
    padding: 0.13rem 0.169rem;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .title {
    font-size: 0.159rem;
    color: #1B1B1B;
    margin-top: 0.0576rem;
    line-height: 0.192rem;
    font-weight: bold;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .title.line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .desc {
    font-size: 0.121rem;
    color: #808080;
    margin-top: 0.1152rem;
    margin-bottom: 0.1rem;
    line-height: 0.192rem;
    max-height: 0.384rem;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .desc.line-2 {
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .time-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px #ededed solid;
    padding-top: 0.0384rem;
    position: absolute;
    left: 0.169rem;
    right: 0.169rem;
    bottom: 0.169rem;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .time-bar .time {
    font-size: 0.121rem;
    color: #808080;
    line-height: 0.171rem;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .time-bar .icon-more {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .time-bar .icon-more img {
    display: block;
    width: 0.159rem;
    height: 0.159rem;
  }

  .page-news .pagination {
    display: flex;
    justify-content: center;
  }

  .page-news .m-pagination {
    margin: 0.16rem 0;
  }

  .page-news .m-pagination.center {
    text-align: center;
  }

  .page-news .m-pagination-wrap {
    display: inline-block;
    height: 0.32rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
  }

  .page-news .m-pagination-wrap .u-item {
    min-width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    user-select: none;
    border: 0.01rem solid #d9d9d9;
    border-radius: 0.04rem;
    cursor: pointer;
    padding: 0 0.08rem;
  }

  .page-news .m-pagination-wrap .u-item.border-0 {
    border: 0 solid #d9d9d9;
  }

  .page-news .m-pagination-wrap .u-item:hover {
    font-weight: 500;
    color: #1890ff;
    border-color: #1890ff;
  }

  .page-news .m-pagination-wrap .u-item:not(:last-child) {
    margin-right: 0.08rem;
  }

  .page-news .m-pagination-wrap .u-item.active {
    background-color: #1890ff;
    color: white;
    border: 0.02rem solid #1890ff;
  }

  .page-news .m-pagination-wrap .disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.25);
    background: #fff;
    border-color: #d9d9d9;
    cursor: not-allowed;
  }

  .page-news .m-pagination-wrap .disabled:hover {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-color: #d9d9d9;
  }
}

@media screen and (max-width: 520px) {
  .page-news .banner .bg {
    width: 100%;
    height: 2.2rem;
    object-fit: cover;
  }

  .page-news .cus-news {
    padding-bottom: 0.384rem;
    margin: 0 0.24rem;
  }

  .page-news .cus-news .tabs {
    display: flex;
    align-items: center;
    width: 2.79rem;
    height: 0.34rem;
    background: white;
    border: 1px #2589ff solid;
    border-radius: 0.192rem;
    margin: 0.3072rem auto 0.2112rem;
    overflow: hidden;
  }

  .page-news .cus-news .tabs .tab {
    flex: 1;
    height: 100%;
    font-size: 0.14rem;
    color: #1B1B1B;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .page-news .cus-news .tabs .tab.active {
    background: #2589FF;
    color: white;
  }

  .page-news .cus-news .cus-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .page-news .cus-news .cus-cards .cus-card {
    width: calc((100% - 0.2rem * 2) / 2);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin: 0.1248rem 0.1rem;
    box-shadow: 2px 2px 5px #ededed;
    transition: all 0.2s;
    transform: scale3d(1.0, 1.0, 1.0);
    cursor: pointer;
    height: 2.88rem;
    position: relative;
  }

  .page-news .cus-news .cus-cards .cus-card:hover {
    transform: scale3d(1.02, 1.02, 1.02);
    box-shadow: 1px 4px 10px #2589FF;
    background-color: #2589FF;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .pic {
    height: 0;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .title {
    color: white;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .title.line-1 {
    line-height: 0.288rem;
    display: block;
    overflow: visible;
    white-space: normal;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .desc {
    color: white;
    max-height: 1.92rem;
    border-top: 1px white solid;
    padding-top: 0.1689rem;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .desc.line-2 {
    -webkit-line-clamp: 5;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .time-bar {
    border-top: 1px #ededed00 solid;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .time-bar .time {
    color: white;
  }

  .page-news .cus-news .cus-cards .cus-card:hover .info-wrapper .time-bar .icon-more {
    display: flex;
  }

  .page-news .cus-news .cus-cards .cus-card .pic {
    display: block;
    width: 100%;
    height: 1.561rem;
    object-fit: cover;
    transition: all 0.1s;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper {
    padding: 0.13rem 0.169rem;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .title {
    font-size: 0.159rem;
    color: #1B1B1B;
    margin-top: 0.0576rem;
    line-height: 0.192rem;
    font-weight: bold;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .title.line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .desc {
    font-size: 0.1452rem;
    color: #808080;
    margin-top: 0.1152rem;
    margin-bottom: 0.1rem;
    line-height: 0.235rem;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .desc.line-2 {
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .time-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px #ededed solid;
    padding-top: 0.04rem;
    position: absolute;
    left: 0.169rem;
    right: 0.169rem;
    bottom: 0.089rem;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .time-bar .time {
    font-size: 0.121rem;
    color: #808080;
    line-height: 0.171rem;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .time-bar .icon-more {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
  }

  .page-news .cus-news .cus-cards .cus-card .info-wrapper .time-bar .icon-more img {
    display: block;
    width: 0.159rem;
    height: 0.159rem;
  }

  .page-news .pagination {
    display: flex;
    justify-content: center;
  }

  .page-news .m-pagination {
    margin: 0.16rem 0;
  }

  .page-news .m-pagination.center {
    text-align: center;
  }

  .page-news .m-pagination-wrap {
    display: inline-block;
    height: 0.32rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
  }

  .page-news .m-pagination-wrap .u-item {
    min-width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    user-select: none;
    border: 0.01rem solid #d9d9d9;
    border-radius: 0.04rem;
    cursor: pointer;
    line-height: 0.3rem;
    padding: 0 0.08rem;
  }

  .page-news .m-pagination-wrap .u-item.border-0 {
    border: 0 solid #d9d9d9;
  }

  .page-news .m-pagination-wrap .u-item:hover {
    font-weight: 500;
    color: #1890ff;
    border-color: #1890ff;
  }

  .page-news .m-pagination-wrap .u-item:not(:last-child) {
    margin-right: 0.08rem;
  }

  .page-news .m-pagination-wrap .u-item.active {
    background-color: #1890ff;
    color: white;
    border: 0.02rem solid #1890ff;
  }

  .page-news .m-pagination-wrap .disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.25);
    background: #fff;
    border-color: #d9d9d9;
    cursor: not-allowed;
  }

  .page-news .m-pagination-wrap .disabled:hover {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-color: #d9d9d9;
  }
}

/* ========== ��������ҳ ========== */
.page-news-detail {
  background-color: #F5F5F6;
  transition: all 0.3s;
  padding-bottom: 0.2rem;
}

.page-news-detail .banner {
  width: 100%;
}

.page-news-detail .banner .bg {
  width: 100%;
}

.page-news-detail .bg {
  cursor: pointer;
}

.page-news-detail strong {
  font-weight: bold;
}

@media screen and (min-width: 521px) {
  .page-news-detail .content {
    width: 12.3rem;
    border-radius: 0.1rem;
    margin: 0 auto;
    background-color: white;
  }

  .page-news-detail .content .header {
    background-color: #D3E3FD;
    height: 0.6rem;
    display: flex;
    align-items: center;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
  }

  .page-news-detail .content .header .mac-style {
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .page-news-detail .content .header .mac-style .c1,
  .page-news-detail .content .header .mac-style .c2,
  .page-news-detail .content .header .mac-style .c3 {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.7rem;
    margin: 0 0.03rem;
  }

  .page-news-detail .content .header .mac-style .c1 {
    background-color: #FF734B;
  }

  .page-news-detail .content .header .mac-style .c2 {
    background-color: #FFD400;
  }

  .page-news-detail .content .header .mac-style .c3 {
    background-color: #00AF81;
  }

  .page-news-detail .content .header .title {
    font-size: 0.14rem;
    color: #1B1B1B;
  }

  .page-news-detail .content .header .title a {
    color: inherit;
    text-decoration: none;
  }

  .page-news-detail .content .content-wrapper {
    padding: 0.4rem 0.9rem;
  }

  .page-news-detail .content .content-wrapper .big-title {
    font-weight: bold;
    font-size: 0.28rem;
    color: #2589FF;
    text-align: center;
    line-height: 1.5;
  }

  .page-news-detail .content .content-wrapper .sub-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    border-bottom: 1px #DBDBDB solid;
  }

  .page-news-detail .content .content-wrapper .sub-info .text {
    font-weight: 400;
    font-size: 0.14rem;
    color: #989898;
  }

  .page-news-detail .content .content-wrapper .rich-text {
    padding-top: 0.24rem;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.5;
  }

  .page-news-detail .content .content-wrapper .rich-text p,
  .page-news-detail .content .content-wrapper .rich-text div {
    margin-bottom: 0;
  }

  .page-news-detail .content .content-wrapper .rich-text p {
    line-height: 1.6;
    word-wrap: break-word;
    margin: 1em 0;
  }

  .page-news-detail .content .content-wrapper .rich-text img {
    max-width: 100%;
  }

  .page-news-detail .content .pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.24rem 0.9rem 0.7rem;
  }

  .page-news-detail .content .pagination .pre,
  .page-news-detail .content .pagination .next {
    display: flex;
    align-items: center;
  }

  .page-news-detail .content .pagination .label {
    font-size: 0.14rem;
    color: #1B1B1B;
    font-weight: bold;
    white-space: nowrap !important;
  }

  .page-news-detail .content .pagination .link {
    font-size: 0.14rem;
    color: #FF8125;
    margin-left: 0.24rem;
    cursor: pointer;
    line-height: 1.5;
    max-width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-news-detail .content .pagination .next .link {
    margin-right: 0.28rem;
  }
}

@media screen and (max-width: 520px) {
  .page-news-detail .banner .bg {
    width: 100%;
    height: 2.4rem;
    margin-bottom: 0.24rem;
    object-fit: cover;
  }

  .page-news-detail .content {
    border-radius: 0.1rem;
    margin: 0 0.24rem;
    background-color: white;
  }

  .page-news-detail .content .header {
    background-color: #D3E3FD;
    height: 0.6rem;
    display: flex;
    align-items: center;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
  }

  .page-news-detail .content .header .mac-style {
    display: flex;
    align-items: center;
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }

  .page-news-detail .content .header .mac-style .c1,
  .page-news-detail .content .header .mac-style .c2,
  .page-news-detail .content .header .mac-style .c3 {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.7rem;
    margin: 0 0.03rem;
  }

  .page-news-detail .content .header .mac-style .c1 {
    background-color: #FF734B;
  }

  .page-news-detail .content .header .mac-style .c2 {
    background-color: #FFD400;
  }

  .page-news-detail .content .header .mac-style .c3 {
    background-color: #00AF81;
  }

  .page-news-detail .content .header .title {
    font-size: 0.14rem;
    color: #1B1B1B;
  }

  .page-news-detail .content .header .title a {
    color: inherit;
    text-decoration: none;
  }

  .page-news-detail .content .content-wrapper {
    padding: 0.4rem 0.24rem;
  }

  .page-news-detail .content .content-wrapper .big-title {
    font-weight: bold;
    font-size: 0.2rem;
    line-height: 1.5;
    color: #2589FF;
    text-align: center;
  }

  .page-news-detail .content .content-wrapper .sub-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
    border-bottom: 1px #DBDBDB solid;
  }

  .page-news-detail .content .content-wrapper .sub-info .text {
    font-weight: 400;
    font-size: 0.12rem;
    color: #989898;
  }

  .page-news-detail .content .content-wrapper .rich-text {
    padding-top: 0.24rem;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.5;
    text-align: justify;
  }

  .page-news-detail .content .content-wrapper .rich-text p,
  .page-news-detail .content .content-wrapper .rich-text div {
    margin-bottom: 0;
  }

  .page-news-detail .content .content-wrapper .rich-text p {
    line-height: 1.6;
    word-wrap: break-word;
    margin: 1em 0;
  }

  .page-news-detail .content .content-wrapper .rich-text img {
    width: 100% !important;
  }

  .page-news-detail .content .pagination {
    display: flex;
    flex-direction: column;
    padding-left: 0.24rem;
    padding-bottom: 0.32rem;
  }

  .page-news-detail .content .pagination .pre,
  .page-news-detail .content .pagination .next {
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
  }

  .page-news-detail .content .pagination .label {
    font-size: 0.14rem;
    color: #1B1B1B;
    font-weight: bold;
    white-space: nowrap !important;
  }

  .page-news-detail .content .pagination .link {
    font-size: 0.14rem;
    color: #FF8125;
    margin-left: 0.16rem;
    cursor: pointer;
    line-height: 1.5;
  }
}
