.project-list .title {
    color: #736392;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
}
.project-list .title span:before{
    content: '';
    display: inline-block;
    height: 14px;
    border-left: 1px solid #AAAAAA;
    margin: 0 10px;
}
.project-list .title span{
    color: #444444;
}
.project-list a:hover .pic:after {
    content: '';
    width: 100%;
    height: 100%;
    background:url(../images/project/cover_icon.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}