body {
	line-height: 1.5;
}

.cont {
	background: #f5f7fa;
	padding: 4% 0;
}

.cont svg {
	margin: 0 !important;
}

.cont .tit {
	text-align: center;
	color: #141515;
}

.cont .line {
	width: 100px;
	background: #e94620;
	height: 3px;
	margin: 25px auto 37px;
}

.cont .line::after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #008cd6;
}

.cont .tab {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.cont .tab a {
	width: 19%;
	display: block;
	text-align: center;
	border-radius: 100px;
	padding: 10px 0;
	color: #333;
	background: #fff;
	transition: all 0.3s;
}

.cont .tab a.on,
.cont .tab a:hover {
	background: #008cd6;
	color: #fff;
}

.cont .list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.cont .list a {
	display: block;
	width: 32.33%;
	margin-right: 1.5%;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 1.5%;
}

.cont .list a:nth-child(3n) {
	margin-right: 0;
}

.cont .list a:hover img {
	transform: scale(1.05);
}

.cont .list a:hover .txt p,
.cont .list a:hover .txt i,
.cont .list a:hover .txt span {
	color: #008cd6;
}

.cont .list a .img {
	overflow: hidden;
	height: 300px;
	max-height: 300px;
}

.cont .list a .img img {
	display: none;
}

.cont .list a .img div {
	width: 100%;
	height: 100%;
	background-position: center center !important;
}

.cont .list a .img img {
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1600px) {
	.cont .list a .img {
		height: 17vw;
	}
}

@media screen and (max-width: 1200px) {
	.cont .list a .img {
		height: 19vw;
	}
}

@media screen and (max-width: 1000px) {
	.cont .list a .img {
		height: 29vw;
	}
}

@media screen and (max-width: 768px) {
	.cont .list a .img {
		height: auto;
		max-height: inherit;
	}

	.cont .list a .img img {
		display: block;
	}

	.cont .list a .img div {
		display: none;
	}
}

.cont .list a .txt {
	padding: 35px 30px;
}

.cont .list a .txt .time {
	color: #aaaaaa;
}

.cont .list a .txt p {
	color: #333;
	margin-top: 4%;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	height: 1.5em;
	transition: all 0.3s;
}

.cont .list a .txt span {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.8;
	height: 3.6em;
	color: #aaa;
	margin-top: 4.5%;
	transition: all 0.3s;
}

.cont .list a .txt i {
	display: block;
	color: #aaaaaa;
	margin-top: 10%;
	transition: all 0.3s;
}

/* 125% */
@media screen and (max-width: 1366px) {
	.cont .tab a {
		font-size: 16px;
	}

	.cont .list {
		margin-top: 40px;
	}

	.cont .list a .txt {
		padding: 25px 20px;
	}
}

/* 150 */
@media screen and (max-width: 998px) {
	.cont {
		padding: 40px 0;
	}

	.cont .line {
		margin: 10px auto 15px;
		width: 60px;
		height: 2px;
	}

	.cont .list {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}

	.cont .list a {
		width: 49%;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.banner>img {
		height: 200px;
		object-fit: cover;
	}

	.cont .list {
		margin-top: 25px;
	}

	.cont .list a {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.cont .list a .txt {
		padding: 15px 20px;
	}

	.cont .list a .txt p,
	.cont .list a .txt span {
		margin-top: 8px;
		display: block;
		height: auto;
	}

	.cont .list a .txt i {
		margin-top: 15px;
	}

	.cont .tab {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: start;
		    justify-content: flex-start;
	}

	.cont .tab a {
		width: auto;
		padding: 8px 20px;
		margin-right: 8px;
		white-space: nowrap;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 320px) {
	.cont .tab a {
		padding: 8px 16px;
		font-size: 14px;
	}
}