body{

}
.club-info{
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.6rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dedede;
}
.club-info > div{
    font-size: 16px;
}
.club-info h2{
    font-size: 30px;
    color: #000000;
    margin-bottom: 0.33rem;
}
.club-info > div:nth-child(1){
    width: 44%;
    display: flex;
    flex-direction: column;
    text-align: justify;
}
.club-info > div:nth-child(2){
    width: 50%;
    display: flex;
    align-items: center;
}
.club-info-p{
    line-height: 24px;
    margin-bottom: 0.3rem;
}
.club-info-content{
    border-top: 3px solid #193e6a;
    background-color: #f5f5f5;
    font-size: 18px;
    padding: 0.26rem;
    line-height: 28px;
}

.club-common-title{
    font-size: 24px;
    margin-top: 0.5rem;
    color: #000;
}

.club-list-c{
    margin-top: 0.2rem;
    background-color: #f5f5f5;
    padding: 0.2rem 0.3rem;
    display: flex;
    font-size: 16px;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 28px;
}
.club-list-c > p{
    position: relative;
    padding-left: 10px;
}
.club-list-c > p::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #193e6a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.exhibitor-page{
}
.club-list-b{
    font-size: 16px;
    margin-top: 30px;
    color: #333;
    display: flex;
    overflow-x: hidden;
    position: relative;
    padding-bottom: 40px;
}
.club-list-b  > div > div{
    height: auto;
    display: flex;
    flex-direction: column;
}
.club-list-b  div img{
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.club-list-b div  p{
    background-color: #f5f5f5;
    flex: 1;
    padding: 10px;
}
.club-list-b > div{}



/* 尺寸适配 */
@media (max-width: 1660px) {

}
@media (max-width: 1280px) {

}
@media (max-width: 960px) {
  .club-info{
      flex-direction: column;
  }
  .club-info > div{
    width: 100% !important;
  }
  .club-info-content{
    font-size: 16px;
  }
  .club-list-b{
      flex-direction: column;
  }
}

@media (max-width: 640px) {

}













