@charset "gb2312";
/*----------全局*/
*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	font-size:12px;
}
ul{
	list-style:none;
}
img{
	border:0px;
}
a{
	color:black;
}
a:hover{
	color:#FF3300;
	text-decoration:none;
}

.cbody{
	width:900px;
	margin:0 auto;
}
.margintop{
	margin-top:5px;
}
.floatclear{
	clear:both;
}
input,select{
	vertical-align:middle;
}
/*-----------头部*/
.top{
	height:120px;
	overflow:hidden;
   }
.toplogo{
	float:left;
	width:200px;
	margin-top:14px;
}
.topbanner{
	width:480px;
	margin-top:14px;
	margin-left:20px;
	float:left;
}
.toplink{
	float:left;
	margin-top:14px;
	margin-left:20px;
	width:180px;
	 background:url(/Templets/images/bg_05_01.gif) repeat-x;
}
.toplink ul li{
	width:90px;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
}
.submit{
	margin-right:20px;
	width:68px;
	height:21px;
	background:url(../images/userlogin_submit.gif) repeat-x;
	border:1px solid #D4B06A;
	font-weight:bold;
	color:#753D00;
	letter-spacing:3px;
	line-height:20px;
	font-size:12px;
}
/*----------栏目菜单*/
.topmenu{ 
height:47px; 
background:url(../images/topmenu_bg2.jpg) left top repeat-x; 
} 
.topmenu ul{ 
width:776px; 
height:45px; 
background:url(../images/topmenu_r.gif) top center no-repeat; 
overflow:hidden; 
padding-top:4px; 
margin-left:-1px;
} 
.topmenu ul li{ 
float:left; 
margin-left:2px; 
text-align:center; 
white-space:nowrap; 
} 
.topmenu ul li a{ 
float:left; 
color:#FFFFFF; 
display:block; 
padding-left:11px; 
padding-right:9px; /*内填充方式*/
text-decoration:none; /*文本修饰方式*/
line-height:22px; 
} 
.topmenu ul li a:hover{ /*当鼠标靠近时的显示方式*/
text-decoration:underline; /*文本修饰方式*/
color:white; 
line-height:22px; 
} 
.topmenu ul li a:visited{ /*访问过的文本的显示方式*/
text-decoration:none; /*文本修饰方式*/
color:white; 
line-height:22px; 
} 

.topmenu .rssbut{ 
display:none;  /*显示方式 block以块状显示*/
} 
/*------四字对menutop*/
.ntopmenu{ 
height:47px; 
width:776px;
background:url(../images/topmenu_bg2.jpg) left top repeat-x; /*背景图像仅在横向上平铺*/
} 
.ntopmenu ul{ 
height:45px; 
background:url(../images/topmenu_r.gif) top center no-repeat; 
overflow:hidden; 
padding-top:4px; 
margin-left:-1px;
} 
.ntopmenu ul li{ 
float:left; 
margin-left:4px; 
text-align:center; 
white-space:nowrap; /*对象内空格字符的处理方式*/ 
} 
.ntopmenu ul li a{ 
float:left; 
color:#FFFFFF; 
display:block; 
padding-left:11px; 
padding-right:9px; 
text-decoration:none; 
line-height:22px; 
} 
.ntopmenu ul li a:hover{ 
text-decoration:underline; 
color:white; 
line-height:22px; 
} 
.ntopmenu ul li a:visited{ 
text-decoration:none; 
color:white; 
line-height:22px; 
} 

.ntopmenu .rssbut{ 
display:none; 
} 


