.alumnus-elegance3{
    padding-bottom: 10.417vw;
    box-sizing: border-box;
    position: relative;
}
.alumnus-elegance3-bg{
    position: absolute;
    top: -80%;
    width: 100%;
    z-index: -1;
}
.alumnus-elegance3-bg img{
    width: 100%;
}

.alumnus-elegance3 .ae-content{
    margin-top: 10.417vw;
    position: relative;
}

.alumnus-elegance3 .ae-content .leftJt{
    position: absolute;
    right: 5.208vw;
    top: 50%;
    transform: translateY(-50%);
}
.alumnus-elegance3 .ae-content .leftJt img{
    width: 10.417vw;
    object-fit: cover;
    cursor: pointer;
}


.alumnus-elegance3 .ae-content .ae-con-list{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item{
    width: 18.125vw;
    height: auto;
    border-radius: 1.042vw;
    border: 0.521vw solid #ffffff;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0vw 0.104vw 1.302vw 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    animation: conItem 2s linear paused;
    animation-delay: -1.99s;
}
.ae-con-item:nth-child(1){
    top: 0;
    left: 12.5vw;
    z-index:7;
}
.ae-con-item:nth-child(2){
    top: -6.354vw;
    left: 6vw;
    z-index:8;
}
.ae-con-item:nth-child(3){
    top: 3.177vw;
    right: 4vw;
    z-index:10;
}
.ae-con-item:nth-child(4){
    top: 0;
    right: 11vw;
    z-index:9;
}
/*.ae-con-item:nth-child(1){*/
/*    top: 0;*/
/*    left: 1.5vw;*/
/*    z-index:7;*/
/*    transform: translateX(13.021vw);*/
/*}*/
/*.ae-con-item:nth-child(2){*/
/*    top: -6.354vw;*/
/*    left: 1vw;*/
/*    z-index:8;*/
/*    transform: translateX(5.208vw);*/
/*}*/
/*.ae-con-item:nth-child(3){*/
/*    top: 3.177vw;*/
/*    right: 0vw;*/
/*    z-index:10;*/
/*    transform: translateX(-5.208vw);*/
/*}*/
/*.ae-con-item:nth-child(4){*/
/*    top: 0;*/
/*    right: 1vw;*/
/*    z-index:9;*/
/*    transform: translateX(-13.021vw);*/
/*}*/

@keyframes conItem {
    100%{
        transform: translateX(0);
    }
}

.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .top-img{
    width: 100%;
    height: 15.885vw;
    overflow: hidden;
    position: relative;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .top-img .item-active{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.26vw);
    z-index: 1;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .top-img .item-active .item-active-icon-wrap{
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background-color: rgba(26, 105, 171, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .top-img .item-active .item-active-icon-wrap .item-active-icon{
    width: 1.042vw;
    height: 1.042vw;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .top-img .item-active .item-active-text{
    width: 100%;
    font-size: 0.729vw;
    font-weight: 400;
    line-height: 1.042vw;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 0.625vw;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .top-img .top-img-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item:hover{
    z-index:11;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item:hover .top-img .top-img-bg{
    transform: scale(1.2);
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item:hover .top-img .item-active{
    display: flex;
}

.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .bottom-text{
    padding: 0.625vw 0.833vw;
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .bottom-text .text-title{
    font-size: 0.9375vw;
    font-weight: 500;
    line-height: 1.354vw;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .bottom-text .text-content{
    font-size: 0.729vw;
    font-weight: 400;
    line-height: 1.042vw;
    color: rgba(51, 51, 51, 0.8);
    text-align: justify;
    margin-top: 0.521vw;
}
.alumnus-elegance3 .ae-content .ae-con-list .ae-con-item .bottom-text .text-time{
    font-size: 0.729vw;
    font-weight: 400;
    line-height: 1.042vw;
    color: rgba(37, 85, 151, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 1.042vw;
}
