body{
    background: #f6faff;
}

.layui-layer-setwin .layui-layer-close2{
    width: 35px;
    height: 35px;
    z-index: 999;
    line-height: 25px;
}
ul.items{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.items li{
    width: 286px;
    position: relative;
    border: 1px solid  #dddddd;
    background: #fff;
    margin-right: 18px;
    margin-bottom: 18px;
}
ul.items li:nth-child(4n){
    margin-right: 0px;
}
ul.items li:last-child{
    margin-right: 0px;
}
ul.items li .imgBox{
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
}
ul.items li .imgBox img{
    width: 100%;
    transition: all .5s;
}
ul.items li .imgBox:hover img{
    transform: scale(1.1);
    transition: all .5s;
}
ul.items li .imgBox .videoPlayBtn_in{
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0px;
    top: 0px;
}
ul.items li .imgBox .videoPlayBtn_in img{
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    left: 0px ;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
ul.items li .imgBox:hover .videoPlayBtn_in img{
    transform: scale(1);
}
ul.items li .imgBox i{
        font-size: 65px;
        color: #fff;
        margin: auto;
        position: absolute;
        left: 0px;
        display: block;
        right: 0px;
        text-align: center;
        line-height: 160px;
        color: #ffd200;
}
ul.items li p{
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 135%;
    font-weight: bold;
    margin-top: 5px;
    border-bottom: 1px solid #dddddd;
}
ul.items li p.t{
    padding: 0px 10px;
    padding-bottom: 5px;
}
ul.items li p.dateBox{
    display: flex;
    justify-content:space-between;
    border-bottom:0px;
    width: 90%;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
ul.items li p.dateBox span{
    font-weight: normal;
    color: #9a9a9a;
    font-size: 14px;
}
ul.items li p.dateBox span i{
    margin-right: 3px;
}