.main_left .head {
    margin-bottom: 10px;
}

.nav-box {
    margin-left: 20px;
}

.nav-box .nav-link li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    border: 1px solid #e3e3e3;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}

.nav-box .nav-link .active {
    border: 1px solid #0066FF;
}

.nav-box .nav-link li img {
    margin-top: 8px;
    width: 18px;
}

.nav-box .nav-link li img.hot-img {
    margin-top: 5px;
}

/*资讯 体育头条*/
.lives-main .news, .videos-main .news {
    margin-top: 10px;
    padding: 15px;
}

.news .news_lis {
    margin: 10px 0 15px;
}

.news .news_item {
    margin-bottom: 5px
}

.news .pointer {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

.news .pointer_blue {
    background: #003AFF;
}

.news .pointer_orange {
    background: #FF7000;
}

.news .pointer_green {
    background: #179F0D;
}


/*视频*/

.lives-main .video, .videos-main .video {
    margin-top: 0;
}

.video .video_item {
    margin-bottom: 6px
}

.video .video_lis {
    margin: 10px 0 15px;
}


/*体育视频*/
.areo {
    margin-top: 12px;
}

.areo .block {
    margin-bottom: 10px;
}


/*友情链接*/
.friend_link .link_lis {
    margin-top: 10px;
    word-break: break-all;
}

.friend_link .link_lis a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.video:first-child {
    margin-top: 0;
}

.main .news-list .new-item {
    position: relative;
    width: 100%;
    height: 140px;
    padding-top: 0px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.main .news-list .new-item .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
    width: 180px;
    border-radius: 2px;
    height: 119px;
}

.main .news-list .new-item .cover {
    text-align: center;
    width: 180px;
    height: 119px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 2px;
}

.main .news-list .new-item .image img {
    max-width: 180px;
    height: 100%;
    transition: all 1s;
}

.main .news-list .new-item .article {
    flex: 1;
    width: 560px;
    height: 119px;
    margin-left: 20px;
}

.main .news-list .new-item .article .title {
    height: 25px;
    margin-top: 4px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.main .news-list .new-item .article .text {
    margin-top: 10px;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .news-list .new-item .article .other-info {
    height: 17px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 17px;
    white-space: nowrap;
    display: flex;
}
