.phone_sub a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 36px;
}

.header .header_top .header_code .header_code_images {
	width: 100%;
	height: auto;
}

.header .header_top .nav ul li {
	text-align: center;
	float: left;
	width: 20%;
	line-height: 60px;
	padding: 0;
}

.journalism .box_div {
	margin-bottom: 12px;
}

.inner li {
	font-size: 16px;
	margin: 12px 0;
}

.inner li a {
	color: #000;
}

.link .inner a {
	font-size: 14px;
	line-height: 28px;
}

.wap_suspension {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
}

.wap_suspension .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wap_suspension .logo {
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}

.wap_suspension .right_text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wap_suspension .right_text .text {
	font-size: 16px;
	line-height: 30px;

}
.header .header_text .header_images .phone_sub{
	margin-top: 24px;
	cursor: pointer;
}
.header .header_text .header_images .login{
	font-size: 36px;
	background-color: #4285f4;
}
.header .header_text .header_images .register{
	font-size: 36px;
	background-color: #4285f4;
}
@media (max-width:750px) {
	.header .header_text .header_images .login{
		font-size: 24px;
	}
	.header .header_text .header_images .register{
		font-size: 24px;
	}
	.phone_sub a{
		font-size: 24px;
	}
}

