/* CSS Document */
body {text-align:center;font-family:\5B8B\4F53,arial,serif;font-size:12px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
table{ margin:0 auto;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}   
caption,th {text-align:left;}  
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}   
q:before,q:after {content:'';}   
abbr,acronym {border:0;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal; font-style:normal;}   
a {color:#2b2b2b;text-decoration:none;}
a:visited {color:#2b2b2b;text-decoration:none;}
a:hover {color:#ba2636;text-decoration:underline;}
a:active {color:#ba2636;}
.cWhite,.cWhite:visited,.cWhite a{color:#fff;}
.cYellow,.cYellow:visited{color:#ff0;}
.cGreen,.cGreen:visited{color:#008000;}
.cLGray,.cLGray:visited,.cLGray a,.cLGray a:visited {color:#333;}
.cGray,.cGray:visited,.cGray a,.cGray a:visited {color:#585858;}
.cDGray,.cDGray:visited,.cDGray a,.cDGray a:visited {color:#727171;}
.cBlack,.cBlack:visited,.cBlack a,.cBlack a:visited {color:#000;}
.cBlue,.cBlue:visited,.cBlue a,.cBlue a:visited {color:#1E50A2;}
.cRed,.cRed:visited,.cRed a,.cRed a:visited {color:Red;}
.cDRed,.cDRed:visited,.cDRed a,.cDRed a:visited {color:#ba2636;}
.cRed a:hover,a.cRed:hover,.cBlue a:hover,a.cBlue:hover,.cDRed a:hover,a.cDRed:hover,.cLGray a:hover,a.cLGray:hover,.cGray a:hover,a.cGray:hover,.cDGray a:hover,a.cDGray:hover,.cWhite a:hover,a.cWhite:hover,.cBlack a:hover,a.cBlack:hover,.cGreen a:hover,a.cGreen:hover,.cYellow a:hover,a.cYellow:hover{color:#ba2636;}
.blank9 {clear:both; height:9px; overflow:hidden; display:block;}
/*头部导航*/
.navBlank{ background:#FFF; height:35px;margin:0 auto;}
.top_nav {line-height:30px; margin:0 auto;background:url(http://img1.cache.netease.com/cnews/img09/ntes_bg.jpg) repeat-x;height:35px;width:100%}
.top_bg {width:960px;margin:0 auto}
.top_nav .top_logo {float:left; display:inline; margin:5px 5px 0 5px;}
.top_nav .nav_link {float:left; color:#B3B3B3;margin:0 auto;}
.top_bg .nav_link {margin-top:2px;}
.top_nav .nav_link a {padding:0 3px;}
.top_nav .top_link {float:left; color:#B3B3B3;}
.top_nav .top_link a {padding:0 2px 0 3px; color:#1E50A2;}
.top_nav .top_link a:hover {color:#ba2636;}
.top_nav .hidden {display:none;}
.main_title{width:960px;height:310px;background:url(../images/top.jpg) no-repeat;margin:0 auto;border-bottom:2px solid #999999;}
.main {width:960px; margin:0 auto}
.text {margin:0 auto;width:960px;}







/*global.css*/
/*全局样式*/
body{margin:0px;padding:0px;text-align:center;font-size:12px;line-height:24px;background-color:#fff;color:#000;font-family:宋体,幼圆,SimYou,楷体_GB2312,SimKai;}/*body属性*/
div,ul,ol,li,span,p,form,table{margin:0;padding:0;border:0;}
img,a img{border:0;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal;}
ul,ol,li{list-style:none;}
table{border-collapse:collapse;}/*边框重叠*/
/*默认链接颜色*/
a:link{color:#000;text-decoration:none;}
a:visited{color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:underline;}


/*layout.css*/
/*对齐样式*/
.text-left{text-align:left;}/*左对齐*/
.text-center{text-align:center;}/*居中对齐*/
.text-right{text-align:right;}/*右对齐*/
.text-top{ vertical-align:top; }/*顶端对齐只对td标记生效*/
.text-bottom{ vertical-align:bottom; }/*底端对齐只对td标记生效*/
.text-middle{ vertical-align:middle; }/*中间对齐只对td标记生效*/

/*图片样式*/
.img-frame1{border:1px solid #000;}/*边框1px，实线，黑色*/

/*背景*/
.background-color-white{background-color:#fff;}/*背景色白*/
.background-no{background-repeat:no-repeat;}/*背景不重复*/
.background-x{background-repeat:repeat-x;}/*x轴重复*/
.background-y{background-repeat:repeat-y;}/*y轴重复*/
.background-color-gray{background-color:#E4E4E4;}/*背景灰白*/

/*边框*/
.border-gray{border:1px solid #DDD;}/*实线灰色边框样式*/
.border-black{border:1px solid #000;}/*实线边框颜色黑色*/


/*component.css*/
/*总架构*/
#all{margin: 0 auto;width:950px;text-align:left;}
/*DIV*/
.div-clear{clear:both;margin:0px;padding:0px;}
.div-left{float:left;}
.div-right{float:right;}
.div-overflow{overflow:hidden;}
.padding-left15{padding-left:15px;}
.padding-left25{padding-left:25px;}
.padding-left10{padding-left:10px;}
.padding-left5{padding-left:5px;}
.margin-top5{margin-top:5px;}
.margin-top10{margin-top:10px;}
.margin-bottom5{margin-bottom:5px;}
.margin-bottom10{margin-bottom:10px;}
.margin-auto{margin:0 auto;}
.margin-1{margin:1px;}
.padding-1{padding:1px;}

/*Header页头top*/
#top{text-align:center;letter-spacing:1px;border-bottom:1px solid #000;margin-top:3px;}

/*Footer页脚*/


/*font.css*/
/*文字样式*/

/*字体*/
.font-heiti{font-family:黑体,SimHei;}/*黑体*/
.font-youyuan{font-family:幼圆,SimYou;}/*幼圆*/
.font-kaiti{font-family:楷体_GB2312,SimKai;}/*楷体*/
.font-fangsong{font-family:仿宋_GB2312,SimFang;}/*仿宋体*/

/*字号*/
.font-12{font-size:12px;}
.font-13{font-size:13px;}
.font-14{font-size:14px;}
.font-15{font-size:15px;}
.font-16{font-size:16px;}
.font-18{font-size:18px;}
.font-20{font-size:20px;}
.font-22{font-size:22px;}
.font-24{font-size:24px;}
.font-26{font-size:26px;}
.font-28{font-size:28px;}

/*颜色*/
.font-black{color:#000;}/*黑*/
.font-white{color:#FFF;}/*白*/
.font-red{color:#F00;}/*红*/
.font-blue{color:#00F;}/*兰*/
.font-gray{color:#666;}/*灰*/

/*其它*/
.font-strong{font-weight:bold;}/*粗体*/
.font-incline{font-style:italic;}/*斜体*/
.font-underline{text-decoration:underline;}/*下划线*/
.font-overline{text-decoration:overline;}/*顶划线*/
.font-through{text-decoration:line-through;}/*删除线*/
.font-capitalize{text-transform:capitalize;}/*单词首字大写*/
.font-uppercase{text-transform:uppercase;}/*全部大写*/
.font-lowercase{text-transform:lowercase;}/*全部小写*/

/*行间距*/
.line-height40{line-height:40px;}
.line-height39{line-height:39px;}
.line-height38{line-height:38px;}
.line-height37{line-height:37px;}
.line-height36{line-height:36px;}
.line-height35{line-height:35px;}
.line-height34{line-height:34px;}
.line-height33{line-height:33px;}
.line-height32{line-height:32px;}
.line-height31{line-height:31px;}
.line-height30{line-height:30px;}
.line-height29{line-height:29px;}
.line-height28{line-height:28px;}
.line-height27{line-height:27px;}
.line-height26{line-height:26px;}
.line-height25{line-height:25px;}
.line-height24{line-height:24px;}
.line-height23{line-height:23px;}
.line-height22{line-height:22px;}
.line-height21{line-height:21px;}
.line-height20{line-height:20px;}
.line-height19{line-height:19px;}
.line-height18{line-height:18px;}

/*字间距*/
.letter-spacing1{letter-spacing:1px;}
.letter-spacing2{letter-spacing:2px;}

/*超级链接*/
.a-white{color:#fff;}/*白用于div标记样式*/
.a-white a:link{color:#fff;}
.a-white a:visited{color:#fff;}
.a-white a:hover{color:#fff;}

.a-blue{color:#0033A8;}/*兰用于div标记样式*/
.a-blue a:link{color:#0033A8;}
.a-blue a:visited{color:#0033A8;}
.a-blue a:hover{color:#0033A8;}

.a-red{color:#f00;}/*红用于div标记样式*/
.a-red a:link{color:#f00;}
.a-red a:visited{color:#f00;}
.a-red a:hover{color:#f00;}

a.red:link{color:#f00;}/*红用于a标记样式*/
a.red:visited{color:#f00;}
a.red:hover{color:#f00;}

a.blue:link{color:#0033A8;}/*兰用于a标记样式*/
a.blue:visited{color:#0033A8;}
a.blue:hover{color:#0033A8;}

a.white:link{color:#fff;}/*白用于a标记样式*/
a.white:visited{color:#fff;}
a.white:hover{color:#fff;}

/*ad.css*/
/*banner*/
#banner{text-align:center;margin-top:3px;}
.banner-left{width:250px;float:left;}
.banner-center{width:495px;margin-left:5px;float:left;}
.banner-right{width:190px;float:left;}






.maq {width:400px;background:url(../images/bg.jpg) repeat-x;padding-top:2px;height:75px;}
.blog li {float:left;padding:0 15px;font-size:12px;color:#333}
.blog {margin-top:-18px;margin-left:5px;}

#banner{text-align:center;margin-top:3px;}
.ba1{float:left;width:250px;}
.ba2{float:left;width:700px;}
.div1020{ width:1020px;margin:0px auto;}
.div950{ width:950px;margin:auto;}
.navi{margin:-15px 0; background:url(../images/jypd.jpg) no-repeat; height:108px;margin: 0 auto}

.dd{margin:auto; background:url(../images/dd.jpg) no-repeat; height:538px;}
.dd-left{ margin-left:60px; width:435px; float:left;}
.dd-right{ margin-left:35px; float:left;}
.memo,.memo a,.memo a:visited,.memo a:hover{color:#808080; text-align:left; text-indent:2em;}
.line{ border-bottom:1px solid #efedd9;}

.zixun{margin:auto; background:url(http://i5.chinanews.com/edu/hp2009/zixun1.jpg) no-repeat; height:547px;}
.zixun-left{ margin-left:60px; width:368px; float:left;}
.zixun-right{ margin-left:45px; float:left; width:509px;}
.more{  height:15px; overflow:auto;}
.more img{padding-right:20px; float:right;}
.school{ background:url(http://i3.chinanews.com/edu/hp2009/bg-school1.jpg) no-repeat; height:1017px;}
.school-left{ margin-left:20px; width:380px; float:left;}
.school-block{ margin-top:30px; height:280px;}
.pink-more{ text-align:right; padding-right:45px; color:#980f2f;}
.pink-more a,.pink-more a:hover,.pink-more a:visited{color:#980f2f;}
.school-right{ margin-left:20px; float:left; width:530px;}
.school-right1{ overflow:auto;}
.jsyd{  width:265px; margin-top:20px; float:left; height:275px; overflow:hidden;}
.black-more{ text-align:right; padding-right:25px;}
.tuya{ float:left; width:110px; height:170px; display:inline;}
.kutu{ margin-left:5px; width:196px; height:212px;}
.fmxt{ margin-left:60px; margin-top:100px;width:440px; float:left;}
.jtjy-right{ margin-left:20px; margin-top:100px;width:440px; float:left; overflow:hidden;}

.a-blue1,.a-blue1 a,.a-blue1 a:visited,.a-blue1 a:hover{color:#1f6db4;}/*兰用于div标记样式*/
.font-red1{ color:#d1244c;}
.a-gray1,.a-gray1 a,.a-gray1 a:visited,.a-gray1 a:hover{color:#6e5f50;}

.inline{ display:inline;}
.overflow-auto{ overflow:auto;}
.position-a{ position:absolute;}
.h1,.h1 a,.h1 a:visited,.h1 a:hover{ color:#ff6c00; font-size:20px;  font-family:黑体;}
.clear{ clear:both;}
.margin-top20{ margin-top:20px;}
.height30{  height:30px;}
.cursor{ cursor:pointer;}

/* ---------- photo styles start here ----------------------- */
.photo {
	margin: 0px;
	position: relative;
	width: 157px;
	height: 96px;
	float: left;
}
.photo img {
	width: 136px;
	height: 86px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo a {
	text-decoration: none;
}
.sample span {
	width: 157px;
	height: 109px;
	display: block;
	position: absolute;
	top: -5px;
	left: 0px;
	background: url(http://i5.chinanews.com/edu/hp2009/cut-corner2.gif) no-repeat;
}

.photo1 {
	margin: 0px;
	position: relative;
	width: 136px;
	height: 116px;
	float: left;
}
.photo1 img {
	width: 136px;
	height: 116px;
}

.photo1 a {
	text-decoration: none;
}
.sample1 span {
	width: 166px;
	height: 159px;
	display: block;
	position: absolute;
	top: -11px;
	left: -10px;
	background: url(http://i3.chinanews.com/edu/hp2009/lean1.gif) no-repeat;
}
/*底部*/
#bottom {width:960px;margin:10px auto;border-top:1px dashed #ccc;padding:5px 0;font-size:12px;color:#333;line-height:32px;clear:both;background:#fff}
#bottom a {font-size:12px;color:#333;text-decoration:none;padding:0 10px;}
#bottom a:hover {color:#009;text-decoration:underline}
/*合作*/
#hezuo_title1{width:960px;height:33px;margin:5px auto 0;clear:both;background:url(../images/wztj.jpg) no-repeat}
.hezuo{width:928px;margin:0 auto;clear:both;padding:22px 24px;border:1px solid #E4E4E4;border-top:none;font-size:14px;text-align:left;padding:15px;height:100px;}
.hezuo li   {width:130px;float:left;}
.listNum { overflow:hidden; zoom:1; width:250px; margin:0 auto; }
.listNum li { line-height:24px; }
.listNum li span { background:url(http://i0.sinaimg.cn/book/deco/2008/book081128/images/b_cl_007.gif) 0 -100px no-repeat; width:17px; height:16px; line-height:16px; text-align:center; font-family:"verdana"; font-size:10px; font-weight:bold; color:#fff; float:left; margin-right:15px; margin-top:2px; }
.listNum li span.hot { background-position:0 0; }
.blkS1 { border-bottom:1px solid #d5d5d5; padding-bottom:5px; }
.blkTop { text-align
}
.blk_08 {  padding:8px 0;font-size:12px;color:#333 }
.blk_08 ul { padding-left:33px; }
.blk_08 ul li { line-height:23px; height:23px;padding-top:6px;}
.blk_08 ul li .Stat { float:right; width:44px; }
.blk_08 ul li .num { width:16px; text-align:center; float:left; color:#fff; background:url(http://i1.sinaimg.cn/book/index07/book_mj_025.gif) no-repeat 0 4px; font-weight:bold; line-height:21px; margin-right:8px; }
html* .blk_08 ul li .num { margin-right:5px; }
.blk_08 strong {float:right;padding-right:60px;color:#666;font-weight:normal;margin-top:-20px;}
.blk_08 .red {color:red}
/*焦点图*/
.colL {width:310px;border:1px solid #ccc}
.wmnews {width:320px;}
.focusImg{width:310px; height:289px;  background:#fff; overflow:hidden;float:left;border-top:none;border-left:none;}
.focusImg .gg{ line-height:21px;height:21px; overflow:hidden; padding:8px 4px 0;text-align:left; color:#c00;}
.ficnt li{ display:none;}
.ficnt li.on{ display:block;}
.ficnt{padding:4px 3px 0 4px; text-align:left;}
.ficnt li img{margin-bottom:8px;}
.ficnt li cite{ width:100%; text-indent:6px;display:block; float:left;color:#000;font-size:14px; font-weight:bold;cursor:pointer;}
.ficnt li a:hover{text-decoration:none;}
.finav { float:right;padding:4px 0 0 0;}
.finav li{ float:left; width:21px; margin-right:7px; height:24px; overflow:hidden; line-height:26px; background:url(http://img1.cache.netease.com/auto/img09/index1113/bg_n.gif) no-repeat -21px -40px; text-align:center; color:#2B2B2B; font-weight:bold; font-size:12px; font-family:Tahoma; cursor:pointer;}
.finav li.on{ background-position:0 -40px; color:#fff;}

.jdtks{float:left;border:1px solid #ccc;}
.dh{padding-top:20px;float:right;padding-right:80px;width:560px;}
