.jobbox{    display: flex;    justify-content: space-between;}.jobbox>div:nth-child(1){    /* margin-right: 40px; */    /* width: 200px; */    width: 250px;    margin-right: 20px;}.jobbox>div:nth-child(2){    width: 825px;    font-size: 14px;    flex: 1;}.form{    width: 250px;    height: 245px;    margin: 0 auto;    font-size: 14px;    box-sizing: border-box;    padding: 10px;    border: 2px solid #e73742;}.formT{    border-bottom: 1px solid #000;    font-size: 18px;    font-weight: bold;    padding-bottom: 10px;}.form input, .form select{    display: block;    width: 100%;    height: 24px;    line-height: 24px;    font-size: inherit;    border: 1px solid #aaa;    outline: none;    color: #666;    padding: 0 4px;    box-sizing: border-box;    background: #fff;    margin: 10px auto;}#submit{    margin: 0 auto;    width: 90px;    color: #fff;    font-size: 12px;    line-height: 30px;    background: url('../images/search.png') no-repeat 6px center / 18px, #e73742;    font-weight: bold;    padding-left: 26px;    box-sizing: border-box;    cursor: pointer;}.jobT{    background: #e73742;    line-height: 30px;    /* line-height: 40px; */    color: #fff;}#jobs li{    padding: 4px 0;    border-bottom: 1px dashed #000;}.jobflex{    box-sizing: border-box;    padding: 0 10px;    display: flex;    text-align: center;    align-items: center;}.jobflex>span{    box-sizing: border-box;}.jobflex>span:nth-child(1){    /* flex: 3; */    flex: 3.6;    text-align: left;}.jobflex>span:nth-child(2){    /* flex: 3; */    flex: 1.5;}.jobflex>span:nth-child(3){    /* flex: 4; */    flex: 4.5;}.jobflex>span:nth-child(4){    /* width: 100px;  */    text-align: center;    width: 12%;}/* 分页器 */.buts{    margin-top: 10px;    font-size: 14px;    /* font-size: 16px; */    text-align: center;    /* margin-top: 50px; */    display: flex;    justify-content: center;}.buts ul{    display: flex;}.buts span,.buts ul li{    margin: 0 5px;    width: 40px;    height: 40px;    line-height: 40px;    text-align: center;    transition: .2s;    border-radius: 10px;    cursor: pointer;    font-family: 'microsoft yahei';}.buts span{}.buts ul li:hover,.buts span:hover{    color: #e73742;}.buts ul li.in{    color: #e73742;}.buts ul li.dotted:hover{    color: unset;    cursor: default;}/*  */h3{    display: flex;    justify-content: space-between;    margin-bottom: 30px;    font-size: 20px;    color: #e73742;}#jobinfo, #jobinfo *{    text-align: justify;}.butbox{    margin-top: 30px;}#apply {    color: #fff;    background-color: #dc281e;}#apply, #backTo {    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;}