/* //校园风光 */
.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;
}
.list-content-wrapper{
margin-bottom:0 !important;
}
.list-content-wrapper .listlTitle .home-icon{
width:18px;
margin-right:5px;
}

.list-content-fg {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.list-content-left {
    width: 218px;
    height: 360px;
    background: url(https://www.hmc.edu.cn/material/images/fg-left-navbg.png);
    background-size: 100% auto;
}

.nav-list-title {
    margin-top: 32px;
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center
}

.nav-list-title a {
    color: rgba(255, 255, 255, 0.8);
}

.nav-list-title .line-span {
    width: 10px;
    height: 1px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}

.active-chn .line-span {
    width: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.nav-list-title a span {
    display: none;
}

.active-chn a span {
    display: inline-block;
}

.active-chn a {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.nav-list-title i {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-right: 20px;
}

.active-chn i {
    margin-right: 8px;
}



.now-chn .triangle {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    /* 箭头大小由border宽度控制 */
    border-right-color: #fff;
    position: relative;
    left: 4px;

}

.list-content-right {
    flex: 1;
 
    margin-left: 11px;
}

.list-item {
    width: 982px;
    display: flex;
    /* //换行 */
    flex-wrap: wrap;
    padding-top: 40px;
    background-color: #fff;
    border-right: 3px solid #004582;
    margin-bottom:40px;
}

.doc-item {
    width: 320px;
    height: 258px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.doc-item .item-bg {
    display: none;
    position: absolute;
    bottom: 0;
    width: 320px;
    height: 207px;
    background: url(https://www.hmc.edu.cn/material/images/hoverbg.png);
    background-size: 320px 207px;
    z-index: 1;
}

.list-item .active .item-bg {
    display: block;
}

.doc-item .doc-img,
.doc-item .doc-img img {
    width: 260px;
    height: 188px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}

.doc-item .img-title {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding-top: 16px;
    margin: 0;
    z-index: 9;
    position: relative;
}

.list-item .active .img-title {
    color: #fff;
    z-index: 9;
}
.footer-img {
    width: 1000px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 30px;
}