@charset "utf-8";

.pich:hover .pic img {
    transform: scale(1.05);
}

.pich:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.pic img {
    object-fit: cover;
}


/* 校园文化综合页 */
.whzh1 .pub-tit {
    position: relative;
    z-index: 1;
}

.whzh1 .pub-tit .more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
}

.whzh1 .pub-tit .more a {
    display: block;
    font-size: 0.18rem;
    color: #22619a;
    line-height: 0.57rem;
    height: 0.57rem;
    background: url(../images/imageszcm/whzh1-more.png) no-repeat left center;
    background-size: 0.57rem auto;
    padding-left: 0.67rem;
}

.whzh1 .pub-tit .more a:hover {
    color: #fdbe00;
}

.whzh1 .k {
    margin-top: 0.7rem;
}

.whzh1 .kt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whzh1 .l {
    width: 49%;
}

.whzh1 .l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whzh1 .l li {
    width: 49%;
}

.whzh1 .l li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    background-image: url(../images/imageszcm/whzh1-zs.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.26rem auto;
    background-color: #1d62ac;
}

.whzh1 .l li.l2 a {
    background-color: #adadad;
}

.whzh1 .l li.l3 a {
    background-color: #d8b288;
}

.whzh1 .l li.l4 a {
    background-color: #5e8ad5;
}

.whzh1 .l li a h3 {
    font-weight: bold;
    font-size: 0.28rem;
    color: #fff;
    padding-bottom: 0.14rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.whzh1 .l li a h3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0.28rem;
    height: 0.03rem;
    background-color: #fff;
}

.whzh1 .l li a p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.24rem;
    margin-top: 0.2rem;
    max-width: 1.9rem;
    text-align: center;
}

.whzh1 .l li a .gd {
    width: 1.05rem;
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.36rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.16rem;
    color: #fff;
    transition: all 0.5s;
}

.whzh1 .l li:hover a .gd {
    background-color: #fff;
    color: #1d62ac;
}

.whzh1 .r {
    width: 49%;
}

.whzh1 .r a {
    display: block;
}

.whzh1 .r .pic {
    padding-top: 0;
    height: 4.5rem;
}

.whzh1 .kd {
    margin-top: 0.35rem;
}

.whzh1 .kd .r {
    order: 1;
}

.whzh1 .kd .l {
    order: 2;
}

.whzh1 .kd .r .slick-dots {
    font-size: 0;
    bottom: 0.24rem;
}

.whzh1 .kd .r .slick-dots li {
    width: 0.67rem;
    height: 0.02rem;
    background-color: #777777;
    margin: 0 0.02rem;
}

.whzh1 .kd .r .slick-dots li.slick-active {
    background-color: #fdbe00;
}

.whzh1 .kd .r .slick-dots li button {
    display: none;
}



.whzh2 .qh-bd {
    position: relative;
    margin-top: 0.7rem;
}

