.index-head {
    display: flex;
}
.index-body {
    background:#F5F5F5;
    display:flex;
    height:250px;
}
.index-l {
    width: 32%;
    padding-left: 5%;
    border-right: 1px solid #b8b8b873;
    padding-right: 1%;
}
.index-r {
    width: 57%;
    padding-right: 5%;
    display:flex;
}
    .index-r img {
        vertical-align: middle;
        margin-right: 8px;
    }
.r-model {
    line-height: 60px;
    margin: 0px 20px;
}
    .r-model > a {
        display: inline-block;
    }
.r-dongtai {
    width: 50%;
    padding-left:1%;
}
.r-video {
    width: 44%;
    padding-left: 5%;
    position: relative;
    /*cursor: pointer;*/
}
.dongtai-item {
    display: flex;
    color: #787878;
    margin: 20px 0px;
}
.r-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 5px;
    width: 375px;
}

.r-time {
    width: 135px;
    text-align: center;
    line-height: 25px;
    padding: 0px 5px;
    font-size: 15px;
}
.head-l {
    display: flex;
}
    .head-l > div {
        width: 70px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        margin: 0px 3px;
    }
.head-l-s {
    border-bottom: 3px solid #DEC37F;
}
.l-title {
    font-size: 19px;
    font-weight: 600;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.l-time {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    color: #b8b8b8d1;
}
.l-centent {
    line-height: 22px;
    color: #787878;
    padding-bottom: 15px;
}
.weituo-spana {
    font-size: 16px;
    width: 230px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.weituo-spanb {
    font-size: 16px;
    width: 100px;
    display: inline-block;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.weituo-spanc {
    font-size: 16px;
    width: 100px;
    display: inline-block;
    color: #b8b8b8d1;
    float:right;
}
.weituo-body > a {
    display: inline-block;
    padding: 9px 0px 9px 0px;
    width:100%;
}
@media screen and (max-width:1680px) {
    .weituo-spana {
        font-size: 15px;
        width: 180px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .weituo-spanb {
        font-size: 15px;
        width: 80px;
        display: inline-block;
        color: #787878;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .weituo-spanc {
        font-size: 15px;
        width: 80px;
        display: inline-block;
        color: #b8b8b8d1;
        float: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.l-c-c {
    text-indent: 2em;
    line-height: 25px;
    letter-spacing: 1px;
}
@media screen and (max-width:1530px) {
    .index-l {
        width: 31%;
        padding-left: 2%;
        border-right: 1px solid #b8b8b873;
        padding-right: 1%;
    }
    .index-r {
        width: 61%;
        padding-right: 2%;
        display: flex;
    }
}
@media screen and (max-width:1281px) {
    .index-l {
        width: 31%;
        padding-left: 0%;
        border-right: 1px solid #b8b8b873;
        padding-right: 1%;
    }
    .index-r {
        width: 68%;
        padding-right: 0%;
        display: flex;
    }
    .l-time {
        padding: 10px 0px 10px 0px;
        font-size: 16px;
        color: #b8b8b8d1;
    }
    .l-c-c {
        text-indent: 2em;
        line-height: 25px;
        letter-spacing: 1px;
    }
    .r-time {
        width: 135px;
        text-align: center;
        line-height: 25px;
        padding: 0px 5px;
        font-size: 14px;
    }
    .r-title {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0px 5px;
        width: 375px;
    }
    .l-centent {
        line-height: 22px;
        color: #787878;
        padding-bottom: 15px;
        font-size: 15px;
    }

}
.l-notice {
    position: fixed;
    top: 10%;
    left: 20px;
    z-index: 100;
    background-color: white;
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 18px;
    /*overflow: hidden;*/
    border: 1px solid #dddddd;
}

.l-context {
    /*margin: 10px 20px;*/
    text-indent: 25px;
    margin-top: 10px;
    font-size: 12px;
    color: #272727;
}

.l-titlegg {
    color: #f00;
    text-align: center;
    /*width: 280px;
    margin-left: 20px;*/
    margin-top: 20px;
    font-size: 14px;
}

.l-db {
    text-align: right;
    /*margin-right: 24px;*/
    color: #272727;
    font-size: 14px;
}

.l-time {
    text-align: right;
    /*margin-right: 20px;*/
    color: #272727;
    font-size: 14px;
}

.close-btn {
    display: block;
    width: 30px;
    height: 26px;
    background: url('../images/close_im.png')center center no-repeat;
    position: absolute;
    top: -12px;
    right: 1px;
    z-index: 100;
}

.l-statement {
    /*margin: 10px 20px;*/
    color: #272727;
    font-size: 14px;
    text-indent: 25px;
    margin: 10px 0 20px 0;
}

.circle2 {
    border-radius: 50px;
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 9998;
    color: #fff;
    background: #000;
    opacity: 0.6;
    left: 52%;
    top: 40%;
}

.circle_inner_play2 {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -7px;
}

.html { filter: grayscale(90%); -webkit-filter: grayscale(90%); -moz-filter: grayscale(90%); -ms-filter: grayscale(90%); -o-filter: grayscale(90%); filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.9); -webkit-filter: grayscale(0.9); }