.news-list-page{
    background-color: #fff;
}
.top-bg{
    width:100%;
    height: 680px;
    background-image: url("../images/news-bg.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:32px 0 0 0;
    box-sizing: border-box;
}

/* 新闻动态 */
.news-list-title{
    font-family: var(--font-main-family);
    font-size: var(--font-28-size);
    color:var(--font-red-color);
    line-height: var(--font-28-size);
    font-weight: var(--font-weight-700);
    margin-right:24px;
}
.news-list-subtitle{
    font-family: var(--font-main-family);
    font-size: var(--font-28-size);
    color:var(--font-red-color);
    line-height: var(--font-28-size);
    font-weight: var(--font-weight-400);
}
/* tab */
.tab-container{
    margin-top:40px;
}
.nav-item-tab{
    margin-right:0 !important;
}
.nav-tab .nav-link{
    border-radius: 0 !important;
    border: 1px solid var(--main-color) !important;
    border-image: linear-gradient(180deg, rgba(198.00000339746475, 26.000000350177288, 45.00000111758709, 1), rgba(255, 255, 255, 1)) 1 1 !important;
}
.nav-tab .nav-link:hover{
    color:var(--font-red-color);
}
.nav-tab .nav-link.active, .navbar-nav .show>.nav-link{
    background-color: var(--main-color) !important;
    border-radius: 0;
}
/* tab内容 */
.tab-content{
    width:86%;
    max-width: 1240px;
    background-color: #fff;
    padding:56px 0 120px 0;
    box-sizing: border-box;
    margin-top: -432px;
}
.tab-content-item{
    display: none;
}
.tab-content-item-active{
    display: block;
}
.old-school{
    padding-bottom:24px;
    box-sizing: border-box;
}
.old-school-item{
    width:48%;
    cursor: pointer;
    margin-bottom: 56px;
}
.old-school-item-img{
    width: 100%;
    height: 267px;
    position: relative;
    overflow: hidden;
}
.old-school-item-img-img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.old-school-item-img-img:hover{
    transform: scale(1.05);
    -moz-transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
}
.old-school-item-time{
    position: absolute;
    right:0;
    bottom:0;
    width: 96px;
    height: 34px;
    background: rgba(212,37,56,0.6);
    font-family: var(--font-main-family);
    font-size: var(--font-14-size);
    color:var(--font-white-color);
    line-height: var(--font-14-size);
    font-weight: var(--font-weight-400);
}
.old-school-item-content{
    padding-top:25px;
    box-sizing: border-box;
}
.old-school-item-title{
    font-family: var(--font-main-family);
    font-size: var(--font-18-size);
    color:var(--font-sub-color);
    line-height: var(--font-18-size);
    font-weight: var(--font-weight-600);
    margin-bottom:16px;
}
.old-school-item-text{
    font-family: var(--font-main-family);
    font-size: var(--font-16-size);
    color:var(--font-normal-color);
    line-height: var(--font-26-size);
    font-weight: var(--font-weight-400);
}
/* 校友动态 校友风采 */
.news-alumni-updates,.news-alumni-style{
    width: 100%;
    padding-bottom:32px;
    box-sizing: border-box;
}
.news-alumni-updates-item,.news-alumni-style-item{
    width:100%;
    margin-bottom:48px;
}
.news-alumni-updates-item-img,.news-alumni-style-item-img{
    width: 32%;
    height: 186px;
    overflow: hidden;
}
.news-alumni-updates-item-img-img,.news-alumni-style-item-img-img{
    width:100%;
    max-width:320px;
    height: 100%;
    object-fit: cover;
}
.news-alumni-updates-item-img-img:hover{
    transform: scale(1.05);
    -moz-transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
}
.news-alumni-style-item-img-img:hover{
    transform: scale(1.05);
    -moz-transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
}
.news-alumni-updates-item-content,.news-alumni-style-item-content{
    width:61%;
    padding:8px 0;
    box-sizing: border-box;
    height: 186px;
    overflow: hidden;
}
.news-alumni-updates-item-title-text,.news-alumni-style-item-title-text{
    flex:1;
    font-family: var(--font-main-family);
    font-size: var(--font-20-size);
    color:var(--font-sub-color);
    line-height: var(--font-20-size);
    font-weight: var(--font-weight-600);
}
.news-alumni-updates-item-time,.news-alumni-style-item-time{
    margin-left:4%;
    font-family: var(--font-main-family);
    font-size: var(--font-14-size);
    color:var(--font-normal-color);
    line-height: var(--font-14-size);
    font-weight: var(--font-weight-400);
}
.news-alumni-updates-item-describe,.news-alumni-style-item-describe{
    width:100%;
    font-family: var(--font-main-family);
    font-size: var(--font-16-size);
    color:var(--font-normal-color);
    line-height: var(--font-16-size);
    font-weight: var(--font-weight-400);
    margin-top:24px;
}
.news-alumni-updates-item-content:hover .news-alumni-updates-item-title-text{
    color:var(--font-red-color);
}
.news-alumni-style-item-content:hover .news-alumni-style-item-title-text{
    color:var(--font-red-color);
}
/* 分页 */
.page-item{
    margin-right:4px;
}
.page-item .page-link{
    width:40px !important;
    height: 40px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-16-size);
    color:var(--font-normal-color);
}
.page-item:first-child .page-link{
    border-top-left-radius:0 !important;
    border-bottom-left-radius: 0 !important;
}
.page-item:last-child .page-link{
    border-top-right-radius:0 !important;
    border-bottom-right-radius: 0 !important;
}
.active>.page-link, .page-link.active{
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
@media all and (max-width: 991px) {
    .news-alumni-updates-item-img{
        width: 40%;
    }
    .news-alumni-updates-item-content{
        width:55%;
    }
}