

/* 新闻中心 */

.x-new {
    padding: .5rem 0 1rem;
    background: #f1f3f7;
    position: relative;
}

.x-new .swiper-slide {
    padding: 0 .2rem;
}

.x-new .swiper-button-next,
.x-new .swiper-button-prev {
    z-index: 9;
}

.x-new .swiper-button-prev,
.x-new .swiper-rtl .swiper-button-next {
    left: .8rem;
}

.x-new .swiper-button-next,
.x-new .swiper-rtl .swiper-button-prev {
    right: .8rem;
}

.x-new .swiper-button-next,
.x-new .swiper-button-prev {
    color: #cb0631;
    width: .5rem;
}

.x-new .box {
    display: block;
    border-radius: 10px;
    box-shadow: 0px 1px 15px rgba(217, 223, 226, 0.5);
    overflow: hidden;
    background: #fff;
}

.x-new .box .txt {
    padding: .3rem;
    /* background-color: #f5f5f5; */
}

.x-new .box .txt h3 {
    font-weight: 900;
    margin-bottom: .2rem;
    line-height: 32px;
    transition: all 0.3s ease;
}

.x-new .box .txt .x-new-info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 隐藏溢出的文本 */
    margin-bottom: .25rem;
    line-height: 32px;
    color: #868686;
}

.x-new .box .txt span {
    display: inline-block;
    padding: .02rem .1rem;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    color: #cb0631;
    transition: all 0.3s ease;
}

.x-new .box:hover h3 {
    color: #cb0631;
}

.x-new .box:hover .txt span {
    /* background-color: #cb0631;
    color: #ffffff;
    border-color: #cb0631; */
}

.x-new-nt-thu {
    padding: 1rem 0 1rem;
    background: #ffffff;
    position: relative;
}

.x-new-nt-thu-box {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 35px;
    row-gap: 35px;
}

.x-new-nt-thu-box-item {
    display: block;
    background-color: #f5f5f5;
    padding: .25rem .3rem;
    border-radius: 10px;
    box-shadow: rgba(217, 223, 226, 0.8) 0px 8px 20px;
    transition: all .3s ease-in-out;
}

.x-new-nt-thu-box-item h3 {
    font-weight: 900;
    margin-bottom: .2rem;
    transition: all 0.3s ease;
}

.x-new-nt-thu-box-item .x-new-info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 隐藏溢出的文本 */
    margin-bottom: .25rem;
    line-height: 32px;
    color: #868686;
}

.x-new-nt-thu-box-item span {
    display: inline-block;
    padding: .02rem .1rem;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    color: #cb0631;
    transition: all 0.3s ease;
}

.x-new-nt-thu-box-item:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.x-new-nt-thu-box-item:hover h3 {
    color: #cb0631;
}

@media (max-width: 991px) {
    .x-new-nt-thu-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .x-new-nt-thu-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .x-new-nt-thu-box-item span,
    .x-new .box .txt span {
        padding: .1rem .2rem;
    }
}

/*新闻详情页面*/
.x-new-detail{
    
}
.x-new-detail-title{
    background-color: #ffffff;
    padding: .3rem;
    text-align: center;
}
.x-new-detail-title h1{
    font-weight: 800;
    
}
.x-new-detail-info{
    margin-top: .2rem;
}
.x-new-detail-info span{
    color: #888888;
    display: inline-block;
    margin-right: .2rem;
}
.x-new-detail-cont{
    background-color: #ffffff;
    padding: .5rem;
    margin-top: .2rem;
    
}
.x-new-detail-cont *{
    text-wrap-mode: unset!important;
}
.x-new-detail-page{
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}
.x-new-detail-page-shang,
.x-new-detail-page-xia{
    background: #ffffff;
    width: 47%;
}

