body {
    background: url(../images/writerBg01.png) center 70px no-repeat;
    background-size: 100% 407px;
}

.writer_content {
    background: url(../images/writerBg02.png) right 100px no-repeat;
    background-size: 633px;
}

.writerIndex {
    width: 828px;
    margin: 0 auto;
}

.writerIntroduce {}

.writerIntroduce img {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    display: block;
    margin: 33px auto 15px;
}

.writerIntroduce .writerName {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    display: block;
}

.writerIntroduce .writerIntro {
    text-align: justify;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin-top: 27px;
    padding: 0 4%;
}

.writerIntroduce .articlenumReading {
    position: relative;
    margin: 12px auto 40px;
    width: 300px;
    font-size: 0;
}

.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: #C9C9C9;
    display: block;
    position: absolute;
    left: 50%;
    top: 2px;
}

@media screen and (max-width: 1300px) {
    .writerIndex {
        width: 656px;
    }
    .content {
        background: url(../images/writerBg02.png) right 143px no-repeat;
        background-size: 508px;
    }
}