.ser-sec5 {
	padding:0;
	background: #fff;
}

.ser-sec5 li {
	position: relative;
	float: left;
	width: 30.88%;
	margin-right: 3.68%;
	margin-top: 4%;
}

.ser-sec5 li:nth-child(3n) {
	margin-right: 0;
}

.ser-sec5 li:after {
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(229, 229, 229, 0.5);
}

.ser-sec5 li:nth-child(3n):after {
	display: none;
}

.ser-sec5 li .pic {
	overflow: hidden;
}

.ser-sec5 li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.ser-sec5 li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.ser-sec5 li .tbox {
	padding: 35px 35px 0;
}

.ser-sec5 li .tbox .t1 {
    text-align: center;
	font-size: 26px;
	color: #265ba9;
	font-weight: bold;
}

.ser-sec5 li .tbox .t2 {
	margin-top: 15px;
	font-size: 16px;
	color: #1d1e1e;
	line-height: 30px;
	min-height: 90px;
}
@media only screen and (max-width: 640px) {
    .ser-sec5 li {
        width: 100%;
        margin-bottom: 20px;
    }
}