.whzh2 .qh-bd>.k {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.whzh2 .qh-bd>.k.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.whzh2 .qh-bd>.k a {
    display: block;
}

.whzh2 .qh-bd>.k .pic {
    padding-top: 33.09%;
}



.whzh2 .qh-bd>.k .slick-dots {
    font-size: 0;
    bottom: 0.24rem;
}

.whzh2 .qh-bd>.k .slick-dots li {
    width: 0.67rem;
    height: 0.02rem;
    background-color: #fff;
    opacity: 0.4;
    margin: 0 0.02rem;
}

.whzh2 .qh-bd>.k .slick-dots li.slick-active {
    background-color: #fdbe00;
    opacity: 1;
}

.whzh2 .qh-bd>.k .slick-dots li button {
    display: none;
}

.whzh2 .qh-tit {
    padding: 0.25rem 0 0.3rem 0;
    background-color: #1d62ac;
}

.whzh2 .qh-tit ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.whzh2 .qh-tit li {
    width: 2rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

/*.whzh2 .qh-tit li ::before {
    content: '';
    position: absolute;
    top: 0.35rem;
    left: 0;
    right: 50%;
    margin-right: 0.35rem;
    border-top: 1px solid #fff;
    z-index: -1;
}

.whzh2 .qh-tit li ::after {
    content: '';
    position: absolute;
    top: 0.35rem;
    right: 0;
    left: 50%;
    margin-left: 0.35rem;
    border-top: 1px solid #fff;
    z-index: -1;
}
*/
.whzh2 .qh-tit li:first-child ::before,
.whzh2 .qh-tit li:last-child ::after {
    content: none;
}

.whzh2 .qh-tit li .icon {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.whzh2 .qh-tit li .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #3d77b6;
    border: none;
    border-radius: 50%;
    transition: all 0.5s;
    z-index: -1;
}

.whzh2 .qh-tit li:hover .icon {
    border: 1px dashed #fff;
}

.whzh2 .qh-tit li:hover .icon::before {
    width: 100%;
    height: 100%;
}

.whzh2 .qh-tit li .icon img {
    max-width: 0.35rem;
    max-height: 0.35rem;
}

.whzh2 .qh-tit li h3 {
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.2rem;
}


.whzh3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.7rem;
}

.whzh3-l {
    width: 46.72%;
    padding: 1rem 0.5rem 0.6rem 0.5rem;
    position: relative;
    z-index: 1;
}

.whzh3-l::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -0.68rem;
    left: 0;
    width: calc(100% + 1.6rem);
    background-color: #f5f5f5;
    background-image: url(../images/imageszcm/whzh3-lbg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    z-index: -1;
}

.whzh3-l .pub-tit h3 {
    text-align: left;
    margin-top: 0;
}

.whzh3-l p {
    margin-top: 0.45rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 1.08rem\0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0.6rem;
}

.whggli {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whggli li {
    width: 48%;
    margin-top: 0.2rem;
}

.whggli li a {
    display: inline-block;
    font-size: 0.2rem;
    line-height: 0.36rem;
    background: url(../images/icon-more-b.png) no-repeat right center;
    background-size: 0.35rem auto;
    padding-right: 0.5rem;
    transition: all 0.5s;
}

.whggli li:hover a {
    color: #3d77b6;
}

.whzh3-r {
    width: 53.28%;
    margin-top: 0.38rem;
    position: relative;
    z-index: 1;
}

.whzh3-r .pic {
    padding-top: 0;
    height: 5.15rem;
}

.whzh3-r::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 1.6rem;
    height: 0.68rem;
    right: 0;
    background-color: #1d62ac;
}

.whzh4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}

.whzh4-l {
    width: 33.15%;
    background: url(../images/imageszcm/whzh4-lbg.png) no-repeat center;
    background-size: cover;
    height: 3.65rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.whzh4-r {
    width: 64.86%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whzh4-rl {
    width: 47.37%;
    background-color: #f6f6f6;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.whzh4-rr {
    width: 52.63%;
}

.whzh4-rr .pic {
    padding-top: 0;
    height: 3.65rem;
}

.whzh4 .pub-tit h3 {
    margin-top: 0.5rem;
    text-align: left;
    margin-bottom: 0.6rem;
}

.whzh4-l .pub-tit h3 {
    color: #fff;
}

.whzh4-l .whggli li {}

.whzh4-l .whggli li a {
    color: #fff;
    background: url(../images/icon-more-w.png) no-repeat right center;
    background-size: 0.35rem auto;
}

.whzh4-l .whggli li:hover a {
    color: #fdbe00;
    background: url(../images/icon-more-y.png) no-repeat right center;
    background-size: 0.35rem auto;
}

.whzh4-rl .whggli li {
    width: 3rem;
}

/* 科学研究 */
.kxyj-bg {
    overflow: hidden;
}

.kxyj1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 1.7rem;
}

.kxyj1-l {
    width: 58.55%;
    padding: 0.7rem 0.5rem 0.6rem 0.6rem;
    background-color: #f5f5f5;
    position: relative;
    z-index: 2;
}

.kxyj1-l .pub-tit h3 {
    text-align: left;
    margin-top: 0;
}

.kxyj1-l p {
    margin-top: 0.45rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 1.08rem\0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0.4rem;
}

.whggli2 {
    display: flex;
    flex-wrap: wrap;
}

.whggli2 li {
    width: 33.333%;
    margin-top: 0.2rem;
}

.whggli2 li:nth-child(7) {
    width: 66.666%;
}

.whggli2 li a {
    display: block;
    margin: 0 0.12rem 0 0;
    font-size: 0.2rem;
    line-height: 0.36rem;
    background: #fff;
    padding: 0.145rem 0.2rem;
    transition: all 0.5s;
}

.whggli2 li:hover a {
    background: url(../images/imageszcm/kxyj1-libg.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.kxyj1-r {
    width: 57.17%;
    margin-top: 0.38rem;
    margin-left: -15.72%;
    position: relative;
    z-index: 1;
}

.kxyj1-r .pic {
    padding-top: 74.1%;
}

.kxyj2 .k ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.7rem;
}

.kxyj2 .k li {
    width: 48%;
}

.kxyj2 .k li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0px 0px 0.26rem 0px rgba(59, 77, 112, 0.16);
    padding: 0.46rem 0.65rem;
}

.kxyj2 .k li a .l {
    display: flex;
    align-items: center;
}

.kxyj2 .k li a .l .icon {
    width: 0.88rem;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.37rem;
}

.kxyj2 .k li a .l .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.kxyj2 .k li a .l .icon img:nth-child(2) {
    display: none;
}

.kxyj2 .k li a h3 {
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #333333;
}

.kxyj2 .k li a .r {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.32rem;
    color: #1d62ac;
    background: url(../images/icon-more-b.png) no-repeat right center;
    background-size: 0.18rem auto;
    padding-right: 0.4rem;
}

.kxyj2 .k li:hover a {
    background-color: #1d62ac;
}

.kxyj2 .k li:hover a .l .icon img {
    display: none;
}

.kxyj2 .k li:hover a .l .icon img:nth-child(2) {
    display: block;
}

.kxyj2 .k li:hover a .l h3 {
    color: #fff;
}

.kxyj2 .k li:hover a .r {
    color: #fff;
    background: url(../images/icon-more-w.png) no-repeat right center;
    background-size: 0.18rem auto;
}



.kxyj3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.7rem;
}

