.m-right{
    border: 1px solid #DEDEDE;
    background: #fff;
    position: relative;
}
.hiring{
    padding: 29px 30px 50px 31px;
}
.hiring table{
    width: 100%;
    border: 1px solid #DEDEDE;
    font-size: 14px;
    color: #666666;
}
table, tr, th, td {
    border-collapse: collapse;
}
.hiring table tr{
    height: 50px;
    border-bottom: 1px solid #DEDEDE;
}
.hiring table tr th,.hiring table tr td{
    padding-left: 17px;
}
.hiring .details{
    display: none;
}
.hiring .color{
    color: #EA6254;
}
.win{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.win .w-box{
    width: 709px;
    height: 311px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.30);
    position: absolute;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left:-355px;
}
.win .w-con{
    padding: 20px 0px 26px 41px;
    font-size: 14px;
    color: #666666;
    position: relative;
}
.win .w-con .d-tit{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 16px;
    padding-top: 20px;
}
.win .w-con div{
    display: block;
    margin-bottom: 20px;
}
.win .w-con p{
    width: 640px;
    overflow-y: scroll;
    height: 127px;
}
.win .w-con p span{
    display: block;
    color: #2A2A2A;
    line-height: 24px;
}
.win .w-con .close1{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7.5px;
    right: 5.5px;
    cursor: pointer;
}
.win .w-con .close1 img{
    width: 15px;
    height: 15px;
    margin-top: 7.5px;
    margin-left: 7.5px;
}
.img1{
    display: block;
}
.img2{
    display: none;
}
.win .w-con .close1:hover .img1{
    display: none;
}
.win .w-con .close1:hover .img2{
    display: block;
}