* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

@font-face {
    font-family: 'iconfont';
    /* project id 672888 */
    src: url('http://at.alicdn.com/t/font_672888_l5ll96euex.eot');
    src: url('http://at.alicdn.com/t/font_672888_l5ll96euex.eot?#iefix') format('embedded-opentype'),
    url('http://at.alicdn.com/t/font_672888_l5ll96euex.woff') format('woff'),
    url('http://at.alicdn.com/t/font_672888_l5ll96euex.ttf') format('truetype'),
    url('http://at.alicdn.com/t/font_672888_l5ll96euex.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.job-container {
    width: 100%;
    max-width: 750px;
    margin: 60px auto 0;
    background: #e5e5e5;
}

.jobs {
    padding: 10% 5%;
    background: #fff;
}

.jobs>h2,.office>h2 {
    font-size: 30px;
    color: #333;
}

.jobs>p,.office>p {
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    line-height: 25px;
}

.jobs-list {
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jobs-list .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.jobs-list>li{
    margin-bottom: 20px;
    border:1px solid #ddd;
}

/*.jobs-list li:last-child .link {
    border-bottom: 1px solid #CCC;
}*/

.jobs-list>li>div.link>i {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 14px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.jobs-list>li>div.link>i.iconfont {
    right: 15px;
    left: auto;
    font-size: 14px;
}

.jobs-list li.open .link {
    color: #ab8659;
    border-bottom:1px solid #ddd;
}

.jobs-list>li.open>div.link>i {
    color: #ab8659;
}

.jobs-list li.open i.iconfont {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*Submenu*/

.submenu {
    display: none;
    font-size: 14px;
    padding:15px;
}

.submenu h4{
    font-size: 16px;
    color:#666;
    margin-bottom: 10px;
}

.submenu ul li {
    line-height: 25px;
}

.job-des{
    overflow: hidden;
    margin-bottom: 20px;
}

.job-des li{
    width:33.3333%;
    float:left;
    line-height: 25px;
}

.job-des i{
    font-size: 14px;
    color:#439bf9;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 12px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #f5f5f5;
    color: #ab8659;
}


.office{
    padding: 10% 5%;
    margin-top: 15px;
    background: #fff;
}

.office>i{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #333;
}

.cause{
    padding: 10% 5%;
    background: #333;
}

.cause h2{
    color:#fff;
}

.cause>i{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #848484;
}

.cause>p{
    font-size: 16px;
    color:#848484;
    line-height: 25px;
    margin-top: 20px;
}