/* 匯入共用模組----------------------------- */
@import url(../style_news/style_video.css);


.book_area {
    align-items: unset;
}

.book_area .book_list {
    display: flex;
    flex-direction: column;
}

.book_list .book_list_in {
    flex-grow: 1;
}

.book_list .book_list_in a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.book_list_in .book_info .book_title {
    -webkit-line-clamp: 4;
    max-height: calc(20px * 1.5 * 4);
}

.book_list_in .book_info {
    flex-grow: 1;
}

.book_list .btn_area {
    flex-direction: column;
    flex-grow: 1;
}


