.writer-detail-banner {
    width: 100%;
    height: 320px;
    background: url(../img/writer_detail_banner.jpeg) no-repeat center bottom;
    background-size: cover;
    padding-top: 166px;
}
.writer-detail-banner .department-info-wrapper {

}
.writer-detail-banner .department-info-wrapper .img-wrapper {
    display: inline-block;
    width: 112px;
    height: 112px;
    vertical-align: top;
    margin-right: 24px;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 22px;
    padding-left: 20px;
}
.writer-detail-banner .department-info-wrapper .img{
    display: inline-block;
    width: 71px;
    height: 65px;
}
.writer-detail-banner .department-info-wrapper .right-part {
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding-top: 21px;
    max-width: 1056px;
}
.writer-detail-banner .department-info-wrapper .right-part .title{
    font-size: 28px;
}
.writer-detail-banner .department-info-wrapper .right-part .desc{
    margin-top: 21px;
    font-size: 18px;
    line-height: 1.5;

}

.books-part {
    padding: 45px 0 24px;
    line-height: 1;
}
.books-part .title-wrapper {
    color: #333;
    font-size: 20px;
}
.books-part .list {
    margin-top: 30px;
}
.books-part .list li {
    #float: left;
    display: inline-block;
    width: 150px;
    margin-bottom: 42px;
    margin-right: 100px;
}
.books-part .list li:nth-child(5n+5) {
    margin-right: 0;
}
.books-part .list li .img {
    display: inline-block;
    width: 150px;
    height: 200px;

}
.books-part .list li .title {
    margin-top: 20px;
    color: #333;
    font-size: 18px;
    text-align: center;
}
.books-part .list li .star {
    margin-top: 12px;
    width: unset !important;
    text-align: center;
}
.books-part .list li .desc {
    margin-top: 11px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    text-align: justify;
}
.call-for-papers-part {
    padding: 0 0 75px;
    line-height: 1;
}
.call-for-papers-part .section-title-wrapper {
    padding: 54px 0 41px;
}

.call-for-papers-part .list li{
    float: left;
    display: inline-block;
    width: 280px;
    height: 320px;
    background-color: #fff;
    margin-right: 21px;
    -webkit-box-shadow: 0 0 9px 3px rgba(227,227,227,0.5);
box-shadow: 0 0 9px 3px rgba(227,227,227,0.5);
}
.call-for-papers-part .list li:nth-child(4n+4){
    margin-right: 0;
}
.call-for-papers-part .list li .top-part {
    height: 68px;
    line-height: 68px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background-color: #EF2737;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.call-for-papers-part .list li .bottom-part {
    height: 250px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding: 24px 33px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: justify;
    overflow-y: hidden;
}

.contact-wrapper {

}
