/* 会后报道 */
.mt-report {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mt-report-info {
    width: 575px;
    line-height: 1.5;
}
.mt-report-info h4,
.mt-report-info h4 > a {
    color: #333333;
    font-size: 26px;
}
.mt-report-info p {
    color: #333333;
    text-align: justify;
    text-indent: 2em;
    margin-top: 14px;
}
.mt-report-video {
    width: 575px;
}
.mt-report-video video {
    width: 100%;
    background: #333333;
}
@media(max-width: 750px) {
    .mt-report-info {
        width: 100%;
    }
    .mt-report-video {
        width: 100%;
        margin-top: 20px;
    }
}

/* 现场图片 */
.mt-picture {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.picture-img {
    width: 264px;
    background: #dde8e8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}
.picture-img img {
    display: block;
    width: 100%;
}
@media(max-width: 750px) {
    .picture-img {
        width: 100%;
    }
}


.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0,0,0 ,.3);
    /* opacity: 0; */
}
.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 9999999;
    /* padding: 2px; */
    background: #ffffff;
}