.list>ul{
    padding-top: 40px;
}
.list>ul>li{
    width: 263px;
    height: 374px;
    float: left;
    margin-bottom: 25px;
    margin-right: 33px;
}
.list>ul>li:nth-child(3n){
    margin-right: 0px;
}
.list>ul>li>a>.pic{
    height: 305px;
    overflow: hidden;
    position: relative;
}
.list>ul>li>a>.pic>img{
    position: absolute;
    top: 0px;
    left: 0px;
}
.list>ul>li>a>.p_title{
    line-height: 69px;
    text-align: center;
    font-size: 18px;
    color: #818181;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}