body {
    background: #F6F6F6;
}

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

.detailWrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 55px;
}

.wrapLeft {
    width: 895px;
}

.leftTop {
    height: 163px;
    padding: 30px 35px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.leftImg {
    width: 210px;
    height: 100px;
    margin-right: 40px;
    background: #8356CE;
}

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

.leftBox div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.leftBox div span {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    width: 73px;
    height: 25px;
    background: linear-gradient(87deg, rgba(254, 153, 55, 1), rgba(243, 118, 17, 1));
    border-radius: 12px;
    text-align: center;
    line-height: 25px;
    margin-right: 12px;
}

.leftBox div b {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}

.leftBox p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
}

.leftDetail {
    background: #fff;
    padding: 30px 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 30px;
    min-height: 650px;
}
.leftDetail /deep/ img{
    max-width: 100% !important;
}
.wrapRight {
    width: 282px;
}

.pubTitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(132, 84, 204, 1);
}

.hotArticle {
    background: #fff;
    padding-left: 17px;
    padding-top: 15px;
    padding-bottom: 23px;
    padding-right: 7px;
    box-sizing: border-box;
}

.hotArticle ul li {
    margin-top: 17px;
}

.hotArticle ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hotArticle ul li a>img {
    width: 98px;
    height: 65px;
    margin-right: 15px;
}
.hotArticle ul li a div {
    width: calc(100% - 113px);
}
.hotArticle ul li a div p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hotArticle ul li a div span {
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(170, 170, 170, 1);
}

.hotCourse ul li a div span {
    text-align: left;
}

.hotArticle ul li a div span img {
    width: 16px;
    height: 10px;
    margin-right: 5px;
}

.hotCourse {
    margin-bottom: 20px;
}