.academic_list {
    width: 90%;
    max-width: 1203px;
    margin: auto;
}

.academic_list li {
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #cccccc;
}

.academic_list img {
    width: 43px;
    height: 33px;
}

.academic_list li a {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 26px;
    justify-content: space-between;
}

.time {
    width: 100px;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/time_bj.png) center center / 100% 100%;
}

.time p {
    font-size: 38px;
    line-height: 24px;
    color: #fcf9e8;
    margin-bottom: 9px;
}

.time span {
    font-size: 14px;
    line-height: 24px;
    color: #fcf9e8;
}

.title {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #333333;
}

.content {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.listBox {
    position: relative;
    width: 70%;
}

.listBox::after {
    position: absolute;
    width: 2px;
    height: 50px;
    content: "";
    top: 50%;
    background-color: #d2d2d2;
    transform: translateY(-50%);
    left: -43px;
}

.listBox::before {
    position: absolute;
    width: 2px;
    height: 50px;
    content: "";
    top: 50%;
    background-color: #d2d2d2;
    transform: translateY(-50%);
    right: -5%;
}

.academic_list li:hover .show {
    display: none;
}

.academic_list li:hover .hide {
    display: block;
}

.academic_list li .hide {
    display: none;
}

.academic_list li:hover .title {
    color: #7a6653;
}

.academic_list li:hover .content {
    color: #7a6653;
}

.footerImg {
    margin-top: 45px;
}

@media(max-width:996px) {
    .academic_list li a {
        display: block;
        padding-bottom: 48px;
    }
    .listBox::before {
        display: none;
    }
    .listBox::after {
        display: none;
    }
    .time {
        width: 100%;
    }
    .listBox {
        width: 100%;
    }
    .academic_list img {
        float: right;
    }
}
@media(max-width:768px) {
    .time{
        background: url(../images/time_bj.png);
        width: 25%;
        height: 1.6rem;
  
    }
    .listBox{
        width: 73%;
    }
    .f-content{
        margin: 0.5rem auto;
    }
    .academic_list li{
        padding-bottom: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .academic_list li a{
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-bottom: 0;
      
    }
    .title{
        overflow:hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				-o-text-overflow:ellipsis;
                margin-bottom: 0.3rem;
                line-height: inherit;
    }
    .content{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .academic_list img{
        display: none !important;

    }
}
