body{
    background-color: #f4f4f4;
}
.top{
    margin-top: 23px;
}
.writerContent{
    min-height: 1000px;
}
.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;
}
@media screen and (max-width: 1300px) {
   .writerContent .writerItem{
       width: 309px;
       height: 402px ;
       margin: 0 16px 16px 0;
   }
   .writerContent .writerItem:nth-of-type(4n){
       margin-right: 16px;
   }
   .writerContent .writerItem:nth-of-type(3n){
       margin-right: 0;
   }
   .writerContent .writerIntro{
       width: 267px;
   }
   .writerItem a img{
       margin: 15px auto;
   }
   .article{
       margin-top: 12px;
       padding-top: 12px;
   }
}