.con-map{
    padding: .3rem;
    margin-bottom: .5rem;
    background-color: #F6F6F6;
}
#map{
    height: 100%;
    min-height: 7rem;
}
.infoBox{
    filter: drop-shadow(0 .04rem .1rem rgba(0,0,0,0.2));
}
.infoBox::after{
    display: block;
    content: "";
    border-top: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 100%;
}
.infoBox > img{
    display: none;
}
.map-text h3{
    font-size: 16px;
    color: #666666;
    margin-bottom: .1rem;
}
.map-con{
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
}



.con-list{
    list-style: none;
    margin: 0 -.1rem 1rem;
}
.con-list li{
    width: 50%;
    padding: 0 .1rem;
    margin-bottom: .2rem;
}
.con-item{
    height: 100%;
    padding: .2rem;
    background-color: #F6F6F6;
    overflow: hidden;
    transition: all .3s;
}
.con-item:hover{
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}
.con-img{
    float: right;
    width: 39.73%;
    overflow: hidden;
}
.con-img img{
    width: 100%;
}
.con-text{
    line-height: 1.6;
    overflow: hidden;
    padding-right: 5%;
}
.con-title{
    line-height: 1.1;
    padding-left: .2rem;
    border-left: .1rem solid var(--baseColor);
    font-weight: bold;
    margin: .1rem 0 .3rem;
}

/* join */

.join-list{
    list-style: none;
    margin: .6rem 0;
}
.join-list li{
    border-bottom: 1px solid #D8D8D8;
}
.join-list li:first-child{
    border-top: 1px solid #D8D8D8;
}
.join-head{
    display: flex;
    line-height: 1.5;
    padding: 30px 0;
    cursor: pointer;
}
.join-name{
    width: 235px;
}
.join-level{
    width: 220px;
}
.join-info{
    flex: auto;
    max-width: 300px;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.join-time{
    width: 240px;
    margin-left: auto;
    text-align: right;
}
.join-open{
    flex-shrink: 0;
    color: var(--baseColor);
    min-width: 100px;
    text-align: right;
}
.join-body{
    display: none;
    margin: 0 0 .35rem;
}
.join-body .mobile{
    display: none;
}
.join-body h3{
    font-size: 24px;
    color: #000000;
    margin: 10px 0;
}
.joinBtn{
    display: block;
    width: 220px;
    line-height: 70px;
    background: var(--baseColor);
    border-radius: 35px;
    color: #FFFFFF;
    text-align: center;
    margin: .4rem 0;
    transition: all .5s;
}
.joinBtn:hover{
    transform: translateY(-5px);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .join-list{
        margin: 3.125vw 0;
    }
    .join-head{
        padding: 1.562vw 0;
    }
    .join-name{
        width: 13.54vw;
    }
    .join-level{
        width: 10.94vw;
    }
    .join-info{
        /* max-width: 15.62vw; */
    }
    .join-time{
        width: 8.854vw;
    }
    .join-open{
        min-width: 13.54vw;
    }
    .join-body h3{
        font-size: 1.25vw;
        margin: 0.520vw 0;
    }
    .joinBtn{
        width: 11.45vw;
        line-height: 3.645vw;
        border-radius: 1.822vw;
        margin: 2.083vw 0;
    }
}
@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .con-map{
        padding: .2rem;
        margin-bottom: .3rem;
    }
    #map{
        height: 400px;
        min-height: 0;
        max-height: 6rem;
    }

    .con-list{
        margin-bottom: .6rem;
    }
    .con-list li{
        width: 100%;
    }
    .con-img{
        max-width: 2rem;
    }

    
    .joinH2{
        font-size: 18px;
        margin: .4rem 0;
    }
    .join-head{
        padding: .2rem 0;
    }
    .join-level,
    .join-info,
    .join-time{
        display: none;
    }
    .join-name{
        flex: auto;
        font-size: 16px;
    }
    .join-open{
        min-width: 80px;
    }
    .join-body .mobile{
        display: block;
    }
    .join-body .mobile strong{
        color: #000000;
    }
    .join-body h3{
        font-size: 14px;
        margin: .1rem 0;
    }
    .joinBtn{
        width: 120px;
        line-height: 38px;
        font-size: 14px;
    }
}
@media (max-width:991px){

}
@media (max-width:767px){

}
@media (max-width:640px){

}
@media (max-width:460px){
    .con-img{
        position: relative;
        float: none;
        width: 100%;
        max-width: 100%;
        height: 0;
        padding-bottom: 75%;
        overflow: hidden;
    }
    .con-img img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con-text{
        padding: .3rem 0;
    }

}