
			.detail_module_5 { max-width: 1160px; margin: 0 auto; }
			.detail_module_5 .text_content .center_text_title { font-size: 40px; line-height: 60px; color: #3c3f46; text-align: center; }
			.detail_module_5 .text_content .center_con_p { font-size: 16px; line-height: 30px; color: #333333; text-align: center; margin-top: 30px; }
			.detail_module_5 .item_box { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
			.detail_module_5 .item_box .item { width: 268px; }
			.detail_module_5 .item_box .item .big_title { font-size: 45px; color: #23519e; display: block; line-height: 45px; }
			.detail_module_5 .item_box .item .small_title { font-size: 17px; color: #666666; line-height: 36px; }
			@media screen and (max-width: 991px){
				.detail_module_5 .item_box .item { width: 320px; margin-bottom: 20px; }
			}
			@media screen and (max-width: 768px){
				.detail_module_5 .text_content .center_text_title { font-size: 20px; line-height: 30px; }
				.detail_module_5 .text_content .center_con_p { font-size: 14px; line-height: 22px; margin-top: 10px; }
				.detail_module_5 .item_box .item { width: 48%; margin-bottom: 10px; }
				.detail_module_5 .item_box .item .big_title { line-height: 30px; font-size: 25px; }
				.detail_module_5 .item_box .item .small_title {font-size: 14px; line-height: 20px; }
			}