section {
    width: 100%;
    padding: 120px 0;
    box-sizing: border-box;
}

section .cont {
    width: 960px;
    margin: 0 auto;
}

section .cont .popnav {
    width: 100%;
    height: 88px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 88px;
}

section .cont .popnav a {

    color: #999999;
}

section .cont .word {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

.cont .word h3 {
    width: 100%;
    height: 84px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    margin-bottom: 3px;
}

.cont .word .word-time {
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 48px;
}

.cont .word p {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 55px;
}

.cont .word span {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin: 13px 0 45px;
}
section .cont .word img{margin:0 auto;}