#content{
    width:1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
}
#content .titile{
    height: 40px;
    line-height: 40px;
    background-color: #017bc4;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}

#content .input-content{
    width: 500px;
    padding: 40px 20px;
    margin-left: 260px;
    overflow: hidden;
}

#content .input-content .input-box{
    overflow: hidden;
    margin-bottom: 20px;
}
#content .input-content .input-box .input-label{
    font-size: 16px;
    line-height: 35px;
    float: left;
    width: 160px;
    text-align: right;
}
#content .input-content .input-box .input-edit{
    width: 300px;
    float: left;
}
#content .input-content .input-box .input-edit input {
    height: 35px;
    width: 100%;
    border: 1px #ccc solid;
    padding: 0 10px;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#content .input-content .input-submit {
    width: 300px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #017cc4;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1) inset;
    margin-left: 160px;
}
#content .input-content .other{
    padding-top:40px;
    font-size: 16px;
    text-align: right;
    margin-left: 160px;
    width: 300px;
}
