.index-academicDynamics {
    width: 100%;
    height: 11.4875rem;
    margin: 0 auto;
    background: #fafafa;
    padding: 0.825rem 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
    // background: #f7f8fc;
}

.index-academicDynamics-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.375rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    font-family: 微软雅黑;
    letter-spacing: 0.0625rem;
}

.index-academicDynamics-header::before {
    position: absolute;
    content: "";
    width: 0.475rem;
    height: 0.0625rem;
    background: #9c0c13;
    bottom: -0.1875rem;
}

.index-academicDynamics-section {
    width: 22rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.1875rem 0 0 0;
    box-sizing: border-box;
    float: right;
}

.index-academicDynamics-section::before {
    clear: both;
}

.hover-academicDynamics-img-bg {
    width: 12.65rem;
    height: 0.5rem;
    background: #9c0c13;
    margin-top: -0.5rem;
    position: relative;
}

.hover-academicDynamics-img {
    width: 13.1rem;
    height: 8.7375rem;
    position: absolute;
    right: 0;
    top: 0.5rem;
    overflow: hidden;
}

.hover-academicDynamics-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    position: absolute;
    top: 0;
    transition: all 1s ease-in-out;
}

.hover-academicDynamics-img img.select {
    display: block;
}

.hover-academicDynamics-img img:hover {
    transform: scale(1.1);
}


.index-academicDynamics-section-list {
    width: 9.0125rem;
    height: 8.15rem;
    padding: 0.4875rem 0 0 0.825rem;
    box-sizing: border-box;
    background: #ffffff;
}

.index-academicDynamics-section-list li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.index-academicDynamics-section-list li {
    height: 1.0375rem;
    overflow: hidden;
    transition: height 0.3s ease;
}

.index-academicDynamics-section-list li div.timeContent {
    height: 1.2375rem;
    // height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #9c0c13, #9c0c13) no-repeat right bottom;
    background: linear-gradient(to left, #9c0c13, #9c0c13) no-repeat left top;
    background-size: 0 1px;
    transition: background-size 1s;
    display: none;
}

.index-academicDynamics-section-list li p.time {
    width: 1.5rem;
    height: .75rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-academicDynamics-section-list li div a.content {
    width: calc(100% - 0.4875rem);
    display: block;
    height: 1rem;
    overflow: hidden;
    font-size: 0.1875rem;
    color: #8a8a8a;
    box-sizing: border-box;
    transition: height 0.3s ease;
    padding: 0.0625rem 0 0 0;
    box-sizing: border-box;
}

.index-academicDynamics-section-list li.select {
    height: 3.275rem;
}

.index-academicDynamics-section-list li.select div.timeContent {
    display: flex;
    // height: 1.2375rem;
    // display: flex;
    // color: #9c0c13;
    // box-sizing: border-box;
    background-position: left bottom;
    background-size: 100% 1px;

}

.index-academicDynamics-section-list li.select p.time {
    // height: 0.75rem;
    // -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    // animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.index-academicDynamics-section-list li p.time span:nth-child(1) {
    color: #9c0c13;
    font-size: 0.2rem;
    font-weight: bold;
    width: 100%;
    float: left;
}

.index-academicDynamics-section-list li p.time span:nth-child(2) {
    color: #9c0c13;
    font-size: 0.3rem;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    float: left;
}

.index-academicDynamics-section-list div.section {
    display: flex;
    flex-direction: column;
}

.index-academicDynamics-section-list li div a.title {
    color: #333333;
    font-size: 0.2125rem;
    padding: 0.3375rem 0 0.3375rem 0;
    width: 96%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-academicDynamics-section-list li.select a.title {
    color: #00144d;
    // font-weight: bold;
}