@media screen and (max-width:767px) {
	body {
		background-color: #e9e9e9;
	}

	.navbar-brand>img {
		display: none;
	}

	.felx {
		display: none;
	}

	.banner {
		margin-top: 0;
		height: 210px;
	}

	.banner_head h2 {
		bottom: 18px;
		margin-left: 180px;
		letter-spacing: 15px;
	}

	.menu {
		margin-top: 34px;
		text-align: center;
	}

	.menu ul {
		margin-left: 0;
	}

	.dc_all_body {
		transform: scale(0.9, 0.9);
		padding-bottom: 0px;
		margin-top: 0px;
		/* margin-bottom: -45px; */
		/* height: 368px; */

	}

	.dynamic_content {
		width: 100%;
	}

	.dc_head {
		width: 100%;
		height: 80px;
	}

	.body_title {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.body_imgs {
		width: 100%;
	}



	#divison_header_img {
		width: 50%;
	}

	#felx_sticky a {
		display: none;
		position: fixed;
		bottom: 178px;
		right: 20px;
		width: 50px;
		height: 50px;
		background-color: #262626;
		text-align: center;
		line-height: 58px;
		font-size: 25px;
		color: white;
		transition: scale(0.5);
	}

	.click_look_more {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
		bottom: -5px;
	}

	.weather {
		display: none;
	}

	.division_img_box {
		width: 100%;
		height: 100%;
		left: 50%;
		top: 0;
		/* transform: scale(0.5, 0.5); */
	}

	#board_img {
		top: 0;
		left: 50%;
		transform: scale(0.5, 0.5);
		background-color: rgba(0, 0, 0, 1);
		/* height: 100%; */
		object-fit: cover;
	}

	#divison_menu {
		display: none;
	}

	.fifth {
		width: 100%;
	}

	.head_img {
		/* padding: 32px; */
		left: 6px;
		top: 2px;
	}

	.head_id {
		top: 20px;
		left: 94px;
		font-size: 17px;
	}

	.head_time {
		top: 50px;
		left: 94px;
		font-size: 12px;
	}

}

@media screen and (min-width:768px) {
	.felx {
		display: none;
	}


}

@media screen and (min-width:992px) {
	.felx {
		display: none;
	}
}

@media screen and (min-width:1200px) {
	.选择器 {
		Width: 1170px;
	}

	#felx_sticky a {
		display: none !important;
	}

	.felx {
		display: block;
	}
}