.add_txtlist {
    margin: 0 10px;
    height: auto;
    overflow: hidden;
}

/* 分页边距 */
.p_pages>span {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
/* 颜色 颜色变化过就处出现不生效的问题 */
.pb_sys_style1 .p_no_d {
    border: 1px solid #051964 !important;
    color: #fff;
    background-color: #051964 !important;
}


.ul-newsb1 {
    margin-bottom: 3.125vw
}

.ul-newsb1 li {
    line-height: 55px;
    border-bottom: 1px solid #ddd;
    overflow: hidden
}

.ul-newsb1.sty1 {
    margin: 0 0 3.125vw 0;
}

.ul-newsb1.sty1 li {
    position: relative;
    border-bottom: none;
    margin-bottom: 15px;
    background: #fff;
}

.ul-newsb1.sty1 li:hover {
    background: #f8f0fa;
}

.ul-newsb1.sty1 .tit {
    float: none;
    display: block;
    width: auto;
    margin-right: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: block; */
}

.ul-newsb1.sty1 .tit::before {
    width: 6px
}

.ul-newsb1.sty1 .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 55px;
    line-height: 55px;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 0;
    color: #555555;
    text-align: center;
    margin-top: 0;
    border-left: none
}

.ul-newsb1 .tit {
    float: left;
    width: -webkit-calc(100% - 148px);
    width: -moz-calc(100% - 148px);
    width: calc(100% - 148px);
    font-size: 18px;
    color: #333;
    padding-left: 28px;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.ul-newsb1 .tit:hover {
    color: #62059c;
}

.ul-newsb1 .tit::before {
    content: "";
    display: block;
    width: 2px;
    height: 26px;
    background-color: #660876;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px
}

.ul-newsb1 .date {
    float: right;
    width: 148px;
    padding: 0 0 0 25px;
    font-size: 17px;
    height: 38px;
    line-height: 38px;
    margin-top: 18px;
    border-left: 1px solid #c2c2c2;
    color: #666
}



.add_imglist .news-grid {
    display: grid;
    gap: 30px;
    margin-bottom: 60px;
}

.add_imglist .news-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
}

.add_imglist .news-card>a {
    display: flex;
    padding: 15px;
}

.add_imglist .news-card>a .card-img-wrapper {}

.add_imglist .news-card>a .card-body {
    flex: 1;
    min-width: 0;
    margin-left: 30px;
    padding-top: 30px;
}

.add_imglist .news-card>a .news-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.add_imglist .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.add_imglist .card-img-wrapper {
    position: relative;
    height: 170px;
    overflow: hidden;
    max-width: 222px;
}

.add_imglist .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.add_imglist .news-card:hover .card-img-wrapper img {
    transform: scale(1.05);
}

.news-item:hover {
    border-bottom: #660876 1px solid;
}

@media screen and (max-width: 767px) {
.add_imglist .card-img-wrapper {

    max-width: 100%;
}

    .ul-newsb1 li {
        line-height: 30px;
        padding-top: 15px;
    }

    .ul-newsb1.sty1 .tit {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: initial;
        white-space: initial;
    }

    .ul-newsb1.sty1 .date {
        position: static;
        margin-left: auto;
        float: left;
        height: 40px;
        line-height: 40px;
    }

    .add_imglist .news-card>a {
        display: block;
    }

    .add_imglist .card-img-wrapper {
        height: 220px;
    }

    .add_imglist .news-card>a .card-body {
        padding: 15px;
        margin: 0 auto;
    }
}