.mnews .mnews-right .hotword {
    overflow: hidden;
    margin-top: 30px;
}

.mnews .mnews-right .hotword h3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mnews .mnews-right .hotword h3>b {
    font-weight: 700;
    font-size: 16px;
    color: #3d464d;
}

.mnews .mnews-right .hotword h3>b>i {
    background: url();
    width: 131px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}

.mnews .mnews-right .hotword ul {
    margin-left: 10px;
    overflow: hidden;
}

.mnews .mnews-right .hotword ul li {
    margin-top: 20px;
    font-size: 14px;
    height: 65px;
}

.mnews .mnews-right .hotword ul li .h-txt {
    float: left;
    width: 188px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mnews .mnews-right .hotword ul li .h-txt>a {
    font-size: 14px;
}

.mnews .mnews-right .hotword ul li .h-txt>a:hover {
    color: #ea3524;
}

.mnews .mnews-right .hotword ul li .h-img {
    width: 106px;
    height: 65px;
    overflow: hidden;

    float: right;
}

.mnews .mnews-right .hotword ul li .h-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mnews .mnews-right .hotword h3 i {
    background: url(/public/images/common/split.png);
    width: 131px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}