@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;
    border-bottom: 2px solid #a5a5a5;
    /*border-top-left-radius:60px;*/
    /*border-top-right-radius:60px;*/
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.show li .showImg{
    width: 100%;
    position: relative;
} 
.show li.over .showImg:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: url(../../img/activity/odds/mask.png) center center no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.show li .showImg img{
    width: 100%;
}
.show li .info{
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.show li .time{
    width: 80%;
    color: #666;
    font-size: 20px;
    margin-right: 0;
}
.show li p{
    width: 80%;
    color: #000;
    text-align: left;
    /*超出显示省略号*/
    white-space: normal;
    /*word-break:break-all;*/
    word-break : normal;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;

    margin-right: 0;
}
.show li .dot{
    width: 94px;
    height: 44px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 10;
    border-radius: 20px;
}
.show li .dot.hd{
    background-color: #335fa1;
}
.show li .dot.yh{
    background-color: #429d8d;
}