.lsx-title {

    font-size: 20px;

    height: 56px;

    line-height: 56px;

    color: #1767A3;
    font-weight: 600;

}



.success-case-body {

    flex: 1;

    width: auto;

    height: auto;

    background-color: #F7F7F7;

    padding: 30px 0;


}

.success-case-body .zhengshu {
    width: 230px;
    height: 272px;

}



.elite-team {

    flex: 1;

    width: auto;

    height: auto;

    margin: 30px auto;

    overflow: hidden;

}



.elite-team-title {

    width: 100%;

    text-align: center;


    font-size: 36px;
    font-weight: 600;

}



.elite-team-title .span {

    color: #1767A3;

}



.elite-team-list {

    width: 100%;

    height: auto;

    margin: 20px auto;

    display: flex;

    flex-direction: row;

    list-style: none;

    gap: 20px;

    animation: eliteTeam 20s linear infinite;
    flex-wrap: nowrap
}



.elite-team-list img {

    width: 230px;

    height: auto;
    border: 3px solid #e5e5e5;

}



.elite-team-list:hover {

    animation-play-state: paused;

}



.study-abroad-item {

    flex: 1;

    width: auto;

    height: auto;

    padding: 10px;



    cursor: pointer;

    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #dedede;

}



.study-abroad-item .item-title {

    padding-top: 10px;

    color: #333333;

    text-align: center;

    height: 30px;

    line-height: 30px;

}

.study-abroad-item .item-title strong {

    font-size: 20px;
    color: #666666;
    font-weight: bold;

}

.study-abroad-item .item-tag {



    text-align: center;

    height: 40px;

    line-height: 40px;

    color: #d2d2d2;

}



.study-abroad-item .item-image {

    width: 50%;

    min-width: 50px;

    max-width: 100px;

    height: auto;

    display: block;

    margin: auto;
    transition: transform 1s ease-in-out;


}



.study-abroad-item .item-action {

    width: 50px;

    height: 50px;

    margin: auto;

    display: flex;

    justify-content: center;

    align-items: center;

    justify-items: center;



}

.study-abroad-item .item-action .item-action-down {
    width: 30px;

    height: auto;

    display: none;
}

.study-abroad-item:hover .item-title strong {
    color: #1567a3;
}

.study-abroad-item:hover {
    background: #FFFFFF;
}

.study-abroad-item:hover .item-title {
    color: #1F6CA6;
}

.study-abroad-item:hover .item-image {
    transform: rotate(360deg);
}

.study-abroad-item:hover .item-title {
    display: block;
}

.lxs-body {

    flex: 1;

    width: auto;

    height: auto;

    margin-bottom: 10px;
}

.lxs-body .lxs-date {


    text-align: center;

    font-size: 12px;

    height: 60px;

    line-height: 20px;

    color: #666;


}

.lxs-body .lxs-date .day {
    font-size: 45px;
    color: #1567a3;
    display: block;
    line-height: 40px;
}

.lxs-body .lxs-desc {

    font-size: 14px;
    min-height: 42px;
    color: #666;

}

.lxs-body .lxs-content {

    color: #333333;

    font-size: 18px;

    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.lxs-body .lxs-day {

    text-align: center;

    font-size: 24px;

    height: 40px;

    line-height: 40px;

    color: #1767A3;

}

.lxs-body .col-xl-3 {
    border-right: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lxs-body:hover .lxs-day, .lxs-desc {

    color: #FFFFFF;

}

.lxs-body:hover .lxs-date {

    color: #FFFFFF;



}

.lxs-body:hover .lxs-date .day {
    color: #FFFFFF;
}

.lxs-body:hover .lxs-content, .lxs-body:hover .lxs-desc {

    color: #FFFFFF;

}

.lxs-body:hover {

    color: #FFFFFF;

    background-color: #FF9500;







}

.el-timeline .el-timeline-item:hover .el-timeline-item__content {

    color: #1567a3;
}

.el-timeline .el-timeline-item {
    padding-bottom: 23px;
}



@media screen and (max-width: 600px) {

    .elite-team-list img {

        width: 200px;

        height: auto;

    }

}



@keyframes eliteTeam {


    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-900px);
    }

}



@media screen and (max-width: 1000px) {
    .lxs-body-left {
        margin-bottom: 16px;
    }

    .lxs-body-left .date {
        width: auto;
        min-width: 80px;
    }

    .lxs-body-left .content {
        width: calc(100% - 80px);
    }

    .lsx-title {
        height: 24px;
        line-height: 24px;
    }
}