/*以下是主体*/
.list_box {
    width: 100%;
    height: auto;
    background: url(../img/bodybj.jpg);
    padding-bottom: 20px;
}

.list_con {
    width: 100%;
    max-width: 1366px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

/*左侧导航*/
.list_nav {
    width: 240px;
    height: auto;
    min-height: 500px;
    padding-top: 30px;
    float: left;
}

.list_nav ul {
    width: 100%;
    height: auto;
}

.list_nav ul li {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
    background: #fff;
}

.list_nav ul li a {
    width: 100%;
    height: 44px;
    color: #666666;
    font-size: 1.4em;
    text-align: center;
    line-height: 46px;
    display: block;
    background-position: 60px center;
    background-repeat: no-repeat;
    background-color: transparent;
}

/* ===== 通用导航样式 - 默认状态（红色图标） ===== */
.list_nav ul li:nth-child(1) a {
    background-image: url(../img/sprite.png);
    background-position: 60px 13px;
}

.list_nav ul li:nth-child(2) a {
    background-image: url(../img/sprite.png);
    background-position: 60px -23px;
}

.list_nav ul li:nth-child(3) a {
    background-image: url(../img/sprite.png);
    background-position: 60px -55px;
}

.list_nav ul li:nth-child(4) a {
    background-image: url(../img/sprite.png);
    background-position: 60px -90px;
}

.list_nav ul li:nth-child(5) a {
    background-image: url(../img/sprite.png);
    background-position: 60px -125px;
}

.list_nav ul li:nth-child(6) a {
    background-image: url(../img/sprite.png);
    background-position: 60px -158px;
}

.list_nav ul li:nth-child(7) a {
    background-image: url(../img/党徽SVG红.svg);
    background-position: 60px 10px;
    background-size: 20px;
}

.list_nav ul li:nth-child(8) a {
    background-image: url(../img/学生工作红.svg);
    background-position: 60px 10px;
    background-size: 20px;
}

.list_nav ul li:nth-child(9) a {
    background-image: url(../img/就业创业红.svg);
    background-position: 60px 10px;
    background-size: 20px;
}

/* ===== 通用导航样式 - 悬浮状态（灰色图标） ===== */
.list_nav ul li:nth-child(1) a:hover {
    background-image: url(../img/sprite-grey.png);
    background-position: 60px 13px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(2) a:hover {
    background-image: url(../img/sprite-grey.png);
    background-position: 60px -23px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(3) a:hover {
    background-image: url(../img/sprite-grey.png);
    background-position: 60px -55px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(4) a:hover {
    background-image: url(../img/sprite-grey.png);
    background-position: 60px -90px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(5) a:hover {
    background-image: url(../img/sprite-grey.png);
    background-position: 60px -125px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(6) a:hover {
    background-image: url(../img/sprite-grey.png);
    background-position: 60px -158px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(7) a:hover {
    background-image: url(../img/党徽SVG灰.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(8) a:hover {
    background-image: url(../img/学生工作灰.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(9) a:hover {
    background-image: url(../img/就业创业灰.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #fafafa;
    color: #999;
}

/* ===== 通用导航样式 - 选中状态（白色图标） ===== */
.list_nav ul li:nth-child(1) a.highlight {
    background-image: url(../img/sprite-white.png);
    background-position: 60px 13px;
    background-color: #AA1E1E;
    color: #fff;
}

.list_nav ul li:nth-child(2) a.highlight {
    background-image: url(../img/sprite-white.png);
    background-position: 60px -23px;
    background-color: #AA1E1E;
    color: #fff;
}

.list_nav ul li:nth-child(3) a.highlight {
    background-image: url(../img/sprite-white.png);
    background-position: 60px -55px;
    background-color: #AA1E1E;
    color: #fff;
}

.list_nav ul li:nth-child(4) a.highlight {
    background-image: url(../img/sprite-white.png);
    background-position: 60px -90px;
    background-color: #AA1E1E;
    color: #fff;
}

.list_nav ul li:nth-child(5) a.highlight {
    background-image: url(../img/sprite-white.png);
    background-position: 60px -125px;
    background-color: #AA1E1E;
    color: #fff;
}

.list_nav ul li:nth-child(6) a.highlight {
    background-image: url(../img/sprite-white.png);
    background-position: 60px -158px;
    background-color: #AA1E1E;
    color: #fff;
}

.list_nav ul li:nth-child(7) a.highlight {
    background-image: url(../img/党徽SVG白.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #AA1E1E;
    color: #fff;
}

.list_nav ul li:nth-child(8) a.highlight {
    background-image: url(../img/学生工作白.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #AA1E1E;
    color: #fff;
}

.list_nav ul li:nth-child(9) a.highlight {
    background-image: url(../img/就业创业白.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #AA1E1E;
    color: #fff;
}

/* ===== 通用导航样式 - 选中+悬浮状态（保持白色图标） ===== */
.list_nav ul li a.highlight:hover {
    color: #fff;
}

/* ===== 学院概况页面样式 ===== */
/* 学院概况页面中的就业动态链接 */
.list_nav ul li:nth-child(5) a[href="/employment"] {
    background-image: url(../img/就业创业红.svg);
    background-position: 60px 10px;
    background-size: 20px;
}

.list_nav ul li:nth-child(5) a[href="/employment"]:hover {
    background-image: url(../img/就业创业灰.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(5) a[href="/employment"].highlight {
    background-image: url(../img/就业创业白.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #AA1E1E;
    color: #fff;
}

.list_nav ul li:nth-child(2) a[href="/leader"] {
    background-image: url(../img/leader-红.svg);
    background-position: 60px 10px;
    background-size: 20px;
}

.list_nav ul li:nth-child(2) a[href="/leader"]:hover {
    background-image: url(../img/leader-灰.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #fafafa;
    color: #999;
}

.list_nav ul li:nth-child(2) a[href="/leader"].highlight {
    background-image: url(../img/leader-白.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #AA1E1E;
    color: #fff;
}

/* ===== 就业动态页面专用样式 ===== */
#employment-list-ul li a {
    /* background-position: 60px center; */
    background-repeat: no-repeat;
}

#employment-list-ul li:nth-child(1) a {
    background-image: url(../img/sprite.png);
    background-position: 60px 13px;
}

#major-list-ul li:nth-child(1) a {
    background-image: url(../img/zhaosheng-red.png);
    background-position: 60px 10px;
}

#major-list-ul li:nth-child(2) a {
    background-image: url(../img/就业创业红.svg);
    background-position: 60px 10px;
    background-size: 20px;
}

#employment-list-ul li:nth-child(2) a {
    background-image: url(../img/leader-红.svg);
    background-position: 60px 10px;
    background-size: 20px;
}

#employment-list-ul li:nth-child(1) a:hover {
    background-image: url(../img/sprite-grey.png);
    background-position: 60px 13px;
    background-color: #fafafa;
    color: #999;
}

#major-list-ul li:nth-child(1) a:hover {
    background-image: url(../img/zhaosheng-grey.png);
    background-position: 60px 10px;
    background-color: #fafafa;
    color: #999;
}

#major-list-ul li:nth-child(2) a:hover {
    background-image: url(../img/就业创业灰.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #fafafa;
    color: #999;
}

#employment-list-ul li:nth-child(2) a.highlight {
    background-image: url(../img/leader-灰.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #fafafa;
    color: #999;
}

#employment-list-ul li:nth-child(1) a.highlight {
    background-image: url(../img/sprite-white.png);
    background-position: 60px 13px;
    background-color: #AA1E1E;
    color: #fff;
}

#major-list-ul li:nth-child(1) a.highlight {
    background-image: url(../img/zhaosheng.png) !important;
    background-position: 60px 10px;
    background-color: #AA1E1E;
    color: #fff;
}

#major-list-ul li:nth-child(2) a.highlight {
    background-image: url(../img/就业创业白.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #AA1E1E;
    color: #fff;
}

#employment-list-ul li:nth-child(2) a.highlight {
    background-image: url(../img/leader-白.svg);
    background-position: 60px 10px;
    background-size: 20px;
    background-color: #AA1E1E;
    color: #fff;
}

/* 专业页面的样式 */
.list_box .list_con .list_nav ul .major {
    background: none;
}

/*右侧列表*/
.list {
    width: 920px;
    height: auto;
    background: #fff;
    float: left;
    margin-left: 30px;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    list-style: none;
    box-sizing: border-box;
}

.list h4 {
    font-size: 20px;
    font-weight: 500;
    color: #AA1E1E;
}

.listul {
    width: 100%;
    height: auto;
    min-height: 520px;
    margin-top: 20px;
}

.listul li {
    width: 100%;
    height: 50px;
    border-bottom: 1px dotted #ccc;
    background: url(../img/dot.png) no-repeat 0px 22px;
    padding-left: 20px;
    box-sizing: border-box;
}

.listul a {
    width: calc(100% - 100px);
    height: 50px;
    text-align: left;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listul a:hover {
    color: #AA1E1E;
}

.listul li span {
    float: right;
    display: block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    color: #CCCCCC;
}

/*页码开始*/
.pagebox {
    width: 600px;
    height: 50px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

.pagebox ul {
    width: 600px;
    height: 40px;
    padding-top: 10px;
}

.pagebox ul li {
    width: auto;
    height: 30px;
    float: left;
    list-style: none;
    background: #fafafa;
    margin-right: 10px;
    border: 1px solid #C3C3C3;
}

.pagebox ul li a {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

.pagebox ul li a:hover {
    background: #ccc;
}

.pagebox ul li .fp, .pagebox ul li .lp, .pagebox ul li .next, .pagebox ul li .last {
    width: 50px;
    height: 30px;
}

.pagebox ul li .page_hl {
    background: #AA1E1E;
    color: #ffffff;
}

/* 响应式调整 */
@media screen and (max-width: 992px) {
    .list_con {
        flex-direction: column;
    }
    
    .list_nav {
        width: 100%;
        height: auto;
        min-height: auto;
        padding-top: 20px;
    }
    
    .list_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .list_nav ul li {
        width: 30%;
        margin: 5px;
    }
    
    .list {
        width: 100%;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .list_nav ul li {
        width: 45%;
    }
    
    .listul a {
        width: calc(100% - 80px);
        font-size: 14px;
    }
    
    .listul li span {
        font-size: 12px;
    }
    
    .paging-box {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .list_nav ul li {
        width: 100%;
    }
    
    .list {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .listul a {
        width: calc(100% - 70px);
        font-size: 12px;
    }
}