
/*css系统默认样式*/

@charset "utf-8";
*{ margin:0; padding:0;}/*默认margin和padding的标记置零*/
* html body{overflow: visible;}
* html iframe, * html frame{overflow: auto;}
* html frameset{overflow: hidden;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0;padding: 0;}/*基本标签默认样式取消*/
body{ font-size:14px; font-family:微软雅黑;  text-align:center; }
body div{ text-align:left;} /*设置内容左对齐*/



/*定义图片边框*/
img{ border:0 none}
iframe{ border:none;}

/*定义表格*/
table {border-collapse:collapse; border-spacing:0}

/*清除ol li列表标记样式*/
ol, li {list-style: none;}

/*定义默认超链接样式*/
a:link, a:visited{text-decoration: none;}
a:hover{color:#CD0A0E; text-decoration:none;}
a{outline:none; cursor:pointer;}

/*定义H系列标签*/
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}

/*鼠标样式*/
.pointer{ cursor:pointer;}

/*取消边框*/
.NoBorder{ border:0 none;}

/*文本对齐方式*/
.t-l{ text-align:left}
.t-c{ text-align:center;}
.t-r{ text-align:right;}

/*字母和单词强行换行设置*/
.Break{word-break:break-all;word-wrap:break-word;} /*强制内容换行*/
.Nobreak{word-break:keep-all;word-wrap:normal;} /*强制内容不换行*/

/*超出隐藏*/
.Hidden{ overflow:hidden; white-space:normal}

/*浮动定义*/
.Fl{ float:left;}
.Fr{ float:right;}

/*定义文本下划线*/
.UnLine{ text-decoration:underline;}
.DisunLine{ text-decoration:none;}

/*定位关系*/
.absolute{ position:absolute;}
.relative{ position:relative;}

/*清理元素*/
.clear{ clear:both; height:0; width:100%; line-height:0; visibility:hidden; overflow:hidden;}


/* 常用样式定义 */


/*margim*/
.mt3{ margin-top:3px;}
.mt5{ margin-top:5px;}
.mt6{ margin-top:6px;}
.mb5{ margin-bottom:5px}
.ml5{ margin-left:5px;}
.mr5{ margin-right:5px;}
.mt8{ margin-top:8px;}
.mt10{ margin-top:10px;}
.mb10{ margin-bottom:10px}
.ml10{ margin-left:10px;}
.mr8{ margin-right:8px;}
.mr10{ margin-right:10px;}
.mt15{ margin-top:15px;}
.mb15{ margin-bottom:15px}
.ml15{ margin-left:15px;}
.mr15{ margin-right:15px;}
.mt20{ margin-top:20px;}
.mb20{ margin-bottom:20px}
.ml20{ margin-left:20px;}
.mr20{ margin-right:20px;}
.ml25{ margin-left:25px;}
.mr25{ margin-right:25px;}
.mt25{ margin-top:25px;}
.mb25{ margin-bottom:25px;}
.ml40{ margin-left:40px;}

/*padding*/
.p5{ padding:5px;}
.p8{ padding:8px;}
.p10{ padding:10px;}
.pt5{ padding-top:5px;}
.pb5{ padding-bottom:5px;}
.pl5{ padding-left:5px;}
.pr5{ padding-right:5px;}
.pt6{ padding-top:6px;}
.pb6{ padding-bottom:6px;}
.pt10{ padding-top:10px;}
.pb30{ padding-bottom:30px;}
.pb10{ padding-bottom:10px;}
.pl8{ padding-left:8px;}
.pl9{ padding-left:9px;}
.pl10{ padding-left:10px;}
.pr10{ padding-right:10px;}
.pt15{ padding-top:15px;}
.pb15{ padding-bottom:15px;}
.pl15{ padding-left:15px;}
.pt8{ padding-top:8px;}
.pr15{ padding-right:15px;}
.pt20{ padding-top:20px;}
.pb20{ padding-bottom:20px;}
.pl20{ padding-left:20px;}
.pr20{ padding-right:20px;}

/*字体样式*/
.Fb{ font-weight:bold;}
.Fn{ font-weight:normal;}
.Fi{ font-style:italic;}

/*字体大小*/
.F10{ font-size:10px;}
.F11{ font-size:11px;}
.F12{ font-size:12px;}
.F13{ font-size:13px;}
.F14{ font-size:14px;}
.F16{ font-size:16px;}
.F18{ font-size:18px;}

