.headerLink {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    margin-top: 24px;
}

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

.courseListWrap {
    width: 1200px;
    margin: auto;
}

.courseCheck ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}

.courseCheck ul li {
    width: 86px;
    height: 28px;
    border: 1px solid rgba(218, 218, 218, 1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    margin-right: 36px;
    cursor: pointer;
}

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

.courseCheck ul li.on {
    background: #8454CC;
    color: #fff;
}

.courseCheck ul li.on a {
    color: #fff;
}

.pubClassWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pubClassWrap a {
    display: block;
    position: relative;
    margin-top: 40px;
    width: 252px;
}

.pubClassWrap a div {
    width: 252px;
    height: 120px;
    background: #6434CF;
}

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

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

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

.pubClassWrap a b img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 9px;
}

.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 {
    height: 27px;
    margin-top: 36px;
    margin-bottom: 61px;
}

.pageBox {
    text-align: center;
}

.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;
}