/* 会议会展列表开始 */
.project_list{
    background-color: transparent;
    padding: 0;
}
.exhibition_list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.project_card{
    width: 436px;
    background: #FFFFFF;
    border-radius: 10px;
}
.exhibition_img{
    width: 100%;
    height: 259px;
    border-radius: 10px;
}
.exhibition_flex{
    width: 100%;
    padding: 19px 19px 0;
    display: flex;
    align-items: center;
}
.exhibition_area{
    width: fit-content;
    height: 22px;
    padding: 0 6px;
    background: var(--primary-color);
    border-radius: 6px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}
.exhibition_name{
    width: 320px;
    margin-left: 7px;
    font-size: 18px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.exhibition_time{
    width: 100%;
    padding: 10px 19px 19px;
    font-size: 16px;
    color: #767676;
    font-size: 16px;
    color: #767676;
}
.fenye{
    margin-top: 66px;
}
/* 会议会展列表结束 */
/* 会议会展详情开始 */
/* 轮播图开始 */
.mySwiper {
    width: 100%;
    height: 239px;
    position: relative;
}
.mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}
/* 轮播图结束 */
.projectinfo{
    padding: 28px 14px 40px;
    margin-top: 20px;
}
.exhibition_detail{
    padding-bottom: 28px;
    border-bottom: 1px solid #DFDFDF;
}
.exhibition_detail_title{
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    color: #171717;
}
.exhibition_detail_flex{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.exhibition_detail_area{
    width: fit-content;
    height: 22px;
    padding: 0 6px;
    background: var(--primary-color);
    border-radius: 6px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    opacity: 0.8;
} 
.projectinfo_detail{
    margin-top: 29px;
}
.exhibition_detail_time{
    font-size: 16px;
    color: #171717;
    margin-left: 10px;
}
/* 会议会展详情结束 */