.pc-show .index-banner {
    height: 20rem;
    padding-top: 5.25rem;
    background: url("https://images.zx.lexgos.com/assets/image/pc/news_banner.png");
    background-size: 100% 100%;
}

.pc-show .index-banner .banner-main {
    width: 75rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
}

.pc-show .index-banner .banner-main .banner-text1 {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.pc-show .index-banner .banner-main .banner-text2 {
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 2rem;
    color: #ffffff;
}

.h5-show .index-banner-h5 {
    width: 100%;
    height: 66.5rem;
    padding: 25rem 6rem 0;
    background: url("https://images.zx.lexgos.com/assets/image/h5/news_banner.png");
    background-size: 100% 100%;
    
}

.h5-show .index-banner-h5 .banner-text1 {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.75rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.h5-show .index-banner-h5 .banner-text2 {
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 7rem;
    color: #ffffff;
}

.h5-show .index-banner-h5 .banner-text3 {
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 7rem;
    color: #ffffff;
}

.pc-show .index-content {
    width: 100%;
    padding: 2rem 0 4rem 0;
    background: #fff;
}

.pc-show .index-swiper {
    width: 75rem;
    margin: 0 auto;
}

.pc-show .index-swiper .news-swiper {
    overflow: hidden;
}

.pc-show .index-swiper .news-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 25rem;
}

.pc-show .index-swiper .news-swiper .swiper-slide .slide-li {
    height: 22.5rem;
    display: flex;
    background: #f2f5f7;
    padding: 1.5rem;
}

.pc-show .index-swiper .news-swiper .swiper-slide .slide-li>img {
    width: 36rem;
    height: 100%;
    margin-right: 3rem;
}

.pc-show .index-swiper .news-swiper .swiper-slide .slide-li .slide-date {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.9rem;
    color: #999999;
}

.pc-show .index-swiper .news-swiper .swiper-slide .slide-li .slide-title {
    font-family: HarmonyOS Sans SC;
    font-weight: 550;
    font-size: 1rem;
    color: #b7945c;
    margin-top: 0.5rem;
}

.pc-show .index-swiper .news-swiper .swiper-slide .slide-li .slide-info {
    margin: 2.25rem 0 2.75rem 0;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.7rem;
    color: #666666;
}

.pc-show .index-swiper .news-swiper .swiper-slide .slide-li .slide-operate {
    width: 6rem;
    height: 2.25rem;
    display: block;
    text-align: center;
    line-height: 2.25rem;
    background: #ffffff;
    border-radius: 0.3rem;
    border: 1px solid #bcb8b1;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.7rem;
    color: #b7945c;
    cursor: pointer;
}

.pc-show .news-swiper .swiper-pagination-bullet {
    width: 0.55rem;
    height: 0.55rem;
    background: rgb(255, 255, 255) !important;
    border: 1px solid #b7945c !important;
}

.pc-show .news-swiper .swiper-pagination-bullet-active {
    background: #b7945c !important;
    border: 1px solid #b7945c !important;
}

.pc-show .news-swiper .news-swiper-pagination {
    bottom: 0rem !important;
    display: flex !important;
    justify-content: center !important;
}

.pc-show .news-list {
    width: 100%;
}


.pc-show .news-list .news-li {
    width: 100%;
    transition: all ease-in-out 0.25s;
}

.pc-show .news-list .news-li:hover {
    background: #f1f1f1;
}

.pc-show .news-list .news-li .news-item {
    width: 75rem;
    padding: 2rem 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.pc-show .news-list .news-li .news-item .news-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pc-show .news-list .news-li .news-item .news-date>p:nth-child(1) {
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.8rem;
    color: #afafaf;
    margin: 1.2rem 0 0.4rem 0;
}

.pc-show .news-list .news-li .news-item .news-date>p:nth-child(2) {
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 3rem;
    color: #afafaf;
    margin-top: -0.5rem;
}

.pc-show .news-list .news-li .news-item .news-item-content {
    flex: 1;
    margin: 0 15rem 0 2rem;
}

.pc-show .news-list .news-li .news-item .news-item-content .news-title {
    font-family: HarmonyOS Sans SC;
    font-weight: 550;
    font-size: 1rem;
    color: #333333;
    margin-bottom: 0.75rem;
}

.pc-show .news-list .news-li-select .news-item .news-item-content .news-title {
    color: #b7945c;
}

.pc-show .news-list .news-li .news-item .news-item-content .news-info {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.7rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.15rem;
}

.pc-show .news-list .news-li-select .news-item .news-item-content .news-info {
    color: #b7945c;
}

.pc-show .news-list .news-li .news-item .news-operate img {
    width: 3.3rem;
    height: 3.3rem;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
}

.pc-show .news-list .news-li-select .news-item {
    width: 75rem;
    padding: 2rem 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}

.pc-show .news-list .news-li-select .news-item .news-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pc-show .news-list .news-li-select .news-item .news-date>p:nth-child(1) {
    color: #b7945c !important;
}


.pc-show .news-list .news-li-select .news-item .news-date>p:nth-child(2) {
    color: #b7945c !important;
}


.pc-show .news-list .news-page {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.pc-show .news-list .news-page .number {
    width: 2.3rem;
    height: 2.3rem;
    text-align: center;
    line-height: 2.3rem;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.75rem;
    color: #666666;
}

.pc-show .news-list .news-page .active {
    background: #999999 !important;
    border: 1px solid #999999;
    color: #fff;
}

.pc-show .news-list .news-page .btn-next,
.pc-show .news-list .news-page .btn-prev {
    display: none !important;
}

.h5-show .news-list-h5 {
    width: 100%;
    padding: 10rem 6rem;
}

.h5-show .news-list-h5 .news-li {
    display: block;
    width: 100%;
    padding: 5rem 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin-top: -1px;
}

.h5-show .news-list-h5 .news-li .news-title {
    font-family: HarmonyOS Sans SC;
    font-weight: 550;
    font-size: 4rem;
    color: #333333;
}

.h5-show .news-list-h5 .news-li .news-info {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.25rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 3rem 0 5rem 0;
}

.h5-show .news-list-h5 .news-li .news-date {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3rem;
    color: #999999;
}

.h5-show .news-page {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

.h5-show .news-page .el-pagination {
    display: flex;
    justify-content: center;
}

.h5-show .news-list-h5 .news-page .number {
    width: 7.5rem;
    height: 7.5rem;
    text-align: center;
    line-height: 7.5rem;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3rem;
    color: #666666;
}

.h5-show .news-list-h5 .news-page .active {
    background: #999999 !important;
    border: 1px solid #999999;
}

.h5-show .news-list-h5 .news-page .btn-next,
.h5-show .news-list-h5 .news-page .btn-prev {
    display: none !important;
}

.h5-show .index-swiper-h5 {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10rem;
}

.h5-show .index-swiper-h5 .news-swiper-h5 {
    width: 85%;
    height: 108rem;
    position: relative;
    margin: 0 auto;
    overflow: visible;
}

.h5-show .index-swiper-h5 .news-swiper-h5 .slide-li-h5 {
    width: 95%;
    height: 95rem;
    background: #f2f5f7;
    display: flex;
    flex-direction: column;
}

.h5-show .index-swiper-h5 .news-swiper-h5 .slide-li-h5>img {
    width: 100%;
    height: 35rem;
}

.h5-show .index-swiper-h5 .news-swiper-h5 .slide-li-h5 .slide-content {
    flex: 1;
    width: 100%;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.h5-show .index-swiper-h5 .news-swiper-h5 .slide-li-h5 .slide-content .slide-date {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.25rem;
    color: #666666;
}

.h5-show .index-swiper-h5 .news-swiper-h5 .slide-li-h5 .slide-content .slide-title {
    min-height: 13rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 4rem;
    color: #b7945c;
    margin: 1.5rem 0 3rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h5-show .index-swiper-h5 .news-swiper-h5 .slide-li-h5 .slide-content .slide-info {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.25rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h5-show .index-swiper-h5 .news-swiper-h5 .slide-li-h5 .slide-content .slide-operate {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22rem;
    height: 8.5rem;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #bcb8b1;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3rem;
    color: #b7945c;
}

.h5-show .index-swiper-h5 .swiper-pagination-bullet {
    width: 2.25rem !important;
    height: 2.25rem !important;
    background: #979797 !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.h5-show .index-swiper-h5 .swiper-pagination-bullet-active {
    width: 2.25rem !important;
    height: 2.25rem !important;
    background: #b7945c !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.h5-show .index-swiper-h5 .news-swiper-pagination-h5 {
    bottom: 2.5rem !important;
    display: flex !important;
    justify-content: center !important;
    position: absolute !important;
}