body{
    background: #F6F7FA;
}
/* 顶部 */
.author{
    padding-top: 70px;
}
.author .t1{
font-weight: 600;
font-size: 32px;
color: #000000;
}
.author .t2{
font-weight: 400;
font-size: 18px;
color: #818894;
padding-top: 10px;
}
.read-num{
    text-align: center;
    padding-top: 50px;
}
.read-num .t1{
    font-weight: 600;
    font-size: 20px;
    color: #272727;
}
.read-num .t2{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-top: 7px;
}
.split{
    width: 1px;
    height: 20px;
    background: #F0F0F0;
    margin: 0 20px;
}



.top{
    margin-top: 23px;
}
.writerContent{
    min-height: 400px;
}
.writerContent .writerItem{
    border-radius:6px;
    width: 285px;
    height: 418px;
    display: inline-block;
    float: left;
    background-color: white;
    margin: 0 20px 20px 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.writerContent .writerItem:nth-of-type(4n){
    margin-right: 0;
}
.writerItem:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
}
.writerContent .writerItem:after,.writerContent:after{
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
}
.writerItem a img{
    width: 96px;
    height: 96px;
    border-radius: 100%;
    display: block;
    margin: 20px auto 15px;
}
.writerContent .writerItem .writerName{
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    display: block;
}
.writerContent .writerItem  .writerName:hover{
    color: #FF0000;
}
.articlenumReading{
    position: relative;
    font-size: 0;
    margin-top: 17px;
}
.articlenumReading div{
    width: 50%;
    display: inline-block;
}
.articlenumReading .amountNum{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.articlenumReading .amountTitle{
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.articlenumReading em{
    height: 42px;
    width: 1px;
    background-color: #F0F0F0;
    display: block;
    position: absolute;
    left: 50%;
    top: 2px;
}
.articlenum:hover a p{
    color:red;
}
.writerContent .writerIntro{
    width: 245px;
    height: 37px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin: 12px auto 0;
    
}
.article{
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #F0F0F0;
}
.article .newArticle{
    padding: 0 20px;
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}
.articleItem{
    padding: 0 20px;
}
.articleItem .articleList{
    height: 20px;
    width: 245px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.articleList em{
    overflow: hidden;
    vertical-align: middle;
    color: #ccc;
    width: 4px;
    height: 4px;
    background-color: #CCCCCC;
    border-radius: 100%;
    display: inline-block;
    margin: 0 4px 2px;
}
.articleList a{
    font-size: 14px;
    color: #333333;
}
.articleList:hover em{
    background-color: #FF0000;
}
.articleList:hover a{
    color: #FF0000;
}