@charset "UTF-8";
*{box-sizing:border-box}
.container{font-size:14px;color:#333;letter-spacing:1px}
.container .no-data{color:#cacaca;font-size:14px}
.container .card{border:1px solid #f1f1f1}

/* 顶部图片及信息 */
.theme-top{width:100%;height:350px;position:relative;overflow:hidden;border-radius:10px}
.theme-top>img{width:100%;height:100%;object-fit:cover}
.theme-top .theme-top-dec{position:absolute;bottom:0;left:0;width:100%;height:100%;padding:30px;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.4),transparent);color:#fff;justify-content:flex-end}
.theme-top .theme-top-dec .t-dec-tit{font-size:28px;margin:15px 0}
.theme-top .theme-top-dec .t-dec-desc{font-size:16px;color:#ebebeb}

/* 主题下的专列 */
.theme-cont{margin:45px 0 30px}
.theme-cont .theme-tit{margin-bottom:30px}
.theme-cont .theme-tit h3{font-size:24px;color:#333}
.theme-cont .theme-tit>p{margin-top:10px;color:#666;font-size:16px}
/* 主题下专列：复用 train.css 卡片，去掉旧 li-item 样式冲突 */
.theme-cont .list-content{margin-top:10px}
.theme-cont .no-data{color:#cacaca;font-size:14px;text-align:center;padding:30px 0}

a.theme-name:hover{text-decoration:none}
