
/*展会详情*/
.exhibition-detail {
    /*height: 450px;*/
    background-color: #fff;
    padding: 28px 28px 30px;
    box-sizing: border-box;
}

.exhibition-detail .image-enlarge {
    width: 414px;
    height: 392px;
}

.exhibition-detail .gallery{
    width: 100%;
    height: 310px;
}

.exhibition-detail .gallery img{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.exhibition-detail .img-s {
    width: 100%;
    margin-top: 10px;
}


.exhibition-detail .img-s li{
    float: left;
    width: 96px;
    height: 72px;
    margin-right: 10px;
}

.exhibition-detail .img-s li:nth-last-of-type(1){
    margin-right: 0;
}

.exhibition-detail .img-s li img{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.exhibition-detail .detail-info {
    margin-left: 50px;
    width: 680px;
    /*height: 392px;*/
}

.exhibition-detail .detail-info .d_title{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 18px;
}

.exhibition-detail .detail-info .d_time{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 18px;
}

.exhibition-detail .detail-info .d_time span{
    color: #ff5800;
    padding-left: 32px;
    background: url(../images/detail-time.png) no-repeat left center;
}

.exhibition-detail .detail-info .info-item{
    margin-bottom: 12px;
    font-size: 16px;
}

.exhibition-detail .detail-info .info-item span{
    color: #666666;
}

.exhibition-detail .detail-info .info-item .info-hd {
    color: #000000;
    margin-left: 10px;
}

.exhibition-detail .detail-info .info-item .info-hd a:hover{
    color: #ff7300;
}

.exhibition-detail .detail-info .d_host{
    /*height: 110px;*/
    overflow: auto;
}


.exhibition-detail .detail-info .btn-wrap .money{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    line-height: 44px;
    margin-right: 40px;
}


.exhibition-detail .collection {
    font-size: 14px;
    color: #666666;
    padding-left: 18px;
    background: url(../images/star.png) no-repeat left 6px;
    margin-left: 16px;
    margin-top: 20px;
}

.exhibition-detail .collection-on {
    background-position: left -27px;
}


.exhibition-detail .detail-info .apply-btn{
    color: #fff;
    background-color: #FF5800;
    margin-right: 16px;
}

.exhibition-detail .detail-info .btn-disabled{
    color: #fff;
    background-color: #d4d4d4;
    margin-right: 16px;
    cursor: default;
}

.exhibition-detail .detail-info .advisory-btn{
    color: #fff;
    background-color: #1A1A1A;
}


/*行程安排*/
.s_cont .schedule{
    font-size: 16px;
    color: #666666;
}

.s_cont .schedule .b_title{
    color: #333333;
    font-weight: bold;
    line-height: 38px;
}

.s_cont .schedule .i_title{
    padding-left: 38px;
    background: url(../images/home-icon2.png) no-repeat left center;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: bold;
    color: #333333;
}

.s_cont .schedule .i_info{
    width: 100%;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding: 18px 38px;
    line-height: 32px;
}

.s_cont .schedule .i_info .info_bd span{
    color: #333333;
    width: 126px;
    display: inline-block;
}


i.schedule-arrow{
    width: 14px;
    height: 32px;
    display: inline-block;
    background: url(../images/layount.png) no-repeat center;
    vertical-align: bottom;
    margin-right: 12px;
    margin-left: 8px;
}
.s_cont .schedule .i_info .layout{
    margin-bottom: 24px;
}

.s_cont .schedule .i_info .layout .layout-tt{
    color: #333333;
    font-weight: bold;
}

.s_cont .schedule .i_info .layout .layout-bd{
    line-height: 28px;
}
.s_cont .schedule .i_info .layout span{
    margin-right: 24px;
    display: inline-block;
}





