.search-body {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    position: relative;
    min-height: calc(100vh - 359px);
}

.search-body-top {
    color: #939292;
    margin-bottom: 30px;
}

.search-body-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-body-type-button {
    padding: 5px 15px;
    border: 1px solid #939292;
    color: #939292;
    border-radius: 25px;
    cursor: pointer;
}

.click-button {
    border-color: #bb0019;
    color: #bb0019;
}

.search-body-book-card {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}

.search-card-book-image {
    width: 200px;
    height: 270px;
}

.search-card-book-right {
    width: calc(100% - 250px);
}

.book-title {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 24px;
    font-weight: 900;
    border-bottom: 2px dotted #939292;
}

.book-card-row {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.book-card-row-text {
    width: 33%;
    color: #616161;
    margin-bottom: 10px;
}

/* 通用 */

.news-entry {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    padding-top: 30px;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
}

.news-list-right {
    width: calc(100% - 160px);
    line-height: 40px;
    cursor: pointer;
}

.news-list-title {
    font-size: 22px;
}

.news-list-context {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    height:80px;
    overflow:hidden;
}

.news-list-seeto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.news-list-paging-class {
    width: 100%;
    max-width: 1520px;
    margin: auto;
}

._page_container {
    margin: 0px !important;
}

.search-cant {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cant-text {
    margin-top: 20px;
    color: #939292;
}
