.c-exhibition-cont .c-exhibition-list .item-box .hall {
    padding-left: 22px;
    background: url(../images/list-hall.png) no-repeat left 7px;
    color: #999999;
    height: 56px;
}

.c-exhibition-cont .c-exhibition-list .item-box .info-cont {
    width: 620px;
}

.c-exhibition-cont .c-exhibition-list .item-box .info-hd {
    margin-bottom: 10px;
    margin-top: 0;
}

.item-box .info-bd {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.item-box .hall-text {
    width: 528px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.exhibition-detail {
    height: auto;
}


.exhibition-detail .image-enlarge {
    height: 310px;
}

.exhibition-detail .image-enlarge img{
    width: 100%;
    height: 100%;
}
.exhibition-detail .image-enlarge .swiper-container{
    height: 100%;
}
.exhibition-detail .image-enlarge .swiper-pagination{
    text-align: right;
    width: 90%;
}
.exhibition-detail .image-enlarge .swiper-pagination-bullet{
    width: 14px;
    height: 6px;
    background: #D6D6D6;
    opacity: 1;
    border-radius: 0;
}
.exhibition-detail .image-enlarge .swiper-pagination-bullet-active{
    background:#FF5800
}
.exhibition-detail .detail-info {
    height: auto;
}

.exhibition-detail .detail-info .d_title {
    margin-top: 20px;
}

.exhibition-schedule-list{
    margin-top: 40px;
}


.exhibition-schedule-list .list-title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 38px;
    background: url(../images/home-icon2.png) no-repeat 4px;
    margin-bottom: 20px;
}

.exhibition-schedule-list .list-info p:hover {
    color: #ff5800;
}

.exhibition-schedule-list .list-info li {
    list-style:disc;
    margin-left: 42px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.exhibition-schedule-list .list-bd{
    width: 616px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.exhibition-schedule-list .list-time{
    color:#666666;
}

.exhibition-schedule-list .no-data {
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 32px;
    padding-top: 46px;
}