﻿body {
}

/*电子诗集首页模块（电脑端）*/
.index_column_ebook{width:100%}
.index_column_ebook .ebook_item{float:left;width:12%;margin-left:0.13%;margin-bottom:20px;text-align:center}
.index_column_ebook .ebook_item .ebook_img{width:80%;height:200px;margin:0 auto;overflow:hidden;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.index_column_ebook .ebook_item .ebook_img img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}
.index_column_ebook .ebook_item:hover .ebook_img img{transform:scale(1.05)}
.index_column_ebook .ebook_item .ebook_title{font-size:15px ;font-weight:600;color:#333;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}
.index_column_ebook .ebook_item .ebook_author{font-size:13px;color:#888;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.index_column_ebook .ebook_item:hover .ebook_title{color:#A1241E}

/*电子诗集列表页（电脑端）*/
.ebook_list{margin-top:20px}
.ebook_list_item{padding:20px;border-bottom:1px solid #eee;margin-bottom:20px;float:left;width:46%}
.ebook_list_item .ebook_list_img{float:left;width:200px;height:280px;overflow:hidden;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.ebook_list_item .ebook_list_img img{width:100%;height:100%;object-fit:cover}
.ebook_list_item .ebook_list_content{float:right;width:calc(100% - 220px);margin-left:20px}
.ebook_list_item .ebook_list_title{font-size:20px;font-weight:600;color:#333;margin-bottom:10px}
.ebook_list_item:hover .ebook_list_title{color:#A1241E}
.ebook_list_item .ebook_list_author{font-size:14px;color:#888;margin-bottom:15px}
.ebook_list_item .ebook_list_desc{font-size:14px;color:#666;line-height:1.8;text-indent:2em}
.ebook_list_item .ebook_list_more{font-size:14px;color:#A1241E;margin-top:10px;cursor:pointer}
.ebook_list_item .ebook_list_more img{vertical-align:middle;margin-left:5px}
.ebook_list_item a{display:block}
.ebook_list_item .clearboth{clear:both}
.ebook_list_item:last-child{border-bottom:none}

/*作品风格首页模块（电脑端）*/
.index_column_style{width:100%}
.index_column_style .style_item{float:left;width:30%;margin-left:1%;margin-bottom:30px;background:#f9f9f9;padding:15px;border-radius:8px;transition:all 0.3s}
.index_column_style .style_item:nth-child(1){margin-left:0}
.index_column_style .style_item:hover{box-shadow:0 4px 16px rgba(0,0,0,0.1);transform:translateY(-2px)}
.index_column_style .style_item a{display:flex;flex-direction:column}
.index_column_style .style_item .style_img{width:100%;height:240px;overflow:hidden;border-radius:5px;margin-bottom:15px}
.index_column_style .style_item .style_img img{width:100%;height:100%;object-fit:cover}
.index_column_style .style_item .style_content{flex:1}
.index_column_style .style_item .style_title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}
.index_column_style .style_item:hover .style_title{color:#A1241E}
.index_column_style .style_item .style_author{font-size:14px;color:#888;margin-bottom:12px}
.index_column_style .style_item .style_desc{font-size:14px;color:#666;line-height:1.8;text-indent:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}
.index_column_style .style_item .style_more{font-size:14px;color:#A1241E;margin-top:10px;cursor:pointer}
.index_column_style .style_item .style_more img{vertical-align:middle;margin-left:5px}

/*作品风格列表页（电脑端）*/
.style_list{margin-top:20px}
.style_list_item{padding:20px;border-bottom:1px solid #eee;margin-bottom:20px}
.style_list_item .style_list_img{float:left;width:200px;height:280px;overflow:hidden;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.style_list_item .style_list_img img{width:100%;height:100%;object-fit:cover}
.style_list_item .style_list_content{float:right;width:calc(100% - 220px);margin-left:20px}
.style_list_item .style_list_title{font-size:20px;font-weight:600;color:#333;margin-bottom:10px}
.style_list_item:hover .style_list_title{color:#A1241E}
.style_list_item .style_list_author{font-size:14px;color:#888;margin-bottom:15px}
.style_list_item .style_list_desc{font-size:14px;color:#666;line-height:1.8;text-indent:2em}
.style_list_item .style_list_more{font-size:14px;color:#A1241E;margin-top:10px;cursor:pointer}
.style_list_item .style_list_more img{vertical-align:middle;margin-left:5px}
.style_list_item a{display:block}
.style_list_item .clearboth{clear:both}
.style_list_item:last-child{border-bottom:none}

/*手机端（媒体查询必须放在电脑端规则之后，否则同优先级会被后面的电脑端规则覆盖）*/
@media screen and (max-width:768px) {
    /*恢复"更多"按钮：maincss2022.css 手机端默认 .titleleft .more{display:none}，本模块无 phone_more 备用链接*/
    .index_column_ebook .titleleft .more,
    .index_column_style .titleleft .more{display:block !important;font-size:14px;line-height:40px}

    /*电子诗集首页模块：每行2个，封面放大*/
    .index_column_ebook .ebook_item{float:left;width:48%;margin:0 1% 20px;text-align:center}
    .index_column_ebook .ebook_item .ebook_img{width:75%;height:190px;margin:0 auto;overflow:hidden;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
    .index_column_ebook .ebook_item .ebook_img img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}
    .index_column_ebook .ebook_item:hover .ebook_img img{transform:scale(1.05)}
    .index_column_ebook .ebook_item .ebook_title{font-size:14px;font-weight:600;color:#333;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .index_column_ebook .ebook_item .ebook_author{font-size:12px;color:#888;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .index_column_ebook .ebook_item:hover .ebook_title{color:#A1241E}

    /*作品风格首页模块：每行1个卡片*/
    .index_column_style .style_item{float:none;width:100%;margin-left:0;margin-bottom:15px;padding:15px;background:#f9f9f9;border-radius:8px;box-sizing:border-box}
    .index_column_style .style_item:nth-child(1){margin-left:0}
    .index_column_style .style_item:hover{box-shadow:0 4px 16px rgba(0,0,0,0.1);transform:translateY(-2px)}
    .index_column_style .style_item a{display:flex;flex-direction:column}
    .index_column_style .style_item .style_img{width:100%;height:200px;overflow:hidden;border-radius:5px;margin-bottom:15px}
    .index_column_style .style_item .style_img img{width:100%;height:100%;object-fit:cover}
    .index_column_style .style_item .style_content{flex:1}
    .index_column_style .style_item .style_title{font-size:17px;font-weight:600;color:#333;margin-bottom:8px}
    .index_column_style .style_item:hover .style_title{color:#A1241E}
    .index_column_style .style_item .style_author{font-size:13px;color:#888;margin-bottom:12px}
    .index_column_style .style_item .style_desc{font-size:14px;color:#666;line-height:1.8;text-indent:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}
    .index_column_style .style_item .style_more{font-size:14px;color:#A1241E;margin-top:10px;cursor:pointer}
    .index_column_style .style_item .style_more img{vertical-align:middle;margin-left:5px}

    /*电子诗集 / 作品风格列表页：单列显示，左图右文（缩小封面，文字区占满剩余宽度）*/
    .ebook_list,
    .style_list{margin-top:15px}
    .ebook_list_item,
    .style_list_item{float:none;width:100%;padding:15px;margin-bottom:15px;border-bottom:1px solid #eee;box-sizing:border-box}
    .ebook_list_item .ebook_list_img,
    .style_list_item .style_list_img{float:left;width:110px;height:155px;margin:0 12px 10px 0;overflow:hidden;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
    .ebook_list_item .ebook_list_img img,
    .style_list_item .style_list_img img{width:100%;height:100%;object-fit:cover}
    .ebook_list_item .ebook_list_content,
    .style_list_item .style_list_content{float:right;width:calc(100% - 122px);margin-left:0}
    .ebook_list_item .ebook_list_title,
    .style_list_item .style_list_title{font-size:17px;font-weight:600;color:#333;margin-bottom:8px}
    .ebook_list_item:hover .ebook_list_title,
    .style_list_item:hover .style_list_title{color:#A1241E}
    .ebook_list_item .ebook_list_author,
    .style_list_item .style_list_author{font-size:13px;color:#888;margin-bottom:10px}
    .ebook_list_item .ebook_list_desc,
    .style_list_item .style_list_desc{font-size:13px;color:#666;line-height:1.7;text-indent:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}
    .ebook_list_item .ebook_list_more,
    .style_list_item .style_list_more{font-size:13px;color:#A1241E;margin-top:8px;cursor:pointer}
    .ebook_list_item .ebook_list_more img,
    .style_list_item .style_list_more img{vertical-align:middle;margin-left:5px}
    .ebook_list_item a,
    .style_list_item a{display:block}
    .ebook_list_item .clearboth,
    .style_list_item .clearboth{clear:both}
    .ebook_list_item:last-child,
    .style_list_item:last-child{border-bottom:none}
}