.kxyj3-l {
    width: 35.72%;
    padding: 1rem 0.5rem 0.6rem 0.5rem;
    position: relative;
    z-index: 1;
}

.kxyj3-l::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/imageszcm/kxyj3-lbg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    z-index: -1;
}

.kxyj3-l .pub-tit h3 {
    text-align: left;
    margin-top: 0;
    color: #fff;
}

.kxyj3-l p {
    margin-top: 0.45rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 1.08rem\0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0.6rem;
    color: #fff;
}

.kxyj3 .whggli {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kxyj3 .whggli li {
    width: 48%;
    margin-top: 0.2rem;
}

.kxyj3 .whggli li a {
    display: inline-block;
    font-size: 0.2rem;
    line-height: 0.36rem;
    background: url(../images/icon-more-w.png) no-repeat right center;
    background-size: 0.35rem auto;
    padding-right: 0.5rem;
    color: #fff;
    transition: all 0.5s;
}

.kxyj3 .whggli li:hover a {
    color: #fdbe00;
    background: url(../images/icon-more-y.png) no-repeat right center;
    background-size: 0.35rem auto;
}

.kxyj3-r {
    width: 64.28%;
}

.kxyj3-r .pic {
    padding-top: 65.24%;
}


.kxyj4 .k ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.7rem;
}

.kxyj4 .k li {
    width: 48%;
    margin-bottom: .4rem;
}

.kxyj4 .k li a {
    width: 100%;
    display: block;
}

.kxyj4 .k li .pic {
    padding-top: 59.93%;
    margin-left: 0.7rem;
}

.kxyj4 .k li .tx {
    width: 4.13rem;
    margin-top: -0.78rem;
    position: relative;
    z-index: 3;
    background-color: #f5f5f5;
    padding: 0.4rem 0.5rem;
    transition: all 0.5s;
}

.kxyj4 .k li .tx h3 {
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #333333;
    padding-bottom: 0.4rem;
    background-image: url(../images/icon-more-b.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0.35rem auto;
    transition: all 0.5s;
}

.kxyj4 .k li:hover .tx {
    background-color: #1d62ac;
}

.kxyj4 .k li:hover .tx h3 {
    color: #fff;
    background-image: url(../images/icon-more-w.png);
}

.kxyj5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.7rem;
    position: relative;
    z-index: 1;
    margin-top: 1.82rem;
}

