/*主内容区域*/
.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;
}

section > form{
    width: 600px;
}
form textarea{
    height: 200px !important;
}
form .btns a:nth-of-type(1){
    display: inline-block;
    width: 70px;
    height: 36px;
    line-height: 36px;
    border-radius:5px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #E50113;
    border: solid 1px #E70D1D;
}

form .btns a:nth-of-type(1):hover{
    background: #C60000;
    border: solid 1px #E50113;
}

form .btns a:nth-of-type(2){
    margin-left: 10px;
    display: inline-block;
    width: 70px;
    height: 36px;
    line-height: 36px;
    border-radius:5px;
    text-align: center;
    text-decoration: none;
    color: #666666;
    border: solid 1px #D0D0D0;
}

form .btns a:nth-of-type(2):hover{
    background: #eeeeee;
}