.mm_news_title{
    width: 100%;
    font-size: 23px;
    text-align: center;
    margin: 65px 0;
}
.mm_news_wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}
.mm_news_wrap li{
    width: calc(100% - 60px);
    height: 215px;
    padding: 0 40px 0 20px;
    border-bottom: 1px solid #F3F3F3;
}
.mm_news_wrap li:first-child{
    box-shadow: 0 0 5px 0 lightgray;
}
.mm_news_wrap li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.mm_news_wrap li a img{
    width: 240px;
    height: auto;
}
.mm_news_right{
    width: calc(100% - 260px);
    height: auto;
    margin-left: 20px;
}
.mm_list_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mm_list_title span:last-child{
    font-size: 14px;
    color: #8D8D8D;
}
.mm_news_wrap li:first-child .mm_list_title span:first-child{
    color: #BA1B23;
}
.mm_list_content{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}
.mm_list_content1{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mm_list_sign{
    font-size: 14px;
    color: #666;
    padding: 2px 5px;
    border: 1px solid #DADADA;
    display: inline-block;
    margin-top: 20px;
}