* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

/* 转学板块整体布局 */
.transfer-content{
    margin-bottom: 5%;
}
