body {
    background-color: #FFF;
}
.content {
    padding-bottom: 120px;
}
.plate1 {
    margin-bottom: 95px;
}
.plate1 .plate-c {
    position: relative;
}
.plate1 .plate-l {
    width: 73.4%;
    overflow: hidden;
}
.plate1 .plate-r {
    position: absolute;
    right: 0;
    top: 0;
    /*bottom: 72px;*/
    width: 22.8%;
    padding: 30px;
    border: 1px solid #B01F2E;
    border-radius: 5px;
    background-image: url('../../../images/navbg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 90% 65%;
    padding-bottom: 13.5vw;
}
.plate1 .list-l {
    float: left;
    width: 73.4%;
}
.plate1 .list-l .video-box {
    position: relative;
    padding-top: 66.6%;
}
.plate1 .list-l .video-box .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.plate1 .list-l .text .text-title {
    font-size: 24px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin: 20px 0;
}
.plate1 .list-l .text .text-mes {
    font-size: 16px;
    line-height: 1.5;
    max-height: 4.5em;
    color: #666;
     /*autoprefixer: off */
    /*-webkit-box-orient: vertical;*/
    /*!* autoprefixer: on *!*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    word-break: break-all;
    overflow: hidden;

}
.layui-layer-page .layui-layer-content{
    overflow: unset!important;
}
.plate1 .list-l .text-mes::before{
    content: '';
    float: right;
    height: calc(100% - 23px);
}
.plate1 .list-l .text .text-mes .showMore{
    float: right;
    clear: both;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #B01F2E;
}
.plate1 .list-l .text .text-mes .showMore::before{
    content: "...";
    position: absolute;
    color: #666;
    transform: translateX(-126%);
}
.plate1 .list-l .text .exp:checked+.text-mes{
    max-height: none;
}
.plate1 .list-l .text .exp:checked .plate1{
    margin-bottom: 0;
}
.plate1 .list-l .text .exp:checked+.text-mes::after{
    visibility: hidden;
}
.plate1 .list-l .text-mes .showMore::after{
    content: "展开 >>";
    cursor: pointer;
}
.plate1 .list-l .text .exp:checked+.text-mes .showMore::before{
    visibility: hidden;
}
.plate1 .list-l .text .exp:checked+.text-mes .showMore::after{
    content: "收起";
}
.plate1 .list-r {
    float: right;
    width: 23.4%;
}
.plate1 .list-r .video-box {
    position: relative;
    padding-top: 61.4%;
}
.plate1 .list-r li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
}
.plate1 .list-r li.current .video-box::before {
    content: '正在播放';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
}
.plate1 .list-r li.current .li-title {
    color: #B01F2E;
}
.plate1 .list-r .video-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plate1 .list-r .li-title {
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.plate1 .list-r .li-summary {
    display: none;
}
.more {
    text-align: right;
    font-size: 14px;
    line-height: 1;
}
.more a {
    color: #B01F2E;
}

.plate-r .plateR-h {
    font-size: 24px;
    line-height: 1;
    color: #B01F2E;
    margin-bottom: 27px;
}
.plate-r .plateR-h span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
.plate-r .plateR-h .more {
    float: right;
    line-height: 24px;
}
.plate-r li {
    position: relative;
    padding-left: 16px;
    font-size: 18px;
    margin-bottom: 14px;
}
.plate-r li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #B01F2E;
}
.plate-r .qrcode_pic{
    position: absolute;
    right: 25px;
    bottom: 25px;
    height: 8vw;
}
.plate-r .qrcode_pic img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.plate {
    margin-bottom: 70px;
}
.plate:last-child {
    margin-bottom: 0;
}
.plate .plate-h {
    position: relative;
    margin-left: 5px;
    border-bottom: 2px solid #B01F2E;
    margin-bottom: 30px;
}
.plate .plate-h::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    bottom: -2px;
    width: 2px;
    background-color: #B01F2E;
}
.plate .plate-h span {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    padding: 15px 45px 15px 30px;
    background-image: url('../../../images/title.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}
.plate .plate-h .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate ul {
    overflow: hidden;
    font-size: 0;
    margin: -15px;
}
.plate li {
    float: left;
    width: 20%;
    font-size: 20px;
    padding: 15px;
}
.plate li .video-box {
    position: relative;
    padding-top: 63%;
    background: #000;
}
.plate li .video-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plate li .video-box .playBtn{
    position: absolute;
    float: left;
    color: #404040;
    height: 40px;
    width:40px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.plate li .video-box .playBtn a{
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 12px;
    border-style: solid;
    text-indent: -9999px;
    position: absolute;
}
.plate li .txt {
    font-size: 18px;
    line-height: 1.2;
    max-height: 2.4em;
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    color: #333;
    margin-top: 20px;
}
@media (max-width: 992px)  {
    .plate li .video-box .playBtn{
        width: 30px;
        height: 30px;
    }
    .plate li .video-box .playBtn a{
        border-width: 6px 0 6px 10px;
    }
}
@media  (max-width: 768px) {
    .content {
        padding-bottom: 35px;
    }
    .plate1 {
        margin-bottom: 40px;
    }
    .plate1 .plate-l {
        width: 100%;
    }
    .plate1 .list-l, .plate1 .list-r {
        float: none;
        width: 100%;
    }
    .plate1 .list-l {
        margin-bottom: 20px;
    }
    .plate1 .list-l .text .text-title {
        font-size: 18px;
        margin: 15px 0;
    }
    .plate1 .list-l .text .text-mes {
        font-size: 14px;
        max-height: 7.5em;
    }
    .plate1 .list-l .text .text-mes .showMore{
        font-size: 14px;
    }
    .plate1 .list-l .text-mes::before{
        height: calc(100% - 20px);
    }
    .plate1 .list-l .text-mes .showMore::after{
        font-size: 12px;
    }
    .plate1 .plate-r {
        position: relative;
        top: 0;
        bottom: 0;
        width: 100%;
        margin-top: 30px;
        background-size: 65% 65%;
        padding-bottom: 95px;
    }
    .plate1 .plate-r .qrcode_pic{
        display: none;
    }
    .plate1 .list-r li {
        display: flex;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .plate1 .list-r .video-box {
        width: 160px;
        height: 98px;
        padding-top: 0;
    }
    .plate1 .list-r .li-title {
        flex: 1;
        font-size: 14px;
        line-height: 20px;
        padding-left: 8px;
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
        margin-top: 6px;
    }
    .plate-r .plateR-h {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .plate-r .plateR-h .more {
        line-height: 18px;
    }
    .plate-r li {
        font-size: 14px;
        padding-left: 8px;
        margin-bottom: 10px;
    }
    .plate-r li::before {
        width: 4px;
        height: 4px;
    }

    .plate {
        margin-bottom: 15px;
    }
    .plate .plate-h {
        margin-bottom: 20px;
    }
    .plate .plate-h span {
        font-size: 18px;
        padding: 12px 28px 12px 20px;
    }
    .plate .plate-h::before {
        width: 3px;
    }
    .plate ul {
        margin: 0;
    }
    .plate ul li {
        float: none;
        width: 100%;
        display: flex;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
        border-bottom: 1px solid #EEE;
    }
    .plate li .video-box {
        width: 160px;
        height: 100px;
        padding-top: 0;
    }
    .plate li .txt {
        flex: 1;
        font-size: 14px;
        line-height: 1.4;
        max-height: 2.8em;
        margin: 0;
        padding: 6px 0 0 15px;
    }
}
