.banner-container{
    height: 100%;
    width: 100%;
}
.news {
    padding: 40px 0;
}

.news-left,
.news-right {
    width: 240px;
    flex-shrink: 0;
}


.news-item {
    width: 100%;
    margin-bottom: 30px;
}

.news-content {
    margin-top: 40px;
}

.news-content .row{
    width: 100%;
}
.news-item .news-cover {
    width: 100%;
    height: 260px;
    position: relative;
}

.news-item .news-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-date {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 85px;
    height: 41px;
    background: url('/webEnglish_new/images/date_bg.png') no-repeat center center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}

.news-text{
    color: #5c5c5c;
    line-height: 28px;
    font-size: 15px;
    margin-top: 15px    ;
}

.notice-item-date{
	width: 85px;
	height: 41px;
    background: url('/webEnglish_new/images/date_bg.png') no-repeat center center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}

.news-introduction {
    color: #1f1f1f;
    line-height: 30px;
    font-size: 20px;
    margin-top: 15px;
    letter-spacing: 0px;
    word-break: break-all;
}
.news-more{
    color: #999999;
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
    margin-top: 10px;
    cursor: pointer;
}
.news-carousel-container{
    width: 100%;
    height: 580px;
    margin: 0 45px;
    margin-bottom: 110px;
}

.carousel,.carousel-inner{
    height: 100%;
}
.carousel-item,img{
    height: 100%;
}
.banner-indicators{
    width: fit-content;
    margin-bottom: 53px;
    width: 100%;
    max-width: 1200px;
    margin: 53px auto;
    justify-content: flex-start;
}
.banner-indicators li{
    width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.4;
    border-radius: 50%;
    position: relative;
    margin: 0 5px;
}
.banner-indicators li.active::after{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 50%;
    top: -3px;
    left: -3px;  
}
.news-carousel{
    width: 100%;
    height: 100%;
    position: relative;
}
.news-carousel .carousel-inner{
    width: 100%;
    height: 100%;
}


.news-carousel-caption{
    width: 100%;
    left: 0;
    bottom: 40px;
    padding: 0;
    padding: 0 30px;
}
.carousel-title-date{
    width: 85px;
    height: 35px;
    background: url('/webEnglish_new/images/date_bg.png') no-repeat center center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}
