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

.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: 850px;
}
.leftDetail /deep/ img{
    max-width: 100% !important;
} 
.articleTit {
    border-bottom: 1px solid #e2dede;
    margin-bottom: 25px;
}

.authorBox {
    display: flex;
    margin: 25px 0px;
    align-items: flex-end;
    justify-content: space-between;
    color: #777777;
    font-size: 12px;
}

.authorBoxLeft {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.authorImg {
    margin-right: 15px;
}

.authorImg img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: gainsboro;
    margin-right: 6px;
}

.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;
    max-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -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;
}

.hotArticle ul li a div b {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.hotCourse {
    margin-bottom: 20px;
}

.hotTopic {
    background: #fff;
    box-sizing: border-box;
    padding: 0px 18px;
    padding-top: 20px;
    margin: 18px 0px;
    overflow: hidden;
}

.topicBox {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 15px 0px;
}

.topicBox b {
    display: block;
    padding: 5px;
    font-size: 15px;
    margin-right: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.active {
    display: block;
    width: 282px;
    height: 140px;
}

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