.mh-media-detail{
    margin-top: 80px
}
.mh-media-detail-title{
    color: #202020;
    font-size: 26px;
    margin-top: 39px;
    margin-bottom: 20px;
}
.content-time{
    width: 100%;
    color: #B4B1B1;
    font-size: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid #DFDFDF;
}
.content-time .time{
    margin-left: 44px;
}
.content-container{
    margin-top: 17px;
}
.content-container .content{
    padding-bottom: 45px;
    border-bottom: 1px solid #E9E9E9;
    min-height: 550px;
    font-size: 16px;
}
.content-control{
    width: 100%;
    margin-top: 30px;
}
.content-control .list{
    margin-bottom: 19px;
    display: flex;
    align-items: center;
}
.content-control .list .block{
    width:4px;
    height:15px;
    background:rgba(43,131,253,1);
}
.content-control .list a{
    margin-left: 5px;
    color: #8B8B8B;
    font-weight:400;
    line-height:17px;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
a:not(.nav-a):hover{
    color: #3C00FF!important;
}
/*右边列表*/
.right-content{
    border-radius:8px 8px 0px 0px;
    overflow: hidden;
    margin-bottom: 16px;
}
.right-content .head{
    color: #fff;
    padding: 0 22px;
    height: 34px;
    background: #FF6D6D;
}
.right-content h3{
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 34px;
}
.right-content .content{
    padding: 8px;
    background: #fff;
    min-height: unset!important;
}
.right-content .content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.right-content .content li{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 7px;
}
.right-content .content li:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.right-content .content li>a{
    margin: 0;
}
.right-content .content img{
    width: 48px;
    height: 35px;
}
.right-content .content a{
    flex: 1;
    font-weight:500;
    height: 20px;
    line-height:20px;
    font-size: 14px;
    color: #707070;
    padding-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.right-content .content>a:last-child{
    margin-bottom: 0;
}
.right-content .content50{
    display: flex;
    flex-wrap:wrap;
}
.right-content .content50 a{
    width: 50%;
    flex: unset;
}
@media (max-width: 767px){
    .right-content{
        display: none;
    }
    .mh-media-detail{
        margin-top: 50px;
    }
    .mh-media-detail-title{
        font-size: 20px;
        margin-top: 10px;
    }
    .content-time{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0;
        border-bottom: none;
    }
    .content-container{
        margin-top: 12px;
    }
    .content-container .content{
        padding-bottom: 32px;
        min-height: unset;
    }
    .content-control{
        margin-top: 25px;
    }
    .content-control .list a{
        font-size: 12px;
    }
}
