

.shufajia-box{
    width: 965px;
    margin: 10px auto;
    background: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    border: 5px solid #ead9c9;
}

.shufajia-box .mod-tag{
    overflow: hidden;
}
.shufajia-box .mod-tag li{
    float: left;
    overflow: hidden;
}

.shufajia-box .mod-tag li a,.shufajia-box .mod-tag li span{
    font-size: 14px;
    text-align: center;
    padding: 0px 5px;
    overflow: hidden;
    margin: 10px 5px;
    border-radius: 5px;
    transition: all .4s;
    display: block;
}
.shufajia-box .mod-tag li span{
    color: #774e20;
    text-align:left;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
}

.shufajia-box .imgbox{
    padding: 10px 10px 0;
    overflow: hidden;
}
.shufajia-box .imgbox ul{
    /* 弹性布局 */
    display: flex;
    /* 在主轴上的对齐方式 */
    justify-content: space-around;
    text-align: center;
    /* 在交叉轴上如何对齐 */
    align-items: center;
    /* 正序排列 */
    flex-wrap:wrap;
}
.shufajia-box .imgbox li .list-pic{
    display: block;
    width: 56px;
    height: 56px;
}
.shufajia-box .imgbox li .list-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.shufajia-box .imgbox li p{
    padding: 5px 0 0;
}

/* 相关作品 */
.piclist{
    padding: 10px 20px 0;
}
.piclist ul{
    overflow: hidden;
}
.piclist ul li{
    float: left;
    display: block;
    margin-right: 24px;
    margin-bottom: 20px;
}
.piclist ul li:nth-child(4n){
    margin-right: 0;
}
.piclist ul li .pic{
    position: relative;
    width: 220px;
    height: 280px;
    background: #ECECEC;
}
.piclist ul li .pic img {
    max-width: 220px;
    max-height: 280px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.piclist ul li .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(228, 166, 23, 0.7);
    height: 28px;
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.writer_box ul {
    padding-left: 20px;
}
.writer_box ul li {
    width: 150px;
    padding: 10px 20px 10px 0;
    overflow: hidden;
    float: left;
}

.writer_box ul li .img { 
    width: 100%;   
    display: block;
    margin-right: 15px;
    border: 1px #e6e5e5 solid;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.137);
}

.writer_box ul li .img img {
    width: 100%;
    height: 180px;
    display: block;
    border-radius: 5px;
}
.writer_box ul li p{
    width: 100%;
    margin: 5px 0;
    text-align: center;
}
.author_header{
    margin: 0 auto;
    padding: 20px 15px;
    overflow: hidden;
}
.author_header .section{
    overflow: hidden;
}

.author_header .section h1{
    width: 150px;
    padding: 12px 5px;
    margin: 10px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    background: #e0c19c;
    border-radius: 5px;
}
.author_header .section p{
    font-size: 16px;
}
.author_header .section h2{
    margin: 50px 0 0;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}
@media (max-width: 639px){
    .writer_box ul{
        padding-left: 0;
    }
    .writer_box ul li{
        width: 48%;
        padding: 2% 1%;
    }
    .author_header .section h1{
        width: 30%;
        font-size: 18px;
        padding: .5rem .1rem;
    }
    .shufajia-box{
        margin: .2rem;
        width: auto;
        padding: .2rem .5rem;
        border-width: 1px;
    }
    .shufajia-box .imgbox li .list-pic img{
        width: 3rem;
        height: 3rem;
    }
    .piclist{
        padding: .1rem .2rem 0;
    }
    .piclist ul li{
        margin: 0;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .piclist ul li:nth-child(2n){
        margin-right: 0;
    }
    .piclist ul li .pic{
        width: 100%;
        height: 220px;
    }
    .piclist ul li .pic img{
        max-width: 100%;
        max-height: 220px;
    }
}