.carousel-title-text{
    line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
    font-size: 30px;
    word-break: break-all;
    text-align:left;
    margin-top: 10px;
}
.academic-staff{
    width: 100%;
    padding-top: 84px;
	min-height: 840px;
    background: url('/webEnglish_new/images/staff_bg.png') no-repeat center center;
	background-color: #f6f6f6;
    overflow: hidden;
}
.academic-staff-content{
    padding: 40px 0;
}
.academic-staff-content .carousel-inner{
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px;
}
.academic-staff-item{
    display: block;
    width: 100%;
    height: 185px;
    background-color: #ffffff;
    font-size: 15px;
    padding:20px 30px;
    transition: .2s;
    cursor: pointer;
}
.cademic-staff-name{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.academic-staff-item .avatar{
    width: 70px;
	height: 70px;
	background-color: transparent;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -55px;
    left: 0;
}
.academic-staff-item .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.academic-staff-item  .name{
    font-size: 20px;
    letter-spacing: 0px;
	color: #1f1f1f;
    text-align: end;
}
.academic-staff-item  .email{
    font-size: 14px;
    letter-spacing: 0px;
    height: 22px;
    line-height: 22px;
	color: #999999;
}
.academic-staff-item:hover{
    box-shadow: 0px 3px 25px 0px 
    rgba(140, 140, 140, 0.35);
}
.academic-staff .row>div{
     padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 37.5px;
}
.academic-staff  .row>div:nth-child(3n+3){
    margin-bottom: 75px;
}

.academic-staff-title{
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #1f1f1f;
}
.cademic-staff-introduce{
    color: #5c5c5c;
    font-size: 15px;
    margin: 5px 0;
    line-height: 30px;
    height: 60px;
}
.academic-staff-indicators{
    display: flex;
    justify-content: center;
}
.academic-staff-indicators{
    bottom: -10px;
}
.academic-staff-indicators li{
    background-color: rgba(31, 31, 31, 0.4);
}
.academic-staff-indicators li.active{
    background-color: #b52e26;
}
.academic-staff-indicators li.active::after{
    border-color: #b52e26;
}


.notice{
    padding: 56px 0 82px 0 ;
}

.notice .notice-date{
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 50px 0 38px 50px;
}
.notice .notice-date::after{
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 195px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    right: 0;
    bottom: 49px;
}
.notice .notice-title{
    color: #ffffff;
    font-size: 30px;
    padding: 0 50px 1.875rem 50px;
    line-height: 60px;

}
.notice .notice-info{
    line-height: 36px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 50px 40px 50px;
    font-weight: 300;
	font-stretch: normal;
    opacity: 0.8;
}
.notice .more{
    color: #ffffff;
    line-height: 24px;
    font-size: 15px;
    font-style: italic;
    padding: 0 50px 46px 50px;
    
}
.notice .more a{
    transition: .2s;
}
.notice .more a:hover{
    opacity: 0.8;
}
.notice-carousel-container{
    background-color: #b52e26;
    padding-bottom: 20px;
    height: 560px;
    position: relative;
}
.notice-carousel-container::after{
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    background: url('/webEnglish_new/images/small-triangle.png') no-repeat center center;
    
}
.notice .z-indicators{
    padding: 0 30px;
}
.notice-content{
    margin-top: 36px;
}
.notice-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 29px;
}
.notice-item{
    overflow: hidden;
    width:calc(50% - 50px) ;
}
.notice-item-title{
    color: #1f1f1f;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;

}
.notice-item-info{
    color: #5b5b5b;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}   
.notice-more{
    color: #999999;
    font-size: 15px;
    line-height: 1;
    font-style: italic;
    margin-top: 24px;
}
.notice  .row{
    margin-left: -34px;
    margin-right: -34px;
}
.notice .col-6{
    padding-right: 34px;
    padding-left: 34px;
}


.campus-life{
    width: 100%;
    height: 860px;
    background: url('/webEnglish_new/images/campus-life_bg.png') no-repeat center bottom;
    background-size: cover;
    padding: 60px 0 72px 0;
   
}
.campus-life .row{
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.campus-life .row>div{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
.life-image {
    height: 285px;
    position: relative;
   
}
.campus-view{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index:2;
    opacity: 0;
    cursor: pointer;
    transition: .6s;
}

.campus-view::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('/webEnglish_new/images/campus-hover.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
}

.campus-view::before{
    content: "";
    display: block;
    width: 17px;
	height: 17px;
    position: absolute;
    background: url('/webEnglish_new/images/add.png') no-repeat center center;
    left: 20px;
    bottom: 20px;
}

.campus-view:hover{
    opacity: 1;
}
.life-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.add{
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #ffffff;
    font-size: 32px;
}
.life-image .title{
    color: #ffffff;
    font-size: 20px;
    margin: 11px 0;
}
.life-image .date{
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    margin: 11px 0;
}


.partners{
    padding: 64px 0 46px 0;
    background: url('/webEnglish_new/images/partners_bg.png') no-repeat center center;
    background-size: 100% 100%;

}
.partners-content{
    width: 1320px;
    margin: 0 auto;
}
.partners-indicators{
    justify-content: center;
    margin-top:40px ;
}
.partners-carousel{
    padding-bottom: 70px;
    margin-top: 30px;
}
.partners-carousel .carousel-item{
    height: 180px;
}
.partners-indicators li{
    background-color: rgba(31, 31, 31, 0.4);
}
.partners-indicators li.active{
    background-color: #b52e26;
}
.partners-indicators li.active::after{
    border-color: #b52e26;
}

.logo-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.logo-list .logo-item{
    width: 224px;
	height: 80px;
	background-color: #ffffff;
}
.logo-list .logo-item>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.partners-content .partners-carousel-control{

    border-radius: 0;
    width: 32px;
	height: 45px;
    background: url('/webEnglish_new/images/arrow.png') no-repeat center center;
    top: calc(50% - 45px);
}

.partners-content .partners-carousel-control:hover{
    background:url('/webEnglish_new/images/arrow_hover.png') no-repeat center center;
}

.partners-content .carousel-control-prev{
    transform: rotate(180deg) translateX(55px);
}
.partners-content .carousel-control-next{
    transform:translateX(55px);
}

