body {
	line-height: 1.5;
}

.cont {
	padding: 4% 0;
	background: url(../img/social_bg.jpg) center center no-repeat;
	background-size: cover;
}

.cont svg {
	margin: 0 !important;
}

.cont .list li {
	width: 100%;
	position: relative;
	padding: 20px 0;
	border-radius: 10px;
	overflow: hidden;
}

.cont .list li .w1440 {
	background: #fff;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 20px #e4e4e4;
}

.cont .list li .img {
	width: 50%;
	overflow: hidden;
}

.cont .list li .img img {
	height: 100%;
	object-fit: cover;
}

.cont .list li .img:hover img {
	transform: scale(1.05);
}

.cont .list li .txt {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	background: #fff;
	padding: 2% 4%;
}

.cont .list li .txt p {
	display: block;
	color: #222222;
}

.cont .list li .txt .line {
	background: #ebf0f5;
	width: 100%;
	height: 2px;
	margin-top: 18px;
}

.cont .list li .txt .line::after {
	content: '';
	display: block;
	background: #008cd6;
	width: 60px;
	height: 100%;
}

.cont .list li .txt span {
	display: block;
	position: relative;
	margin-top: 32px;
	color: #222222;
	line-height: 1.87;
}

.cont .list li .txt .ic_box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}

.cont .list li .txt .ic_box .ic_item {
	width: 20%;
}

.cont .list li .txt .ic_box .ic_item .ic {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	border-radius: 100%;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s;
}

.cont .list li .txt .ic_box .ic_item .ic img {
	position: absolute;
	top: 0;
	left: 0;
}

.cont .list li .txt .ic_box .ic_item .text {
	text-align: center;
	font-size: 14px;
	color: #777;
	margin-top: 10px;
	transition: all 0.3s;
}

.cont .list li .txt .ic_box .ic_item:hover .ic {
	background: #008cd6;
}

.cont .list li .txt .ic_box .ic_item:hover .ic img {
	top: auto;
	bottom: 0;
}

.cont .list li .txt .ic_box .ic_item:hover .text {
	color: #008cd6;
}

.cont .list li:nth-child(2n) .txt {
	-ms-flex-order: 2;
	    order: 2;
}

/* 125% */
@media screen and (max-width: 1440px) {
	.cont .list li .txt span {
		font-size: 16px;
	}
}

@media screen and (max-width: 1366px) {
	.cont .list li .txt {
		top: 5%;
		bottom: 5%;
	}
}

/* 150 */
@media screen and (max-width: 1024px) {
	.cont .tit .des br {
		display: none;
	}

	.cont .tit {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 998px) {
	.cont .list li .w1440 {
		border-radius: 10px;
	}

	.cont .list li .img {
		width: 100%;
	}

	.cont .list li .txt {
		position: static;
		width: 100%;
		border-radius: 0;
		padding: 25px;
	}

	.cont .list li .txt span {
		font-size: 14px;
	}

	.cont .tit .line {
		margin: 10px auto 15px;
		width: 60px;
		height: 2px;
	}

	.cont {
		padding: 40px 0;
	}

	.cont .list li .txt .line {
		margin-top: 10px;
	}

	.cont .list li .txt span {
		margin-top: 15px;
	}

	.cont .list li .txt span:nth-child(3) {
		margin-top: 15px;
	}

	.cont .list li .txt .ic_box .ic_item {
		width: 25%;
	}
}

@media screen and (max-width: 720px) {
	.cont .list li:nth-child(2n) .txt {
		-ms-flex-order: inherit;
		    order: inherit;
	}

	.cont .list li .w1440 {
		-ms-flex-direction: column;
		    flex-direction: column;
	}

	.cont .list li .txt .ic_box .ic_item .ic {
		width: 50px;
		height: 50px;
	}

	.cont .list li .txt .ic_box .ic_item {
		width: auto;
		-ms-flex: 0 0 auto;
		    flex: 0 0 auto;
		margin-right: 10px;
	}
}