@import '../css/reset.css?v=20240219';
@import '../css/base.css?v=20240219';
@import '../css/meet.css?v=20240219';

.ImgBgBox {
    width: 100%;
    height: 120px;
    /* background: url('../img/infoBg.png') no-repeat;
    background-size: 100% 100%; */
    background: linear-gradient(180deg, #2CB5EF, #1965D9);
    text-align: center;
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    letter-spacing: 10px;
    padding: 15px 0;
}

.meetImgBox {
    margin-top: 40px;
    min-height: 600px;
    padding: 0 !important;
    margin-bottom: 50px;
}

.imgList1 {
    margin-top: 40px;

}

.itemBox1 {
    cursor: pointer;
    /* width: 23%;
    height: 0;
    padding-bottom: 17.6%;
    background-size: cover;
    background-position: top;
    flex: auto;
    transition: all .2s;
    margin: 0 0 5px;
    position: relative;
    cursor: pointer;
    background-color: #757580; */
}

.imgList .itemBox1:not(:nth-child(4n)) {
    margin: 0 20px 20px 0;
}

.imgList {
    margin-top: 80px;
    width: 100%;
}

.itemBox {
    width: 280px;
    height: 186px;
    background: #f2f2f2;
    /* background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px; */
    overflow: hidden;
    display: inline-block;
    margin-right: 16px;
    cursor: pointer;
    margin-bottom: 16px;
}

.itemBox:nth-child(4n) {
    margin-right: 0;
}

.itemBox img {
    width: 100%;
}

/* 列表信息样式 */
.specialList {
    margin-top: 30px;
}

.specialList li {
    background: #FFFFFF;
    margin: 30px 0;
    /* border-bottom: 1px dashed #999; */
    padding: 10px 0;
    /* border: 1px solid #DCDCDC; */
    box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 20px;
}

.specialList li p {
    display: flex;
    padding-bottom: 20px;
}
.specialList li p a {
    display: block;
    line-height: 24px;
}
.specialList li p a:first-child {
    width: 90%;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.specialList li p a:last-child {
    flex: 1;
    text-align: right;
    font-size: 18px;
    color: #666;
}

.imgListBox a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.listItemBox {
    width: 23%;
    height: 114px;
    display: block;
    background: #f2f2f2;
    overflow: hidden;
    margin-left: 30px;
}

.listItemBox img {
    width: 100%;
}

.listItemBox:first-child {
    margin-left: 0;
}

.iconBox {
    line-height: 114px;
    text-align: center;
    background: #f2f2f2ab;
}

.iconBox i {
    color: #ccc;
    font-size: 40px;
}












/* .specialList li p a:hover {
    color: #dc1a32;
}
p.clubName {
    width: 700px;
    height: 46px;
    border-radius: 6px;
    text-align: center;
    line-height: 46px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin: 80px auto 0;
    background: #FFFFFF;
    border: 2px solid #0B398C;
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

p.clubName a {
    color: #0B398C;
    font-size: 16px;
} */