<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-wrap {
    padding: 40px 0 0 0;
    background: #FFF;
    color: #777;
    font-size: 16px
}

.sidebar {
    width: 170px
}

.content {
    width: 920px
}

.sidebar ul {
    width: 100%
}

.banner-about {
    height: 299px;
    background: #FFF url(../images/banner-about.png) no-repeat center center;
    background-size: cover
}

.sidebar ul li,.sidebar ul li a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center
}

.sidebar ul li {
    border-bottom: 1px solid #e5e5e5
}

.sidebar ul li.current {
    border-bottom: 1px solid #01b7df
}

.sidebar ul li a {
    font-size: 16px;
    text-decoration: none
}

.content {
    padding: 0 0 120px 0
}

.content h3 {
    margin: 8px 0 20px 0;
    font-size: 24px;
    color: #555
}

.content p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 188%
}

.content .address-info p {
    line-height: 140%;
    font-size: 16px;
    margin-bottom: 3px
}

.content .address-info p.location {
    margin-bottom: 10px
}

.content .address-zh {
    width: 48%
}

.content .address-en {
    width: 48%;
    font-family: Tahoma,Arial,Helvetica
}

.content .address-info span {
    display: inline-block;
    font-weight: bold;
    padding: 0 8px 0 0;
    font-size: 16px
}

.content .address-info .location {
    padding: 0 0 10px 0
}

.help-item {
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2
}

.help-item.last {
    border-bottom: 0
}

.help-item .title {
    color: #03b7df;
    font-weight: bold
}

.help .content p {
    margin: 0
}

.terms-item {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #f2f2f2
}

.terms-item.last {
    border-bottom: 0
}

.terms-item .title {
    color: #03b7df;
    font-weight: bold;
    margin-bottom: 0
}

.terms-item strong {
    font-size: 16px
}

.job h3 span {
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: 16px;
    color: #777
}

.job .job-type {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 22px 0;
    padding: 0 0 27px 0;
    background: #FFF
}

.job .job-type li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    *padding: 5px;
    margin: 0 10px 0 0;
    font-size: 16px;
    background: #e5e5e5;
    color: #777;
    cursor: pointer;
    border-radius: 3px
}

.job .job-type li.current,.job .job-type li:hover {
    background: #29c3e3;
    color: #FFF
}

.job .table {
    width: 100%;
    margin-bottom: 30px;
    color: #777;
    font-size: 14px;
    table-layout: fixed
}

.job .table th,.job .table td {
    border: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: middle
}

.job .table th {
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    background: #f2f2f2;
    font-weight: normal
}

.job .table td {
    word-break: keep-all
}

.job .table td.require-detail {
    line-height: 171%;
    padding: 20px 30px 50px 30px;
    text-align: left
}

.job .table td strong {
    font-size: 14px
}

.job .table td p {
    font-size: 14px;
    margin-bottom: 0
}

.job .table td .span-item {
    padding: 0 25px 0 0
}

.job .table .th_name {
    width: 135px
}

.job .table .th_type {
    width: 105px
}

.job .table .th_require {
    width: 550px
}

.job .table .th_place {
    width: 120px
}</pre></body></html>