.list_box {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
}

.list_box_content {
    width: 100%;
    height: 400px;
    /* background-image: url('../images/banner.jpg');
    background-image: url({栏目图片URL}); */
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    margin: 0 auto;
}

.list_box_bottom {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1440px;
    padding-top: 56px;
}

.list_box_content_bg {
    height: 100%;
}

.list_box_content_bg>div {
    height: 100%;
}

.list_box_content>div:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.list_box_bottom_left {
    width: 15vw;
    margin-right: 48px;
}

.list_box_bottom_left_border {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.list_box_bottom_right {
    flex: 1;
}

/* 左侧菜单没有二级的情况下展示一级菜单 */
.wp_listcolumn_inserted {
    background: #e6f7ff;
    color: #1890ff;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px 0;
    margin-bottom: 8px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
}

/* 院系专业 */
.list_box_bottom2>div {
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    width: 1440px;
    margin: 20px auto;
}

.list_box_bottom2 .wp_article_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list_box_bottom2 .wp_article_list .list_item {
    width: calc((100% - 60px) / 4);
}

.list_box_bottom2 .wp_article_list .list_item .ex_fields {
    display: none;
}

.list_box_bottom2 .wp_subcolumn_list .wp_sublist .sublist_title {
    height: 40px;
}

.list_box_bottom2 .wp_subcolumn_list .wp_sublist .sublist_title a {
    font-size: 24px;
}

.list_box_bottom2 .wp_subcolumn_list .wp_sublist .sublist_title a:hover {
    color: #0161ab;
}