
@font-face {
    font-family: SSZhiZunShuFaTi;
    src: url('/material/font/SSZhiZunShuFaTi.woff2') format('woff2'),
        /* 优先现代浏览器 */
        /* 兜底 */
        url('/material/font/SSZhiZunShuFaTi.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;

}
.list-top-wrapper {
    background: url(https://www.hmc.edu.cn/material/images/detailTopbg.png) no-repeat top center;
    height: 652px;
}

.list-content-wrapper {
    background-image: url('https://www.hmc.edu.cn/material/images/commonBg.png');
    background-size: 1920px 2443px;
    background-position: top center;
    background-repeat: no-repeat;
}

.school-desc {
    width: 1200px;
    margin: 120px auto 0;
}

.desc-content {
    width: 100%;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 68px;
}

.desc-content .doc-title {
    font-family: SSZhiZunShuFaTi;
    font-size: 30px;
    color: #004582;
    line-height: 34px;
    font-style: normal;
    padding: 0 0 20px 0;
    margin: 0;
}

.desc-content-left {
    width: 577px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    margin-right: 32px;
}

.desc-content-text {
    padding-right: 15px;
}

.desc-content-text p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}

.desc-content-right {
    width: 576px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    position: relative;
}

.desc-content-right .colorbg {
    position: absolute;
    width: 109px;
    height: 100px;
    background: #004582;
    z-index: 1;
    top: -20px;
    left: -20px;
}

.desc-content-left img {
    width: 577px;
    height: 400px;
    object-fit: cover;

}

.desc-content-left img.logo1 {
    width: 260px;
    height: 53px;
}

.desc-content-right img {
    width: 577px;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 9;

}