/*主内容区域*/
.lh-main-box{
    width: 100%;
}
.lh-main{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
}
.lh-main > p{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: solid 2px #E70D1D;
    color: #E70D1D;
}

.lh-main > section{
    padding: 20px;
    line-height: 22px;
    color: #666666;
}