.conBox{
    padding: 30px 40px 10px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 60px;
    position: relative;
    min-height: calc(100vh - 330px);
}
.conBox h2{
    color: #333;
    text-align: center;
    line-height: 50px;
}
.conBox .times{
    text-align: center;
    color: #808080;
    font-size: 13px;
}
.conBox .bar{
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 20px 0 30px;
}
.conBox div{
    color: #333;
    line-height: 32px;
    text-align: justify;
    padding: 0 30px;
}
.author{
    color: #666;
    text-align: right;
    margin: 20px 30px 30px;
    font-size: 14px;
}
.contentsImgBox{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}