@CHARSET "UTF-8";
div.ke-content newslist.t4>div{justify-content: space-between;}
div.ke-content newslist.t4>div a {width:calc(25% - 32px); height: calc(15vw + 48px); border-radius: 8px;overflow: hidden;position: relative; transition: transform 0.15s ease-out;box-shadow: 10px 10px #ffffff;}

div.ke-content newslist.t4>div img{width: 100%;height: 100%;object-fit: cover;}
div.ke-content newslist.t4>div a:hover {transform:scale(1.1);}

div.ke-content newslist.t4>div a span{display: block;display: none; width: 100%;height: auto; background: #19097D; border-radius: 0px 0px 8px 8px; opacity: 0.8;;position: absolute;bottom: 0;
color: #FFFFFF;font-size: 14px;line-height: 28px;font-weight: 500;padding: 12px 16px 8px 16px;box-sizing: border-box;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;}
div.ke-content newslist.t4>div a span i{display: none; font-size: 13px;font-weight: 400;color: #FFFFFF;line-height: 22px;font-style: normal;}

.ke-content newslist.t4>div a:hover span{ background: #E64A19;}

@media screen and (min-width: 1200px) {
	div.ke-content newslist.t4>div a{height: 228px;}
}

@media screen and (max-width: 1024px) {
	div.ke-content newslist.t4>div a{height: 201px;}
}
