.pic_con{
    width: 1005px;
    margin: 72px auto;
}
.pic_ul{
    overflow: hidden;
}
.pic_li{
    overflow: hidden;
    width: 221px;
    height: 161px;
    float: left;
    margin-right: 40px;
    margin-bottom: 62px;
}
.pic_li:nth-child(4n){
    margin-right: 0px;
}
.pic_li .pic_box{
    width: 221px;
    height: 125px;
}
.pic_li .pic_box img{
    width: 221px;
    height: 125px;
    border: 0;
}
.pic_li:hover .pic_box img{
    width: 215px;
    height: 119px;
    border: 3px solid #f2e0b4;
}
.pic_mes span{
    display: block;
}
.desc{
    float: left;
    width: 187px;
    height: 33px;
    line-height: 33px;
    color: #f2e0b4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.time{
    float: right;
    color: #FFF;
    height: 33px;
    line-height: 33px;
}
.more{
    width: 287px;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    background: #998d70;
    margin: 0 auto;
    cursor: pointer;
}
.more:hover{
    background: #f2e0b4;
}