.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-detail-warpper::before {
    content: " ";
    position: absolute;
    top: 5px;
    left: 128px;
    width: 849px;
    height: 242px;
}

.news-detail-box-warpper {
    background-color: #fff;
    padding-bottom: 143px;
    background: url(../../../images/seafish/news-bg.png) no-repeat;
    background-attachment: fixed;
}

.edit-icon {
    background: url('https://www.dmwrz.com/static/pc/css/images/edit-icon.png') left center no-repeat;
}

.eye-icon {
    background: url('https://www.dmwrz.com/static/pc/css/images/eye-icon.png') left center no-repeat;
}

.clock-icon {
    background: url('https://www.dmwrz.com/static/pc/css/images/clock-icon.png') left center no-repeat;
}

/* 新闻详情盒子 */
.news-detail-box {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.news-detail-box .news-detail-wrap {
    width: 850px;
    display: flex;
    flex-direction: column;
}

.news-detail-box .news-detail-wrap .news-detail-paging {
    font-size: 14px;
    color: #333;
    background: #fff;
    margin-top: 20px;
    line-height: 30px;
    border-radius: 6px;
    padding: 20px 55px;
}

.news-detail-box .news-detail-wrap .news-detail-paging a {
    color: #878787;
}

.news-detail-box .news-detail-wrap .recommend-news-wrap {
    min-height: 700px !important;
    background: #fff !important;
    border-radius: 6px !important;
}

.news-detail-box .news-detail-wrap .recommend-news-wrap .container-wrap .item-wrap:last-child {
    border: none !important;
}

.news-detail-box .news-detail-wrap .new-detail-recommend {
    position: relative;
}

/* .news-detail-box .news-detail-wrap .news-aside-newest-more-btn {
  transform: translateX(-150%) !important;
} */

.news-detail-box .news-detail-content {
    width: 740px;
    background: #fff;
    border-radius: 6px;
    padding: 26px 55px 33px 55px;
}

.news-detail-box .news-detail-content .cover {
    width: 720px;
    height: 405px;
    background: url('https://www.dmwrz.com/static/pc/css/images/default.jpg') left top no-repeat;
    background-size: cover;
    border-radius: 8px;
    object-fit: cover;
}

.news-detail-box .news-detail-content h1.title {
    font-size: 26px;
    font-weight: bold;
}

.news-detail-box .news-detail-content .detail-info {
    margin-top: 10px;
}

.news-detail-box .news-detail-content .detail-info p,
.news-detail-box .news-detail-content .detail-info a {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

.news-detail-box .news-detail-content .detail-info p.time,
.news-detail-box .news-detail-content .detail-info a.time {
    flex: 1;
    font-size: 14px;
    color: #cecece;
}

.news-detail-box .news-detail-content .detail-info p i,
.news-detail-box .news-detail-content .detail-info a i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background-size: 12px 12px;
    vertical-align: bottom;
}

.news-detail-box .news-detail-content .detail-info p+p,
.news-detail-box .news-detail-content .detail-info a+p {
    margin-left: 40px;
}

.news-detail-box .news-detail-content .detail-info p+a,
.news-detail-box .news-detail-content .detail-info a+a {
    margin-left: 5px;
}

.news-detail-box .news-detail-content .content {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin: 30px 0 45px;
}

.news-detail-box .news-detail-content .content p+p {
    margin-top: 20px;
}

.news-detail-box .news-detail-content .content img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-detail-box .news-detail-content .link a {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
}

.news-detail-box .news-detail-content .link a b {
    margin-right: 5px;
}

.news-detail-box .news-detail-content .news-label {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    color: #ccc;
    font-size: 14px;
    padding-left: 23px;
    height: 18px;
    line-height: 18px;
}

.news-detail-box .news-detail-content .news-label p {
    color: #333;
}

.news-detail-box .news-detail-content .news-label .news-tag {
    margin-left: 7px;
}

.news-detail-box .news-detail-content .news-label .news-tag a {
    color: #ccc;
    cursor: pointer;
}

.news-detail-box .news-detail-content .news-label::before {
    content: ' ';
    width: 23px;
    height: 23px;
    background: url(../../../images/seafish/label-icon.png) no-repeat;
    background-size: 80%;
    position: absolute;
    left: 0;
    top: 0;
}

.news-detail-box .news-aside-newest {
    margin-bottom: 85px;
    position: relative;
}

.news-detail-box .hot-news-lable {
    height: auto;
    max-height: 450px;
    width: 339px;
    background: #fff;
    position: relative;
    margin-bottom: 85px;
    border-radius: 6px;
}

.news-detail-box .hot-news-lable .title {
    background: url("../../../images/seafish/hot-news-label-title.png") no-repeat;
    width: 284px;
    height: 55px;
    position: absolute;
    top: -45px;
    right: 0;
}

.news-detail-box .hot-news-lable .lables {
    width: 289px;
    margin: 30px auto 30px;
    max-height: 390px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-detail-box .hot-news-lable .lables li {
    font-size: 14px;
    position: relative;
    margin: 0 26px 20px 0;
    cursor: pointer;
}

.news-detail-box .hot-news-lable .lables li:hover {
    color: #ce3f39;
}

.news-detail-box .hot-news-lable .lables li::after {
    content: '|';
    height: 12px;
    width: 1px;
    font-size: 1px;
    position: absolute;
    top: -1px;
    right: -12px;
    color: #ccc;
}

.news-detail-box .hot-news-lable .lables li a {
    color: #3b3b3b !important;
}

.news-detail-box .hot-news-lable .lables .active a {
    color: #ce3f39 !important;
}

.news-detail-box .hot-video-lable {
    height: auto;
    max-height: 430px;
    width: 339px;
    background: #fff;
    position: relative;
    margin-bottom: 85px;
    border-radius: 6px;
}

.news-detail-box .hot-video-lable .title {
    background: url("../../../images/seafish/hot-video-label-title.png") no-repeat;
    width: 284px;
    height: 55px;
    position: absolute;
    top: -45px;
    right: 0;
}

.news-detail-box .hot-video-lable .lables {
    width: 289px;
    margin: 20px auto 30px auto;
    max-height: 380px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-detail-box .hot-video-lable .lables li {
    width: 60px;
    height: 39px;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    position: relative;
    margin: 0 16px 10px 0;
    cursor: pointer;
    background: url("../../../images/seafish/hot-video-label-icon.png") no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-detail-box .hot-video-lable .lables li:hover {
    color: #ce3f39;
}

.news-detail-box .hot-video-lable .lables li:nth-child(4n) {
    margin-right: 0;
}

.news-detail-box .sports-news-other {
    flex: 1;
    max-width: 400px;
    margin-left: 80px;
}

.news-detail-box .sports-news-other .sprots-news-list {
    margin-bottom: 40px;
}

.news-detail-bg {
    width: 1600px;
    height: 231px;
    margin: auto;
    position: absolute;
    top: 780px;
    z-index: -1;
}

.news-detail-bg::after {
    content: " ";
    position: absolute;
    bottom: 55px;
    right: 0px;
    width: 667px;
    height: 231px;
}

.news-hot-information {
    width: 339px;
    height: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.news-hot-information .title {
    width: 312px;
    height: 87px;
    background: url("../../../images/seafish/information-title-bg.png");
}

.news-hot-information .info {
    height: auto;
    max-height: 548px;
    width: 299px;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    background: #fff;
    position: relative;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.news-hot-information .info li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.news-hot-information .info li:hover {
    color: #ce3f39;
}

.news-hot-information .info li .info-league {
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: #365eae;
    margin-right: 4px;
}

.news-hot-information .info li .info-match {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-hot-information .info li .info-date {
    color: #cfcfcf;
}


.com-bread-banner {
    margin-top: 20px;
}

div::-webkit-scrollbar {
    display: none;
}

div:hover::-webkit-scrollbar {
    display: none;
}

div {
    scrollbar-width: none;
}

/* 推荐赛事 */
.container-wrap {
    height: 650px;
}