/* body {
    background: url(../images/indexBg.png) left top /100% 100%;
} */
.searchCon{
    width: 90%;
    max-width: 1440px;
    margin: 30px auto;
}
.academic_list {
    width: 90%;
    max-width: 1203px;
    margin: auto;
}

.academic_list li {
    width: 100%;
    margin: auto;
}

.academic_list img {
    width: 43px;
    height: 33px;
}

.academic_list .cover {
    width: 160px;
    height: 99px;
    margin-left: 23px;
    object-fit: contain;
}

.academic_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time {
    width: 100px;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new img {
    margin-right: 20px;
}

.time p {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 2px;
    color: #7b2f2e;
}

.time span {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.title {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #333333;
}

.content {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #999999;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listBox {
    position: relative;
    width: 70%;
    max-width: 706px;
}

.listBox::after {
    position: absolute;
    width: 2px;
    height: 50px;
    content: "";
    top: 50%;
    background-color: #d2d2d2;
    transform: translateY(-50%);
    left: -4%;
}

.listBox::before {
    position: absolute;
    width: 2px;
    height: 50px;
    content: "";
    top: 50%;
    background-color: #d2d2d2;
    transform: translateY(-50%);
    right: -4%;
}

.academic_list li:hover .show {
    display: none;
}

.academic_list li:hover .hide {
    display: block;
}

.academic_list li:hover .new{
    border-bottom: none;
}

.academic_list li .hide {
    display: none;
}

.academic_list li:hover .title {
    color: #7a6653;
}

.academic_list li:hover .content {
    color: #7a6653;
}

.new {
    width: 90%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-top: 41px;
    margin-left: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ccc;
}

.footerImg {
    margin-top: 45px;
}

.academic_list li:hover {
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(123, 47, 46, 0.1);
}

@media(max-width:996px) {
    .academic_list {
        width: 100%;
    }
    .academic_list li {
        width: 90%;
        border-bottom: 1px solid #ccc;
        padding: 0.5rem 5%;
    }
    .academic_list li a {
        flex-wrap: wrap;
    }
    .academic_list .cover {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: 0;
    }
    .new {
        flex-wrap: wrap;
        padding-top: 0rem;
        margin-left: 0;
        width: 100%;
        border: none;
    }
    .time,
    .listBox {
        width: 100%;
    }
    .title {
        font-size: 0.3rem;
        line-height: inherit;
    }
    .content {
        display: block;
        font-size: 0.24rem;
        line-height: inherit;
        margin-top: 0.5rem;
    }
    .new img,
    .academic_list li:hover .hide {
        display: none;
    }
}