/*文字颜色定义*/
.cRed{ color:#F00;}
.cOrgane{ color:#FF7700;}
.cWhite{color:#FFF;}
.cGreen{ color:#0F0;}
.cGray{ color:#666;}
.cBlue{ color:#00F;}
.cBlack{ color:#333;}
.c_title{ color:#0766B1;}/*标题字体颜色*/
.c_hot{ color:#B62B06;}
.c_gay{ color:#A6A6A6;}
.c999{ color:#999999}
.c666{ color:#666;}
.c333{ color:#333;}
.cblue1{ color:#0254A6;}



/*定义行高*/
.Lh1{ line-height:1px;}
.Lh10{ line-height:10px;}
.Lh15{ line-height:15px;}
.Lh20{ line-height:20px;}
.Lh21{ line-height:21px;}
.Lh24{ line-height:24px;}
.Lh26{ line-height:26px;}
.Lh25{ line-height:25px;}
.Lh30{ line-height:30px;}
.lh35{ line-height:35px;}

/*边框定义*/
.Btw{ border-top-width:1px;}
.Brw{ border-right-width:1px;}
.Blw{ border-left-width:1px;}
.Bbw{ border-top-width:1px;}
.Bord1{ border:1px solid #999;}
.Bord2{ border:2px solid #999;}
.bord_b{ border-bottom:1px solid #D1DBE3; height:28px;}

/*边框宽度*/
.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;}

/* 定义间距,上下2个DIV间距*/
.DivH2,.DivH5,.DivH10,.DivH15,.DivH20,.DivH25,.DivH30,DivH1,.DivH40{width:100%;overflow:hidden;}
.DivH1{ height:1px;}
.DivH2{ height:2px;}
.DivH5{height:5px;}
.DivH10{height:10px;}
.DivH15{height:15px;}
.DivH20{height:20px;}
.DivH25{height:25px;}
.DivH30{height:30px;}
.DivH40{height:40px;}


/* 通用容器 */
.wrapper{clear: both;overflow: hidden;}

/*定义宽度*/


/* ul列表*/
.ul-fl li{ float:left; height:23px; line-height:23px; padding-left:20px;}
.ul-fl-d li{float:left; height:23px; line-height:23px; background:url(..../images/dot/dot3-3.jpg) no-repeat 8px 10px; padding-left:20px;}
.ul-no-f li{height:23px; width:100%; overflow:hidden; line-height:23px; background:url(../images/dot/dot3-3.jpg) no-repeat 8px 10px; padding-left:20px;}

/* 下划线 */
.BotLine{ border-bottom:1px solid #CFCFCF; overflow:hidden;}
.BotDotLine{ background: url(../image/dot01.gif) repeat-x left bottom;}
.BotDotLine01{ width:95%; margin:0 auto; background: url(../image/dot01.gif) repeat-x; height:1px; line-height:1px; overflow:hidden;}
.BotDasLine{ border-bottom:1px dashed #CFCFCF; overflow:hidden; height:1px; line-height:1px;}
.border-r-dot{ background:url(../image/dot02.gif) repeat-y right top;}

/* 标题样式定义*/
.PTit25,.PTit20,.PTit18,.PTit30,.PTit,.PTit1,.PTit22{	width:100%;	overflow:hidden;}
.PTit30{line-height:30px;height:30px;}
.PTit25{line-height:25px;height:25px;}
.PTit22{line-height:22px;height:22px;}
.PTit20{line-height:20px;height:20px;}
.PTit18{line-height:18px;height:18px;}
.PTit15{line-height:15px;height:15px;}
.PTit10{line-height:10px;height:10px;}
.PTit1{line-height:1px;height:1px;}

/* MORE更多样式设计*/


/*普通列表样式定义*/
.ArtList,.ArtList25,.ArtList22,.ArtList24{ width:100%; overflow:hidden; margin:0 auto;}
.ArtList li{ width:100%; height:20px; line-height:20px; overflow:hidden;}
.ArtList25 li{ width:100%; height:25px; line-height:25px; overflow:hidden;}
.ArtList24 li{ width:100%; height:24px; line-height:24px; overflow:hidden;}
.ArtList22 li{ width:100%; height:22px; line-height:22px; overflow:hidden;}

/*input 样式*/
 input.flat{ border: 1px solid #999999; padding: 2px 4px;}
 input {outline:none;}
 