.col-1 {
    height: 534px;
    ;
    background-color: rgb(238, 152, 86);
}

.col-1>div {
    height: 100%;
    width: 1280px;
    background-image: url("../image/edudetail.col1.png");
    margin-left: calc(50% - 640px);
}

.col-2 {
    height: 273px;
}

.col-2-1 {
    height: 100%;
    width: calc(50% - 124px);
    float: left;
    background-color: #000;
}

.col-2-1>div {
    width: 516px;
    height: 100%;
    float: right;
}

.col-2-2 {
    height: 100%;
    width: calc(50% + 124px);
    float: left;
    background-color: #fff;
}

.col-2-2>div {
    width: 764px;
    height: 100%;
}

.col-3 {
    height: 664px;
    background-color: rgb(238, 152, 86);
}

.col-3>div {
    width: 1280px;
    height: 100%;
    margin-left: calc(50% - 640px);
}

#col-1-content,
#col-1-content div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#col-1-content {
    padding-top: 54px;
}

#col-1-content .header {
    height: 96px;
    line-height: 96px;
    text-align: center;
    font-size: 35.523px;
    color: #fff;
    font-family: "FZLTCHJW";
}

#col-1-content .body {
    height: 337px;
    width: 1024px;
    margin-left: 128px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 1px 2px 0px rgba(7, 0, 2, 0.4);
    padding: 38px 38px 0 38px;
    font-size: 18px;
    font-family: "FZLTXHK";
    color: rgb(54, 54, 54);
}

#col-1-content .body p {
    text-indent: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 2.167em;
}

#col-1-content .body p.margin-p {
    margin-top: 20px;
}

#col-2-1-content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    padding-left: 125px;
    padding-top: 60px;
    height: 100%;
    font-size: 35.523px;
    color: rgb(255, 255, 255);
    line-height: 1.942em;
    text-align: center;
    transform: matrix( 0.86832221340827, 0, 0, 0.86832221340827, 0, 0);
    -moz-transform: matrix( 0.86832221340827, 0, 0, 0.86832221340827, 0, 0);
    -webkit-transform: matrix( 0.86832221340827, 0, 0, 0.86832221340827, 0, 0);
    -ms-transform: matrix( 0.86832221340827, 0, 0, 0.86832221340827, 0, 0);
}

#col-2-2-content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
}

#col-2-2-content>div {
    font-size: 18px;
    color: rgb(54, 54, 54);
    line-height: 2.5em;
}

#col-2-2-content>div:before {
    content: "◆";
    margin-right: 10px;
}

#col-3-content,
#col-3-content div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#col-3-content {
    padding: 30px 128px 0 128px;
    color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
}

#col-3-content .header {
    font-size: 35.523px;
    text-align: center;
    line-height: 1.942em;
    margin-top: 10px;
}
#col-3-content .body{
    margin-top: 30px;
}
#col-3-content .body p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 2.167em;
    margin-top: 40px;
    text-indent: 2em;
}