.work-items .work-list{

    margin-top: 20px;

    text-align: center;

}



.work-items a p{

    text-align: center;

    font-size: 18px;

    color: #666;

    line-height: 24px;

    margin-top: 10px;
	
	padding: 0 5px;
	
	white-space: nowrap;
	
	overflow: hidden;
	
	text-overflow: ellipsis;

}



.play {

    position: relative;

}



.work-list a:hover .play i{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(153,0,0,0.4);

}



.work-list a:hover .play:after{

    position: absolute;

    content: '';

    top: 50%;

    left: 50%;

    width: 60px;

    height: 60px;

    background: url("../img/icon_26.png") no-repeat center;

    margin-top: -30px;

    margin-left: -30px;

}



.work-items a:hover p{

    color: #990000;

}



.work-items .work-list a span{

    position: relative;

    overflow: hidden;

    display: block;

}



.work-items .work-list a span img{

    display: block;

    background-repeat: no-repeat;

    background-position: center;

    position: relative;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    overflow: hidden;

}



.work-items .work-list a:hover span img{

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}