@charset "utf-8";
/*页面主体*/
body {font-family: "宋体";font-size: 12px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;	margin-left: 0px; background-color: #DBDBDB;}/*上下左右边距*/
td {font-size: 12px; color: #000000; line-height: 170%;}  /*word-break:break-all;默认单元格段落样式，所有段落均采用170%，特殊的段落就重新定义行间距*/
a:link{font-size:12px;color:#000000;text-decoration:none;}   /*默认链接,点上去有颜色变化#65038E*/
a:visited{font-size:12px;color:#000000;text-decoration:none;}
a:hover{font-size:12px;color:#008080;text-decoration:underline;}

/*字体*/

/*加粗类*/
.text-12-b{ font-size: 12px; font-weight:bold}/*12加粗*/
.text-13-b{ font-size: 13px; font-weight:bold}/*12加粗*/
.text-14-b{ font-size: 14px; font-weight:bold}/*12加粗*/
.text-14-b-white{ color:#ffffff; font-size:14px;font-weight:bold;}/*14象素白色字体*/
.text-14-b-green{ color:#008080; font-size:14px;font-weight:bold;}/*14象素白色字体*/
.text-13-b-green{ color:#008080; font-size:13px;font-weight:bold;}/*14象素白色字体*/

/*颜色*/
.text-12-red{ color:#FF0000; font-size:12px;}/*12象素红色字体*/
.text-12-green{ color:#008080; font-size:12px;}/*12象素绿色字体*/
.text-12-yellow{ color:#FFFF00; font-size:12px;}/*12象素黄色字体*/
.text-12-white{ color:#ffffff; font-size:12px;}/*12象素白色字体*/
.text-12-gray{ color:#666666; font-size:12px;}/*12象素灰色字体*/
.text-12-orange{ color:#F09248; font-size:12px;}/*12象素橙色字体*/

.text-13{ color:#000000; font-size:13px;}/*12象素红色字体*/



.text-14{ color:#000000; font-size:14px;}/*14象素红色字体*/

.text-14-red{ color:#FF0000; font-size:14px;}/*14象素红色字体*/
.text-14-green{ color:#008080; font-size:14px;}/*14象素绿色字体*/
.text-14-yellow{ color:#FFFF00; font-size:14px;}/*14象素黄色字体*/
.text-14-white{ color:#ffffff; font-size:14px;}/*14象素白色字体*/
.text-14-gray{ color:#666666; font-size:14px;}/*14象素灰色字体*/
.text-14-orange{ color:#F09248; font-size:14px;}/*14象素橙色字体*/
.menu-normal{font-size:13px;color:#FFFFFF; font-weight:bold; }

/*链接样式,后面的link以link开头*/


a.link-menu-over:link{font-size:13px;color:#F09248; font-weight:bold; }   /*菜单翻转链接*/
a.link-menu-over:visited{font-size:13px;color:#F09248; font-weight:bold;} 
a.link-menu-over:hover{font-size:13px;color:#FFFFFF; font-weight:bold; }

a.link-menu-normal:link{font-size:13px;color:#FFFFFF; font-weight:bold; }   /*菜单正常链接*/
a.link-menu-normal:visited{font-size:13px;color:#FFFFFF; font-weight:bold;} 
a.link-menu-normal:hover{font-size:13px;color:#F09248; font-weight:bold; }

a.link-menu-fast:link{font-size:13px;color:#ffffff; font-weight:bold; }   /*菜单翻转链接*/
a.link-menu-fast:visited{font-size:13px;color:#ffffff; font-weight:bold;} 
a.link-menu-fast:hover{font-size:13px;color:#008080; font-weight:bold; }


a.link-menu-b:link{font-size:12px;color:#000000;font-weight:bold; }   /*翻转红色链接*/
a.link-menu-b:visited{font-size:12px;color:#000000;font-weight:bold; }
a.link-menu-b:hover{font-size:12px;color:#008080; font-weight:bold; }

a.link-menu-b-over:link{font-size:12px;color:#008080;font-weight:bold; }   /*翻转红色链接*/
a.link-menu-b-over:visited{font-size:12px;color:#008080;font-weight:bold; }
a.link-menu-b-over:hover{font-size:12px;color:#000000; font-weight:bold; }

a.link-13b:link{font-size:13px;color:#000000; font-weight:bold; }   /*菜单翻转链接*/
a.link-13b:visited{font-size:13px;color:#000000; font-weight:bold;} 
a.link-13b:hover{font-size:13px;color:#F09248; font-weight:bold; }


a.link-line:link{font-size:12px;color:#000000;text-decoration:underline;}   /*灰色有下划线链接*/
a.link-line:visited{font-size:12px;color:#000000;text-decoration:underline;}
a.link-line:hover{font-size:12px;color:#FF0000; text-decoration:underline;}

a.link-b:link{font-size:12px;color:#000000;text-decoration:none; font-weight:bold;}   /*灰色有下划线链接*/
a.link-b:visited{font-size:12px;color:#000000;text-decoration:none; font-weight:bold;}
a.link-b:hover{font-size:12px;color:#FF0000; text-decoration:underline; font-weight:bold;}


a.link-red:link{font-size:12px;color:#FF0000;text-decoration:none;}   /*翻转红色链接*/
a.link-red:hover{font-size:12px;color:#FF0000; text-decoration:underline;}
a.link-red:visited{font-size:12px;color:#FF0000;text-decoration:none;}

a.link-gray:link{font-size:12px;color:#666666;text-decoration:none;}   /*灰色无下划线链接*/
a.link-gray:visited{font-size:12px;color:#666666;text-decoration:none;}
a.link-gray:hover{font-size:12px;color:#666666; text-decoration:none;}

a.link-gray-line:link{font-size:12px;color:#333333;text-decoration:underline;}   /*灰色有下划线链接*/
a.link-gray-line:visited{font-size:12px;color:#333333;text-decoration:underline;}
a.link-gray-line:hover{font-size:12px;color:#FF0000; text-decoration:underline;}

a.link-line-white:link{font-size:12px;color:#ffffff;text-decoration:underline;}   /*白色有下划线链接*/
a.link-line-white:visited{font-size:12px;color:#ffffff;text-decoration:underline;}
a.link-line-white:hover{font-size:12px;color:#E6E6E6; text-decoration:underline;}

a.link-white:link{font-size:12px;color:#ffffff;text-decoration:none;}   /*白色无下划线链接*/
a.link-white:visited{font-size:12px;color:#ffffff;text-decoration:none;}
a.link-white:hover{font-size:12px;color:#E6E6E6; text-decoration:underline;}

a.link-green:link{font-size:12px;color:#008080;text-decoration:underline;}   /*翻转红色链接*/
a.link-green:visited{font-size:12px;color:#008080;text-decoration:underline;}
a.link-green:hover{font-size:12px;color:#FF0000; text-decoration:underline;}

a.link-008080:link{font-size:12px;color:#008080;text-decoration:none;}   /*翻转红色链接*/
a.link-008080:visited{font-size:12px;color:#008080;text-decoration:none;}
a.link-008080:hover{font-size:12px;color:#FF0000; text-decoration:underline;}




/*表格单元格*/
.border-search{ background-color:#E7E7E7; border:1px solid #D9D9D9;} /*灰色背景*/
.border-border008080{ background-color:#ffffff; border:1px solid #008080;} /*边框为标准色*/
.border-borderF09248{ background-color:#ffffff; border:1px solid #F09248;} /*边框为标准色*/
.border-borderD9D9D9{ background-color:#ffffff; border:1px solid #D9D9D9;} /*边框为标准色*/
.border-border545454{ background-color:#ffffff; border:1px solid #545454;} /*边框为标准色*/


.border-bgF1F8FA{ background-color:#F1F8FA; border:1px solid #D4D0C8;} /*灰色背景*/

.border-bg008080{ background-color:#008080; padding-left:10px;} /*灰色背景*/
.border-bgE0F0F0{ background-color:#E0F0F0;} /*灰色背景*/
.border-bgE7E7E7{ background-color:#E7E7E7; padding-left:10px;} /*灰色背景*/



/*表单输入框*/
.input{font-size: 12px;color: #000000;border:1px solid #c3c3c3;} /*标准输入框*/
.input_format{font-size: 12px;color: #000000;border:1px solid #c3c3c3; width:120px; height:18px;} /*格式化的密码输入框*/

/*按钮*/
.botton{ background-image:url(/images/share/botton.gif);width:64px; height:22px; border:0px; letter-spacing:0px;padding-top:2px; cursor:hand;}
.botton_2{ background-image:url(/images/share/botton_2.gif);width:43px; height:22px; border:0px; letter-spacing:0px;padding-top:2px; cursor:hand;}
.text-12-blue{ font-size: 12px; color:#3a3a3a; font-weight:bold}/*12加粗*/
.bottom_bg{background-image:url(/images/share/bottom_bg.jpg);}
#ding.ding{
BACKGROUND-IMAGE: url(http://www.umpaper.com/images/index/ding.gif); BACKGROUND-REPEAT: no-repeat;width:28px;height:22px;background-position:0px 4px
}/*首页置顶新闻样式*/
.ding-bg1{background-color:#E6E6E6;font-size: 12px;font-weight:bold;
}/*首页置顶新闻背景样式*/
.ding-bg2{background-color:#ffffff;font-size: 12px;font-weight:bold;
}/*首页置顶新闻背景样式*/

a.page-link:link{font-size:12px;color:#1A6557;font-weight:bold;text-decoration:underline;padding:2px;}   /*翻转红色链接*/
a.page-link:visited{font-size:12px;color:#1A6557;font-weight:bold;text-decoration:underline;padding:2px;}
a.page-link:hover{font-size:12px;color:#FF0000;font-weight:bold;text-decoration:none;padding:2px;}

.page-linked{font-size:12px;color:#ff0000;font-weight:bold; padding:2px;}