/*----------教育培训menutop*/
.jypdtopmenu{ 
height:25px; 
background:url(../images/topmenu_bg2.jpg) left top repeat-x; 
} 
.jypdtopmenu ul{ 
width:767px; 
height:24px; 
background:url(../images/topmenu_r.gif) top center no-repeat; 
overflow:hidden; 
padding-top:4px; 
margin-left:-1px;
} 
.jypdtopmenu ul li{ 
float:left; 
margin-left:2px; 
text-align:center; 
white-space:nowrap; /*对象内空格字符的处理方式,强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
} 
.jypdtopmenu ul li a{ 
float:left; 
color:#FFFFFF; 
display:block; 
padding-left:11px; 
padding-right:9px; 
text-decoration:none; 
line-height:22px; 
} 
.jypdtopmenu ul li a:hover{ 
text-decoration:underline; 
color:white; 
line-height:22px; 
} 
.jypdtopmenu ul li a:visited{ 
text-decoration:none; 
color:white; 
line-height:22px; 
} 

.jypdtopmenu .rssbut{ 
display:none; 
} 





/*----------搜索*/
.topsearch{
	height:37px;
	width:899px;
	margin-top:3px;
	border-right:1px solid #EEE;/*solid显示边框的颜色*/
	background:url(../images/topsearch_bg.gif) repeat-x;
	overflow:hidden;
}
.topsearch .title{
	height:37px;
	width:83px;
	float:left;
	background:url(../images/topsearch_title.gif) left center no-repeat;
}
.topsearch .inpbox{
	float:left;
	margin-top:4px;
	width:430px;
}
.topsearch .inpbox input{
	margin-left:10px;
	margin-right:10px;
}
.topsearch .inpbox select{
	font-size:12px;
	width:100px;
}
.topsearch .inpbox .searchtxt{
	height:13px;
	width:200px;
	font-size:12px;
	padding:6px 0 4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#808080 #D4D0C8 #D4D0C8 #808080;
}
.topsearch .hots{
	line-height:33px;
	float:left;
}
/*----------内容*/
.main{
	clear:both;
}

/*---------------资讯:列表页:列表区域*/
.newslist{
	width:668px;
	border:1px solid #DDD;
	margin-top:10px;
	padding-bottom:10px;
	background:url(../images/place_bg.jpg) 1px 1px repeat-x;
}
.newslist dl{
	width:650px;
	margin:10px auto 0px;
	display:block;
	border-bottom:1px dotted #DDD;
}
.newslist dl dt{
	width:638px;
	margin:0px auto 0px;
	background:url(../images/ico_2.gif) 3px 11px no-repeat;
}	
.newslist dl dt a{
	color:#039;
	line-height:27px;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	letter-spacing:1px;
}
.newslist dl dd{
	width:624px;
	margin:0px auto 0px;
}
.newslist dl dd.preview{
	line-height:19px;
	color:#777;
	text-indent:14px;
}
.newslist dl dd.info{
	line-height:31px;
	color:#999;
}
.newslist dl dd.info span{
	color:#F60;
	margin-right:20px;
}
.newslist dl dd.info a{
	color:#039;
	float:right;
	position:relative;
	margin:-30px 5px 0px 0px;
}


/*-------------------------侧栏:用户登录*/
.userlogin {
	overflow:hidden;
}
.userlogin dl{
	clear:both;
	height:23px;
	line-height:23px;
	margin-top:7px;
}
.userlogin dl dt{
	float:left;
	display:block;
	width:66px;
	text-align:right;
}
.userlogin dl dd{
	float:left;
}
.userlogin dl dd input{
	height:13px;
	width:126px;
	font-size:12px;
	padding:3px 0 3px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#808080 #D4D0C8 #D4D0C8 #808080;
}
.userlogin dl dd img{
	vertical-align:middle;
}
.userlogin dl dd input.gdcode{
	width:52px;
}
.userlogin .ulsubmit{
	text-align:center;
	margin-top:15px;
	height:33px;
}

/*-------------------------底部:版权信息*/
.footer{
	clear:both;
	border-top:1px solid #DDD;
}
.footer .copyright{
	width:800px;
	float:left;
	text-align:right;
	color:#666666;
	line-height:21px;
	letter-spacing:1px;
}
.footer .copyright span{
	color:#669933;
}

.footer .slogo{
	float:right;
	margin:7px;
}


/*-------------------------分页*/
.pages{
	width:650px;
	height:25px;
	margin:12px auto 0px;
	clear:both;
	background:#F7F7F7;
	border-bottom:1px solid #FFF;

}
.pages .pcount{
	display:inline;
	padding-right:10px;
	padding-left:10px;
	float:left;
	border-right:2px solid #CCC;
	line-height:13px;
	margin:6px 20px 0px 2px;
	font-weight:bold;
	color:#3366CC;
	font-size:11px;
}
.pages .plist{
	float:left;
	padding-top:3px;
	line-height:17px;
}
.pages .plist input {
	float:left;
	width: 30px;
	border: 1px solid #DDDDDD;
	height: 17px;
}
.pages .plist #button {
	height: 18px;
	width: 30px;
	background-color: #FF6600;
	border: 1px solid #CC3333;
	color: #FFFFFF;
	
}
.pages .plist span { 
float:right
}

.pages .plist strong{
	color:#FFF;
	display:block;
	float:left;
	padding-left:8px;
	padding-right:8px;
	background:#F60;
	border:1px solid #C33;
	margin: 0px 3px 0px 0px;
}
.pages .plist a{
	display:block;
	height:17px;
	float:left;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #DDD;
	background:#FFF;
	text-decoration:none;
	margin-right:2px;
	color:#000;
}
.pages .plist a:hover{
	color:#FF0000;
}


