.xsjx-content>ul li{
	display:inline-blcok;
	vertical-align:middle;
    float: left;
	margin:10px 6px;
    text-align: center;
    width: 260px;
	height:320px;
	overflow:hidden;
}

.xsjx-content .image{
    overflow: hidden;
    line-height: 1;
    font-size: 0;
}

.xsjx-content .image img{
    transition: all 0.5s;
	display:inline-block;
	width:100%;
	max-height:280px;
	 text-align:center;
	 vertical-align:middle;
}

.xsjx-content .title p{
    font-size: 18px;
    line-height: 50px;
    color: #333;
    border: 1px solid #eee;
    border-top: none;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xsjx-content a:hover img{
    transform: scale(1.1);
}

.xsjx-content a:hover p{
    background-color: #0063C3;
    color: #fff;
}
