﻿                

.jionc_tit>ul>li{
    float: left;
    font-size: 24px;
    color: #003c78;
    padding: 14px 22px;
    margin-right:10px;
    cursor: pointer;
}
.jionc_tit>ul>li.on{
    color: #FFF;
    background: #003c78;
}
.jionc_tit{
    margin-bottom: 40px;
}
.join_gan>ul>li{
    width: 100%;
    margin-bottom: 10px;
}
.join_zhi{
    background: #be8a43;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s;
}
.join_zhi.on{
    background: #003c78;
}
.joi_jian{
    width: 16px;
    height: 13px;
    background: url("../images/qj1.png")no-repeat;
    background-size: 100% 100%;
    margin-top: 22px;
    transition: all 0.4s;
}
.join_zhi.on .joi_jian{
    transform: rotate(180deg);
}
.join_p h2{
    font-size: 18px;
    color: #003c78;
    font-weight: bold;
    margin: 25px 0 22px;
}
.join_p p{
    font-size: 20px;
    color: #333333;
    line-height: 36px;
}
.join_p{
    padding: 0 20px 15px;
    display: none;
}
.join_fu>ul>li{
    margin-bottom: 40px;
    background: #be8a43;
}
.jfu_pic{
    width: 47.3%;
    overflow: hidden;
}
.jfu_text{
    width: 52.7%;
    padding: 27px 24px;
}
.jfu_text p{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding-left: 16px;
    position: relative;
}
.jfu_text p::after{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

 .join_fu>ul>li:nth-child(2n) .jfu_text{
        float: right !important;
    }
    .join_fu>ul>li:nth-child(2n) .jfu_pic{
        float: left !important;
    }
    .jfu_text{
        height: 100% !important;
    }