html {
    font-size: calc(100vw / 7.5);
}

body {
    font-size: 0.14rem;
}

.banner img {
    height: unset;
}

.banner {
    max-height: 4rem;
    overflow: hidden;
    background-image: none;
}

.myscroll {
    height: 3rem;
    margin: 0 auto;
    overflow: hidden;
}

.content-intro {
    margin: 0 auto;
    padding: 0.6rem 0.4rem 0rem 0.4rem;
}

.content-intro > div {
    margin-bottom: 0.6rem;
}

.intro {
    color: #555555;;
    font-size: 0.26rem;
    font-weight: 300;
    text-align: center;
    line-height: 0.48rem;
}

.intro-zhuban-left {
    font-weight: 300;
    font-size: 0.27rem;
    color: #ffffff;
    /*width: 1.56rem;*/
    line-height: 0.54rem;
    height: 0.54rem;
    /*text-align: center;*/
    /*background: #001A90;*/
    margin-bottom: 0.42rem;
}
.intro-zhuban-left >span{
    text-align: center;
    display: inline-block;
    min-width: 1.56rem;
    max-width: 3.2rem;
    height: 0.54rem;
    padding: 0 0.2rem;
    background: #001A90;
}

.intro-zhuban-right {
    font-size: 0.24rem;
    font-weight: 300;
    color: #010C23;
    line-height: 0.24rem;

}

.intro-zhuban-right .zhuban-right-item {
    margin-bottom: 0.20rem;
}

.header {
    background: url("../../images/new_index/bg-1.png") center no-repeat;
    background-size: 100%;
    text-align: center;
}

.header > h1 {
    font-size: 0.48rem;
    color: #444444;
    line-height: 0.30rem;
    margin-bottom: 0.15rem;
}

.header > p {
    font-size: 0.18rem;
    font-weight: 300;
    color: #666666;
    line-height: 0.30rem;
    opacity: 0.8;
    background: linear-gradient(0deg, #001C91 0%, #AD19D7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gray {
    background: #F8F8F8;
}

.content-stage {
    padding: 0.80rem 0.40rem;
}

.content-stage-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0.60rem;
}

.stage-item-time {
    padding: 0 0.40rem;
    height: 1.20rem;
    /*line-height: 120rem;*/
    margin-bottom: 0.20rem;
    border: 2px solid #001A90;
    background: #FFFFFF;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.stage-item-time .item-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #001A8F;
}

.item-time {
    font-size: 0.32rem;
    font-weight: 400;
}

.content-dynamic {
    padding: 0.80rem 0.40rem;
}

.dynamic-body {
    margin-top: 0.60rem;
}

.dynamic-body .dynamic-image {
    display: block;
    height: 3.76rem;
    width: 6.70rem;
    margin-bottom: 0.40rem;
}

.dynamic-body .dynamic-list {
    font-size: 0.26rem;
    font-weight: 300;
    color: #666666;
}

.dynamic-list .news-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.40rem;
}

.dynamic-list .news-item .news-title {
    display: inline-block;
    width: 5.13rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-xiezuo {
    padding: 0.80rem 0.40rem;
}

.content-xiezuo .xiezuo-body {
    margin-top: 0.60rem;
}

.zhichi-title {
    font-size: 0.28rem;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0.29rem;
}

.xiezuo-body .zhichi-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.xiezuo-body .xiezuo-zhichi {
    margin-bottom: 0.60rem;
}

.zhichi-list .zhichi-item {
    height: 2rem;
    width: 7rem;
    margin-right: 0.20rem;
    margin-bottom: 0.20rem;
    background: #FFFFFF;
    border: 1px solid #EDF0F2;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.zhichi-list .zhichi-item {
    height: 0.64rem;
    width: 2.00rem;
    margin-right: 0.20rem;
    margin-bottom: 0.20rem;
    background: #FFFFFF;
    border: 1px solid #EDF0F2;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.college-contactus {
    padding: 0.80rem 0.42rem;
}

.college-contactus .college, .college-contactus .contactus {
    /*padding-left: 44rem;*/
}

.college {
    margin-bottom: 0.80rem;
}

.college-list, .contactus-list {
    margin-top: 0.32rem;
    padding-left: 0.44rem;
}

.college-list .college-item {
    font-size: 0.24rem;
    margin-bottom: 0.20rem;
    max-width: 5.13rem;
    overflow: hidden;
    white-space: nowrap;
    height: 0.38rem;
    text-overflow: ellipsis;
}

.contactus-item {
    font-size: 0.24rem;
    margin-bottom: 0.20rem;
    max-width: 5.13rem;
}