#container {
    overflow: hidden;
}
.container-warpper {
    width: 1200px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0px auto 20px;
    display: flex;
}
.live-box {
    width: 820px;
    height: auto;
    overflow: hidden;
    float: left;
    background: #fff;
    border-radius: 4px;
}
.live-box .live-box-header{
    border-bottom: 1px solid #E5E6EB;
}
.details-name {
    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #333333;
    margin: 20px 0px 10px;
    padding: 0 40px;
}
.details-other {
    overflow: hidden;
    padding: 0px 40px;
    margin-bottom: 20px;

    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.details-other .details-author {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    position: relative;
    padding-right: 10px;
}

.details-other .details-time {
    color: #595959;
    height: 26px;
    line-height: 26px;
    position: relative;
    padding: 0px;
    padding-right: 30px;
}

.details-info {
    overflow: hidden;
    padding: 40px;
    line-height: 26px;
    color: #595959;
}
.details-info ul,ol,li{
    list-style-type: unset;
}

.container-warpper .container_right {
    width: calc(100% - 830px);
    margin-left: 10px;
}
.container-warpper .container_right .recommend_header {
    padding: 10px 0px;
    background-color: #fff;
}
.container-warpper .container_right .recommend_header .recommend_title {
    position: relative;
    padding: 10px 20px;
    color: var(--title-box-color-text2);
    border-left: 4px solid var(--title-box-color-border2);
}
.container-warpper .container_right .recommend_header .recommend_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 4px solid var(--title-box-color-border2);
}
.container-warpper .container_right .recommend_header .recommend_title .recommend_title_body{
    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: var(--title-box-color-text2);
}
.container-warpper .container_right .notice_list {

}
.container-warpper .container_right .notice_list .notice_item {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #E5E6EB;
    overflow: hidden;
}
.container-warpper .container_right .notice_list .notice_item img{
    width: 100%;
    max-height: 166px;
    border-radius: 4px;
}
.container-warpper .container_right .notice_list .notice_item .notice_title {
    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #333333;

    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}
.container-warpper .container_right .notice_list .notice_item .notice_time {
    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #999999;
}