﻿@charset "utf-8";
/* CSS Document */

.main h2{
	font-size: 30px;
	color: #4c4c4c;
	line-height: 60px;
	text-align: center;
	padding: 0 20px;
	padding-top:20px;
}
.cont-title {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background:#f4f4f4;
	margin:30px 0;
}
.cont-title li{
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #949494;
}
.cont-title li span{margin-right:20px;}
.content,
.wp_column_article {
	width: 880px;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	margin: 30px auto;
}

.content,
.wp_column_article { padding:15px 0px;}
.content p iframe,
.wp_column_article p iframe {width:100%;height:200px;}

.wp_column_article img,
.content img { max-width: 100%; }

.content p,
.wp_column_article p { text-indent:2em; line-height:2em;margin-bottom:15px; color:#333; font-size:16px;}
.content p img,
.wp_column_article p img { margin:15px auto; border:none; display:block}
.wp_column_article table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:80%; margin:20px auto}
.wp_column_article table tr td{ border-left:0px; text-align: center;border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
.wp_column_article table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }