H1{font-size: 14px;}
body,table,tr,td {
	padding: 0px;
	clear: left;
	font-size: 12px;
	font-color:#333333;
}
body,table,tr,td,font,span,div,a{font-family: '宋体';}
.ell{
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.red-12-c-text {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
}
.white-12-x-text {
	font-size: 12px;
	color: #FFFFFF;
}
.blue-12-c-text {
	font-size: 12px;
	font-weight: bold;
	color: #123F8F;
}
.blue-12-x-text {
	font-size: 12px;
	color: #123F8F;
	text-decoration: none;
}
.black-12-x-text {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.black-14-x-text {
	font-size: 14px;
	color: #000000;
	line-height: 20px;

}
.white-14-x-text {
	font-size: 14px;
	color: #FFFFFF;
}
.black50-12-x-text {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.black50-14-x-text {
	font-size: 14px;
	color: #666666;
}
.browntext-12-x-text {
	font-size: 12px;
	color: #660000;
}
.blue-border {
	border: 1px solid #cfdae3;

}
.white-c-14-text {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.white-c-12-text {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.red-14-c-text {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.red-12-x-text {
	font-size: 12px;
	color: #FF0000;
}
.blue-bg {
	background-color: #F0F0FA;
	padding: 2px;
	clear: left;
	float: left;
	border: 1px solid #98B4CE;
}
.blue-14-c-text {
	font-size: 14px;
	color: #2B5C9B;
	font-weight: bold;
	text-decoration: none;
}
.blue-14-x-text {
	color: #2B5C9B;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal; 
}
.black-14-c-text {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.img-border {
	background-color: #FFFFFF;
	padding: 1px;
	clear: left;
	float: left;
	border: 1px solid #999999;
}
.border {
	border: 1px solid #e0e0e0;
}
a{text-decoration: none;}
.black50_a{text-decoration: none;font-size: 12px;}
.black50_a:link {
	color: #666666;
}
.black50_a:visited {
	color: #666666;
}
.black50_a:hover {
	color: #666666;
	position: relative;
	right: 1px;
	bottom: 1px;
}
.black50_a:active {
	color: #666666;
}

.l_tg_a{text-decoration: none;font-size: 12px;font-family: '宋体';}
.l_tg_a:link {
	color: black;
}
.l_tg_a:visited {
	color: black;
}
.l_tg_a:hover {
	color: red;
}
.l_tg_a:active {
	color: black;
}
.gg_a{text-decoration: none;font-size: 12px;font-family: '宋体';}
.gg_a:link {
	color: #666666;
}
.gg_a:visited {
	color: #666666;
}
.gg_a:hover {
	color: red;
}
.gg_a:active {
	color: #666666;
}
.border-l-r-b {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
}
.text_list {
width: 80px;
margin-top:2px;
margin-bottom:2px;
margin-right:10px;
display: block;
float: left;
overflow: hidden;
}
.yellow-12-x-text {
	font-size: 12px;
	color: #FF9900;
}
.yellow-12-c-text {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

.overflow{
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}