

.s-ser-content{
    width: 280px;
    height: 234px;
	float: left;
    margin-bottom: 60px;
}
.s-ser-content:nth-child(1),.s-ser-content:nth-child(2),.s-ser-content:nth-child(4),.s-ser-content:nth-child(5){
    margin-right: 35px;
}
.s-ser-img{
    width: 280px;
    height: 234px;
    /*filter: blur(2px);*/
    cursor: pointer;
}

.s-ser-img:hover + p{
     background-color: #ECC849;
}
.s-ser-title:hover{
     background-color: #ECC849;
}
.s-ser-title{
    text-align: center;
    position: relative;
    height: 45px;
    line-height: 45px;
    top: -140px;
    z-index: 999;
    background-color: #FFF;
    opacity: 0.6;
    cursor: pointer;
}