.bigMain {
    padding-bottom: 100px;
}

.messsage {
    width: 100%;
    height: 420px;
    background: url(/static/image/index/schoolbg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 70px;
    box-sizing: border-box;
}

.messsage .schoolBox {
    display: flex;
    justify-content: flex-start;
}

.messsage .schoolBox .imgBox {
    width: 256px;
    height: 256px;
    margin-right: 80px;
}

.messsage .schoolBox .imgBox img {
    width: 100%;
    height: 100%;
}

.messsage .schoolBox .textBox {
    width: 60%;
}

.messsage .schoolBox .textBox h5 {
    font-size: 32px;
    color: #000000;
    position: relative;
    padding-bottom: 15px;
    font-weight: bold;
    margin-bottom: 25px;
}

.messsage .schoolBox .textBox h5::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #5096F5;
}

.messsage .schoolBox .textBox .botBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.messsage .schoolBox .textBox .botBox .item {
    width: 50%;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.messsage .schoolBox .textBox .botBox .item img {
    width: 21px;
    height: 21px;
    margin-right: 13px;
}

.tabItem {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}

.tabItem span {
    display: inline-block;
    font-size: 16px;
    color: #444444;
    padding: 20px 40px;
    cursor: pointer;
}

.tabItem .active {
    color: #5096F5;
    position: relative;


}

.tabItem .active::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #5096F5;
}

.tabContent .item {
    display: none;
}

.tabContent .item .title {
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.tabContent .item .title h5 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 0 20px;
}

.tabContent .item .title img {
    width: 43px;
    height: 29px;
    margin-top: 4px;
}

.tabContent .item .con {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}