@CHARSET "UTF-8";
div.ke-content >div.list {width: 100%; display: flex; flex-direction: column; align-items: center;}
div.ke-content >div.list a{border-radius: 8px; overflow: hidden; margin-bottom: .4rem;position: relative;display: inline-block; width:calc(10rem - .8rem); height: calc(10rem - .8rem);}
div.ke-content >div.list a:nth-child(2n){margin-right: 0;}
div.ke-content >div.list img{width: 100%;height: 100%; object-fit: cover;}
div.ke-content >div.list a span{font-size: .64rem;font-weight: bold;line-height: .85rem;display: flex;width:4.64rem;flex-direction: column;
position: absolute;right: .64rem;bottom: 1.49rem;z-index: 2;color: #FF5722;}
div.ke-content >div.list a span:after{content: '';width: .85rem;height: .21rem;background: #FF5722;margin-top: .21rem;display: block;}
div.ke-content >div.list a:before{content:'';background: rgba(25, 9, 125, 0.5);width: 100%;height: 100%;position: absolute;left: 0; top: 0;z-index: 1;border-radius: 8px;}
div.ke-content >div.list a:hover:before,
div.ke-content >div.list a:hover span{opacity: 0;transition: 0.3s}

div.ke-content >div.list a:nth-child(2n) span:after
{background: #1D39C4}
div.ke-content >div.list a:nth-child(2n) span
{color:#1D39C4;}
div.ke-content >div.list a:nth-child(2n):before
{background:rgba(230, 74, 25, 0.8);}

/* @media screen and (max-width: 1024px) { 
	div.ke-content >div.list a{height:307px;}
}
@media screen and (min-width: 1200px){
	div.ke-content >div.list a{height: 351px;}
} */