.kxyj5::before {
    content: '';
    position: absolute;
    top: 0.88rem;
    bottom: -1.5rem;
    left: calc((-100vw + 15.2rem)/2);
    width: 100vw;
    background: url(../images/imageszcm/kxyj5-bg.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.kxyj5 .kxyj5-l {
    width: 48%;
}

.kxyj5 .kxyj5-l ul {
    display: flex;
    flex-wrap: wrap;
}

.kxyj5 .kxyj5-l li {
    width: 50%;
}

.kxyj5 .kxyj5-l li .pic {
    padding-top: 137.56%;
}

.kxyj5 .kxyj5-r {
    flex: 1;
    min-width: 0;
    padding-left: 0.6rem;
    padding-top: 1.82rem;
}

.kxyj5 .kxyj5-r a {
    width: 100%;
    display: block;
}

.kxyj5 .kxyj5-r .pub-tit h3 {
    text-align: left;
    margin-top: 0;
}
.kxyj5 .kxyj5-r>a+p,.kxyj5 .kxyj5-r>a+p+p{
    display:none;
}
.kxyj5 .kxyj5-r>a>p {
    margin-top: 0.45rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 1.08rem \0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0.6rem;
}

.kxyj5 .kxyj5-r .gd {
    text-align: right;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.32rem;
    color: #1d62ac;
    background: url(../images/icon-more-b.png) no-repeat right center;
    background-size: 0.18rem auto;
    padding-right: 0.4rem;
    transition: all 0.5s;
}

.kxyj5 .kxyj5-r a:hover .gd {
    color: #fdbe00;
    background: url(../images/icon-more-y.png) no-repeat right center;
    background-size: 0.18rem auto;
}

@media screen and (max-width: 1024px) {
    .whzh1 .pub-tit .more a {
        background-size: 0.37rem auto;
        padding-left: 0.47rem;
    }

    .whzh1 .k,
    .whzh2 .qh-bd {
        margin-top: 0.4rem;
    }

    .whzh1 .r .pic,
    .whzh1 .l li a {
        height: 2.97rem;
    }

    .whzh1 .l li a h3 {
        font-size: 0.24rem;
    }

    .whzh3 {
        margin-top: 0.8rem;
    }

    .whzh3-r .pic {
        height: 3.4rem;
    }

    .whzh3-l {
        padding: 0.2rem;
    }

    .whzh3-l p {
        margin: 0.3rem 0;
    }

    .whzh3-r::after {
        height: 0.3rem;
    }

    .whzh3-l::before {
        bottom: -0.3rem;
    }

    .whzh4 {
        margin-top: 1rem;
    }

    .whzh4-rr .pic,
    .whzh4-l {
        height: 2.41rem;
    }

    .whzh4 .pub-tit h3 {
        margin: 0.2rem 0;
    }

    .whzh4-l,
    .whzh4-rl {
        padding: 0 0.2rem;
    }

    .whzh4-l .whggli li {
        width: 100%;
    }

    .kxyj1 {
        margin-top: 0.5rem;
    }

    .kxyj1-l {
        width: 100%;
        padding: 0.2rem;
    }

    .kxyj1-l p {
        margin: 0.3rem 0;
    }

    .kxyj1-r {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .whggli2 li a {
        font-size: 0.18rem;
    }

    .kxyj2 .k ul {
        margin-top: 0.4rem;
    }

    .kxyj2 .k li a {
        padding: 0.2rem;
    }

    .kxyj3 {
        margin-top: 0.5rem;
    }

    .kxyj3-l {
        width: 100%;
        padding: 0.2rem;
        height: auto;
    }

    .kxyj3-l p {
        margin: 0.2rem 0;
    }

    .kxyj3-r {
        width: 100%;
    }

    .kxyj4 .k ul {
        margin-top: 0.4rem;
    }

    .kxyj4 .k li .tx h3 {
        font-size: 0.2rem;
    }

    .kxyj4 .k li .pic {
        margin-left: 0;
    }

    .kxyj4 .k li .tx {
        padding: 0.2rem;
        margin-top: 0;
        width: 100%;
    }

    .kxyj5 .kxyj5-r {
        padding-top: 0.2rem;
        padding-left: 0.4rem;
    }

    .kxyj5::before {
        top: -20px;
        right: -10px;
        left: -10px;
        bottom: -0.8rem;
    }

    .kxyj5 {
        margin-top: 0.5rem;
    }
}


@media screen and (max-width: 768px) {

    .whzh1 .l,
    .whzh1 .r {
        width: 100%;
    }

    .whzh1 .kd .l {
        order: 1;
    }

    .whzh1 .kd .r {
        order: 2;
    }

    .whzh1 .r {
        margin-top: 0.2rem;
    }

    .whzh1 .r .pic {
        height: auto;
        padding-top: 60.4%;
    }

    .whzh1 .kd {
        margin-top: 0.2rem;
    }

    .whzh1 .pub-tit h3 {
        text-align: left;
    }

    .whzh2 .qh-tit li {
        width: 1.4rem;
    }

    .whzh2 .qh-tit {
        padding: 0.2rem 0;
    }

    .whzh2 .qh-tit li h3 {
        font-size: 0.18rem;
        margin-top: 0.1rem;
    }

    .whzh2 .qh-tit li .icon {
        width: 0.6rem;
        height: 0.6rem;
    }

    .whzh2 .qh-tit li .icon img {
        max-width: 0.25rem;
        max-height: 0.25rem;
    }

    .whzh3-l,
    .whzh3-r {
        width: 100%;
    }

    .whzh3-l::before {
        width: 100%;
        bottom: 0;
    }

    .whzh3-r {
        margin-top: 0;
    }

    .whzh3-l p {
        margin: 0.2rem 0;
    }

    .whzh3-r::after {
        content: none;
    }

    .whzh3-r .pic {
        height: auto;
        padding-top: 63.58%;
    }

    .whggli li {
        width: 100%;
    }

    .whggli li a {
        font-size: 0.18rem;
    }

    .whzh4-l {
        width: 100%;
        height: auto;
        padding: 0 0.2rem 0.2rem;
    }

    .whzh4-r {
        width: 100%;
        margin-top: 0.2rem;
    }

    .whzh4 {
        margin-top: 0.5rem;
    }

    .whzh4-rl {
        width: 100%;
        height: auto;
        padding: 0 0.2rem 0.2rem;
    }

    .whzh4-rr {
        width: 100%;
    }

    .whzh4-rr .pic {
        height: auto;
        padding-top: 70.32%;
    }

    .kxyj2 .k li {
        width: 100%;
    }

    .kxyj2 .k li+li {
        margin-top: 0.3rem;
    }

    .kxyj5 .kxyj5-l {
        width: 100%;
    }

    .kxyj5 .kxyj5-r {
        flex: none;
        width: 100%;
        padding-left: 0;
    }

    .kxyj5 .kxyj5-r p {
        margin: 0.3rem 0;
    }
}

@media screen and (max-width: 640px) {
    .whzh2 .qh-tit {
        overflow-x: auto;
    }

    .whzh2 .qh-tit ul {
        min-width: 6rem;
    }

    .whggli2 li {
        width: 100% !important;
    }

    .whggli2 li a {
        margin: 0;
    }

    .kxyj2 .k li a .l .icon {
        width: 0.7rem;
        height: 0.7rem;
        margin-right: 0.2rem;
    }
}



/* 2025年5月23日14:45:51 */
/* 校园文化新增板块 */
.xswm {
    margin-top: 1rem;
}

.xswm ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xswm ul li a {
    display: block;
    position: relative;
}

.xswm ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2rem;
    background-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6));
}

