html,body{
    height: auto;
}
.shaanxi-container{
    padding: 20px;
    box-sizing: border-box;
}
.shaanxi-con{
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}
.shaanxi-container .banner-img{
    display: block;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
.shaanxi-container .list-item-part{
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(234, 243, 255, 1) 0%, rgba(253, 254, 255, 1) 100%);
    box-shadow: 0px 6px 12px rgba(75, 118, 229, 0.2);
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
}
.shaanxi-container .list-item-part:last-child{
    margin-bottom: 0;
}
.shaanxi-container .list-item{
    display: flex;
    height: 300px;
    padding: 32px 0 0 32px;
    background: url("~@/assets/shaanxiEdu/bj_gdjy.png");
    background-size: cover;
    box-sizing: border-box;
}
.shaanxi-container .list-item-img{
    width: 88px;
    height: 88px;
    cursor: pointer;
}
.shaanxi-container .list-item-main{
    width: calc(100% - 88px);
    padding-left: 20px;
    box-sizing: border-box;
}
.shaanxi-container .list-item-top {
    position: relative;
}
.shaanxi-container .more-btn{
    position: absolute;
    right: 32px;
    top: 0;
    padding: 0 16px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(90deg, #2541fd 0%, #1e79f9 100%);
    cursor: pointer;
    box-sizing: border-box;
}
.list-item-main-title{
    position: relative;
    display: inline-block;
    max-width: calc(100% - 130px);
    height: 50px;
    font-size: 24px;
    line-height: 40px;
    color: #1d262d;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.list-item-main-title:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 4px;
    width: 38px;
    background-color: #1774FF;
    transition: .5s all;
}
.nav-list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.nav-li{
    position: relative;
    width: 175px;
    padding: 8px 10px 8px 16px;
    margin-bottom: 16px;
    color: #282828;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
}
.nav-li:hover{
    color: #1774FF;
}
.nav-li-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    cursor: pointer;
}
.nav-li:before{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #83B4FF;
}

.list-item:hover .list-item-main-title:after{
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .shaanxi-con{
        width: 100%;

    }
    .shaanxi-con .list-item{
        min-height: 300px;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .shaanxi-con .list-item{
        padding: 14px 0 14px 14px;
    }
    .shaanxi-con .list-item .list-item-img{
        width: 50px;
        height: 50px;
    }
    .shaanxi-con .list-item .list-item-main{
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    .shaanxi-con .list-item .list-item-main-title{
        max-width: calc(100% - 90px);
        height: 38px;
        font-size: 16px;
        line-height: 30px;
    }
    .shaanxi-con .list-item .list-item-main-title:after{
        height: 3px;
    }
    .shaanxi-con .list-item .more-btn{
        right: 12px;
        line-height: 26px;
        padding: 0 10px;
    }
    .shaanxi-con .list-item .nav-list{
        padding-top: 10px;
    }
    .shaanxi-con .list-item .nav-li{
        width: 100%;
        margin-bottom: 5px;
        padding: 0 32px 0 16px;
        font-size: 15px;
    }
}
