.NowMsgShow{
    background-color: #F4F4F4;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 40px;
}
.toptitle{
    text-align: center;
    font-size: 26px;
    color: #333333;
    margin-bottom: 30px;
}
.NowMsgShow .NowMsgShow_ul{
    overflow: hidden;
    background-color: #F4F4F4;
    height: 340px;
}
.NowMsgShow .NowMsgShow_ul .NowMsgShow_ul_list{
    position: relative;
    width: 320px;
    border-radius: 5px;
    padding: 26px 20px;
    display: inline-block;
    background-color: #fff;
    margin-right: 60px;
    margin-bottom: 60px;
    vertical-align: top;
    overflow: hidden;
}
.NowMsgShow .NowMsgShow_ul .NowMsgShow_ul_list:nth-child(3n){
    margin-right:0;
}
.NowMsgShow .NowMsgShow_ul .NowMsgShow_ul_list .NowMsgShow_ul_list_imgBox{
    width: 58px;
    height: 58px;
    display: inline-block;
}
.NowMsgShow .NowMsgShow_ul .NowMsgShow_ul_list .NowMsgShow_ul_list_imgBox img{
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
.NowMsgShow .NowMsgShow_ul .NowMsgShow_ul_list .NowMsgShow_ul_list_right{
    display: inline-block;
    vertical-align: top;
    height: 58px;
    width: 252px;
    margin-left: 10px;
}
.NowMsgShow .NowMsgShow_ul .NowMsgShow_ul_list .NowMsgShow_ul_list_right p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    margin-top: 5px;
    font-size: 12px;
    color:#666666;
}
.NowMsgShow .NowMsgShow_ul .NowMsgShow_ul_list .NowMsgShow_ul_list_right .NowMsgShow_ul_list_right_p1{
    font-size: 14px;
    color: #333333;
}
.NowMsgShow .NowMsgShow_ul .NowMsgShow_ul_list .timers{
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 12px;
    color: #999999;
}