.xswm ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .4rem .4rem .4rem;
    z-index: 9;
}

.xswm ul li a .info::before {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: -0.1rem;
    height: 1rem;
    width: 1px;
    background-color: #fdbe00;

}

.xswm ul li a .info h3 {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xswm ul li a .info h3::after {
    content: "";
    display: block;
    width: 0.34rem;
    height: 0.1rem;
    
    background-position: center center;
    background-size: 100% auto;
    margin-left: .15rem;
}

.xswm ul li:nth-child(1) {
    width: 57.43%;
}

.xswm ul li:nth-child(1) a .pic {
    padding-top: 67.83%;
}

.xswm ul li:nth-child(2) {
    width: 38.19%;
}

.xswm ul li:nth-child(2) a .pic {
    padding-top: 101.8%;
}

.xswm ul li:nth-child(3) {
    width: 100%;
    margin-top: .65rem;
}

.xswm ul li:nth-child(3) a .pic {
    padding-top: 35.416%;
}

@media screen  and (max-width:1024px){
    .xswm ul li a .info h3{
        font-size: .2rem;
    }
    .xswm ul li a .info{padding: 0 .15rem .1rem .2rem;}
    .xswm ul li a .info::before{left: .1rem;height: 0.6rem;top: 0;}
    .xswm ul li a .pic::after{height: 50%;}
    .xswm{margin-top: 0.35rem;}
    .xswm ul li:nth-child(3){margin-top: .25rem;}
}