.xu-video-content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.xu-video-contnet__left {
    width: 830px;
    background-color: #1A2636;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 28px 16px 50px 20px;
    height: 1290px;
}

.xu-hot-tag {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #212121;
}

.hot_tag_icon {
    margin-left: 6px;
    font-size: 20px !important;
    color: #FF7A7A !important;
}

.hot_tag_title {
    color: #FF7A7A;
    font-size: 18px;
}

.hot_tag_width {
    width: 608px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hot_tag_width>li {
    margin-right: 10px;
}

.hot_tag_width>li>a {
    display: block;
    width: 64px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #1D90D0;
    color: #1D90D0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;

}

.xu-video-contnet__left__cont {
    margin-top: 30px;
}

.video_cont_item {
    width: 793px;
    height: 50px;
    display: flex;
    align-items: center;
}

.video_cont_item>img {
    margin-left: 12px;
    width: 29px;
    height: 25px;
    margin-right: 12px;
}

.video_cont_item_span {
    width: 232px;
    color: #C6C6C6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.video_cont_item_time {
    margin-left: 40px;
    font-size: 14px;
    color: #C6C6C6;
}

.video_cont_item_tag {
    margin-left: 26px;
    font-size: 14px;
    color: #C6C6C6;
}

.video_cont_item:hover {
    background: url(../images/video_item_hover.png) no-repeat;
    background-size: 100% 100%;
}

.video_cont_item:hover .video_cont_item_span {
    color: #EBCC2D;
}

.video_cont_item:hover .video_cont_item_tag {
    color: #fff;
}

.video_cont_item:hover .hot_tag_width>li>a {
    color: #fff;
    border: 1px solid #fff;
}

.video_cont_item:hover .hot_tag_width>li>a:hover {
    background-color: #01A0E9;
}

.xu-video-contnet__right {
    margin-top: 16px;
    width: 338px;
}


/* 资讯热点 */
.xu-news_hot {
    margin-top: 46px;

}

.xu-news_hot-title {
    width: 214px;
    height: 35px;
    margin: 0 auto 10px;
}

.xu-news_hot-cont {
    width: 338px;
    height: 580px;
    background-color: #1B2232;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 14px;
}

.xu-news_hot-cont__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}

.xu-news_hot-cont__item>span:first-child {
    width: 65px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #FF7A7A;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 6px;
}

.xu-news_hot-cont__item_text {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 9px;
    line-height: 22px;
    color: #fff;
}

.xu-news_hot-cont__item_text:hover{
    color: #FF7A7A;
}

.xu-news_hot-cont__more {
    display: block;
    padding-top: 20px;
    width: 68px;
    height: 14px;
    margin: auto;
    color: #973A40;
    font-size: 14px;
}