body {
	line-height: 1.5;
}

.cont {
	background: #f5f7fa;
	padding: 5% 0;
	width: 100%;
	overflow: hidden;
}

.cont svg {
	margin: 0 !important;
}

.cont .w1440 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.cont .w1440 .new_l {
	width: 70%;
	padding-right: 50px;
	border-right: 2px solid #fff;
}

.cont .w1440 .new_l .tit {
	color: #222222;
	text-align: center;
}

.cont .w1440 .new_l .time {
	color: #777777;
	margin: 2% auto;
	text-align: center;
}

.cont .w1440 .new_l .des {
	border-top: 2px solid #fff;
	padding-top: 2%;
	text-indent: 2em;
}

.cont .w1440 .new_l .des p {
	font-size: 16px;
	line-height: 2.25;
	color: #777777;
}

.cont .w1440 .new_l .des img {
	padding: 25px 0;
	max-width: 100%;
}

.cont .w1440 .new_l .des img:hover {
	transform: scale(1.01);
}

.cont .w1440 .new_r {
	width: 30%;
	padding-left: 50px;
}

.cont .w1440 .new_r ul li {
	margin-bottom: 40px;
}

.cont .w1440 .new_r ul li .txt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.cont .w1440 .new_r ul li .txt .ic {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #008cd6;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.cont .w1440 .new_r ul li:first-child .txt .ic {
	transform: rotate(180deg)
}

.cont .w1440 .new_r ul li .txt .ic svg {
	width: 50%;
	height: 50%;
}

.cont .w1440 .new_r ul li .txt p {
	display: block;
	margin-left: 18px;
	width: 105px;
	color: #222222;
}

.cont .w1440 .new_r ul li .txt .line {
	margin-left: 18px;
	width: calc(100% - 162px);
	height: 2px;
	background: #fff;
}

.cont .w1440 .new_r ul li .txt .line::after {
	content: '';
	display: block;
	width: 60px;
	height: 100%;
	transition: all 0.5s;
	background: #008cd6;
}

.cont .w1440 .new_r ul li:hover .txt .line::after {
	width: 100%;
}

.cont .w1440 .new_r ul li .img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	display: block;
}

.cont .w1440 .new_r ul li .img.other {
	padding: 15px;
	background: #fff;
}

.cont .w1440 .new_r ul li .img.other .tit {
	position: static;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.cont .w1440 .new_r ul li .img.other .tit p {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
}

.cont .w1440 .new_r ul li .img.other .tit span {
	color: #ccc;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	font-size: 12px;
	margin-top: 5px;
}

.cont .w1440 .new_r ul li:hover .img.other .tit p {
	color: #008cd6;
}

.cont .w1440 .new_r ul li:hover .img.other .tit span {
	color: #008cd6;
}

.cont .w1440 .new_r ul li .img .tit {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	position: absolute;
	bottom: 18px;
	left: 18px;
	right: 18px;
}

.cont .w1440 .new_r ul li .img .tit p {
	display: block;
	color: #fff;
	width: 63%;
}

.cont .w1440 .new_r ul li .img .tit span {
	display: block;
	color: #fff;
	width: 25%;
}

.cont .w1440 .new_r ul li:hover .img img {
	transform: scale(1.05);
}

.pp {
	animation: p2fd 0.4s linear 0.1s 1 forwards;
	transform: scale(0);
}

.pp {
	animation: hand2 1s linear 0s infinite;
	transform: scale(0);
}

@keyframes p2fd {
	0% {
		transform: scale(0.1);
	}

	60% {
		transform: scale(1.3);
	}

	75% {
		transform: scale(1);
	}

	85% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

/* 125% */
@media screen and (max-width: 1366px) {
	.cont .w1440 .new_r ul li .img .tit p {
		font-size: 14px;
	}

	.cont .w1440 .new_r ul li .img .tit span {
		font-size: 14px;
	}
}

/* 150 */
@media screen and (max-width: 998px) {
	.cont {
		padding: 40px 0;
	}

	.cont .w1440 .new_l .des img {
		padding: 10px 0;
	}

	.cont .w1440 .new_l .des p {
		font-size: 14px;
		line-height: 1.8;
	}

	.cont .w1440 .new_l {
		width: 100%;
		border-right: 0;
		padding-right: 0;
	}

	.cont .w1440 .new_r {
		width: 100%;
		padding-left: 0;
		margin-top: 50px;
	}

	.cont .w1440 .new_r ul li .txt p {
		width: 94px;
	}

	.cont .w1440 .new_r ul li .txt .line {
		width: calc(100% - 155px);
	}

	.cont .w1440 .new_r ul li .img {
		border-radius: 5px;
	}
}

@media screen and (max-width: 768px) {
	.banner>img {
		height: 200px;
		object-fit: cover;
	}
}