/* 表格部分 */
.job-content{
    margin-top: 48px;
}

.job-left{
    width: 625px;
    height: 523px;
    background: url(../img/ny_tu21.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 140px 30px 30px 30px;
    position: relative;
}

.job-left .subtitle{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.job-left header{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C8001B;
    text-align: center;
    line-height: 80px;
}

.job-left .table-wrap{
    max-height: 180px;
    width: 100%;
}

.table{
    width: 100%;
    border-collapse: collapse;
}

.table thead{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8F8F8F;
    text-align: left;
}

.table tbody{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #393737;
}

.table tbody tr:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C8001B;
}

.table tr{
    height: 45px;
    border-bottom: 1px solid #EAECF2;
}

.job-tools{
    height: 100px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    justify-content: space-around;
}

.job-tools a img{
    width: 61px;
    height: 61px;
    margin-right: 10px;
}

.job-tools a p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #342F2F;
}

.tools-left, .tools-right{
    width: 50%;
}

.tools-left a, .tools-right a{
    justify-content: center;
}

.tools-left{
    border-right: 1px solid #EAECF2;
}

.job-right{
    width: 631px;
    height: 523px;
    background: #FFFFFF;
    border: 1px solid #EAEAF4;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 24px;
}

.job-right header img{
    width: 30px;
    height: 30px;
}

.job-right header p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #424B86;
    margin: 0 10px;
}

.job-right header .line-box{
    width: 435px;
    height: 4px;
    background: linear-gradient(90deg, #CCD0EA, #FFFFFF);
}

.job-list{
    margin-top: 20px;
}

.job-item{
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    padding: 0 20px;
}

.job-item:hover .job-default{
    display: none;
}

.job-item:hover .job-active{
    display: block;
}

.job-item:hover .item-left p{
    color: #C8001B;
    font-weight: bold;
}

.job-list .job-item:nth-child(even){
    height: 56px;
    background: #F9FAFD;
}

.job-item img{
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.job-item .job-active{
    display: none;
}

.item-left p{
    width: 400px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F485B;
    line-height: 56px;
}

.item-right p{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(165, 170, 179, 0.78);
}

/* 消息列表 */
.exa-list{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #EAEAF4;
    border-radius: 5px;
    margin-top: 23px;
    box-sizing: border-box;
    padding: 24px;
}

.exa-item{
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 56px;
}

.exa-item:hover .exa-default{
    display: none;
}

.exa-item:hover .exa-active{
    display: block;
}

.exa-item:hover .exa-left p{
    color: #C8001B;
    font-weight: bold;
}

.exa-list .exa-item:nth-child(even){
    height: 56px;
    background: #F9FAFD;
}

.exa-left img{
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.exa-left .exa-active{
    display: none;
}

.exa-left p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F485B;
    line-height: 30px;
}

.exa-right p{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(165, 170, 179, 0.78);
}

.M-page{
    margin-top: 20px;
}