@media (max-width:1200px) {
	.header_box {
		width: calc(100% - 20px);
	}

	.header_nav {
		display: none;
	}

	.header_star {
		display: none;
	}

	.center {
		width: calc(100% - 20px);
		margin-top: 70px;
		margin-bottom: 80px;
	}

	.center_right {
		display: none;
	}

	.list_text h1 {
		font-size: 16px;
		top: 0px;
	}

	.center_left_list_box {
		padding: 10px;
	}

	.center_left_title {
		font-size: 16px;
	}

	.list_img {
		height: 60px;
	}

	.list_icon p {
		padding-top: 9.5px;
	}

	.list_icon {
		min-width: 50px;
		max-width: 50px;
	}

	.list_text p {
		font-size: 12px;
	}

	.index_page .page-navigator li a {
		padding: 6px 10px;
	}

	.post_center {
		width: calc(100% - 20px);
		margin-bottom: 80px;
	}

	.post_center_center {
		display: grid;
		overflow: hidden;
		gap: 10px;
	}

	.post_center_title_right p {
		max-height: 20px;
		overflow: hidden;
	}

	.post_center_center_left {
		width: auto;
	}

	.post_center_center_right {
		margin-left: 0px;
		width: 100%;
	}

	.list_text_time {
		display: none;
	}

	.header_search {
		flex-grow: 1;
	}

	.m_nav {
		display: grid;
	}

	.link_text p {
		bottom: 0px;
	}

	.link_icon {
		display: none;
	}

	.c_center {
		width: calc(100% - 20px);
		grid-template-columns: repeat(1, 1fr);
		margin-top: 70px;
	}

	.class_fgx {
		width: calc(100% - 20px);
	}

	.class_footer {
		width: calc(100% - 20px);
		margin-bottom: 80px;
	}

}