.imglist .news-list-item.move-in {
    opacity: 1;
    margin: 25px 15px;
}
video{
    height: 177px;
    width: 100%;
   object-fit:cover;
}
.imglist .news-list-item .text {
    margin: 0;
    background-color: transparent;
    height: auto;
}
.news-list-item  .time {
    position: absolute;
    top: 8px;
    right: 5px;
    color: rgba(255, 255, 255, 0.46);
}
.news-list-item .time .year {
    font-size: 15px;
    writing-mode: vertical-lr;
}
.news-list-item .time .month {
    font-size: 25px;
    vertical-align: top;
}
.news-list-item .title {
    color: #fff;
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 97%;
    opacity: 1;
    transition: opacity .5s linear;
}
.news-list-item  .title .main-title {
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 1;
}
.news-list-item .title .sub-title {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1;
}
@media (min-width: 1200px) and (max-width: 1530px)
{
	.body .imglist .news-list-item .text {
    		height: auto;
	}
	video {
    		height: 144px;
	}
}
@media (min-width: 769px) and (max-width: 1199px)
{
	video {
    		height: 118px;
	}
	.imglist .news-list-item .text {
    		padding: 0;
	}
}