.YUGO-body {
    min-height: 100%;
    background: #F8F8F8;
    position: relative;
}

.YUGO-detail-header {
    width: 100%;
    height: 346px;
    padding-top: 82px;
    background: #1F1F1F;
    position: relative;
}

.YUGO-detail-hearder-body {
    width: 1200px;
    height: 228px;
    margin: auto;
    font-size: 0;
    background: #2F2F2F;
    border: 0px solid #999999;
    position: relative;
}

.YUGO-detail-header-left {
    width: 670px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.YUGO-detail-header-right {
    width: calc(100% - 670px);
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background: #2F2F2F;
    padding-top: 46px;
    padding-bottom: 46px;
}

.YUGO-detail-header-content {
    width: calc(100% - 274px);
    height: 100%;
    position: absolute;
    left: 274px;
    top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.YUGO-detail-header-content>.left, .YUGO-detail-header-content>.right {
    width: 50%;
    height: 130px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.YUGO-detail-header-content>.right {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.YUGO-detail-header-content:hover {
    overflow-y: auto;
}

.YUGO-list-active a {
    color: #10B4B5 !important;
}

.YUGO-news-list-banner {
    width: 234px;
    height: 234px;
    background: #E5E4F6;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    left: 40px;
    top: -44px;
}

.YUGO-news-list-banner img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.YUGO-detail-header-title {
    width: 100%;
}

.YUGO-detail-header-title p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
}

.YUGO-detail-header-name {
    width: 100%
}

.YUGO-detail-header-name p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-detail-header-name img {
    width: 78px;
    height: 18px;
    margin-left: 34px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-detail-header-subtitle {
    width: 100%;
}

.YUGO-detail-header-subtitle p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
}

.YUGO-detail-header-date {
    width: 100%;
}

.YUGO-detail-header-date p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
}

.YUGO-detail-header-label {
    width: 100%;
}

.YUGO-detail-header-label1 {
    width: 100%;
}

.YUGO-detail-header-label p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
}

.YUGO-detail-header-label1 p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
}

.YUGO-detail-bottom {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.YUGO-lecture-detail-content {
    width: 1200px;
    margin: auto;
    font-size: 0;
}

.YUGO-detail-bottom-left {
    width: calc(100% - 336px);
    display: inline-block;
    vertical-align: top;
}

.YUGO-detail-bottom-right {
    width: 336px;
    padding-left: 28px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-lecture-detail-achievement,
.YUGO-lecture-detail-introduce,
.YUGO-lecture-detail-info {
    width: 100%;
    padding: 40px;
    border-radius: 7px;
    background: #ffffff;
}

.YUGO-lecture-detail-introduce,
.YUGO-lecture-detail-info {
    margin-top: 15px;
}

.YUGO-lecture-detail-achievement img {
    width: 357px;
    height: 26px;
    display: block;
}

.YUGO-lecture-detail-introduce img {
    width: 317px;
    height: 26px;
    display: block;
}

.YUGO-lecture-detail-info img {
    width: 296px;
    height: 26px;
    display: block;
}

.YUGO-lecture-detail-html {
    padding-top: 30px;
}

.YUGO-detail-recommned-lecture {
    width: 100%;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    background: #ffffff;
    border-radius: 7px;
}

.YUGO-detail-recommned-title {
    width: 100%;
    display: block;
}

.YUGO-detail-recommned-list {
    width: 100%;
}

.YUGO-detail-recommned-child {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.YUGO-detail-recommned-child:nth-last-child(1) {
    border-bottom: none;
    border-top: none;
}

.YUGO-detail-recommned-img {
    width: 100%;
    height: 208px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.YUGO-detail-recommned-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.YUGO-detail-recommned-child p {
    color: #171717;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}

.YUGO-lecture-detail-html p {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.YUGO-lecture-detail-html b, .YUGO-lecture-detail-html span {
    font-size: 14px !important;
    font-weight: 400 !important;
}