
/*全局设置*/
body {
text-align:center;
font-family:宋体, serif;
background:#fff;
font-size:12px;
color:#000;
margin:0;
padding:0;
}
.margintop{
margin-top:10px;
}

.ptitle{
font-size:14px;
color:red;
font-weight:700;
text-indent: 40px;}

.left{
width:212px;
}

.left dl dt{
margin:5px 0px;
text-align: left;
text-indent: 20px;
height:20px;
width:100%;
font-weight:700;
}

.title{
float:left;
}

.more{
float:right;
width:140px;
height:100%;
border-bottom:1.5px #b3b3b3 solid;
}

.left dl dt,.left dl dt a,.left dl dt a:visited{
color:red;
}

.left dl dd ul{
width:90%;
}

.left dl dd ul li{
height:20px;
text-indent: 10px;
white-space:nowrap;
float:left;
}

.col1{
background:#fff;
width:729px;
}

.style1 {
font-weight:700;
color:#c00;
}

a {
font-size:9pt;
color:#000;
}

a:hover {
color:#000;
text-decoration:underline;
}

.style5 {
font-weight:700;
color:#fff;
}

.bk {
border-right:#999 1px solid;
border-top:#999 1px solid;
border-left:#999 1px solid;
border-bottom:#999 1px solid;
}

.bk1 {
border-right:#ddd 1px solid;
border-top:#ddd 1px solid;
border-left:#ddd 1px solid;
border-bottom:#ddd 1px solid;
}

.font {
line-height:22px;
}

.rew {
border-right:#cecbce 1px solid;
border-top:#cecbce 1px solid;
border-left:#cecbce 1px solid;
border-bottom:#cecbce 1px solid;
background-color:#efefef;
}

div,form,img,ul,ol,li,dl,dt,dd {
border:0;
margin:0;
padding:0;
}

table,td,tr,th {
font-size:12px;
}

li {
list-style-type:none;
}

table {
margin:0 auto;
}

a:visited,a:link,a:visited {
color:#000;
text-decoration:none;
}

td,th {
font-size:9pt;
}

.style4,.style3,a:active {
color:#000;
}

a:link{
text-decoration:none;
}
a:active{
text-decoration:underline;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cred,a.cred:link,a.cred:visited{ color:red; }
.cblue,a.cblue:link,a.cblue:visited{color:#1f3a87;}
.cdred,a.cdred:link,a.cdred:visited{ color:#bc2931;}
.cgray,a.cgray:link,a.cgray:visited{ color: #4f544d;}
.cdgray,a.cdgray:link,a.cdgray:visited{ color: #666;}
.cwhite,a.cwhite:link,a.cwhite:visited{ color:#fff;}
.cblack,a.cblack:link,a.cblack:visited{color:#000;}
a.cblack:hover{color:#bc2931;}
.cyellow,a.cyellow:link,a.cyellow:visited{color:#ff0;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fb {font-weight: bold;}
.fi {font-style: italic;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; height:0px; overflow:hidden; visibility: hidden; }
.hidden {display: none;}
.unline ,.unline a{text-decoration: none;}
.noborder{border:none;}
.pageNum{float:right; text-align:center;}
.mrl{margin-right:30px;}
.fleft{float:left;}
.left dl{float:left;}
