/*=== 作者：Distantmemory - 时间：2020年04月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 媒体查询 ===*/
/*手机*/
@media ( min-width : 320px) { 

    .fuertong-news-list-card .content .list .unit .text { position: relative; padding: 0 0.24rem 0.24rem 0.24rem; }
    .fuertong-news-list-card .content .list .unit .date { position: absolute; bottom: 0; color: #CCC; }

}

@media ( min-width : 360px) { 

} 

@media ( min-width : 400px) { 

} 

/*平板电脑*/
@media ( min-width : 640px) {

}

@media ( min-width : 768px) {

}

/*笔记本电脑*/
@media ( min-width : 960px) {

} 

@media ( min-width : 1024px) {

} 

/*PC电脑*/
@media ( min-width : 1200px) { 
    
    .fuertong-news-list-card .content .list .unit .text { padding: 0.24rem 0.24rem 0.48rem 0.24rem; }
    .fuertong-news-list-card .content .list .unit .date { bottom: 0.24rem; }

} 

/*大屏PC电脑*/
@media ( min-width : 1600px) { 
    
}

/*=== Style ===*/
.fuertong-news-list-card { padding: 0.64rem 0 0.48rem 0; }
.fuertong-news-list-card .title { margin-bottom: 0.16rem; padding-bottom: 0.16rem; border-bottom: 0.02rem solid #EEE; }
.fuertong-news-list-card .title .cat-name { position: relative; line-height: 0.32rem; letter-spacing: 0.01rem; font-size: 0.24rem; font-weight: 700; color: #011327; }
.fuertong-news-list-card .title .cat-name::after { content: ""; display: block; position: absolute; bottom: -0.18rem; left: 0; width: 0.48rem; height: 0.04rem; background: #FCCF09; }
.fuertong-news-list-card .title .more a { display: block; position: relative; top: 0.04rem; font-size: 0.14rem; color: #FF3D00; }
.fuertong-news-list-card .title .more a:hover { color: #011327; }
.fuertong-news-list-card .content .list { margin: auto -0.16rem; }
.fuertong-news-list-card .content .list .unit { padding: 0.16rem; font-size: 0.14rem; }