/* ======================================== 全局CSS定义 ==================================== */
* {
	margin:0;
	padding:0;
	}
	
p { padding:10px 0 10px 0;}
		
body { 
	margin:0; 
	padding:0; 
	background-color: #000; 
	font-family:verdana, "宋体", arial;
	font-size:12px;
	line-height:150%; 
	text-align:left;
	color:#666565;
	}
ul,li { list-style:none;}	
div,form,img,ul,ol,li,dl,dt,dd {
	margin: 0; 
	padding: 0; 
	border: 0;
	}
h1,h2,h3,h4,h5,h6 { 
	margin:0; 
	padding:0;
	}
h1 { font-size:+2; font-family:Arial, Helvetica, sans-serif; color:#2888cc; font-weight:bold; }
h2{color:#d58a30; font-size:14px; font-weight:bold;}
h4 { font:sans-serif, Arial, Verdana; font-size:12px; color:#FFF; font-weight:bold;}
h5 { font:sans-serif, Arial, Verdana; font-size:12px; color:#444; font-weight:bold;}
table,td,tr,th{
	font-size:12px;
	}
.t {
	font-size: 12px;
	line-height: 26px;
	color: #666666;
}
/* 链接颜色 */
 a:link { color:#104368; text-decoration:none;}  
 a:visited { color:#104368; text-decoration:none;}  
 a:hover { color:#c60;text-decoration: underline; }  
 a:active { color:#104368; text-decoration:none;}  

/* 颜色属性 [定义规则，小写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: #999;}
.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;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
.line-through { text-decoration:line-through;}
/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.text-right{text-align:right;}
.text-left{text-align:left;}
.center{text-align:center;}
.clear{ clear: both; font-size:1px; width:1px; visibility: hidden; }
.hidden {display: none;}
.noline ,.noline a{text-decoration: none;}
.noborder{border:none;	}

/* CSS Document */
.dashed1{ height:3px; margin:5px 0 5px 0; border-top:1px #ccc dashed; clear:both; font-size:1px;overflow:hidden;}
.blank3{ height:3px; clear:both; font-size:1px;overflow:hidden;}
.blank3z{ height:3px; clear:both; background-color:#85008a; font-size:1px;overflow:hidden;}
.blank9{ height:9px; font-size:1px; clear:both;overflow:hidden;}
.blank6{height:6px; font-size:1px; clear:both;overflow:hidden;}
.blank6-whitebg{ height:6px; overflow:hidden;background:#fff; clear:both;overflow:hidden;}
.blank9-whitebg{ height:9px; overflow:hidden;background:#fff; clear:both;overflow:hidden;}
.blank12{margin:0 auto; width:100%; height:20px !important; height:12px; font-size:1px;clear:both;overflow:hidden;}
.blank16{margin:0 auto; width:100%; height:16px; font-size:1px;clear:both;overflow:hidden;}
.blank18{margin:0 auto; width:100%; height:18px; font-size:1px;clear:both;overflow:hidden;}
.lineH{margin:0 auto; width:750px;  font-size:1px; overflow:hidden; height:1px; background:url(lineH.gif);}
.blankH { float:left; width:4px; height:150px; font-size:1px;overflow:hidden;}
.betweenline { float:left; width:1px; margin:0 5px 0 5px; height:150px; background-color:#a9a2b2; font-size:1px;overflow:hidden;}
.betweenline2 { float:left; width:1px; margin:0; height:100px; background-color:#a9a2b2; font-size:1px;overflow:hidden;}
.betweenline3 { float:left; width:1px; margin:10px 10px 0 6px; height:130px; background-color:#a9a2b2; font-size:1px;overflow:hidden;}

/* 公共警告信息 */
.box-msg-com { color:#f00;}
.box-msg-com ul { margin:10px 0 0 0;}
.box-msg-com li { margin:10px 0 10px 0; padding:0 0 0 17px;}
.box-msg-com li.no { background:url(../images/icon/icon_no.gif) left no-repeat;}
.box-msg-com li.warring { list-style-image:url(../images/icon/icon_no.gif);}
.box-msg-com li.success { padding-left:27px; background:url(../images/icon/icon_success.gif) no-repeat; color:#ea7e1c;}

/* ======================================== 全局CSS定义结束 ==================================== */

/* ======================================== 布局层开始 ==================================== */
/* 布局 */
.lyt-wrap {
	width:910px;
	margin:0 auto;
	background-color:#000;
	}
	
.main-bg {
	background:url(../images/maincontent_bg.gif) top repeat-y;
	}
	
/* 头部 */
.lyt-header {
	width:902px;
	}

/* 底部 */
.lyt-footer {
	width:902px;
	height:200px;
	}


/* 主体部分 */
.lyt-maincontent {
	width:900px;
	border:1px #333 solid;
	}

	


/* ======================================== 布局层结束 ==================================== */

.enter { width:500px; margin:0 auto; padding:180px 0 0 0; text-align:center;}

.nav { width:902px; margin-top:50px; margin-bottom:5px;}

.logo { float:left;}
.menu { float:right; padding:30px 0 0 0;}
.menu li { float:left; margin-left:20px;  font-size:14px; font-weight:bold; color:#b5986c; padding:0 0 6px 0;}
.menu li a:link { color:#b5986c; text-decoration:none;}  
.menu li a:visited { color:#b5986c; text-decoration:none;}  
.menu li a:hover { color:#fff; text-decoration:none; border-bottom:1px #fff solid; padding:0 0 6px 0;}  
.menu li a:active { color:#b5986c; text-decoration:none;}  

.num li { display:block; float:right; width:178px; text-align:left; background-color:#333; border:1px #000 solid;}


.submenu { float:left; width:900px; height:40px; }
.submenu ul { margin:0; padding:0;}
.submenu li { display:block; float:right; width:180px; text-align:right; background-color:#333;}
.submenu li a { display:block; float:right; width:178px; border:1px #000 solid; text-align:right; background-color:#333; color:#ccc;}
.submenu li a:hover { display:block; float:right; width:178px; border:1px #000 solid; text-align:right; background-color:#51493d; color:#ccc; text-decoration:none;}

.submenu li a:link { color:#ccc; text-decoration:none;}
.submenu li a:visited { color:#ccc; text-decoration:none;}
.submenu li a:active { color:#ccc; text-decoration:none;}  

.footer { float:left; width:900px; padding:5px 0 10px 0;}
.footer .left { float:left; width:400px;}
.footer .right {  float:right; width:300px;}

.allright { float:left;color:#b5986c; font-size:11px;}
.address { color:#888;}
.address a:link { color:#888; text-decoration:none;text-decoration: underline;}  
.address a:visited { color:#888; text-decoration:none;text-decoration: underline;}  
.address a:hover { color:#c60;text-decoration: underline; }  
.address a:active { color:#888; text-decoration:none;text-decoration: underline;}  

.telephont { float:left; width:450px; color:#fff; font-size:130%; font-weight:bold; }

.news table{}
.news td{ line-height:200%;}

.news-title{font-size:18px; font-weight:600; color:#f00; text-align:center;}
.list{
    margin: 0px 10px 20px;
    text-align: left;    
}

.list ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.list li{
    background: url(../images/dot.gif) repeat-x bottom; 
	padding-top:8px;
    /*列表底部的虚线*/
    width: 100%;    
}
.list li a{
    display: block;
    padding: 0px 0px 4px 20px; font-size:14px;
    background: url(../images/little.gif) no-repeat 0 6px;
    /*列表左边的箭头图片*/
}

.list li span{
    float: right;/*使span元素浮动到右面*/
    text-align: right;/*日期右对齐*/
}
.list li a:hover{
    color: #f60;
    background: url(../images/dot2.gif) repeat-x bottom;
}
.lzlc p{padding:0; margin:0;}


