.path{
    color: #999999;
    font-size: 18px;
    margin: 35px 0 50px 0;
}
.demand_name{
    margin-bottom: 35px;
}
.demand_name i{
    display: inline-block;
    width: 2px;
    height: 25px;
    background:#64c4ef; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(top, #19d9fc,#25c0f5, #4e6adc);
    background:-webkit-linear-gradient(top, #19d9fc,#25c0f5, #4e6adc);
    background:-o-linear-gradient(top, #19d9fc,#25c0f5, #4e6adc);
    vertical-align: middle;
}
.demand_name span{
    color: #000000;
    font-size: 20px;
    vertical-align: middle;
    margin: 0 50px 0 20px;
}
.demand_name input{
    margin-left: 20px;
    width: 874px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16px;
}
.editor{
    width:73%;
}
.contact-information{
    /*width: 100%;*/
    width:73%;
    /*height: 120px;*/
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    /*margin-top: 25px;*/
    padding: 30px 35px;
    margin-left:15%;
}
.contact-information ul{
    overflow: hidden;
}
.contact-information li{
    float: left;
    width: 376px;
    margin-bottom: 12px;
}
.contact-information span{
    font-size: 16px;
    display: inline-block;
    width: 70px;
    vertical-align: middle;
}
.contact-information input{
    width: 200px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    vertical-align: middle;
}
.submit-btn a{
    display: block;
    width: 200px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 6px;
    background-color: #1490ef;
    margin: 0 auto;
}
.submit-btn:hover a{
    opacity: .9;
}
.demand_name select{
    width: 874px;
    height: 35px;
    border: 1px solid #e2e2e2;
    margin-left: 20px;
}
.edui-editor-breadcrumb span {
   font-size: 16px;
   color: #000000 !important;
}