.box-wrapper1 .item {
    width: 290px;height: 280px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}.box-wrapper1 .item:nth-child(4n){margin-right: 0}
.box-wrapper1 .item:hover{
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.box-wrapper1 .item::after{display: block;content: '';clear: both}
.box-wrapper1 .item .msg{margin:10px;height: 160px;cursor:pointer;position: relative}
.box-wrapper1 .item .msg img{width: 100%;height: 100%}
.box-wrapper1 .item h3{
    color: #2f2f2f;font-size: 16px;margin: 5px 10px;line-height: 1.6;
}
.box-wrapper1 .item .zy{color: #666666;font-size: 14px;margin: 10px 15px ;}
.box-wrapper1 .item .mui-city{
    position: static;margin: 0 0 0 15px;color: #d61518;
    float: left;
}
.box-wrapper1 .item .fot{width:275px;position: absolute;bottom: 5px;left: 10px;}
.box-wrapper1 .item .zy::after{display: block;content: '';clear: both}
.box-wrapper1 .item .tim{float: left;
    color: #a2a2a2;font-size: 14px;line-height: 23px;}
.box-wrapper1 .item .behind_txt{float: right;}
.box-wrapper1 .play_video{display: none}
.box-wrapper1 .item .msg:hover .play_video{display: block}
.msg p{background: rgba(0,0,0,.4);position: absolute;bottom: 0;
right: 0;color: #fff;font-size: 13px;padding: 3px 5px}

#displaypagenum{padding:20px 0 0 0;margin-top: 30px}
#displaypagenum center span.page {width: 27px;height: 27px; color: #be0209;display: inline-block;line-height: 27px}
#displaypagenum center{width:100%;height: 27px;display: flex;justify-content:center;align-content: center}
#displaypagenum center a{ color: #000;width: 27px;height: 27px;display: inline-block;line-height: 27px;}
#displaypagenum center a:hover{color: #be0209}
#displaypagenum center a.prev{width:27px;height:27px;background:url(../images/icon-bth-prev.png)no-repeat;margin-right: 5px;font-size: 0;overflow: hidden}
#displaypagenum center a.fenye{width:27px;height:27px;background:url(../images/icon-bth-next.png) no-repeat;margin-left: 5px;font-size: 0;overflow: hidden}
