/****************************  ****************************/

.book-list a,
.book-list a:hover,
.book-list .item,
.book-list .item:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/****************************  ****************************/

.book-list {
    margin: 35px 0 0 0;
}

.book-list .item {
    padding: 3px 3px 3px 15px;
    border: 2px solid #F4F4F3;
    margin-bottom: 15px;
}

.book-list .item:hover {
    border-color: #43B9F6;
}

.book-list a {
    position: relative;
    display: block;
}

.book-list .txt {
    padding: 12px 30px 12px 12px;
    width: 1080px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 150px);
}

.book-list .date,
.book-date {
    width: 79px;
    height: 79px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    color: #64FFFF;
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F4F4F3;
    color: #666666;
}

.book-list .date b,
.book-date b {
    display: block;
    color: #AAAAAA;
    font-size: 47px;
}

.book-list a:hover .date {
    background: #007BB7;
    color: #64FFFF;
}

.book-list a:hover .date b {
    color: #F9F9F9;
}

.book-list .name {
    font-size: 16px;
    color: #043D57;
    line-height: 1.5;
    height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.book-list a:hover .name {
    text-decoration: underline;
}

.book-list .description {
    font-size: 14px;
    line-height: 1.8;
    height: 45px;
    color: #777777;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.book-list .more {
    background: #F4F4F3;
    color: #666666;
    font-size: 12px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(90deg);
    width: 107px;
    height: 20px;
    position: absolute;
    top: 42px;
    right: -44px;
    text-align: center;
    letter-spacing: 1px;
}

.book-list a:hover .more {
    background: #43B9F6;
    color: #fff;
}


/****************************  ****************************/

.book-title {
    font-size: 16px;
    color: #043D57;
    position: relative;
    line-height: 1.5;
    margin: 30px auto;
    max-width: 1105px;
}

.book-title p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: calc(100% - 110px);
}

.book-date {
    background: #007BB7;
    color: #64FFFF;
}

.book-date b {
    color: #F9F9F9;
}

.book-page {
    max-width: 1100px;
    margin: 0 auto;
}
