.hcontent-box{
    width: 100%;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    padding: 30px 0px;
}
.hcontent-center{
    width: 70%;
    background-color: #ffffffb0;
    margin: 0 auto;
    padding: 20px;
    min-height: 500px;
    border-radius: 10px;
}
.hcontent-center .title {
    width: 380px;
    height: 45px;
    line-height: 45px;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.hcontent-center .title .line {
    width: 100px;
    height: 1px;
    margin-top: 22px;
    background: #e2e2e2;
    float: left;
}

.hcontent-center .title .name {
    width: 180px;
    font-size: 32px;
    padding: 0 25px;
    float: left;
}

body {
    color: #2b3e51;
    background-color: #ecf0f1;
}

