/*title start*/
.title {
    position: relative;
    height: 720px;
    font: 36px 'Source Han Sans CN';
    text-align: center;
    color: #015198;
    background: url(../img/joinus_bg.png) no-repeat left top;
}

.title h1 {
    line-height: 720px;
}

.bread-crumbs {
    font: 14px 'Source Han Sans CN';
    color: #ffffff;
    position: absolute;
    left: 360px;
    bottom: 18px;
}

.bread-crumbs a {
    color: #ffffff;
}
/*title end*/

/*content start*/
.content {
    margin-top: 20px;
    margin-bottom: 82px;
    background-color: #ffffff;
    font: 14px 'Source Han Sans CN';
    color: #222222;
}

.content-box {
    height: 140px;
    /*background-color: #66afe9;*/
}

.content-in {
    margin: 0 20px;
    padding: 30px;
    height: 140px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*background-color: #4cae4c;*/
}

.content-in li {
    float: left;

}

.content-in li.left {
    width: 370px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.content-in li.center {
    margin-left: 50px;
    width: 515px;
}

.content-in i {
    display: block;
    height: 52px;
    width: 160px;
    margin-top: 14px;
    line-height: 52px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: #015198;
}


.content-in span {
    display: block;
    font-size: 16px;
    margin-bottom: 22px;
}

.content-in em {
    display: block;
    color: #666666;
}

.content-in u {
    display: block;
}
/*content end*/


















