/* 联盟动态新闻列表 */
html{scroll-behavior: smooth;}
.newsTitle {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 2.25rem;
    font-size: 1.75rem;
    color:#000;
}

.newsListBox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.375rem;
    border-bottom: 1px solid #dcdcdc;
    margin-top:1.8rem;
}

.newsListBox:last-child{
    border-bottom:none;
}

.newsListImgBox {
    width: 19.25rem;
    height: 15.5rem;
    border-radius: 10px;
    overflow: hidden;
}

.newsListImgBox img {
    width: 100%;
    height: 100%;
}

.newsListLinkBox {
    display: block;
    padding-top: 1rem;
    width: 70%;
}

.newsListLinkBox a {
    display: block;
}

.newsListLinkBox h4 {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #000;
}

.newsListSubText {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #0e0e0e;
    opacity: 0.7;
    margin-top: 1.5625rem;
}

.newsListDate {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.newsListDateYR {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #0e0e0e;
    opacity: 0.7;
}

.newsListMore {
    font-size: .9375rem;
    color: #0e0e0e;
    opacity: 0.7;
    padding: .5rem .6875rem;
    border: 1px solid #dcdcdc;
}

@media screen and (max-width: 1024px){
.newsTitle{font-weight: 500;font-size: 2.5rem;}
.newsListImgBox{width: 30.25rem;height: 22.5rem;display:none;}
.newsListLinkBox{width: 100%;}
.newsListLinkBox h4{font-size: 1.2rem;}
.newsListSubText{font-size: 1.125rem;}
.newsListDate{margin-top: 1.5rem;}
.newsListDateYR{font-size: 1.125rem;}
.newsListMore{font-size: 1rem;}
.newsListBox{display:block}

}

/* 人才招聘 */
.schoolPeopleBox {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.schoolPeopleImgBox {
    width: 42rem;
    height: 26.25rem;
	max-width: 41.6%;
}

.schoolPeopleImgBox img {
    width: 100%;
    height: 100%;
}

.schoolTextBox {
    width: 55%;
    padding-top: 1.875rem;
}

.schoolTextBox a {
    display: block;
}

.schoolTextTitle {
    font-weight: bold;
    color: #000;
    font-size: 1.2rem;
}

.schoolText {
    font-size: 1.2rem;
    color: #0e0e0e;
    opacity: 0.7;
    line-height: 2;
    margin-top: 2.5rem;
}

.schoolText p {
    font-size: 1.2rem;
    color: #0e0e0e;
    opacity: 0.7;
    line-height: 2;
}

@media screen and (max-width: 1024px){
   .headline h3 {
        font-size: 3rem;
        margin-top: 30px;
    }
a.more{font-size:1.5rem}
.schoolPeopleBox{display:block}
.schoolPeopleImgBox{width: 100%;height: auto;max-width: none;}
.wd-f-mt10, .wd-f-mt-sm{margin-top:30px !important}
.schoolTextBox{width:100%;}
.schoolTextBox a{font-size: 1.8rem;text-align: center;}
.schoolText{font-size: 1.125rem !important; text-align:left !important}

}