body {
    width: 100vw;
}

.content-wrapper {
    margin: 0 auto;
    background: #F9FBFC;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.content .img-wrapper {
    text-align: center;
}

.content .img-wrapper img {
    max-width: 70%;
}

.content {}

.content-title-wrapper,
.content-run-wrapper,
.content-schedule-wrapper {
    width: 100%;
}

.content-title-wrapper {
    border-bottom: 1px solid #d3d3d3;
}

.content-plan-wrapper {
    background: #ffffff;
    width: 100%;
}

.content-title,
.content-plan,
.content-run,
.content-teacher,
.content-schedule {
    /* max-width: 1140px; */
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

.content-run h4,
.content-teacher h4,
.content-schedule h4 {
    text-align: center;
    font-family: Source Han Sans CN;
    font-size: 24px;
    font-weight: bold;
    color: #AC1A30;
}

.content-title h5 {
    padding-top: 44px;
    color: #ae002b;
    font-size: 24px;
    font-weight: bold;
    font-family: Source Han Sans CN;
}

.content-title p {
    font-size: 16px;
}

.content-title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-family: Source Han Sans CN;
    color: #AC1A30;
    line-height: 36px;
}

.content-title h3 {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans CN;
    color: #AC1A30;
    line-height: 36px;
}

.content-title h4 {
    text-align: center;
    font-size: 36px;
    font-weight: lighter;
    font-family: Source Han Sans CN;
    color: #AC1A30;
    line-height: 36px;
}

.content-title {}

.content-title .img-wrapper {
    margin-top: 95px;
    padding-bottom: 60px;
}

.content-plan {
    padding-top: 100px;
    padding-bottom: 120px;
}

.content-run {
    padding-top: 40px;
    padding-bottom: 60px;
}

.content-run h4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-run h5 {
    margin-top: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #AE002C;
}

.content-run p {
    margin-top: 6px;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #5A5858;
}

.content-teacher h4 {
    padding-top: 90px;
    padding-bottom: 70px;
}

.content-teacher ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.content-teacher ul li {
    background: rgba(247, 247, 247, 0);
    border: 1px solid #C8C8C8;
    padding-top: 16px;
    padding-bottom: 24px;
    margin-right: 40px;
}

.content-teacher h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #AD002C;
}

.content-teacher p {
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #444853;
}

.content-teacher ul .img-wrapper img {
    max-width: 70%;
}

.content-teacher button {
    border: none;
    display: block;
    margin: 10px auto 0;
    padding: 4px 16px;
    background: #AD002C;
    font-size: 14px;
    font-family: Heiti SC;
    font-weight: 300;
    color: #EEEFF1;
}

.content-schedule h5 {
    margin-top: 60px;
    margin-bottom: 24px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #AE002C
}

.content-schedule h4 {
    padding-top: 90px;
    padding-bottom: 50px;
}

.content-schedule .time-layout {
    display: flex;
    justify-content: space-between;
    margin-right: -20px;
    width: 100%;
}

.content-schedule .project-layout {
    display: flex;
    margin-right: -20px;
}

.content-schedule .time-layout {}

.content-schedule .time-layout li {
    width: 25%;
    margin-right: 20px;
    padding: 20px 12px 12px;
    background: rgba(247, 247, 247, 0);
    border: 1px solid #C8C8C8;
}

.content-schedule .time-layout .time {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.content-schedule .time-layout .place {
    padding-top: 8px;
    padding-bottom: 12px;
    background: #E5E5E5;
}

.time-layout .other .place {
    background: rgba(172, 26, 48, 0.26);
}

.content-schedule .time-layout p {
    text-align: center;
    font-size: 16px;
    font-family: FZLTHJW;
    font-weight: normal;
    color: #231915;
}

.content-schedule .time-layout .time span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #231915;
}

.time-layout .other .time {
    justify-content: center;
}

.content-schedule .time-layout .time span:first-child {
    padding-left: 12px;
}

.content-schedule .time-layout .time span:last-child {
    padding-right: 20px;
}

.content-schedule .project-layout {
    padding-bottom: 120px;
}

.content-schedule .project-layout li {
    line-height: 32px;
    font-size: 16px;
    margin-right: 30px;
}

.content-schedule .project-layout li:last-child {
    margin-right: 0;
}

.content-schedule .project-layout img {
    margin-right: 8px;
    max-width: 15%;
    vertical-align: middle
}

@media (max-width: 1200px) {
    .content {
        width: 100vw;
    }
}


/* iPad */

@media (min-width: 610px) and (max-width:1100px) {
    .h img {
        display: inline
    }
    .h-n {
        width: auto
    }
    .content .img-wrapper img {
        max-width: 90%;
    }
    .content-title h5 {
        padding-left: 20px;
    }
    .content-title p {
        padding-left: 20px;
    }
    .content-teacher ul li .teacher-position {
        height: 50px
    }
    .content-schedule h5 {
        padding-left: 20px;
    }
    .content-schedule .project-layout {
        flex-direction: column;
    }
    .content-schedule .project-layout li {
        margin: 0 auto 12px;
        width: 86%;
    }
    .content-schedule .project-layout li:last-child {
        margin-right: auto;
    }
    .content-schedule .time-layout .time {
        flex-direction: column;
        height: 50px
    }
    .content-schedule .time-layout .time span {
        text-align: center;
    }
    .content-schedule .time-layout .time span:first-child {
        padding-left: 0;
    }
    .content-schedule .time-layout .time span:last-child {
        padding-right: 0
    }
    .content-run h5 {
        padding-left: 20px
    }
    .content-run p {
        padding-left: 20px
    }
}


/* 移动 */

@media (max-width: 600px) {
    body {
        width: 100vw;
    }
    .content-wrapper {
        width: 100vw;
    }
    .content {
        width: 90vw;
        margin: 0 auto;
    }
    .content .img-wrapper img {
        max-width: 80%;
    }
    .content-title h5 {
        padding-left: 20px;
    }
    .content-title p {
        padding-left: 20px;
    }
    .content-plan {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    .content-teacher h4 {
        padding-top: 0;
        padding-bottom: 4vh;
    }
    .content-teacher ul {
        flex-direction: column;
    }
    .content-teacher ul li {
        margin: 12px auto 0;
    }
    .content-schedule .time-layout {
        flex-direction: column;
    }
    .content-schedule .time-layout .time {
        padding-bottom: 6vh;
    }
    .content-schedule .time-layout li {
        margin: 12px auto 0;
        width: 80vw;
        .content-schedule .time-layout
    }
    .content-schedule .project-layout {
        flex-direction: column;
    }
    .content-schedule .project-layout li {
        margin: 0 auto 12px;
        width: 86%;
    }
    .content-schedule .project-layout li:last-child {
        margin-right: auto;
    }
}