@charset "UTF-8";

html, body {
    width: 100%;
    height: auto;
    overflow: initial;
}
/*#####################################################################################################*/
.wrap {
    width: 100%;
    position: relative;
    background: url(../../img/index/bg.jpg) center center repeat-y;
    background-size: 100% auto;
    background-color: #fff;
    display: none;
}
/*################################################################################################################*/
.show li{
    width: 100%;
    line-height: 46px;
    overflow: hidden;
    color: #000;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.show li .showImg{
    width: 100%;
    overflow: hidden;
    position: relative;
    /*border-radius: 60px;*/
    margin-bottom: 20px;
}
.show li .showImg > img{
    width: 100%;
}
.show li .showImg .play{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 100;
    text-align: center;
    margin-top: -63px;
}
.show li p{
    width: 80%;
    color: #000;
    text-align: center;
    /*超出显示省略号*/
    white-space: normal;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;

    opacity: .95;
}
.show li p i{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../img/activity/video/icon.png) left center no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}