@charset "utf-8";

.layout-bg {
	background-image: url(../../images/2018images/bg-content.gif);
}
	.layout-bg-bottom {
		background-image: url(../../images/2018images/bg-bottom-content.gif);
	}

.section-crumb {
	width: 980px; height: 30px; padding: 10px 98px; margin: 0 auto; margin-bottom: 30px;
	/*background: url(../../images/2018images/section-top-bg.gif) center top repeat-y;*/
	font-size: 12px; line-height: 30px;
}

.section-content {
	width: 1176px; margin: 0 auto;
}
	/*  列表  */
	.section-content .list {
		width: 1000px; margin: 0 auto;
	}
		.section-content .list li {
			width: 100%; height: 40px;
			border-bottom: 1px dotted #aaa;
			line-height: 40px;
		}
		.section-content .list li:before {
			content: "> ";
			color: #217496;
			font: bold 12px/40px Tahoma, Arial, sans-serif;
		}
			.section-content .list li span {
				float: right;
				color: #666;
				line-height: 40px;
			}
	/*  列表 end  */
	
	/*  内容  */		
	.section-content h2 {
		height: 44px;
		font-size: 22px; line-height: 2em; text-align: center;
	}
	.section-content .date {
		width: 980px; height: 22px; padding-bottom: 20px; margin: 0 auto; margin-bottom: 20px; border-bottom: 1px dotted #aaa;
		color: #666;
		font-size: 12px; text-align: center;
	}
	.section-content .paragraph {
		width: 980px; padding-bottom: 20px; margin: 0 auto; border-bottom: 1px solid #aaa;
	}
		.section-content .paragraph p {
			text-indent: 2em;
		}
	/*  内容 end  */		

.section-pagination {
	width: 1176px; padding: 30px 0; margin: 0 auto;
}