﻿/*公共样式部分*/
*{margin: 0px;padding: 0px; }
BODY { text-align: center; font-size: 12px; font-family:"宋体"; background-color: White; color: Black;}
UL{ list-style-type: none;}
LI{ float: left; list-style-type: none;}

.CommonStyle{margin: auto; padding: auto; font-size: medium; height:100%; width: 100%; padding: 12px 0px; line-height: 24px; font-size: 12px; }
.CommonStyle P{ margin: 0;}
.CommonStyle H1{ font-size: 28px; font-weight: bold; color: Black; background: url(../images/none.gif) no-repeat; text-align: center; clear: both; }
.CommonStyle A{ color: #d40122;}
.CommonStyle A:hover{ text-decoration: underline;}

.l{ float: left;}
.r{ float: right;}
.c{ clear: both;}
.b{ font-weight: bold;}
.widthFull{ width: 100%;}
.heightFull{ width: 100%;}
.handCursor{ cursor: hand;}
.textLeft{ text-align: left;}
.textRight{ text-align: right;}
.textCenter{ text-align: center;}
.dot{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.blockTag{ display: block;}
.fontRed{ color: Red;}
.fontBlue{ color: #053762;}
.noIndent{ text-indent: 0px;}
.underline{ text-decoration: underline;}
.underline:hover{ text-decoration: none;}
.noPadding{ padding: 0px;}
.cccBorder{ border: solid 1px #ccc;}

/*用于没有flash超链接的按钮样式*/
.flashButtonCss{border:0px; background:background-color; cursor: hand;}

A:hover{ color: #D40122; text-decoration: underline;}
A:focus{outline: none;}
A{ color: #434343; text-decoration: none; }
IMG{ border: none;}

.ml5{ margin-left: 5px;}
.mt5{/* margin-top: 5px;*/}
.mb5{ margin-bottom: 5px;}

.table TR TD{ padding: 5px; line-height: 22px;}

.newsList{ clear: both; width: 100%;border-bottom: dotted 1px #ccc; height: 34px; line-height: 14px; padding-top: 2px; padding-bottom: 0px;}
.newsList LI{ width: 100%;}

.highRedTitleLight{ color: #E10000;}

/*分页控件样式*/
.aspnetPager { font: 11px Arial, Helvetica, sans-serif;padding:10px 20px 10px 0; margin: 0px;}
.aspnetPager a {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin-right:2px}
.aspnetPager a:visited {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.aspnetPager .cpb {padding: 1px 6px;font-weight: bold; font-size: 13px;border:none}
.aspnetPager a:hover {color: #fff; background: #ffa501;border-color:#ffa501;text-decoration: none;}

/*当数据没有被查询到时显示的样式*/
#no_resource{ clear: both; width: 100%; text-align: center; font-size: 14px; font-weight: bold; line-height: 28px; padding: 30px 0px;}