.page-banner .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
}
.exhibition-detail .summary {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.exhibition-detail .summary .img {
    padding: 20px;
    width: 50%;
    height: 300px;
}

.exhibition-detail .summary .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exhibition-detail .summary .summary-detail {
    padding: 20px;
    width: 50%;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
.exhibition-detail .summary .summary-detail .suspply {
    display: flex;
}

.exhibition-detail .summary .summary-detail .suspply .companies {
    display: flex;
}

.exhibition-detail .summary .summary-detail .title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    line-height: 32px;
}
.exhibition-detail .summary .summary-detail .iconfont {
    font-size: 18px;
    margin-right: 5px;
}
.exhibition-detail .detail {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
}
.exhibition-detail .detail .title {
    margin-bottom: 10px;
    font-size: 18px;
}
.exhibition-detail .detail .content {
    width: 100%;
    overflow: hidden;
}
.content p img{
    width: 100%;
}
.m-page .exhibition-detail .summary{
    display: block;
}
.m-page .exhibition-detail .summary .img{
    width: 100%;
    height: auto;
    padding: 0 10px;
}
.m-page .exhibition-detail .summary .summary-detail{
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
}
.m-page .exhibition-detail .summary .summary-detail .title{
    font-size: 18px;
    line-height: 28px;
}