<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{text-decoration:none;}
* a:link{text-decoration:none;}
#page #list{
    width:1080px;
    height:30px;
    line-height:36px;
    float:left;
    font-size:16px;
}
#list li{
    float:left;
    margin-right:8px;
}
#page #box{
    height:auto;
    width:1080px;
    border:1px solid #eee;
    margin:20px auto;
    overflow:hidden;

}
#box #box_left{
    width:15%;
    height: auto;
    float:left;
}
#box_left #list_li{
    width:15%;
     height: auto;
}
#box_left #list_li li{
    width:625%;
    height:38px;
    line-height:36px;
    color:#666;
    font-size:18px;
    margin :5px 10px;
    border:1px solid #eee;
    text-align: center;
}
#box_left #list_li .active{
    background:#23b7e5;
    color:#fff;
}
#box_left #list_li #demand{
    height:80px;
    color:#fff;
    background:#3897f5;
    font-size:20px;
    margin :10px 10px;
    border:1px solid #eee;
    text-align: center;
}
#box_left #list_li #demand span:nth-child(1){
    display:block;
    width:100%;
    height:30px;
    line-height:30px;
    margin-top:10px;
    font-size:20px;
}
#box_left #list_li #demand span:nth-child(2){
    display:block;
    width:100%;
    height:20px;
    line-height:20px;
    overflow:hidden;
    font-size:12px;
}
#box #box_right{
    width:82%;
    float:right;
}
#box #box_right #box_right_head{
    width:100%;
    height:100px;
    margin-top:10px;
    text-align: center;
}
#box #box_right .txt{
    width:99%;
    height:auto;
    font-size:16px;
    text-align: left;
        border-bottom:1px solid #d2d2d2;
}
#box_right_head p{
    font-size:18px;
    font-weight:600;
    cursor:pointer;
}
#box_right_head span{
    color:#999;
    font-size:12px;
    cursor:pointer;
}
 #box_right_head #fx_img{
     margin-left:370px;
 }
#box_right_head #fx_img img{
    width:18px;
    height:18px;
}
#box_right_head #fx_img #fx_right{
    display:block;
    width:100px;
    height:30px;
    margin-top:-30px;
    float:right;
    color:red;
}

#box_right .deletename{width:100%;height:200px;overflow:hidden;margin-top:1px;font-size:16px;}
#box_right .deletename li{width:33%;height:26px;line-height:26px; float:left;margin-top:4px;}

.applicantSpan{font-size:16px;font-weight:bold;}
#box_right #btn{
    width:98%;
    height:70px;
    margin-top:70px;
}
#box_right #btn p{
    line-height:24px;
    margin-top:10px;

}
#box_right #btn p button{
    background:#fff;
    width:80px;
    height:24px;
    border:1px solid  #23b75E;
}</pre></body></html>