.ewm{width: 116px;margin-left: 70px;}
.td-right{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -6px;
}
.td-right .ml{width: 421px;}
.td-right .mr{width: 235px;}
/* post-11 */
.post-11 .tt{
    background: url(../htmlRes/list_className.jpg) no-repeat left -14px top;
    height: 59px;
}
.post-11 .more_btn{display: none;}
.post-11 .tit{margin-left: 50px;padding-top: 25px;}
.post-11 .tt .title{
    font-size: 16px;
    color: #5f8094;
}
.post-11 li{list-style: none;margin: 10px 0;}
.post-11 ul{padding: 0;}
.post-11 .news_div{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 20px;
    background: url(../htmlRes/list_dot.jpg) no-repeat left center;
}
.post-11 .news_title{
    width: calc(100% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* post-12 */
.post-12 .tt{
    background: url(../htmlRes/list_className.jpg) no-repeat left -14px top;
    height: 59px;
}
.post-12 .more_btn{display: none;}
.post-12 .tit{margin-left: 50px;padding-top: 25px;}
.post-12 .tt .title{
    font-size: 16px;
    color: #5f8094;
}
.post-12 li{list-style: none;}
.post-12 ul{padding: 0;}
.post-12 .news_imgs{
    position: relative;
    padding-top: 78%;
    overflow: hidden;
    height: 0;
    background: #eee;
}
.post-12 .news_imgs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.post-12 a.news_link:hover .news_imgs img{
    transform: scale(1.05);
}






