.mbx {
/*    padding: 1em 0;*/
    background-color: #ffffff;
}
.breadtitle{
margin-bottom: 0;
}

.site-nav[data-v-443161d6] {
    background-color: #f2f2f2;
}

.main {
    background-color: #f5f6fa;
    padding-bottom: 5%;
}

.box {
    overflow: hidden;
}

.box .right2,
.box .right {
    width: 368px;
    /* padding: 54px 36px; */
    padding: 2em 1.2em;
    background-color: #c82722;
    color: #f2f2f2;
    float: right;
}

.box .right h2 {
    margin-bottom: 32px;
}

.box .right2 {
    padding: 0;
}

.box .left {
    /* padding: 76px 76px 20px 0; */
    padding: 5% 5% 0 0;
    width: calc(100% - 368px);
    float: left;
}

.box2 .r h5 {
    max-height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.box .left span,
.box .left svg {
    display: inline-block;
    vertical-align: middle;
}
.box .left .item{
    display: inline;
}
.box .left .item.on{
    color: #c82722;
}
.box .left .item.on path{
    fill: #c82722 !important;
}

.box .left span {
    margin-right: 10px;
}

.box img {
    width: 100%;
}

.box .left h4 {
    background-color: #ffffff;
    padding: 18px 32px;
    margin: 1em 0;
}

.box2 {
    color: #000000;
    padding: 36px 32px;
    background-color: #d6d6d6;
    overflow: hidden;
}

.box2 .mbx2 {
    margin-bottom: 1em;
}

.box3+.box3 {
    margin-top: 10px;
}

.box3 .l {
    width: 147px;
    height: 95px;
    position: absolute;
}

.box3 img {
    width: 100%;
    height: 100%;
}

.box2 .r {
    background-color: #ffffff;
    margin-left: 147px;
    min-height: 95px;
    padding: 1.5em 1em;
}

.box2 .mbx3 a {
    margin-top: 46px;
    display: inline-block;
    border-bottom: 1px solid #000000;

}

.box2 .mbx3 a:hover {
    border-color: #c82722 !important;
}


.video_dom .play {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    z-index: 5;
    cursor: pointer;

}

.video_dom {
    position: relative;
}

.video_dom:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}

.video_dom.play:after{
    display: none;
}

.video_dom video {
    width: 100%;
    height: 100%;
    background: #000000;
}

.video_dom .play svg {
    width: 100%;
    height: 100%;
}

.box .left .playback-volume {
    margin-right: 2em;
}


@media only screen and (max-width:1024px) {

    .box .left,
    .box .right2,
    .box .right {
        float: none;
        width: auto;

    }

    .box .left {
        padding-right: 0;
    }
    .box .right{display: none;}
}

@media only screen and (max-width:370px) {
    .box3 .l {
        position: static;
        width: auto;
        height: auto;
    }

    .box3 .r {
        margin-left: 0;
        min-height: auto;
    }
}