﻿@charset "utf-8";

/* 单页模板中的列表样式 */
.contentList {
	width:96%;
	margin:0 auto;
	font-size:14px;
	line-height:25px;
	padding_left:15px;
	text-align:justify;
	text-justify:inter-ideograph;
	color:black;
}

.contentList label {
	font-weight:800;
	font-size:22px;
	color:blue;
	text-align:center;
}

.contentList span {
	font-weight:800;
	font-size:16px;
	color:red;
}

.contentList a {
	color:blue;
}

/* 单页模板中的表格样式 */
.contentTable label {
	font-weight:800;
	font-size:18px;
	color:blue;
	text-align:center;
}

.contentTable dl, .contentTable dt, .contentTable dd{
	margin:0;
	font-size:14px;
}

.contentTable dl{
	margin:0 auto;
	width:98%;
	border:1px solid #0099FF;
	border-bottom:none;
}

.contentTable dt{
	font-weight:800;
	background:#63CFFF;
	color:#fff;
}

.contentTable dt, .contentTable dd{
	line-height:30px;
	padding:0 0 0 10px;
	border-bottom:1px solid #0099FF;
	height:30px;
	overflow:hidden;
}

.contentTable dd{
	text-indent:3em;
}

.fff{
	background:#fff;
}

.contentTable dt span, .contentTable dd span{
	display:block;
	float:left;
	font-size:14px;
	border-left:1px solid #0099FF;
	text-indent:0em;
	width:170px;
	text-align:center;
}

.contentTable a {
	color:blue;
}

.contentTable table, .contentTable th, .contentTable td{
	margin:0;
	font-size:14px;
}

.contentTable table{
	margin:0 auto;
	width:98%;
	border:1px solid #0099FF;
	border-bottom:none;
	border-right:none;
}

.contentTable th{
	font-weight:800;
	background:#63CFFF;
	color:#fff;
	text-align:center;
}

.contentTable th, .contentTable td{
	line-height:30px;
	padding:0 0 0 0px;
	border-bottom:1px solid #0099FF;
	border-right:1px solid #0099FF;
	height:30px;
}

.contentTable td{
	text-indent:1em;
}

.article {
	margin:0 auto;
	width:96%;
}

.article a{
	color:blue;
}

.article img {
	width:533px;
	height:355px;
	border:0px;
}

.article span {
	text-align:center;
	font-size:14px;
}

/* */
.contentTableL a {
	color:blue;
	font-size:14px;
}

.contentTableL table, .contentTableL th, .contentTableL td{
	margin:0;
	font-size:14px;
}

.contentTableL table{
	margin:0 auto;
	width:20%;
	border:1px solid #0099FF;
	border-bottom:none;
	border-right:none;
	float:left;
}

.contentTableL th{
	font-weight:800;
	background:#63CFFF;
	color:red;
	text-align:center;
}

.contentTableL th, .contentTableL td{
	line-height:30px;
	padding:0 0 0 0px;
	border-bottom:1px solid #0099FF;
	border-right:1px solid #0099FF;
	height:30px;
}

.contentTableL td{
	text-indent:1em;
	text-align:left;
	color:black;
}

.td_left {
	text-align:left;
}
