.cont_tit { text-align: center; padding: 2% 5% 0 5%; line-height: 30px; font-size: 22px; font-weight: bold; }
.w_1200 { width: 1200px; margin: auto; }

.clear { clear:both;}

.cont_em { text-align: center; border-bottom: 1px dashed #ccc; margin-bottom: 20px; }
.cont_em em { display: inline-block; padding: 30px 15px 20px 15px; }
.list_about { padding: 30px 0; font-size: 15px; line-height: 34px; margin: auto; min-height: 300px; color: #565656; }
.list_about img, .list_about table, .list_about iframe, .list_about table { max-width: 100%; }


.page_f { width: 90%; margin: auto; padding: 40px 0; }
.page_f p { line-height: 35px; font-size: 14px; }
.page_f p a { color: #999; }
.page_f p a:hover { color: #666; }


@media (max-width: 1024px) {
	
	  .w_1200 {
    width: 90%;
    margin: auto;}
	
}

@media (max-width: 768px) {
	
	.page_f { width: 90% !important; margin: auto; padding: 40px 0; }
	
	.cont_em em { display: inline-block; padding: 10px 15px 10px 15px; }
	
}