.xwzx-nav {
    /*box-shadow: 0px 2px 10px rgb(55 106 255 / 7%);*/
}

.xwzx-nav-list {
    display: flex;
    justify-content: space-between;
    width: 60%;
    /*margin: 20px auto;*/
    margin-top: 40px;
}

.xwzx-nav-list .nav-item {
    /*margin-right: 20px;*/
    /*line-height: 50px;*/
    /*display: inline-block;*/
    display: inline-block;
    width: 135px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    border-radius: 19px;
    cursor: pointer;
}

.xwzx-nav-list .nav-item.active {
    /*color: #2183e9;*/
    /*border-bottom: 2px solid;*/
    background-color: #376aff;
    color: #fff;
}

.xwzx-list .xwzx-item-card {
    margin-bottom: 20px;
    transition: all 0.6s ease-in-out;
}

.xwzx-list .xwzx-item-card:hover {
    margin-top: -10px;
    margin-bottom: 30px;
}

.xwzx-item {
    /* width: calc(100% - 20px); */
    /* margin: 10px auto; */
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.53);

    height: 100%;
}

.xwzx-header {
    height: 220px;
    position: relative;
}

.xwzx-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xwzx-content {
    background: #fff;
    margin-top: -20px;
    position: relative;
}

.xwzx-type {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    color: #2c82ff;
    padding: 0 20px;
    border-radius: 8px;
    background: #e0ecff;
    margin-bottom: 20px;
}

.xwzx-type.xwzx-type-26 {
    background: rgb(224, 243, 255);
    color: #2cafff;
}

.xwzx-type.xwzx-type-27 {
    background: rgb(252, 229, 205);
    color: #ff9900;
}

.xwzx-type.xwzx-type-28 {
    background: rgb(241, 235, 250);
    color: #7b31f5;
}

.xwzx-content h3 {
    color: #2f3031;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xwzx-content .xwzx-desc {
    font-size: 14px;
    line-height: 1.75;
    color: rgb(134 144 156);
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xwzx-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xwzx-footer .add-time {
    font-size: 14px;
    color: rgb(134 144 156);
}

.xwzx-footer .ckxq {
    color: #317af7;
    font-size: 14px;
    font-weight: 400;
}

/* 移动端 */
@media (max-width: 992px) {
    .nav-list {
        display: flex;
        overflow-y: auto;
    }

    .nav-list::-webkit-scrollbar {
        display: none;
        /* 完全隐藏滚动条 */
    }

    .xwzx-nav-list {
        width: 100%;
    }

    .xwzx-nav-list .nav-item {
        font-size: 16px;
    }

    .xwzx-content h3 {
        font-size: 20px;
    }
}