.headline{    display: flex;    justify-content: space-between;    font-weight: bold;    font-size: 18px;    color: #dc281e;}.headline .comn{    width: 45%;    text-align: center;}.line{    width: 100%;    height: 1px;    background-color: #d7d7d7;    margin: 15px 0;}.jobwz{    line-height: 26px;}.apply, .back{    width: 131px;    height: 31px;    line-height: 31px;    border: 1px solid #dc281e;    font-size: 16px;    text-align: center;    display: inline-block;    margin-right: 25px;    cursor: pointer;}.apply{    color: #fff;    background-color: #dc281e;}.back{    color: #dc281e;    border-color: #333;}