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;
    padding-bottom: 55px;
}
.caseDetail{
    width: 100%;
    height: 821px;
    background: #FFFFFF;
    margin-bottom: 40px;
    overflow: hidden;
}
.caseDetailTitle{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    margin: 20px 40px ;
}
.caseDetailCover{
    width: 75%;
    padding:  0 10px;
    margin:40px auto 0;
    display: flex;
    justify-content: space-between;
    height: 680px;
    overflow: hidden;
}
.caseImg{
    width: 352px;
}
.caseImg img{
    width: 100%;
}
.caseInfo{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sameTitle{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    text-indent: 15px;
    position: relative;
}
.sameTitle:before{
    content: "";
    width: 4px;
    height: 20px;
    background: #F7B103;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sameCover{
    width: 497px;
    height: 186px;
    padding: 30px 0;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    display: flex;
    justify-content: center;
    border-radius: 4px;
}
.sameuerImg{
    width: 103px;
    height: 103px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.sameCoverRight{
    margin-left: 50px;
}
.blodP{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
}
.normalP{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    margin-top: 7px;
}
.sameclassItemImg{
    width: 178px;
    height: 158px;
    overflow: hidden;
}
.sameclassItemImg img{
    width: 100%;
}
.sameclassItemText{
    width: 240px;
    height: 100%;
    position: relative;
}
.sametextTitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
}
.sametextDetail{
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
}
.sameupBtn{
    display: block;
    width: 115px;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #F7B103;
    opacity: 1;
    border-radius: 27px;
    font-size: 14px;
    font-weight: 400;
    color: #F7B103;
    text-align: center;
    line-height: 32px;
}
.classCover{
    width: 100%;
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
}
.classItem{
    padding: 25px;
    width: 330px;
    height: 112px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.classItemImg{
    width: 140px;
    height: 100%;
    overflow: hidden;
}
.classItemImg img{
    width: 100%;
}
.classItemText{
    width: 240px;
    margin-left: 15px;
}
.textTitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.textDetail{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    margin-bottom: 10px;
}
.caseBox{
    width: 266px;
    height: 321px;
    background: #fff;
    margin-top: 27px;
}
.caseImgBox {
    width: 265px;
    height: 149px;
    overflow: hidden;
}
.caseImgBox img {
    width: 100%;
}
.caseTitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 27px;
    margin: 10px 14px;
    min-height: 53px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.caseInfoBox {
    padding: 0px 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 29px;
}
.caseInfoBox p:first-child {
    margin-right: 15px;
}
.caseInfoBox p {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}






















.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 img{
    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;
    overflow: hidden;
}
.hotArticle ul li a .img img{
    width: 100%;
}
.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;
    -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;
}