/*---------------内容页:评论*/
.comment{
	width:668px;
	border:1px solid #DDD;
	margin-top:7px;
}
.comment .commenttitle{
	width:666px;
	height:26px;
	margin:1px auto;
	background:url(../images/title_bg_1.gif) repeat-x;
	border-bottom:1px solid #DDD;
}
.comment .commenttitle .title{
	float:left;
	margin:5px 0px 0px 12px;
	color:#999;
	display:inline;
}
.comment .commenttitle .title strong{
	letter-spacing:4px;
	color:#444;
	margin-right:10px;
}
.comment .commenttitle .gotopost{
	float:right;
	display:block;
	width:100px;
	height:23px;
}
.comment .commenttitle .gotopost a{
	width:95px;
	height:22px;
	display:inline;
	float:right;
	text-align:center;
	line-height:22px;
	text-decoration:none;
	background:url(../images/ico_gotopost.gif) no-repeat;
	margin:1px 3px 0px 0px;
}
.comment .commentbox{
	width:668px;
}
.comment .commentbox dl{
	width:636px;
	margin:10px auto 0px;
	border:1px solid #D1DDCE;
}
.comment .commentbox dl dt{
	width:636px;
	background:#F4F9F2;
	line-height:25px;
	text-indent:10px;
	color:#333;
	border-bottom:1px solid #E6ECE3;
}
.comment .commentbox dl dt span{
	color:#669933;
	font-size:11px;
}
.comment .commentbox dl dd{
	padding:10px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
/*---------------内容页:发表评论:标题*/
.comment .posttitle{
	width:666px;
	height:26px;
	margin:10px auto;
	background:url(../images/title_bg_1.gif) repeat-x;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.comment .posttitle strong{
	letter-spacing:4px;
	color:#444;
	display:block;
	margin:7px 0px 0px 13px;
}
.comment .postbox{
	width:636px;
	margin:5px auto;
	overflow:hidden;
}

.comment .postbox .userbox{
	width:636px;
	overflow:hidden;
	margin-top:10px;
}
.comment .postbox .userbox dl{
	width:636px;
}
.comment .postbox .userbox dl dd{
	float:left;
	display:block;
	padding-bottom:2px;
}
.comment .postbox .userbox dl dd input.username,.comment .postbox .userbox dl dd input.password{
	width:100px;
	border:1px solid #CCC;
	padding:3px 0px 2px 5px;
	margin-right:10px;
}
.comment .postbox .userbox dl dd.mtop{
	margin:7px 7px 0px 0px;
}
.comment .postbox .txtbox{
	width:636px;
	line-height:25px;
}
.comment .postbox .txtbox textarea{
	border:1px solid #CCC;
	width:600px;
	height:80px;
	padding:5px;
}
.comment .postbox  .sbut{
	margin:10px;
}
.comment .postbox .userbox .submit{
	width:100px;
	height:25px;
	padding-top:2px;
}

.classbox{
	width:222px;
	clear:both;
	padding-bottom:5px;
	background:url(../images/rcbox_title.gif) center bottom no-repeat;
	
}
.classbox dl{
	width:222px;
}
.classbox dl dt{
	height:31px;
	background:url(../images/rcbox_title.gif) center top no-repeat;
	line-height:29px;
	text-indent:10px;
	color:#555;
	letter-spacing:1px;
	font-weight:bold;
}
.classbox dl dd{
	width:220px;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	background:#FAFAFA;
	
}
.classbox dl dd ul{
	list-style:none;
	overflow:hidden;
	width:220px;
}
.classbox dl dd ul li{
	float:left;
	width:102px;
	margin-left:5px;
	margin-bottom:5px;
	height:27px;
	line-height:25px;
	text-indent:10px;
	display:inline;
	font-size:14px;
}
.classbox dl dd ul li a{
	display:block;
	width:100px;
	height:25px;
	border:1px solid #DDD;
	text-decoration:none;
	color:#0066CC;
	background:#FFF;
}
.classbox dl dd ul li a:hover{
	background:#FAFAFA;
	border:1px solid #CCC;
	color:#000;
}
.classbox dl dd ul li.this a{
	background:#FFC;
	color:#FF6600;
	font-size:12px;
	font-weight:bold;
}
ul{list-style-type:none;}
select,input{vertical-align:middle;}
body {background-color: #fff;color:#505050;padding:5px 0;font-size:12px;}
td,p,li,select,input,textarea {font-size:12px;}
/*第一个横切*/

ul{list-style-type:none;}
select,input{vertical-align:middle;}
body {background-color: #fff;color:black;padding:5px 0;font-size:12px;}
td,p,li,select,input,textarea {font-size:12px;}
.BLK_C01{width:767px; margin-top:-4px;}
.BLK_C01 .C01_center{float:left;width:776px;margin-left:16px;overflow:hidden;}
.flashcontent_countdown{ margin-left:-400px;}
.focuNews .data{height:19px;overflow:hidden; margin-left:113px;background:url(/images/aoyun.jpg) no-repeat left top;}
.focuNews .news{background:#fffff4;padding:5px 5px;border:1px solid #d9d9d9;border-top:0;text-align:center;}
.focuNews .news h1{font:18px "SimHei";font-weight:normal;line-height:30px;text-align:center;}
.focuNews .news h1 a:link{color:#d30011;text-decoration:none;}
.focuNews .news h1 a:hover{text-decoration:underline;}
.focuNews .news p{line-height:20px;}
.weizi{ margin-right:510px;}
/*第二个横切*/
.C01_news{ width:776px;background:#fffff4;border:2px solid #d9d9d9;text-align:center;}
.C02_news{ width:776px;background:#fffff4;border:2px solid #FF9966;text-align:center;}
.C02_news h1{font:18px "SimHei";font-weight:normal;line-height:30px;text-align:center;}
.C02_news h1 a:link{color:#d30011;text-decoration:none;}
.C02_news h1 a:visited{color:#0000FF;text-decoration:none;}
.C02_news h1 a:hover{text-decoration:underline;}
.C02_news p{line-height:20px;}
.aoyun{ border:#FF0000}
