.leftMoment {
    width: 200px;
    height: 100%;
}

.rightMoment {
    width: 990px;
    height: 100%;
}

.leftMomentli {
    display: flex;
    align-items: center;
    padding-left: 14px;
    height: 54px;
    font-size: 16px;
}

.leftMomentli:hover{
    color: var(--c1) ;
}
.leftMomentli>div {
    display: flex;
    align-items: center;
}

.leftMomentli img {
    width: 22px;
    margin-right: 20px;
}



.MomentTitle img {
    width: 14px;
    height: 16px;
    margin-right: 10px;
}

.MomentList li {
    height: 48px;
    padding: 0 2px;
    border-bottom: 1px solid #f6f6f6;
    color: #2D3137;
    font-size: 14px;
}

.MomentList li span:last-child {
    color: #999;
}

.MomentList a:hover li{
    color: var(--c1) ;
}
.MomentList a:hover li span{
    color: var(--c1) ;
}

/* 比赛集锦详情页 */
.videoList {
    color: #000;
}

.videoList>a:hover{
    color: var(--c1)  !important;
}

.videoList img {
    width: 16px;
    height: 12px;
}

.videoList>a>li>div>p {
    font-size: 14px;
    color: #000;
}

.videoDivIcon {
    width: 70px;
    color: var(--c1) ;
    position: relative;
}
.videoDivIcon~p:hover{
    color: var(--c1)  !important;
}


.videoDivIcon::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    right: 12px;
    border-radius: 50%;
    background-color: #959595;
}


/* 本场战报 */
.warPaper {
    width: 870px;
    color: #000;
    font-size: 16px;
}

.warPaper h1 {
    margin: 6px 0 14px 0;
}

.warPaper h2 {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0;
    padding-bottom: 12px;
    text-indent: 10px;
}
.warPaper h3 {
    border-bottom: 1px dashed #eee;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 6px 0;
    padding-bottom: 6px;
    text-indent: 6px;
}
.warPaper p {
    margin: 10px 0;
    line-height: 200%;
}
/*.warPaper p:nth-child(2) {
    color: #999;
    margin-bottom: 20px;
}
.warPaper p:nth-child(3) {
    margin-bottom: 20px;
}
.warPaper p:nth-child(5) {
    margin-bottom: 20px;
}
.warPaper p:nth-child(6) {
    margin-bottom: 20px;
}*/
.warPaper strong {
   font-weight: bolder;
}
.warPaper a:hover{
    color: var(--c1);
}

.warPaper img {
    width: 90% !important;
    object-fit: contain;
    max-height: 500px;
    border-radius: 4px;
    margin: 10px auto;
}

/* 上一篇下一篇 */
.lastnext {
    width: 440px;
    height: 100px;
    padding: 22px 0 0 20px;
}

.lastnext p:nth-child(2){
 margin-top: 4px;
 width: 410px;
}




/* 本场战报 */
