@charset "utf-8"
/******** 全局共用属性CSS ********/
*{margin:0;padding:0;}
body{color:#0B0B0B;font:12px/22px Verdana,Arial,sans-serif,"Times New Roman",宋体;}
/*body,td,select,input,div{line-height:22px;word-wrap:break-word;word-break:break-all;font-size:12px;}*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{margin:0;padding:0;border:0;}
body div{text-align:left;}
/*******常用标签定义****/
input,select{font-size:12px;vertical-align:middle;}
textarea,input{	word-wrap:break-word;word-break:break-all;}
.cbg{ background-color:#fff;}
b,strong{ color:#000;}

h1,h2,h3,h4,h5,h6{margin:0;padding:0;color:#000;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:15px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:12px; font-weight:normal;}

ul,dl,ol,form,dt,dd{margin:0;padding:0;}
p{margin:0;padding:0;line-height:150%;}
ul li,ol li{list-style-type:none;}
img{border:0; padding:0; margin:0;}
.Hand{cursor:pointer;}
/****定义边框(同DIVH10等高度设置配合使用)***/
.NoBorder{border:none;}
.BTW{ border-top-width:1px;}
.BRW{ border-right-width:1px;}
.BLW{ border-left-width:1px;}
.BBW{ border:0px; border-bottom-width:1px;}

.B1{border:1px solid #999;}
/*****边框宽度****/
.BW1{ border-width:1px;}
.BW2{ border-width:2px;}
.BW3{ border-width:3px;}
.BW4{ border-width:4px;}
.BW5{ border-width:5px;}
/******边框样式*****/
.BSS{ border-style:solid;}
.BSD{ border-style:dotted;}
/******边框颜色*******/
.BcBlue{ border-color: #0000FF;}
.BcBlack{ border-color: #000;}
/*****下划线******/
.BotLine{ border-bottom:1px solid #DDDDDD; overflow:hidden;}
.BotDasLine{ border-bottom:1px dashed #DDDDDD; overflow:hidden;}
/*****文本对齐方式*****/
.t-l{text-align:left;}
.t-c{text-align:center;}
.t-r{text-align:right;}
/*****颜色*****/
.cRed{color: #FF0000;}
.cWhite{color: #FFF;}
.cGreen{color:#72B729;}
.cGray{color:#B0B0B0;}
.cBlue{ color:#0000FF;}
.cblack{ color:#000;}
.corange { color:#FF9900;}
/*******字体样式定义*****/
.FB{font-weight:bold;}
.FN{ font-weight:normal;}
.FI{font-style:italic;}
.F11{font-size:11px;}
.F12{font-size:12px;}
.F13{font-size:13px;}
.F14{font-size:14px;}
.F16{font-size:16px;}
.F18{font-size:18px;}
/***字母和单词换行设置********/
.Break{word-break:break-all;word-wrap:break-word;}
.Nobreak{word-break:keep-all;word-wrap:normal;}
/******定位关系*******/
.Absolute{position:absolute;}
.Relative{position:relative;}
/**********显示隐藏***********/
.Dis{display:block;}
.Undis{display:none;}
/**********清除浮动*********/
.clear{clear:both; height:0px; width:100%; line-height:0px; visibility:hidden;}
/**** 链接 ********/
/*********通用链接********/
a{text-decoration:none;cursor:pointer;}
/*a:link,a:visited{color:#B0B0B0;text-decoration:none;}
a:hover{color:#F50;text-decoration:underline;}*/

/********end*********/
.UnLine{text-decoration:underline;}
.DisunLine{text-decoration:none;}
/********标签下的more的定义*********/
.More{margin:0;padding:0;text-align:right;position:absolute;top:5px;right:5px;}
/********* 间距 *******/
.DivH5,.DivH10,.DivH15,.DivH20,.DivH23,.DivH25,.DivH30,DivH1,.DivH40{width:100%;overflow:hidden;}
.DivH1{ height:1px;}
.DivH5{height:5px;}
.DivH10{height:10px;}
.DivH15{height:15px;}
.DivH20{height:20px;}
.DivH23{height:23px;}
.DivH25{height:25px;}
.DivH30{height:30px;}
.DivH40{height:40px;}
.LH1px{ line-height:1px;  }
.LH10px{ line-height:10px; }
.LH15px{ line-height:15px; }
.LH18px{ line-height:18px; }
.LH20px{ line-height:20px; }
.LH23px{ line-height:23px; }
.LH25px{ line-height:25px;}
.LH30px{ line-height:30px;}
.LH35px{ line-height:35px;}
/*******定义宽度*****/
.W924,.W1004,W922{width:924px;margin:0 auto;overflow:hidden;}
.W922{width:922px;}
.W1004{width:1004px;}
/*****浮动定义*****/
.FL{float:left;}
.FR{float:right;}
.UpWord{ text-transform:uppercase;}
/******标题定义*****/
.PTit25,.PTit20,.PTit18,.PTit23,.PTit30,.PTit40,PTit{	width:100%;	overflow:hidden;}
.PTit{ line-height:18px;}
.PTit40{line-height:40px;height:40px;}
.PTit30{line-height:30px;height:30px;}
.PTit25{line-height:25px;height:25px;}
.PTit20{line-height:20px;height:20px;}
.PTit23{line-height:23px;height:23px;}
.PTit18{line-height:18px;height:18px;}
/*****列表通用****/
.newsList,.newsList25 { width:100%; overflow:hidden;}
.newsList li{ width:100%; height:20px; line-height:20px; overflow:hidden;}
.newsList25 li{ width:100%; height:25px; line-height:25px; overflow:hidden;}
