body {
    background: #F7F4F8;
}

/* 公共部分 */
.sectionInner {
    width: 1200px;
    padding-bottom: 60px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid transparent;
}

.pubTitle {
    font-size: 17px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: rgba(64, 64, 64, 1);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0px 12px;
    padding-left: 0px;
}

.pubTitle span b {
    color: #7C5AC6;
    display: inline-block;
    margin-right: 11px;
}

.pubTitle a {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
}

.newTitle {
    margin-top: 14px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: rgba(104, 104, 104, 1);
}

.upTips {
    font-size: 24px;
    font-family: Source Han Serif SC;
    font-weight: 500;
    color: rgba(56, 56, 56, 1);
    text-align: center;
}

.topTitle {
    width: 1200px;
    margin: 15px auto;
}

.topTitle a {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    line-height: 30px;
}

.sectionLeft {
    width: 863px;
    box-sizing: border-box;
}

.tipsBox {
    width: 100%;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(219, 219, 219, 1);
    border-left: 5px solid #7C5AC6;
    margin-bottom: 17px;
    padding: 16px 23px;
    box-sizing: border-box;
}

.titleBox {
    display: inline-block;
    padding: 6px 9px;
    border: 1px solid #7C5AC6;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: rgba(124, 90, 198, 1);
    margin-bottom: 15px;
}

.classWrap {
    padding: 20px 21px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
}

.classTop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.classImg {
    width: 350px;
    height: 197px;
    margin-right: 30px;
    overflow: hidden;
}

.classImg img {
    width: 100%;
}

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

.classRight div {
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: rgba(64, 64, 64, 1);
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.classRight p {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(143, 143, 143, 1);
    line-height: 36px;
}

.classRight a {
    display: block;
    width: 108px;
    height: 35px;
    background: rgba(124, 90, 198, 1);
    border-radius: 18px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}

.detailTitle {
    margin-top: 25px;
    height: 48px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: rgba(64, 64, 64, 1);
    border-bottom: 1px solid #CDCDCD;
    display: flex;
    align-items: center;
}
.detailTitle img{
    vertical-align: middle;
}
.detailDetail{
    min-height: 500px;
    box-sizing: border-box;
    padding: 15px;
}
.detailDetail img{
    max-width: 100%;
}
/* 你可能感兴趣 */
.classIntre{
    margin-top: 20px;
    border-top: 1px solid transparent;
}
.recentList ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.recentList ul li {
    background:#fff;
    margin-right: 30px;
    width: 260px;
    box-sizing: border-box;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all .2s;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.recentList ul li:hover {
    margin-top: -20px;
}

.activeImg {
    width: 240px;
    height: 126px;
    border-radius: 8px 8px 2px 2px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.activeImg a {
    display: block;
    overflow: hidden;
}

.activeImg a img {
    width: 100%;
}

.recentList ul li:nth-of-type(3n+3) {
    margin-right: 0px;
}

.activeDetail {
    padding: 10px 0px;
}

.activeDetail p {
    min-height: 49px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(64, 64, 64, 1);
    overflow: hidden;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activeDetail div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    margin-top: 10px;
    color: rgba(102, 102, 102, 1);
}
.activeDetail div span{
    display: flex;
    align-items: center;
}
.activeDetail div span img{
    margin-right: 5px;
}
.activeLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
}

.activeLink a {
    width: 94px;
    height: 34px;
    background: rgba(124, 90, 198, 1);
    border-radius: 6px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 34px;
}

.activeLink .seeDetail {
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 6px;
    color: rgba(102, 102, 102, 1);
    background: #fff;
}

.imgMask {
    background: rgba(0, 0, 0, 0.27);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activeTitle {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

/* 右部份 */
.sectionRight {
    width: 311px;
}

/*  热门题目 */
.hotQuestion,
.hotArticle,
.hotCase {
    width: 100%;
    padding: 0px 15px;
    border-top: 1px solid transparent;
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.proBox ul li {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 14px 7px;
    border-bottom: 1px solid #E3E3E3;
}

.proBox ul li a {
    display: block;
    font-size: 13px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #686868;
    overflow: hidden;
    line-height: 18px;
}

.proBox ul li:last-child {
    border-bottom: 0px;
}

.proBox ul li a span {
    color: #7C5AC6;
}

/* 最新资讯 */
.articleBox {
    margin-top: 10px;
}

.articleBox ul li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 14px 7px;
    border-bottom: 1px solid #E3E3E3;
}

.articleBox ul li:last-child a {
    border-bottom: 0px;
}

.leftImg {
    width: 103px;
    height: 62px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.leftImg img {
    width: 100%;
}

.rightText {
    width: calc(100% - 123px);
}

.rightText p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(98, 98, 98, 1);
    line-height: 20px;
    min-height: 40px;
}

.rightText div {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: rgba(172, 172, 172, 1);
    margin-top: 10px;
}

/* 最新出分 */
.caseListWrap {
    margin-top: 15px;
}

.caseListWrap ul li a {
    display: block;
    padding: 14px 7px;
    border-bottom: 1px solid #E3E3E3;
}

.caseListWrap ul li:last-child a {
    border-bottom: 0px;
}

.caseListWrap ul li a div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.caseListWrap ul li a div span {
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgba(98, 98, 98, 1);
    border-radius: 50%;
}

.caseListWrap ul li a p {
    margin-top: 10px;
    margin-left: 12px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: rgba(117, 117, 117, 1);
}

.QRbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0px;
    padding-left: 20px;
    box-sizing: border-box;
    height: 124px;
    background: rgba(150, 141, 203, 1);

}

.QR {
    margin-right: 10px;
}

.QRbox p {
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}