#content {
    position: relative;
    left: 0rem;
    min-height: 120rem;
    padding: 6.4rem;
    margin: 10rem auto 0 auto;
    width: 107.2rem;
    height: auto;
    border-radius: 10.0rem 10.0rem 0rem 0rem;
    opacity: 1;
    overflow: hidden;

    background: #FFF8F5;
}

#content .title {
    width: 107.2rem;
    height: 6rem;
    opacity: 1;

    margin-top: 9.6rem;
    font-family: 思源黑体;
    font-size: 5.0rem;
    font-weight: bold;
    line-height: 6.0rem;
    text-align: center;
    letter-spacing: 0rem;
    color: #FFA247;

}

#content .author {
    margin-top: 2.4rem;
    width: 107.2rem;
    height: 2.7rem;
    opacity: 1;

    font-family: 思源黑体;
    font-size: 1.8rem;
    font-weight: 350;
    line-height: 2.7rem;
    text-align: center;
    letter-spacing: 0rem;

    /* 字体 */
    color: #4D4D4D;

}

#content .desc {
    margin: 4.8rem auto 1.6rem auto;
    width: 70rem;
    height: auto;
    opacity: 1;

    font-family: 思源黑体;
    font-size: 2.2rem;
    font-weight: 350;
    line-height: 3.3rem;
    text-align: center;
    letter-spacing: 0rem;

    /* 字体 */
    color: #4D4D4D;

}

#content .lable {
    margin-top: 4.8rem;
    margin-bottom: 2.4rem;
    width: 107.2rem;
    height: 2.7rem;
    opacity: 1;
    font-family: 思源黑体;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.7rem;
    letter-spacing: 0rem;

    /* 主题色 */
    color: #FFA247;
}


#content .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 4.8rem auto;
}

#footer {
    position: relative;
    width: 192rem;
    height: 82rem;
    opacity: 1;

    background-image: url(../img/footer_bg.png);
    background-size: cover;

}

.item {
    position: relative;
    width: 35rem;
    height: 27.5rem;
    padding: 2.4rem;
    border-radius: 2.0rem;
    opacity: 1;

    margin-bottom: 2.5rem;

    background: linear-gradient(180deg, rgba(255, 162, 71, 0.2) -3%, rgba(255, 255, 255, 0) 100%);

    box-sizing: border-box;
    border: 0.1rem solid #E6E6E6;

}

.item_line {
    width: 29.7rem;
    height: 7rem;
    margin-bottom: 2.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.head {
    width: 7rem;
    height: 7rem;
    background-color: #D9D9D9;
    border-radius: 3.5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.info {
    margin-left: 1.6rem;
    width: 21.6rem;
    height: 7rem;
    opacity: 1;
}

.info_zh {
    width: 21.6rem;
    height: 2.4rem;

    font-family: 思源黑体;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
    letter-spacing: 0rem;
    color: #4D4D4D;
}

.info_en {
    width: 21.6rem;
    height: 1.4rem;

    font-family: 思源黑体;
    font-size: 1.2rem;
    font-weight: 350;
    line-height: 1.4rem;
    letter-spacing: 0rem;

    color: #999999;
}

.info_ad {
    width: 21.6rem;
    height: 1.4rem;

    font-family: 思源黑体;
    font-size: 1.2rem;
    font-weight: 350;
    line-height: 1.4rem;
    letter-spacing: 0rem;

    margin-top: 1.2rem;

    color: #999999;

    display: flex;
    flex-direction: row;
}

.box {
    width: 12rem;
    height: 7rem;
    text-align: center;
}

.line {
    width: 0;
    height: 3rem;
    border-left: solid 0.1rem #E6E6E6;
}

.btn {
    width: 15.6rem;
    height: 3.6rem;
    border-radius: 1.8rem;
    opacity: 1;
    margin: 0 auto;

    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.1rem solid #FFA247;

    line-height: 3.6rem;
    text-align: center;
    font-family: 思源黑体;
    font-size: 1.4rem;
    font-weight: 350;
    letter-spacing: 0rem;
    color: #FFA247;

    cursor: pointer;

}

.content {

    font-family: 思源黑体;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 2.4rem;
    text-align: center;
    letter-spacing: 0rem;

    /* 字体 */
    color: #4D4D4D;

}

.desc {
    font-family: 思源黑体;
    font-size: 1.2rem;
    font-weight: 350;
    line-height: 1.4rem;
    letter-spacing: 0rem;
}

.addr {
    width: 1.4rem;
    height: 1.4rem;
    background-image: url(/img/school/addr.png);
    background-size: 1rem 1.2rem;
    background-position: center center;
    background-repeat: no-repeat;
}