.home-academic{
    position: absolute;
    width: 100%;
    height: 3.4rem;
    top: 3.5833rem;
}

.home-academic-bgc{
    position: absolute;
    width: 100%;
    height: 1.9531rem;
    top: 0;
    background: linear-gradient( 90deg, #FDA865 0%, #A6141C 66%);
    clip-path: polygon(0 0, calc(100% - .9479rem) 0, 100% .7813rem, 100% 100%, 0 100%);
}

.home-academic-bgc-img{
    width: 3.3854rem;
    height: .9063rem;
    position:absolute;
    top: .1719rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home-academic-swiper{
    width: 7.8125rem;
    height: 1.4583rem;
    position: absolute;
    top: 1.0781rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}

.home-academic-bgc-bottom-img{
    width: 4.8646rem;
    height: 1.3229rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home-academic-swiper .swiper-container {
    height: 100%;
}

.home-academic-swiper .swiper-wrapper{
    height: 100%;
}

.home-academic-swiper .swiper-slide{
    height: 100%;
    width: .9115rem;
}

.home-academic-swiper .swiper-slide:nth-child(odd){
    background: #9B0D14;
}

.home-academic-swiper .swiper-slide:nth-child(even){
    background: #650409;
}

.slide-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: .3125rem .1458rem 0 .1667rem;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
}
.slide-content a{
    color: #FFFFFF;
}
.slide-title{
    font-size: .1042rem;
}
.slide-content span{
    background: linear-gradient(to right,#FFFFFF,#FFFFFF);
    background-size:0 .0052rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: background-size 1.5s;
    cursor: pointer;
}
.slide-content:hover span{
    background-size:100% .0052rem;
    background-position: left bottom;
}
.slide-date {
    font-size: .125rem;
    color: #FFFFFF;
    margin: 0.0417rem 0 0;
    padding-top: .3229rem;
    box-sizing: border-box;
    font-family: 'Alegreya-Regular';
}

#homeAcademicPagination {
    display: flex;
    justify-content: space-between;
    width: .6354rem;
    position: absolute;
    bottom: .4063rem;
    right: 1.099rem;
    z-index: 10;
}

#homeAcademicPagination .swiper-button-prev,
#homeAcademicPagination .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: .2552rem;
    height: .2552rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeAcademicPagination .swiper-button-prev:after,
#homeAcademicPagination .swiper-button-next:after {
    content: '';
    width: 0.1667rem;
    height: 0.1667rem;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../img/swiper-right.svg) no-repeat;
    background-size: contain;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(../img/swiper-left.svg) no-repeat;
    background-size: contain;
}

.slide-title {
    font-size: .1042rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    margin: 0;
}

.swiper-progress-bar {
    position: absolute;
    left: 0;
    bottom: .4427rem;
    width: 100%;
    height: .0313rem;
    background-color: #C5C5C5;
    z-index: 10;
}

.swiper-progress-bar-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #FFFFFF;
    width: 0;
    transition: width 0.3s linear;
}