.banner {
    height: 345px;
    width: 100%;
    background: url('/img/join_banner.jpg') center center no-repeat;
}

.banner p {
    text-align: right;
    color: #FFFFFF;
    font-size: 38px;
    line-height: 60px;
    padding-top: 173px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Source Han Sans CN;
    letter-spacing: 4px;
}

.join {
    padding: 77px 0 34px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jion_title {
    color: #003264;
    font-size: 24px;
}

.search {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 32px 0 51px 0;
}

.search input {
    width: 1125px;
    height: 71px;
    border: 2px solid rgba(224, 224, 224, 1);
    padding-left: 27px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}

.search button {
    width: 75px;
    height: 71px;
    background: rgba(59, 107, 164, 1);
    border: none;
    outline: none;
}

.search button i {
    color: #fff;
    font-size: 26px;
}
.joinBox {
    min-height: 520px;
}
.joinCon {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.join_left {
    color: #818181;
    font-size: 14px;
}

.join_left span {
    color: #3B6BA4;
    font-size: 75px;
}

.right_one {
    width: 972px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 6px;
    margin-bottom: 25px;
    padding: 24px 27px 0 27px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.right_top {
    border-bottom: 1px dashed #E0E0E0;
}

.right_rough {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.right_top button {
    cursor: pointer;
    width: 110px;
    height: 41px;
    background: rgba(0, 50, 100, 1);
    border-radius: 9px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
}

.right_rough>div p:nth-child(1) {
    color: #333;
    font-size: 18px;
    margin-bottom: 21px;
}

.right_rough>div p:nth-child(2) {
    color: #818181;
    font-size: 14px;
    margin-bottom: 17px;
}

.right_rough>div p:nth-child(2) span {
    margin-right: 40px;
}

.right_rough>div p:nth-child(3) {
    color: #818181;
    font-size: 14px;
    margin-bottom: 28px;
}

.right_bottom {
    line-height: 48px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.right_one:hover {
    box-shadow: 0 0 13px #E0E0E0;
}

.right_detail {
    display: none;
    padding: 4px 0 24px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.right_detail .right_detail_p1 {
    color: black;
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 33px;
}

.right_detail .right_detail_p2 {
    color: #333;
    font-size: 13px;
    line-height: 26px;
}

.right_detail p:nth-child(1) {
    margin-top: 0px;
}

/* 模态框弹出框 */
.moddle_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    display: none;
}

.moddle_box .moddle {
    width: 445px;
    padding: 35px;
    background: #ffffff;
    margin: 10% auto;
}

.moddle_box .moddle .moddle_title {
    height: 30px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.moddle_box .moddle .moddle_title .moddle_bt {
    float: left;
}

.moddle_box .moddle .moddle_title .moddle_close {
    width: 40px;
    height: 40px;
    text-align: center;
    float: right;
    font-size: 30px;
    margin: -15px -10px 0 0;
    cursor: pointer;
}

.moddle_box .moddle .moddle_content .moddle_con {
    padding: 37px 0;
}

.moddle_box .moddle .moddle_content .moddle_con .tips {
    color: #969696;
    font-size: 13px;
    margin-top: 25px;
}

.moddle_box .moddle .moddle_content .moddle_con .files_input {
    display: none;
}

.moddle_box .moddle .btns {
    width: 95px;
    height: 30px;
    border: solid 1px #ababab;
    background: #f1f1f1;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}

.moddle_box .moddle .moddle_content .moddle_con .files_btn {
    margin-right: 10px;
}

.files_con {
    display: inline-block;
    color: #969696;
    font-size: 13px;
}