@CHARSET "UTF-8";

/**在设计稿出来之前，此处的内容样式参考p.xjjl.css**/
div.ke-content>h1{margin-left: -0.4rem; margin-top: .4rem;}
.xss-list{}
.xss-list>a{margin-bottom: .4rem; width: 100%; height: calc(5rem - 0.4rem); border-radius: 8px; overflow: hidden; position: relative;}
.xss-list>a img{width: 100%; height: 100%; object-fit: cover;}
.xss-list>a span {width: 100%; position: absolute; bottom: 0; left: 0; padding: 16px 24px; color: #ffffff; font-size: 20px; line-height: 28px; font-weight: 600; background: rgba(25,9,125, 0.8); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.xss-list>a:nth-child(2n) span, .xss-list>a:nth-child(2n) span{background: rgba(230,74,25, 0.8);}
.xss-list>a:hover img{transform: scale(1.2) ;transition: 0.3s;}
.qgjx-list>a:hover img{transform: scale(1.2);transition: 0.3s;}