.box{
    background: #f9f9f9;
}
.banner{
    width: 100%;
    height: 411px;
    background: url(/assets/index/images/join_banner.jpg) no-repeat center;
    margin-top: 80px;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin-top: 40px;
}
.content .con-title{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
}

.con-title span{
    width: 200px;
    height: 80px;
    font-size: 22px;
    color: #4265a6;
    text-align: center;
    line-height: 80px;
}
.con-title span:nth-of-type(1){
    width: 300px;
}
.con-title span:nth-of-type(2){
    width: 100px;
}
.content .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-ul .con-li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    cursor:pointer;
}

.con-li.active .con-top{
    font-weight: bold;
}
.con-li .con-top{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}
.con-top div{
    width: 200px;
    height: 80px;
    font-size: 16px;
    color: #333333;
    line-height: 80px;
    text-align: center;
    position: relative;
}
.con-top div:nth-of-type(1){
    width: 300px;
}
.con-top div:nth-of-type(2){
    width: 100px;
}
.con-top .new{
    display: block;
    width: 50px;
    height: 20px;
    border-radius: 10px;
    background: #27acff;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 25px;
    right: 0;
}
.con-li .con-bottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 100px;
    padding-right: 15px;
    box-sizing: border-box;
    justify-content: space-between;
    display: none;
}
.con-li.active .con-bottom{
    display: block;
}
.con-bottom .con-le{
    width: 1000px;
    height: auto;
    overflow: hidden;
    float: left;
}
.con-le .con-description{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-description .des-head{
    width: auto;
    height: auto;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    position: relative;
    /*margin-top: 22px;*/
}

.con-description .des-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 6px;
}
.con-le .con-claim{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 20px;
}
.con-claim .cla-head{
    width: auto;
    height: auto;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    position: relative;
}

.con-claim .cla-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 6px;
}
.con-bottom .con-ri{
    width: 120px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.con-ri .con-btn{
    width: 100%;
    height: 30px;
    background: #27acff;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    cursor:pointer;
}


.page{
    width: 100%;
    height: 118px;
    background: #ffffff;
}
