body {
	line-height: 1.5;
}

.cont {
	background: url(../img/query_1.jpg) center center;
	background-size: cover;
	padding-bottom: 5%;
}

.cont svg {
	margin: 0 !important;
}

.cont .subtab {
	width: 100%;
	background: #fff;
}

.cont .subtab .w1440 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
}

.cont .subtab .w1440::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 20px;
	background: #dddddd;
	display: none;
}

.cont .subtab a {
	display: inline-block;
	text-align: center;
	line-height: 70px;
	color: #777777;
	position: relative;
}

.cont .subtab a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 20px;
	background: #dddddd;
	display: none;
}

.cont .subtab a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background: #008cd6;
	transition: all 0.3s;
	width: 0;
}

.cont .subtab a:hover {
	color: #008cd6;
}

.cont .subtab a.on {
	color: #008cd6;
}

.cont .subtab a.on::before {
	width: 60px;
}

.cont .list {
	width: 100%;
	margin-top: 7%;
}

.cont .list a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 13px 30px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	transition: all 0.3s;
}

.cont .list a .txt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: calc(100% - 140px);
}

.cont .list a .txt .time {
	color: #aaa;
	transition: all 0.3s;
}

.cont .list a .txt .time::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 20px;
	background: #aaa;
	margin: 0 25px;
	vertical-align: sub;
}

.cont .list a .txt .tit {
	color: #222;
	transition: all 0.3s;
}

.cont .list a .view {
	width: 140px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	color: #aaa;
	border: 1px solid #aaa;
	transition: all 0.3s;
}

.cont .list a:hover {
	background: #008cd6;
}

.cont .list a:hover .txt .time {
	color: #fff;
}

.cont .list a:hover .txt .time::after {
	background: #fff;
}

.cont .list a:hover .txt .tit {
	color: #fff;
}

.cont .list a:hover .view {
	color: #fff;
	border: 1px solid #fff;
}

/* 125% */
@media screen and (max-width: 1440px) {
	.cont .subtab a {
		line-height: 60px;
	}
}

@media screen and (max-width: 1366px) {
	.cont .list a .txt {
		width: calc(100% - 120px);
	}

	.cont .list a .txt .tit {
		font-size: 16px;
	}

	.cont .list a {
		padding: 10px 20px;
	}

	.cont .list a .view {
		width: 120px;
		line-height: 33px;
	}
}

/* 150 */
@media screen and (max-width: 998px) {
	.cont .subtab a {
		line-height: 45px;
	}

	.cont .subtab .w1440 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.cont .subtab .w1440 a {
		display: inline-block;
		padding: 0 25px;
		width: auto;
	}

	.cont .subtab .w1440 a::after {
		display: none;
	}

	.cont .subtab .w1440 a::before {
		display: none;
	}

	.cont .subtab .w1440::before {
		display: none;
	}

	.cont .screen {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.cont .screen .tip {
		padding: 8px 0;
		margin-bottom: 8px;
	}

	.cont .screen .tab {
		width: 100%;
		margin-left: 0;
		padding: 10px 15px 5px;
	}

	.cont .list a {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: center;
		    justify-content: center;
	}

	.cont .list a .txt {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
	}

	.cont .list a .txt .time::after {
		display: none;
	}

	.cont .list a .txt .tit {
		width: 100%;
		margin-top: 10px;
	}

	.cont .list a .view {
		width: 100%;
		border-radius: 5px;
		font-size: 14px;
		line-height: 30px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px) {
	.banner>img {
		height: 200px;
		object-fit: cover;
	}

	.cont .subtab .w1440 a {
		-ms-flex: 0 0 50%;
		    flex: 0 0 50%;
		padding: 0;
		text-align: left;
	}

	.cont .subtab a.on::before {
		width: 80%;
		left: 0%;
		transform: translateX(0%);
	}
}