.x-new-detail-page-shang a,
.x-new-detail-page-xia a{
    transition: all .3s;
    display: block;
    width: 100%;
    height: 100%;
    padding: .2rem;
}
.x-new-detail-page-caidan{
    background: #ffffff;
    width: 5%;
    padding: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-new-detail-page-shang:hover,
.x-new-detail-page-xia:hover{
    
    cursor: pointer;
}
.x-new-detail-page-shang:hover a,
.x-new-detail-page-xia:hover a{
    color: #cb0631;
    transform: translateX(5px);
}

.x-new-detail-page-caidan:hover svg path{
    transition: all .3s;
}
.x-new-detail-page-caidan:hover svg path{
    fill: #cb0631;
}


@media (max-width: 767px) {
    .x-new-detail-info span {
        margin-bottom: .1rem;
    }
    .x-new-detail-page{
        display: block;
    }
    .x-new-detail-page-shang, .x-new-detail-page-xia {
        width: 100%;
        margin-bottom: .2rem;
    }
    .x-new-detail-page-caidan{
        /*display: none;*/
        width: 100%;
        margin-bottom: .2rem;
    }
}







/*新闻首页 开始*/
.x-news{
    padding: .5rem 0;
    background-color: #f1f5f7;
}
.x-news-cont{
    display: flex;
}



.x-news-cont-2{
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    row-gap: 25px;
    margin-top: .5rem;
}
.x-news-cont-2-item{
    background-color: #ffffff;
    padding: .2rem;
    display: block;
}
.x-news-cont-2-item .img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.2rem;
    margin-bottom: .15rem;
    overflow: hidden;
}
.x-news-cont-2-item .img img{
    width: 100%;
    max-height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.x-news-cont-2-item .time{
    display: inline-block;
    margin: 0rem 0 .1rem;
    color: #888888;
    display: flex;
    align-items: center;
}
.x-news-cont-2-item .time svg{
    margin-right: 5px;
    transform: translateY(-1px)
}
.x-news-cont-2-item .title{
    color: #000000;
    line-height: 32px;
    margin-bottom: .2rem;
    font-weight: 800;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制文本为2行 */
    overflow: hidden;
}
.x-news-cont-2-item .more svg{
    transition: all .3s;
}

.x-news-cont-2-item .more svg  path {
    fill: #000000;
    transition: all .3s;
}
.x-news-cont-2-item:hover .img img{
    transform: scale(1.1);
}
.x-news-cont-2-item:hover .more svg{
    transform: translateX(5px);
}
.x-news-cont-2-item:hover .more svg  path{
    fill: #cb0631;
}


@media (max-width: 1024px) {
    .x-news-cont-2{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
   
}
@media (max-width: 767px) {
    .x-news-cont-2{
        grid-template-columns: repeat(2, 1fr);
    }
}

/*常见问题 */
.x-news-2{
    background-color: #f0f0f0;
}
.x-news-cont-3{
    margin: .5rem 0;
}


/* 页面无图列表 开始 */

.x-news-2 {
    background-color: rgba(240, 240, 240, 1);
    /*margin: .5rem 0;*/
}

.x-news-2 .page_nothum_list_box {
    flex-flow: wrap;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

.x-news-2 .page_nothum_list_item {
    background-color: #ffffff;
    display: block;
    padding: .2rem;
    transition: all .3s ease;
    border-radius: 5px;
}

.x-news-2 .page_nothum_list_item .page_nothum_list_item_top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.x-news-2 .page_nothum_list_item .page_nothum_list_item_top .catalog {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    padding: .05rem .1rem;
    border-radius: 2px;
    color: #cb0631;
}

.x-news-2 .page_nothum_list_item .page_nothum_list_item_top .year {
    color: rgba(0, 0, 0, .5);
    letter-spacing: 1px;
    text-align: right;
}

.x-news-2 .page_nothum_list_item .page_nothum_list_item_top .data {
    font-weight: 600;
    text-align: right;
    letter-spacing: 1px;
    color: #cb0631;
}

.x-news-2 .page_nothum_list_item .title {
    font-weight: 800;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: .15rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    margin-top: .2rem;
}

.x-news-2 .page_nothum_list_item .describe {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    margin-top: .2rem;
    color: rgba(0, 0, 0, .5);
    text-indent: 28px;
}

.x-news-2 .page_nothum_list_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    cursor: pointer;
}

@media (max-width: 1024px) {
    .x-news-2 .page_nothum_list_box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 991px) {
   
}
@media (max-width: 767px) {
    .x-news-2 .page_nothum_list_box {
        grid-template-columns: repeat(1, 1fr);
    }
}



.x-news-lkm{
    margin-top: .5rem;
    display: flex;
    justify-content: center;
}
.x-news-lkm a{
    
}

.x-news-lkm a {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 2rem;
    overflow: hidden;
    display: inherit;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: .15rem .55rem;
    letter-spacing: 1px;
}
.x-news-lkm a:hover{
    cursor: pointer;
}

.x-news-lkm a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #af1e28;
}

.x-news-lkm a:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, rgb(203, 6, 49) 0%, rgba(203, 6, 49, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(203, 6, 49) 0%, rgba(203, 6, 49, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(203, 6, 49) 0%, rgba(203, 6, 49, 0) 100%);
}

.x-news-lkm a:hover:before {
    opacity: 0;
    visibility: hidden;
}

.x-news-lkm a:hover:after {
    opacity: 1;
    visibility: visible;
}


















