<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "GB2312";

table.list {
    background: none repeat scroll 0 0 #BBBBBB;
}

table.list th,
table.list td {
    line-height: 18px;
    padding: 6px 0;
}

table.list th {
    background: url("../images/list/bg.png") repeat-x scroll 0 0 #F3F3F3;
}

table.list td {
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: center;
}

table.list td.name {
    padding-left: 10px;
    text-align: left;
}

table.list a.button,
table.details a.button {
    background-color: #EAEAEA;
    border-left: 1px solid #E9E7E3;
    border-right: 1px solid #94928C;
    border-top: 1px solid #E9E7E3;
    border-bottom: 1px solid #94928C;
    color: #000000;
    display: block;
    font-size: 12px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    outline: medium none;
    text-decoration: none;
    width: 60px;

}

table.list a.button:hover,
table.details a.button:hover {
    background-color: #DDDDDD;
    color: #333333;
}

/*details*/
table.details {
    background: none repeat scroll 0 0 #BBBBBB;
}

table.details th,
table.details td {
    line-height: 18px;
    padding: 6px 0;
}

table.details th {
    background: url("../images/list/bg.png") repeat-x scroll 0 0 #F3F3F3;
    text-align: right;
}

table.details td {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 10px;
    text-align: left;
}

table.details td.job_content {
    line-height: 24px;
    padding: 0 5px 10px;
}

table.details td.job_content h3.job_title {
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 10px;
}

table.details td.job_content div {
    padding-left: 10px;
    padding-top: 5px;
}

table.details .textbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A7A7A7;
    height: 20px;
    line-height: 20px;
    padding-left: 3px;
}

table.details .textbox_s {
    border: 1px solid #A7A7A7;
    background: #FFFFFF;
    height: 20px;
    line-height: 20px;
    width: 32px;
    text-align: center;
}

table.details .textbox_b {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A7A7A7;
    height: 20px;
    line-height: 20px;
    width: 81%;
}

table.details .textarea {
    border: 1px solid #A7A7A7;
    height: 100px;
    line-height: 20px;
    width: 100%;
}

table.details td.submit {
    height: 36px;
    text-align: center;
}

table.details td.submit input {
    background-color: #EAEAEA;
    border-left: 1px solid #E9E7E3;
    border-right: 1px solid #94928C;
    border-top: 1px solid #E9E7E3;
    border-bottom: 1px solid #94928C;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
}

table.details td.submit input.submit_over,
table.details td.submit input.reset_over {
    background-color: #DDDDDD;
    color: #333333;
}

table.details font {
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}</pre></body></html>