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 ul {
	width: 100%;
	margin-top: 4%;
}

.cont ul li {
	width: 100%;
	border-radius: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	background: #fff;
	box-shadow: 0 0px 10px rgba(0, 32, 64, 0.08);
	margin-bottom: 10px;
}

.cont ul li .time {
	margin: 5px;
	border-radius: 100px;
	width: 160px;
	text-align: center;
	background: #f5f7fa;
	color: #aaaaaa;
	line-height: 50px;
}

.cont ul li .txt {
	margin-left: 3%;
	color: #222;
	display: inline-block;
}

.cont ul li:hover .txt {
	color: #008cd6;
}

/* 125% */
@media screen and (max-width: 1366px) {
	.cont .tab a {
		font-size: 16px;
	}
}

/* 150 */
@media screen and (max-width: 998px) {
	.cont {
		padding: 40px 0;
	}

	.cont .line {
		margin: 10px auto 15px;
		width: 60px;
		height: 2px;
	}

	.cont ul li {
		border-radius: 5px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 10px;
	}

	.cont ul li .time {
		line-height: 1.5;
		background: transparent;
		width: auto;
	}

	.cont ul li a {
		display: block;
		width: 100%;
		margin-left: 5px !important;
	}
}

@media screen and (max-width: 768px) {
	.banner>img {
		height: 200px;
		object-fit: cover;
	}

	.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: 10px;
		white-space: nowrap;
		margin-bottom: 10px;
	}
}