.main {
    background: #F5F5F5;
}

.sectionInner {
    width: 1200px;
    margin: 0 auto;
}

.headerLink {
    height: 59px;
    line-height: 59px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
}

.headerLink a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
}

/* 顶部导航 */
.levelNav {
    width: 100%;
    background: #fff;
    padding: 22px 42px;
    box-sizing: border-box;
}
.levelNav>div {
    display: flex;
    align-items: center;
}
.levelNav>div.levelTwo{
    margin-top: 22px;
}
.levelNav>div .levelHead {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    margin-right: 35px;
}
.levelNav>div ul{
    display: flex;
    align-items: center;
}
.levelNav>div ul li{
    margin-right: 30px;
}
.levelNav>div ul li a{
    display: block;
    padding: 6px 22px;
    border: 1px solid transparent;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
    border-radius:4px;
    transition: all 0.3s;
}
.levelNav>div ul li.on a{
    color:rgba(132,84,204,1);
    border-color:rgba(132,84,204,1);
}
.levelNav>div ul li a:hover{
    color:rgba(132,84,204,1);
    border-color:rgba(132,84,204,1);
}
/* 列表 */
.productWrap {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
}
.classWrap{
    display: block;
    padding-top: 0px;
}
.classWrap ul li{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
}
/* 留学 */
.smartBox {
    width: 203px;
    background: #fff;
    margin-bottom: 37px;
    margin-right: 44px;
    transition: all .3s;
    box-shadow: 0px 0px 4px 0px rgba(6, 0, 0, 0.14);
    border-radius: 5px;
}
.smartBox:hover{
    margin-top: -10px;
}
.productWrap .smartBox:nth-of-type(5n+5) {
    margin-right: 0px;
}

.smartBox img {
    width: 100%;
    height: 131px;
}

.smartBox p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 26px;
    max-height: 52px;
    min-height: 52px;
    margin: 11px 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 实习 */
.internshipBox {
    width: 204px;
    box-shadow: 0px 0px 4px 0px rgba(6, 0, 0, 0.14);
    border-radius: 5px;
    margin-right: 43px;
    background: #fff;
    margin-bottom: 27px;
    transition: all .3s;
}
.internshipBox:hover{
    margin-top: -10px;
}
.productWrap .internshipBox:nth-of-type(5n+5) {
    margin-right: 0px;
}

.internshipBox img {
    width: 100%;
    height: 84px;
}

.internshipBox p {
    width: calc(100% - 24px);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin: 15px 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.internshipBox b {
    display: block;
    width:calc(100% - 20px);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 10px;
    margin-bottom: 17px;
}

/* gmat与雅思 */
.classBox {
    width: 370px;
    height: 145px;
    background: rgba(255, 255, 255, 1);
    margin-right: 45px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 11px;
    box-sizing: border-box;
    transition: all .3s;
    box-shadow: 0px 0px 2px 0px rgba(6, 0, 0, 0.14);
    border-radius: 5px;
}
.classBox:hover{
    margin-top: -10px;
}
.productWrap .classBox:nth-of-type(3n+3) {
    margin-right: 0px;
}

.classLeft {
    width: 109px;
    height: 117px;
    margin-right: 22px;
}

.classLeft img {
    width: 100%;
    height: 100%;
}

.classRight {
    width: calc(100% - 139px);
}

.classRight p {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.classRight b {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    margin: 24px 0px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.classRight em {
    font-style: normal;
    display: block;
    text-align: right;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(132, 84, 204, 1);
}

/* 最新开班 */
.pubTitle {
    margin-top: 8px;
    margin-bottom: 30px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
}

.pubClassWrap {
    margin-top: 17px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.pubClassWrap a {
    display: block;
    position: relative;
    width: 214px;
    background: #fff;
    padding-bottom: 15px;
    box-shadow: 0px 0px 4px 0px rgba(6, 0, 0, 0.14);
    border-radius: 5px;
    transition: all 0.3s;
    margin-right: 30px;
}
.pubClassWrap a:last-child{
    margin-right: 0px;
}
.pubClassWrap a:hover{
    margin-top: -10px;
}
.pubClassWrap a div {
    width: 214px;
    height: 119px;
}

.pubClassWrap a div img {
    width: 100%;
    height: 100%;
}

.pubClassWrap a p {
    width: calc(100% - 20px);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin: 10px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 10px;
    box-sizing: border-box;
}

.pubClassWrap a b {
    display: block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    padding: 0px 10px;
    box-sizing: border-box;
}

.pubClassWrap a em {
    position: absolute;
    width: 57px;
    height: 25px;
    background: linear-gradient(87deg, rgba(254, 153, 55, 1), rgba(243, 118, 17, 1));
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    text-align: center;
    font-style: normal;
    left: -11px;
    top: 6px;
}
/* 分页 */
.pageBox {
    text-align: center;
    padding-bottom: 60px;
}

.pageBox .pageSize {
    display: inline-block;
}

.pageBox .pageSize ul {
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.pageBox .pageSize ul li {
    margin-right: 8px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #D3D0D4;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(107, 107, 107, 1);
}

.pageBox .pageSize ul li.on {
    background: rgba(132, 84, 204, 1);
    border-radius: 2px;
    border: 1px solid rgba(132, 84, 204, 1);
    color: #fff;
}

.pageBox .pageSize ul li span {
    display: block;
    width: 100%;
    height: 100%;
}

.pageBox .pageSize ul li:last-child {
    margin-right: 0px;
}