.main {
    width: 1200px;
    margin: 20px auto;
    padding: 10px 0 50px;
}

.pos {
    line-height: 20px;
    font-size: 14px;
    color: #454545;
}

.main .viewList {
    border: 1px solid #EAEAEA;
    margin-top: 16px;
}
#lFont, #mFont, #sFont {
    margin: 0 5px;
    cursor: pointer;
}
.main .viewList .zw-title {
    width: 1150px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #282828;
    margin: 20px auto;
}

.main .viewList .zw-info {
    width: 1150px;
    margin: 30px auto;
    height: 36px;
    line-height: 36px;
    padding-bottom: 15px;
    background: #EDEDED;
    font-size: 14px;
    color: #666;
    text-align: left;
    position: relative;
}

.main .viewList .zw-info .time {
    margin: 0 20px;
}

.main .viewList .zw-info .shareIcon {
    float: right;
}

.zw {
    width: 1150px;
    margin: 0 auto;
    line-height: 2rem;
    padding-bottom: 20px;
}