*{
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	height: 100%;
}

input:focus {
	outline: none;
}

.active_blue {
	color: #2C6ED5;
}

li {
	list-style: none;
}
body {
	background-color: rgb(245, 245, 245);
}
.index_youshi_title,
.index_news_title {
	width: 100%;
	font-size: 26px;
	font-weight: 600;
	color: #2E6AAC;
	display: flex;
	justify-content: center;
	line-height: 150px;
}

.index_youshi_title span {
	display: block;
	width: 100px;
	border-bottom: 2px solid #216BAA;
	margin: 0 25px 74px 25px;
}

