/*-------------------------------------------reset------------------------------------------------*/
html{
	color:#000;
	/*--
		背景规定颜色，使iframe背景不透明
	--*/
	/*background:#FFF;*/
}
body {overflow-y: scroll;}
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;
}
table {
	border-collapse:collapse;
}
#MyContent table tr td{
	border: solid 1px #dddddd; padding:5px;
}
#tablexzfy tr td{
	border: solid 1px #dddddd; padding:5px;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/*-------------------------------------base.css-------------------------------------------*/
/*文字排版*/
.f12{font-size:12px;}
.f14{font-size:14px;}
.fb{font-weight:bold;}
.fn{font-weight:normal;}
.t2{text-indent:2em;}
.unl,a.unl,body a.unl,body *.unl,body a.unl:link,body a.unl:visited{text-decoration:underline;}
.no_unl{text-decoration:none;}
.recommend .no_unl{text-decoration:none;}
.yahei{font-family:"\5FAE\8F6F\96C5\9ED1";}
.ma{ margin:0 auto;}
/*定位*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto;margin-right:auto;}
/*
	fl包含display inline  是为了解决ie6双边距  
	如果.fl用在ul(可能还有别的标签)标签上会出现类似text-indent的bug  
	可以通过给li标签浮动修正 或者覆盖掉此处的display属性
*/
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
/*
	不加block在标准浏览器中无法清除ie6、7可以但下面多一像素
	height:0px;时ie6中无法清除(给浮动块margin可以看出)
*/
.clear{clear:both;overflow:hidden;display:block;height:0px;_height:1px;}
/*
	clearfix清除浮动后在ie6、7中会忽略浮动框的margin-bottom
	并且偶尔会由于layout被激活而出现一些bug  如多出间隙等
	此时可以使用.clear来避免这种bug 或者两者结合使用
*/
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
.clearfix .clear{_height:0px;}
/*
	一般情况下使用clearfix即可
	出现忽略margin等情况是clearfix与clear一起使用
	单独使用clear一般可以清除浮动，但ie6会多一个像素
*/
.vm{vertical-align:middle;}
/*解决图片 文字标签 表单 垂直对齐问题*/
.vms{vertical-align:middle;display:inline-block;}
/*ie空隙bug*/
.vb_{_vertical-align:bottom;}
.vb{vertical-align:bottom;}
.vt{vertical-align:top;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0;}
.zoom{zoom:1;}
.hidden{display:hidden;}
/* 去除button私有属性，解决FF中按钮文字偏下的BUG  */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border:none /*去虚线框*/;padding:0;}

/*
	block 如img标签有时需要此class来消除空行
*/
.block{display:block;}
.none{display:none;}
/*
	常用的变量css可以在项目css中写出
	如：.w10{width:10px;}
		.m10{margin:10px;}
		.p10{padding:10px;}
	可在项目中给出语义化class名
	如：.wNormal{width:100px;}
		.wPage{width:950px;}
	等..
*/
/*
	其它需要的在项目css中写出
	height等使用较少，这里不给出
	边距提供0 5 10 15 20
	宽度提供 10 20 30 40 50 100 150 200 250 300 350 400 450 500 600 700 800 900 1000
	p放在前面 pl,pr,pt,pb等放在后面 便于覆盖
*/
/*width*/
.w10{width:10px;}
.w20{width:20px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w600{width:600px;}
.w700{width:700px;}
.w800{width:800px;}
.w900{width:900px;}
/*添加常见页面宽度*/
.w950{width:950px;}
.w956{width:956px;}
.w960{width:960px;}
.w976{width:976px;}
.w980{width:980px;}
.w1000{width:1000px;}
/*padding*/
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.pl0{padding-left:0;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pr0{padding-right:0;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr50{padding-right:50px;}
.pr55{padding-right:55px;}
.pt0{padding-top:0;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pb0{padding-bottom:0;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
/*margin*/
.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.ml0{margin-left:0;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.mr0{margin-right:0;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{ margin-right:30px;}
.mt0{margin-top:0;}
.mt4{margin-top:4px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt80{margin-top:80px;}
.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
/*line-height*/
.lh24{line-height:24px;}
.lh18{line-height:18px;}
.lh_16{line-height:1.6em;}
.lh_2{line-height:2em;}
/**/
.ovh{overflow:hidden;}
/*去掉chrome浏览器表单焦点效果 textarea拖动大小特性*/
input,button,select,textarea{ outline:none;} 
textarea{ resize:none;}

.hd{ cursor:pointer;}

/*----------------------------lzy start----------------------------*/
a{color:#666;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}/*去除IE浏览器中超级链接的虚线*/
a:hover{text-decoration:underline;}
.td_none:hover{text-decoration:none;}
.underline{text-decoration:underline;}
ul li{ list-style-type:none}
input{border:none;}
.yahei{ font-family:'\5FAE\8F6F\96C5\9ED1';}
body {font-size:12px; color:#686868; line-height:1.8; font-family:Helvetica, Arial, "\5b8b\4f53", sans-serif;}
*{margin:0;padding:0;}
font {font-size:12px;}

.w715 {width:715px;}
.w725 {width:725px;}
.w215 {width:215px;}
.w259 {width:259px;}
.w132 {width:132px;}
.mt6 {margin-top:6px;}
.mt13 {margin-top:13px;}
.h193 {height:193px; overflow:hidden;}
.h354 {height:354px;}

/*------公共部分------*/
.w925{width:925px;}
.w948{width:948px;}
.w980{width:980px;}
.bg_f8{background:#f8f8f8;}
.bg_f1{background:#f1f1f1;}
.bg_dc{background:#dc1c21;}
.bg_b8{background-color:#b80404;}
.bg_f6{background:#f8f6f6;}
.bg_f9{background:#f9f9f9;}
.bg_69{background:#696969;}
.bg_e5{background:#e5e5e5;}
.bg_d7{background:#d7d7d7;}
.bg_fb{background:#fbfbfb;}
.bg_ff{background:#fff;}
.bg_f0{background:#f1f0f0;}
.bg_ff9{background:#fb8304;}
.bg_dc6{background:#dc6021;}

.br_ec{border:1px solid #ecebeb;}
.br_e3{border-top:2px solid #e33b3b;}
.brB_e3{border-bottom:2px solid #e33b3b;}
.br_f1{border:1px solid #f1f0f0;border-left:none;border-right:none;}
.brB_f1{border-bottom:1px solid #f1f0f0;}
.brL_fl{border-right:1px solid #f1f0f0;}
.br_da{border:1px solid #dadada;}
.brLRT{border-left:none;border-right:none;border-top:none;}
.br3_f1{border:3px solid #f1f0f0;}
.br_f0 { border:1px solid #f1f0f0;}

.cr_24{color:#242424;}
.cr_5a{color:#5a5a5a;}
.cr_a2{color:#a2a2a2;}
.cr_dc{color:#dc1c21;}
.cr_66{color:#666;}
.cr_e3{color:#e33b3b;}
.cr_e7{color:#e7e7e7;}
.cr_7a{color:#7a7a7a;}
.cr_af{color:#afafaf;}
.cr_ff{color:#fff;}
.cr_aa{color:#aaa;}
.cr_cb{color:#cb424c;}
.cr_de{color:#dedede;}

.lh16{line-height:16px;}
.lh30{line-height:30px;}
.lh22{line-height:22px;}
.lh24{line-height:24px;}
.lh26{line-height:26px;}
.lh28{line-height:28px;}
.lh45{line-height:45px;}
.lh35{line-height:35px;}
.lh40{line-height:40px}
.lh50{line-height:50px;}
.lh20{line-height:20px;}
.lh56{line-height:56px;}
.lh59{line-height:59px;}

.mr13{margin-right:13px;}
.ml18{margin-left:18px;}
.mr18{margin-right:18px;}
.ml8{margin-left:8px;}
.mb12{margin-bottom:12px;}
.mt7{margin-top:7px;}
.mb50{margin-bottom:50px;}
.mr6{margin-right:6px;}
.mb8{margin-bottom:8px;}
.pl90{padding-left:90px;}
.pb25{padding-bottom:25px;}
.mb30{margin-bottom:30px;}
.m18{margin-left:8px;}
.mt35{margin-top:35px;}
.mt10{margin-top:10px;}
.mr12{margin-right:12px;}

.pl30{padding-left:30px;}
.pl12{padding-left:12px;}
.pd13{padding-bottom:13px;}
.pr30{padding-right:30px;}
.pb27{padding-bottom:27px;}
.p2{padding:2px;}
.pt70{padding-top:70px;}
.pb60{padding-bottom:60px;}
.pt28{padding-top:28px;} 
.pb17{padding-bottom:17px;}
.pt47{padding-top:47px;}
.pb40{padding-bottom:40px;}
.pt10{padding-top:10px;}

.f18{font-size:18px;}
.f16{font-size:16px;}
.f24{font-size:24px;}
.f22{font-size:22px;}

.Arial{font-family:Arial;}

.pointer{cursor:pointer;}

.h35{height:35px;}
.h40{height:40px;}
.w185{width:185px;}
.w710{width:730px;}
.w230{width:230px;}

.zindex1{z-index:1;}


/*----------header--------*/
.topnav{ background:url(/statics/img/xkw/topnav.jpg) repeat-x ;}
.left-box,.right-box{ margin-top:2px;}
.left-box li{ float:left;}
.left-box .top-name a{ color:#0b72a3; padding-right:7px;}
.left-box li.top-string,.right-box li.top-string{background:url(/statics/img/xkw/top-string.png)  no-repeat 12px 12px; padding:12px; }
.right-box li{ float:left;}
.right-box .sign-in {
background:url(/statics/img/xkw/hl_ico.png)  no-repeat -104px -287px;	
padding-top: 10px;
height: 20px;
line-height: 20px;
width: 82px;
cursor: pointer;
overflow: hidden;
margin-top: 7px;
}

/*------头部------*/
.searchBox{border:#f1f0f0 2px solid;border-right:none;font:300 12px/30px SimSun;height:30px;padding:0 5px;width:356px;}
.searchBtn{height:34px;width:79px;}
.searchArea{margin-left:97px;}


.smallWeixin{background:url(/statics/img/xkw/bg.png) no-repeat;height:19px;width:18px;}
.microblog{background:url(/statics/img/xkw/bg.png) no-repeat 0 -20px;height:19px;width:18px;}
.navNow1{width:184px;}
.navNow1 span{display:block;width:171px;height:100%;padding-left:13px;background-image:url(/statics/img/xkw/bg.png);background-position:150px -552px;background-repeat:no-repeat;}
.navNow2 a{width:97px;}
.navNow3 a,.navNow4 a{width:97px;}
.navNow5 a{width:68px;}
.navNow6 span{width:84px;padding-left:13px;background-image:url(/statics/img/xkw/bg.png);background-position:81px -594px;background-repeat:no-repeat;}
.navNow1 span,.navNow2 a,.navNow3 a,.navNow4 a,.navNow5 a,.navNow6 span{ font-family:"\5FAE\8F6F\96C5\9ED1";}
/*导航*/
.nav{height:35px;line-height:35px;}
/*------报名成功------*/
*html .ie6_mt9{margin-top:9px;}



.major{ width:980px; position:relative; top:0; z-index:11;}
#sidebar{ float:left;width:180px;background:#f8f8f8;height:340px;border:2px solid #dc6021; border-top:0;}
.sidetitle {float:left; width:100%; height:30px; line-height:30px; background:#f1f0f0;border-bottom:1px solid #fff;text-indent:10px;font-weight:bold; color:#373737;}
.sidelist{height:27px;width:180px;}
.sidelist .categoryTitle{ float:left; height:27px;line-height:27px;font-weight:normal; background:url(/statics/img/xkw/navpoint.gif) no-repeat 164px center; width:100%; white-space:nowrap; position:relative; border-bottom:1px #FFF solid;}
.sidelist .categoryTitle1{ float:left; height:27px;line-height:27px;font-weight:normal; width:170px; white-space:nowrap; position:relative; border-bottom:1px #FFF solid; padding-left:10px;}
.sidelist .categoryTitle1 a{ float:left;  text-decoration:none; height:27px; width:60px;}
.sidelist .show p{position:absolute;line-height:39px; height:39px; background:url(/statics/img/xkw/floatbg.png) repeat-x; z-index:2; width:179px;top:-6px;}
.sidelist .categoryTitle a{ float:left; padding-left:10px; text-decoration:none; height:27px; width:60px;}
.topBar,.BottomBar{background:url(/statics/img/xkw/floattop.png) repeat-x;width:529px;height:7px;overflow:hidden;}
.BottomBar{background:url(/statics/img/xkw/floatbottom.png) repeat-x;}
/*
.sidelist .show p{position:absolute;line-height:39px; height:39px; background:url(/statics/img/xkw/bg.png) repeat-x 0 -390px; z-index:2; width:179px;top:-6px;}
.topBar,.BottomBar{background:url(/statics/img/xkw/floattop.png) repeat-x no-repeat -255px -55px;width:529px;height:7px;overflow:hidden;}
.topBar,.BottomBar{background:url(/statics/img/xkw/bg.png) no-repeat -250px -55px;width:529px;height:7px;overflow:hidden;}
.BottomBar{background:url(/statics/img/xkw/bg.png) no-repeat -250px -70px;}
*/
.middleMain{width:495px;padding:13px 6px 13px 22px;background:url(/statics/img/xkw/floatmiddle.png) repeat-y;}
.i-list{display:none;position:absolute;z-index:1;left:172px;top:5px;padding-bottom:0;}
.repeatList li{float:left;/*height:26px;line-height:26px;width:100px;*/ line-height:26px; margin:0 10px 0 0; white-space:nowrap;}
.repeatList a{/*float:left; width:94px;text-align:center;*/}
.repeatList em{/*float:left;*/ margin:0 5px 0 0;}
.category{width:66px;}
.middleMain div{width:486px;}
.TopCon{background:url(/statics/img/xkw/navsolid.gif) left bottom repeat-x;padding-bottom:10px;margin-bottom:10px;}
.repeatList{width:400px;}
.repeatList .five{}
.show .i-list {display:inline;}
.show span { border:1px solid #bc0308; border-right:0; border-left:0;}

.flash,.education,.education ul li,.sch ul,.recommend,.conbox,.rec_sch,.rec_list,.specialty {float:left; display:inline;}
.flash {margin:0 0 0 195px;}
.education {float:right; margin:0 0 0 0; width:213px; height:254px; overflow:hidden; border:1px #ecebeb solid;}
.education ul {width:190px; margin:2px auto; overflow:hidden;}
.education ul li {width:190px; height:28px; line-height:28px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; border-bottom:1px #ecebeb dashed;}
.education ul .bornone {border:0;}

/*学历心愿单begin*/
	.rel-box{ margin-top:10px; width:296px; height:326px; background:white;float:right; border:1px solid #e2e2e6;}	
			.rel-md{ padding:5px;}
			.rel-md p{ color:#3e3e3e; line-height:24px; padding-left:14px;}
			.rel-md p span{ color:#a0a0a0; line-height:24px;}
			.rel-md p a{ margin-left:5px;}
			.rel-md p .c308800{ color:#308800; font-family:Tahoma, Geneva, sans-serif; font-size:14px; line-height:24px; font-weight:bold; margin:0 5px;}
			.rel-bot{ height:47px; line-height:57px; border-top:1px solid #f2f2f2; margin-top:5px; padding-left:10px;}
			.rel-bot a{ color:#2266aa; margin:5px;}			
			.rel-bor0{ border-bottom:0 none;}
			.as-hd{ width:256px; padding:0 18px 0 22px; height:28px; border-bottom:1px solid #e2e2e6; background:#fafafb;}
	.as-hd h2{ line-height:28px; font-size:14px; color:#313131; display:inline; float:left;}
			.table-box{ padding:0 0 16px 10px; }
			.table-box table,.rel-in table{ border-spacing:0; border-collapse:collapse; margin-left:18px;}	
			.table-box table td,.rel-in table td{ height:35px;}			
				.v-text{ border:1px solid #e7e7e7; color:#3e3e3e; font-size:12px; height:20px; line-height:20px;  margin-left:12px; padding-left:5px;}
				.v-textarea{ width:130px; height:50px; rows:0; cols:0; padding:5px; line-height:20px; color:#a0a0a0; overflow:hidden;}
				.v-td-btn{  background:url(/statics/img/xkw/hl_ico.png) no-repeat -103px -448px; width:117px; margin:0px 0 0 89px; height:37px; cursor:pointer;}


.sch {float:right; display:inline; width:754px; height:66px; overflow:hidden; border:1px #ecebeb solid; margin:9px 0 0 0;}
.sch .preSch,.sch .nextSch { float:left; width:30px; height:66px; background:url(/statics/img/xkw/bg.png) no-repeat -255px -200px; cursor:pointer;}
.sch .nextSch {float:right; background:url(/statics/img/xkw/bg.png) no-repeat -300px -200px;}
.sch .preSchOn{background:url(/statics/img/xkw/bg.png) no-repeat -255px -266px;}
.sch .nextSchOn{background:url(/statics/img/xkw/bg.png) no-repeat -300px -266px;}

.sch div#scrollSch{width:680px;margin:0 7px;height:50px; float:left; position:relative; overflow:hidden; display:inline;}
.sch ul { height:35px; margin:15px 0 0; hanging-punctuation:35px; position:absolute; left:-680px; top:0; z-index:2;}
.sch ul li {float:left; width:136px; height:35px;}
.sch ul li a{ width:120px; height:35px; display:block; margin:0 auto;}
.sch ul li img {width:120px; height:35px; margin:0 auto;}

.recommend { width:724px; height:255px; overflow:hidden; border:1px #ecebeb solid; border-top:2px #dc6021 solid; margin:15px 0 0 0;}
.recommend .tit { float:left; width:100%; height:35px; line-height:35px; border-bottom:1px #ecebeb solid; }
.recommend .tit span {float:left; width:181px; color:#dc1c21;  font-size:14px; text-indent:12px; font-family:Microsoft YaHei;}
.recommend .tit ul {float:left;}
.recommend .tit ul li {float:left; height:35px; padding:0 15px 0 15px;}
.recommend .tit ul li a {font-size:13px; font-weight:bold; font-family:Microsoft YaHei;}
.recommend .tit ul .current {background:#dc6021;}
.recommend .tit ul .current a {color:#FFF;}
.xlcon { /*margin:13px 0 0 0;*/ width:100%; }
.recommend .none {display:none;}
.rec_sch {margin:0 0 0 12px; width:157px; height:193px; position:relative; overflow:hidden;}
.rec_sch .des,.rec_sch .destext { width:100%; height:54px; position:absolute; left:0; bottom:0;}
.rec_sch .des {background:#000; opacity:0.5; z-index:2; filter:Alpha(Opacity=50);}
.rec_sch .destext {z-index:10; }
.rec_sch .destext span { color:#FFF; font-size:14px; line-height:20px; font-weight:bold; padding:10px 0 0 10px; float:left;}
.rec_sch .destext span a {color:#FFF;}
.rec_sch .destext ul {float:left; display:inline; width:80%; padding-left:10px; white-space:nowrap; clear:both;}
.rec_sch .destext ul li,.rec_sch .destext ul li a {float:left; display:inline; color:#FFF; white-space:nowrap;}
.rec_list {margin:0 0 0 12px; width:540px; overflow:hidden;}
.rec_list li {float:left; display:inline; width:260px; height:92px; margin:0 10px 9px 0; overflow:hidden; background:#f8f8f8;}
.rec_list li img {float:left;}
.rec_list li strong,.rec_list li span,.rec_list li p {width:157px; float:right;}
.rec_list li strong {color:#666666; font-weight:bold; height:40px; line-height:40px; font-size:14px;}
.rec_list li span {width:162px;}
.rec_list li span a {display:inline; margin:0 5px 0 5px; height:26px; line-height:26px;}
/*报读TOP榜*/
.toplist {float:right; width:245px; height:255px; display:inline;  margin:15px 0 0 0;}
.toplist .tit {float:left; width:100%; height:35px; background:#dc6021; color:#FFF; font-size:14px;text-indent:15px; line-height:35px; font-family:Microsoft YaHei;border-top:3px #b80404 solid;}
.toplist ul {float:left;display:inline; width:233px;padding:0 0 8px 10px; border:1px #ecebeb solid;}
.toplist ul li {float:left; height:38px; display:inline; margin-top:4px; }
.toplist ul li font {float:left; display:inline; width:22px; height:22px; background:url(/statics/img/xkw/index_topnumbg.jpg) no-repeat; text-align:center; line-height:22px; color:#e33b3b; font-size:16px; font-family:arial; margin:10px 0 0 0;}
.toplist ul li strong,.toplist ul li span {width:198px; float:right;}
.toplist ul li strong {height:22px; line-height:22px; font-weight:bold; color:#666666;}
.toplist ul li span {width:198px; height:16px; line-height:16px;}
.toplist ul li span a {margin:0 5px 0 5px;}

.elite {width:978px;}
.specialty {margin:0 0 0 12px; width:171px;}
.spe_tit {float:left; display:inline; margin:13px 0 0 0; height:92px; width:100%; border-bottom:1px #ecebeb solid;}
.specialty span {float:left; background:#0082b4; padding:0 10px 0 10px; clear:both; color:#FFF; height:17px; line-height:17px; }
.specialty strong {float:left; font-size:14px; font-weight:bold; height:35px; line-height:35px; width:100%;}
.specialty font {float:left; font-size:12px; width:100%;}
.specialty ul {float:left; display:inline; margin:10px 0 0 0;}
.specialty ul li,.specialty ul li a {float:left; display:inline; margin:0 5px 0 0; height:21px; line-height:21px; white-space:nowrap;}
.xueli_sch {float:right; width:244px;margin:15px 0 0 0;border-right:1px #ecebeb solid;}
.xueli_sch .tit { width:100%; height:35px; background:#dc6021; color:#FFF; font-size:14px;text-indent:15px; line-height:35px; font-family:Microsoft YaHei;border-top:3px #b80404 solid;}
.xueli_sch li {float:left; width:121px;  height:54px; border:1px #ecebeb solid; border-right:0; border-top:0;}
.xueli_sch .current{border:none;}
.elite .conbox {margin-top:0;}
.elite .conbox .rec_sch,.elite .conbox .specialty {margin-top:13px;}

.jpCourse-lt{ width:658px; float:left; }
.jpCourse-rt{ width:298px; float:right}

.area{margin-top:12px;width:980px; margin:0 auto; position:relative; z-index:1;}
.area:after,.search-hd:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; overflow:hidden;}
.course-lt{border:1px solid #e2e2e6;width:602px; float:left; padding:0 28px 25px 28px; _padding:0 28px 18px 28px; _margin-top:2px; background-color:white;}
/*毕业学员*/
.e-box{border:1px solid #e2e2e6;background:#FFF;width:658px; margin-top:12px; float:left}
.stu-l,.stu-r,.hyaline{ background:url(/statics/img/xkw/hl-sch-2013-06-24.png) scroll no-repeat 0 0 transparent;}
.e-con{ width:618px; padding:0 15px 0 25px; border-bottom:1px solid #e2e2e6; background:#fafafb; height:38px;}	
		.e-hd{ line-height:38px; float:left;}
		.e-hd h2{ display:inline; font-size:14px; color:#313131; padding-right:25px; font-weight:bold}
.e-box .e-con .e-des{ float:left; color:#a0a0a0; line-height:38px;}
.e-box .e-con .e-des span{ font-weight:bold; margin:0 1px;}
.e-box .e-con .e-des .cff9600{ color:#ff9600;}
.e-box .e-con .e-des .c00aeef{ color:#00aeef;}
.e-box .e-con .e-des .c39ae3c{ color:#39ae3c;}
.e-box .student{ position:relative; padding:28px 0 0 40px;}
.e-box .student .stu-l,.stu-r{ position:absolute; top:65px; width:42px;height:70px; cursor:pointer;}
.e-box .student .stu-l1{ left:-16px; _left:-56px;background-position:-398px -277px;}
.e-box .student .stu-l0{ left:-16px; _left:-56px; background-position:-398px -204px;}
.e-box .student .stu-r0{ right:-16px;background-position:-439px -204px;}
.e-box .student .stu-r1{ right:-16px;background-position:-439px -277px;}
.e-box .student .stu-ul{ width:618px; height:232px; overflow:hidden; zoom:1;}
.e-box .student .stu-ul li{ width:132px; height:202px;+height:232px;_height:232px; float:left; margin:0 20px 30px 0; _display:inline;}
.e-box .student .stu-ul li .stu-hd{width:118px; height:128px; background:#f7f7f7; border:1px solid #e2e2e6; position:relative;}
.e-box .student .stu-ul li .stu-hd img{ width:110px; height:120px; border:1px solid #f1f1f1; margin:3px;}
.e-box .student .stu-ul li .stu-hd .hyaline{width:104px;height:26px; line-height:26px; padding-left:8px; font-size:14px; font-weight:bold; color:white;background-position:-388px -167px; position:absolute; top:99px; left:3px; z-index:10;}
.e-box .student .stu-ul li .stu-hd .stu-time{ width:54px; height:20px; font-size:10px; font-family:"微软雅黑"; color:white; text-align:center; background:#61ae16; line-height:20px; position:absolute; right:-8px; top:92px; z-index:15;}
.e-box .student .stu-ul li .stu-bd{ text-align:center; margin-top:5px;}
.e-box .student .stu-ul li .stu-bd a{ width:118px; color:#a0a0a0; height:60px; line-height:20px; display:block; overflow:hidden;}
.e-box .student .stu-ul li .stu-bd strong{ color:#666666; font-weight:bold;}
.as-box .help-r .help-a{ display:block; width:298px; height:408px;}
/*首页最新公开课begin*/
	.jp-lt-top{ width:618px; border-top:2px solid #e2e2e6; padding:0 15px 0 25px; border-bottom:1px solid #e2e2e6; background:#fafafb; margin-top:-1px; height:38px;}
	.jp-lt-mt15{ width:658px; height:15px;}
	.jp-mid-dt{ width:620px; height:35px; _overflow:hidden; border-bottom:1px solid #e2e2e6; margin-left:18px;}
	.edue-lt-dt,.edue-lt-dl{ line-height:38px; float:left;}
	.edue-lt-dt h2{ display:inline; font-size:14px; color:#3e3e3e; padding-right:25px; font-weight:bold}

.ones{ background:url(/statics/img/xkw/hl-sch-2013-07-04.png) repeat-x scroll 0 0 transparent;}
.open-l h2{ padding-right:18px;}
.open-l .ca0a0a0{ color:#a0a0a0;}

.show-ul{ padding:20px 0 15px 0; padding-top:0\8;+padding-top:20;_padding-top:20; zoom:1;}
.show-ul .sh-li{ _width:125px; float:left; margin-left:31px;padding-bottom:20px;+padding-bottom:15px; _padding-bottom:15px; _display:inline; }
.show-ul .sh-li .s-ul{}
.show-ul .sh-li .s-ul .h40{ height:40px; overflow:hidden;}
.show-ul .sh-li .s-ul .h40 a{ width:125px; color:#3e3e3e; display:inline-block; line-height:21px;}
.show-ul .sh-li .s-ul a:hover{ color:#ff7500;}
.show-ul .sh-li .s-ul li .o-box{}
.show-ul .sh-li .s-ul li .o-box img{ width:119px; height:68px; cursor:pointer; border:1px solid #e2e2e6; padding:2px; margin-bottom:5px;}
.open-r{ width:42px; background-position:22px -371px;}
.more-info .mo-dt{ float:left;}
.more-info .mo-dt h2{ color:#3E3E3E; line-height:38px; font-size:14px;}
.more-info .mo-dt .wd-span{ color:#37a0cb;}
.more-info .mr .con-t{padding:18px; overflow:hidden;zoom:1; position:relative;}
.more-info .mr .con-t img{ float:left; margin-right:18px;}
.more-info .mr .con-t h3{padding:2px 0 6px 0;}
.more-info .mr .con-t h3 a{ font-size:14px; color:#3881a0; line-height:18px; height:36px; display:block; overflow:hidden; font-weight:normal;}
.more-info .mr .con-t a .ones{ position:absolute; top:18px; left:74px;width:14px;height:18px;background-position:-49px -165px; display:block; z-index:10; overflow:hidden;}
.more-info .mr .con-t p{ color:#666666; line-height:18px; height:18px; overflow:hidden;}
.more-info .mr .con-t div{ color:#a0a0a0; font-size:12px; line-height:18px; margin-top:5px; height:36px; overflow:hidden;}
.more-info .mr .con-t a .ones{ position:absolute; top:18px; left:74px;width:14px;height:18px;background-position:-49px -165px; display:block; z-index:10; overflow:hidden;}
.more-info .mr .mr-bor{width:260px; margin-left:19px; height:0px; border-top:1px solid #e2e2e6;overflow:hidden;}
.more-info .mr .mr-ul{padding:10px 18px 18px 18px;zoom:1;}
.more-info .mr .mr-ul li{ color:#666666; line-height:30px;}
.more-info .mr .mr-ul li span{ padding-right:2px;}
.more-info .mr .mr-ul li a{color:#3881A0;}
.more-info .mr .mr-ul li a:hover{ color:#3881A0}
.hot_reading_order ul{ list-style-type:none;padding:15px 20px 15px 25px}
.hot_reading_order ul li{ height:27px;}
.hot_reading_order ul li font{ background:url(/statics/img/xkw/inum4-10.png) no-repeat; display:inline-block; width:21px; height:18px; line-height:18px; font-size:13px; font-weight:bold; color:#ffffff; text-align:center;}
.hot_reading_order ul li .r_order1-3{ background:url(/statics/img/xkw/inum1-3.png);}
.hot_reading_order ul li a{ margin-left:10px;}
.hot_list{ width:298px; height:41px;background:url(/statics/img/xkw/ihot_list_bg.png);margin-left:-1px; }
.hot_list h2{font-size:14px; color:#313131; position:absolute; margin-top:12px; margin-left:20px;}

/*课程导航 右边课程导航内容*/		
.service-rt{ width:298px; float:right}	
	.ser-show{ background:url(/statics/img/xkw/out_goal_h102.jpg) no-repeat scroll 0 0 transparent; cursor:pointer; width:302px; height:102px; display:block; overflow:hidden;  background-color:white}
	.ser-line-bot img{ width:300px; height:16px; overflow:hidden; margin-top:-11px; position:absolute; z-index:-1}	
	.service-mid{ width:298px;  position:relative; z-index:1;  background-color:white;margin-top:12px;border:1px solid #e2e2e6; border-top:#F36523 2px solid;}
		.ser-top-line{ position:absolute; z-index:20}
			.ser-top-line img{ width:300px; height:2px; margin:-1px 0 0 -1px;}
		.ser-mid{ position:absolute; width:254px; height:38px; border-bottom:1px solid #e2e2e6; padding:0 22px; z-index:20}
			.ser-mid h2{ font-size:14px; float:left; color:#3e3e3e; line-height:38px; display:inline;}
.sh-go-btn,.xl-s,.zy-s,.qs-s,.cg-s,.cy-s,.js-s,.lc-s,.qy-s,.zx-s,.wl-s,.cr-s,.zz-s,.d-d1,.d-d2,.d-d3,.d-d4,.d-d5,.d-d6,.d-d7,.d-d8,.d-d9,.d-d10,.s-s1,.s-s2,.s-s3,.s-s4,.s-s5,.yj-no1,.edue-mid-rt-fd,.dot-h2,.jp-lt-more-h11,.edue1,.date-ico,.ser-wx,.ser-bb,.ser-dt,.ser-ea,.ser-lo,.ser-nt,.ser-flash-top-tag,.ser-btn2,.ser-ed,.ser-st,.ser-ne,.ser-btn1,.ser-co,.ser-da,.ser-do,#mainIn,.mainSearch,.ms-c i,.nav-bot-i,.slide-nav-btn,.slide-nav-ed,.home-register-btn{ background:url(/statics/img/xkw/hl_ico.png) no-repeat;}

			.ser-btn1,.ser-btn2{ cursor:pointer; padding-left:20px; height:20px; overflow:hidden; position:absolute; top:9px;}	
			.ser-btn1{ background-position:-590px -461px; right:15px;}
			.ser-btn2{ background-position:-547px -461px; right:40px;}
		.ser-top{ position:absolute; top:40px; z-index:20;}
			.ser-box-t{ width:298px; height:98px; border-bottom:1px solid #e2e2e6;  margin-top:-1px;overflow:hidden;}
				.ser-box{ float:left; width:68px; height:72px; padding:15px; overflow:hidden;  text-align:center;}
					.ser-box a:hover{ text-decoration:none;}
				.ser-line-r{ border-right:1px solid #e2e2e6;}
				.ser-co,.ser-da,.ser-do,.ser-ed,.ser-st,.ser-ne{height:59px; line-height:59px; width:59px; overflow:hidden;}
				.ser-co{background-position:-284px -157px;}
				.ser-da{background-position:-349px -157px;}
				.ser-do{background-position:-359px -352px;}
				.ser-ne{background-position:-281px -260px;}
				.ser-st{background-position:-353px -260px;}					
				.ser-ed{background-position:-427px -260px;}
		.ser-top2{ position:absolute; top:40px; z-index:20; display:none;}
			.ser-wx,.ser-bb,.ser-dt,.ser-ea,.ser-lo,.ser-nt{height:59px; line-height:59px; width:59px; overflow:hidden;}
				.ser-wx{background-position:-283px -356px;}
				.ser-bb{background-position:-278px -523px;}
				.ser-dt{background-position:-421px -356px;}
				.ser-ea{background-position:-427px -260px;}
				.ser-lo{background-position:-430px -160px;}
				.ser-nt{background-position:-418px -526px;}				
		.ban-h-rt1{ margin-top:12px;border:1px solid #e2e2e6;}
	.ban-h-rt1 .banner-ul li{width:310px; height:140px;}
	.ban-h-rt1 .banner-ul .li-bg1{ background:url(/statics/img/xkw/meilian.jpg) scroll no-repeat  0 0;}
	.ban-h-rt1 .banner-ul .li-bg2{display:none;  background:url(/statics/img/xkw/indexshouy.jpg) scroll no-repeat  0 0;}
	
	.service-bot{border:1px solid #e2e2e6;margin-top:12px; width:298px;  background-color:white;}
		.dateSe-top{ width:266px; height:38px; _overflow:hidden; border-top:1px solid #e2e2e6; background-color:white; border-bottom:1px solid #e2e2e6; padding:0 10px 0 22px;}				
		.dateSe-top h2{ font-size:14px; color:#3e3e3e; line-height:38px;  float:left}		
		.dateSer-bot1,.dateSer-bot2,.dateSer-bot3{ width:298px; padding-bottom:16px; _padding-bottom:22px; display:none;  background-color:white;}
		.dateSer-bot2{ display:none}
		.dateSer-bot3{ display:block}
			.date-bot-dt{ width:248px;line-height:40px; display:inline-block; height:40px; padding:0 25px 3px 25px;}
				.date-bot-dt h2{font-size:18px; line-height:40px; font-family:"微软雅黑"; color:#4a4a4a; display:inline;}
				.date-ico{ background-position:-524px -313px; position:absolute; margin-top:8px; _margin-top:2px; margin-left:8px;  padding-top:24px; height:0px; width:24px; overflow:hidden;}
			.date-bot-dl{ width:290px; height:30px; background:#f3f3f3; margin-left:4px;}
				.date-bot-li-names,.date-bot-li-dates,.date-bot-li-ents{ display:block; height:30px; color:#666666; line-height:30px; float:left;}
				.date-bot-li-names{width:100px;}
				.date-bot-li-dates{width:105px;}
				.date-bot-li-ents{width:51px;}
			.date-bot-dd-ul li{ height:33px; line-height:33px; +height:31px; +line-height:31px; padding:0 17px;}
				.date-bot-li-bot-line{ border-bottom:1px solid #e2e2e6; }
				.date-bot-li-name,.date-bot-li-date,.date-bot-li-ent{ display:block; height:33px; color:#3d3d3d; line-height:33px; float:left;}
				.date-bot-li-name{ width:102px;}
				.date-bot-li-date{ width:111px;}
				.date-bot-li-ent{ width:51px;}	
		.h-h3,.h-h4,.h-h5{width:59px; float:right; display:inline-block;line-height:45px; height:45px; cursor:pointer; text-align:center;}
		.h-h5{ display:none }
		.h-h4,.h-h5{}
		.s-s3,.s-s4,.s-s5{ text-decoration:none; font-size:14px; width:60px; float:right; display:inline-block; cursor:pointer; text-align:center; color:#ff6600; font-weight:bold; line-height:45px; height:40px; background-position:-504px -500px; position:relative; z-index:100}
		.s-s3,.s-s4{display:none }
		.line12-1,.line12-2,.line12-3{ border-left:1px solid #e2e2e6; width:0; height:12px; line-height:12px; display:inline-block; position:absolute;}
		.line12-1{ margin:15px 0 0 87px; margin:15px 0 0 89px\9\0;}
		.line12-2{ margin:15px 0 0 146px; margin:15px 0 0 148px\9\0;}		
		.line12-3{ margin-top:13px;float:left; position:relative;}		
				

/*底部*/
.feature-bt img{ margin-top:12px; border:1px solid #e2e2e6; height:55px; overflow:hidden;}
header, footer, nav, section, article, aside, dialog, figure, figcaption, menu { display:block }
/*.footer{ background:url(/statics/img/xkw/footer-bg-h500-h.jpg) repeat-x scroll 0 0 transparent; height:180px; width:100%; margin-top:12px;}*/
.footer {
	margin-top: 25px;
	border-top: 4px solid #3c79c3;
	color: #666666;

}
.footerlink{ background:#F2F2F2; margin:0; border:#F2f2f2 1px solid;height:100px;}
.ft-msg,.ft-sup,.ft-bot{ width:980px;}
	.ft-msg{ border-bottom:1px solid #e4e4e4; height:129px;padding-top:40px;}
	.msg-ul li{ float:left;}
		.ft-call{ background:url(/statics/img/xkw/hl_ico.png) no-repeat; background-position:-8px -532px; width:47px; height:47px; margin-left:47px; _display:inline; overflow:hidden;}
		.ft-time{ padding-left:20px; width:204px;}
		.ft-time p{ line-height:18px; display:block;}
		.ft-time b{ font-size:20px; display:block; font-family:Arial, sans-serif; color:#ff6e00; margin-bottom:4px;}
		.ft-time b span{ color:#0670be;}
		.ft-xs,.ft-zf,.ft-kf,.ft-at,.ft-code{ border-left:1px dashed #c8c8c8; width:125px; height:113px;}
		.ft-xs ul li,.ft-zf ul li,.ft-kf ul li,.ft-at ul li,.ft-code ul li{ line-height:21px; text-align:center; float:none;}		
		.ft-xs ul li h3,.ft-zf ul li h3,.ft-kf ul li h3,.ft-at ul li h3{ font-size:14px; line-height:28px; color:#191919;}
		.ft-xs ul li a,.ft-zf ul li a,.ft-kf ul li a,.ft-at ul li a{ color:#8A8A8A;}
		.msg-ul li ul li a:hover{ color:#fe7900;}
		.sina-wb,.qq-wb,.qq-sp{ width:90px; margin-left:34px; line-height:21px; cursor:pointer;}
		.sina-wb{ background-position:-2px -476px;}
		.qq-wb{ background-position:-2px -500px;}
		.qq-sp{ background-position:-2px -525px;}
		.ft-code{ width:142px;}
		.ft-code ul li{ _line-height:0px;}
		.ft-code ul li img{ height:80px; width:80px; display:block; position:relative; left:22%;+left:1%; _left:1%;+display:inline; _display:inline;}
		.ft-code ul li a{ color:#8A8A8A; _line-height:20px;}
	.ft-sup{ border-top:1px solid #ffffff; border-bottom:1px solid #e4e4e4; height:96px;}
		.sup-hd{ width:980px; text-align:center; line-height:24px; padding:13px 0 4px 0;}
		.sup-box{ width:980px; text-align:center;}
		.sup-ul{ display:inline-block; width:770px;}		
		.sup-ul li{ line-height:100px; float:left;}
		.sup-ul li img{ width:100px; height:35px; cursor:pointer; margin-left:10px;}
	.ft-bot{height:156px;}
		.con-box{ display:inline-block; margin-top:30px;text-align:center;}
			.con-box p{ line-height:20px; color:#8a8a8a;}
			.con-box p a{ margin:0 14px; color:#8a8a8a;}
		.bz-box{ width:980px; text-align:center; margin-top:10px;}
			.bz-box img{ display:inline-block; }
		.lin-box{ margin-top:16px;}
			.lin-box p a { line-height:20px; margin:0 3px;}
		.ft-bot p a:hover{ color:#fe9700;}
		
/*------全部学校----*/
/*.allShoolUl li{width:220px;padding-bottom:12px;margin:0 32px 20px 0;float:left;} 
.allShoolCon{overflow:hidden;}
.allShoolUl{width:980px; margin:0 auto;}

.allShoolUl .pr{margin-bottom:0;height:100px;}
.allShoolUl .prcl{margin-right:0;float:right}
.blackBg{height:20px;background:#000;opacity:0.5;filter:alpha(opacity=50);width:220px;}
.floatTxt{height:20px;line-height:20px;padding-left:10px;z-index:1;}
.floatTxt,.blackBg{top:80px;left:0;}
.allShoolUl span{margin:0 5px 0 5px;color:#868686;}
.w204{width:204px;}
.txtInto{padding:11px 0;margin-bottom:11px;}
.allShoolUl a{color:#868686;}
.floatTxt a{color:#fff;}
.txtInto{border-bottom:1px solid #e9e9e9;}*/
	
.allShoolUl li{width:230px;padding-bottom:12px;margin:0 19px 20px 0;float:left;}
.allShoolCon{overflow:hidden;}
.allShoolUl{width:1000px;}

.allShoolUl .pr{margin-bottom:0;height:100px;}
.blackBg{height:20px;background:#000;opacity:0.5;filter:alpha(opacity=50);width:230px;}
.floatTxt{height:20px;line-height:20px;padding-left:10px;z-index:1;}
.floatTxt,.blackBg{top:80px;left:0;}
.allShoolUl span{margin:0 5px 0 5px;color:#868686;}
.w204{width:204px;}
.txtInto{padding:11px 0;margin-bottom:11px;}
.allShoolUl a{color:#868686;}
.floatTxt a{color:#fff;}
.txtInto{border-bottom:1px solid #e9e9e9;}
		
/*专升本*/
.zsb_intro{ height:180px; position:absolute; top:0; width:710px;}
.zsb_intro_con{ position:absolute; width:510px; top:33px; left:17px;font-size:14px; font-weight:bold;font-family:Microsoft YaHei; color:#595959; line-height:24px;z-index:10;}
.zsb_intro_con strong{ padding-right:3px; font-size:16px; color:#e60012;}
.zsb_intro_pic{ position:absolute; bottom:0;right:17px;}
.zsb_recom_h{ border-bottom:1px solid #dedede;}
.zsb_recom_h h2{ border-bottom:2px solid #e70d1e; text-align:center; width:110px; height:29px; line-height:29px;font-weight:bold;font-family:Microsoft YaHei; color:#595959;font-size:14px;}

.pt149{ padding-top:149px;}
.zsb_profess{ padding:20px 0 10px 24px; border-bottom:1px solid #dedede;}
.zsb_profess li{height:63px; width:223px; float:left;}
.zsb_profess li img{ float:left; padding:2px; border:1px solid #dedede; width:40px; height:40px; overflow:hidden;}
.zsb_profess li p{ float:left; line-height:26px; padding-left:9px;font-family:Microsoft YaHei;}
.zsb_profess li p strong{ font-size:14px; display:inline-block; line-height:16px; width:140px;}
.zsb_h2{color:#222222;font-size:14px;height:40px; padding-top:4px; line-height:40px;}

.art_enroll,.art_content .art_enroll{margin-top:20px;border-top:#e9e9e9 solid 1px;padding:24px 0 10px;text-align:center;}
.art_enroll a{margin-left:15px;}
p.subP_enroll{ border-bottom: 3px solid #CCCCCC;padding-bottom: 22px;margin-bottom:0;}

.indexPage .zyTit{font-size:14px; position:relative; z-index:3;}
.indexPage .zyTitRed p {font-size:14px;}
.zylb{ height:46px; line-height:46px; font-size:18px; color:#222;}

.allzyB{ background:#f8f8f8; margin-bottom:10px}
.bmfs{ padding:25px 12px 15px 0}
.bmfs a:hover{ text-decoration:none}
.yxLogo{ padding:9px 0 0 9px}
.yxLogo img{ width:158px; height:58px; border:1px solid #dedede; background:#fff}

.zyList{ width:366px; padding:19px 0 19px 189px; overflow:hidden;}
.zyList li{ float:left; width:183px; height:22px; overflow:hidden;}
.zyList li a{ display:block; height:22px; line-height:22px; background:url(/statics/img/xkw/bg.gif) -796px -741px no-repeat; padding-left:8px;}
.zyList li a:hover{ background-position:-796px -724px;}
.freeBtn{background:url(/statics/img/xkw/bg.gif) -409px 0;width:134px;height:33px;font:bold 14px/32px SimSun;text-align:center;color:#fff;display:block;}

.zyTit{ background:url(/statics/img/xkw/bg_zytit.png) repeat-x; height:29px; border:1px solid #fff; border-width:0 1px; line-height:29px; padding-left:16px;}

#lc{ padding:11px 0 5px 0;}
#lc li{ float:left; display:inline; margin:0 0 7px 11px}
#lc li a{ display:block; height:27px; width:101px; background:url(/statics/img/xkw/bg.gif) 0 -527px no-repeat;}
#lc li a#lc2,#lc li a#lc4,#lc li a#lc6{ width:95px; background-position:-111px -527px}
#lc li a#lc3{ background-position:0 -561px}
#lc li a#lc4{ background-position:-111px -561px}
#lc li a#lc5{ background-position:0 -594px}
#lc li a#lc6{ background-position:-111px -594px}

.cjwt{ padding:11px 0 10px 12px;}
.cjwt li{height:24px;line-height:24px;}
.cjwt li a{height:24px;line-height:24px; display:block;background:url(/statics/img/xkw/bg.gif) -796px -741px no-repeat; padding-left:8px;}
.cjwt li a:hover{background-position:-796px -724px}

.xxzxL{ padding:2px 13px 1px 13px;}
.xxzxL li{float:left; margin-bottom:2px;}
.xxzxL li a{display:block; width:50px; height:21px; line-height:21px; text-align:center}
.xxzxL li a:hover{background:#f3f3f3;}

.applYsucceed{background:url(/statics/img/xkw/bg.png) no-repeat 370px -901px;line-height:54px;}
.apply{padding:18px 0 18px 63px;width:348px;}
.backHome{width:412px;line-height:50px;}
/*------报名失败------*/
.applyFail{background:url(/statics/img/xkw/bg.png) no-repeat 318px -808px;line-height:24px;margin-top:30px;}
/*------报名------*/
.infoSubmit{padding:0 12px;border-left:none;border-right:none;border-top:none;}
.login0{background:url(/statics/img/xkw/bg.png) no-repeat 0 -40px;width:70px;height:26px;line-height:26px;}
.formUl{padding:27px 0 40px 120px;margin-bottom:22px;border-left:none;border-right:none;border-top:none;}
.userNameerror{background:url(/statics/img/xkw/bg.png) 0 -840px no-repeat;padding-left:23px;line-height:44px;margin:60px 0 0 160px;}
.formUl li{margin-top:8px;line-height:37px;}
.formUl .nextRedBtn{padding:20px 0 0 95px;}
.inputBgBlock{height:31px;padding:3px;margin-right:11px;}
.inputBg{width:208px;padding:0 3px;height:29px;font:300 14px/29px SimSun;color:#AFAFAF;border:1px solid #dcdcdc;vertical-align:top}
#timer05{width:70px;font:300 12px/18px SimSun;padding:0 3px;color:#AFAFAF;height:18px;}
#submitBtn{background:url(/statics/img/xkw/bg.png) no-repeat 0 -70px;width:122px;height:41px;}
/*selct美化*/
#seletCon1,#seletCon2{z-index:1;}

#seletCon1 .tag_select,#seletCon1 .tag_select_hover,#seletCon1 .tag_select_open,#seletPlaceCon .tag_select,#seletPlaceCon .tag_select_hover,#seletPlaceCon .tag_select_open{padding-left:15px;width:205px;height:37px;background:url(/statics/img/xkw/inputbg01.png) no-repeat 0 -115px;margin-right:11px;}
.tag_options {position:absolute;z-index:10;left:4px;top:33px;width:211px;border:1px solid #dcdcdc;border-top:none;background:#fff;height:300px;overflow-y:scroll;overflow-x:auto;}
.tanBoxsUl .tag_options{height:120px;}
.tanBoxsUl #seletCon1 .tag_options{height:70px; overflow:visible}
.tag_options li {line-height:24px;padding-left:10px;margin:0;}
.tag_options .open_hover {background:#CACACA;color:#fff;}


header, footer, nav, section, article, aside, dialog, figure, figcaption, menu { display:block }
a{color:#535353; cursor:pointer;text-decoration:none; outline:none; }
a:hover{ text-decoration:underline; _text-decoration:underline; color:#ff7500;}
ul, ol, li{ list-style:none outside none;}
.lf{ float:left;}
.rf{float:right;}
.clearfix:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; overflow:hidden;}


.order-l{ background:url(/statics/img/xkw/hl_ico_long.png) no-repeat;}
/*热点新闻栏目*/
/*.content{ width:980px; margin:0 auto;  margin-top:23px;}
.leftsidebar{ width:678px;float:left;}
.news{ width:678px; height:322px; background:url(/statics/img/xkw/inews.png);}
.news_img{ width:345px; height:320px; background:url(/statics/img/xkw/ihbimg.png); margin-top:1px; margin-left:1px;}
.news_img img{ margin-top:17px; margin-left:17px;}
.news_context{ width:244px; height:255px; margin-top:23px; margin-left:16px;}
.news_context dl dt{ width:244px; height:68px;overflow:hidden; color:#313131; font-size:25px; font-weight:bold; line-height:140%;}
.news_context dl dd{ text-indent:2em; color:#666666; font-size:12px; line-height:180%; margin-top:15px;}
.news_context dl .readall{ margin-top:20px;}
.news_context dl .readall a{ text-decoration:underline;}
.bgbottonn{ clear:left; height:10px; width:334px; background:url(/statics/img/xkw/iash.png);}*/

/*资讯内容按时间，内容排序*/
.infcontext{ width:678px; height:57px; background:url(/statics/img/xkw/inew_tc.png);}
.i_content{margin-left:35px; _margin-left:17px; margin-top:28px;}
.i_content span{ font-size:16px; font-weight:bold; color:#6f6f6f; text-align:center; }
.i_content a{ font-size:13px; _text-decoration:none; text-decoration:none; }
.i_content b{ border-left:1px solid #B0B0B0; border-right:1px solid #B3B3B3; width:0; display:inline-block;}
.i_read{  background:url(/statics/img/xkw/iread.png); width:143px;display:none;  height:30px;  margin-top:19px; margin-right:41px;_margin-right:20px;}
.i_time{  background:url(/statics/img/xkw/itime.png); width:143px; height:30px;  margin-top:19px; margin-right:41px;_margin-right:20px;}
.i_read_t,.i_time_t{ width:71px; height:30px; cursor:pointer; float:right;}

/*新闻栏目*/
.column{ width:678px; height:207px; background:url(/statics/img/xkw/icolumn_bg.png);}
.column_box{ width:573px; height:145px; margin-top:24px; margin-left:34px; position:absolute;}
.title a{ font-size:14px; font-weight:bold;}
.title span font{ font-weight:bold; font-size:12px; color:#ff7500;}
.details{ margin-top:22px;}
.details img{ float:left; padding-right:25px;}
.details p{ text-indent:2em;  font-size:12px; color:#707070; line-height:180%;}
.column_box span a{ text-decoration:underline;}

/*阅读更多资讯*/
.read_more{ width:678px; height:50px; background:url(/statics/img/xkw/iread_more.png);}
.read_ico{ width:13px; height:13px; background:url(/statics/img/xkw/ireadmorepng.png); margin-top:22px; margin-left:252px; position:absolute; }
.read_more a{ cursor:pointer; font-size:14px; font-weight:bold; color:535353; margin-left:275px; margin-top:18px; position:absolute;}
.right_sidebar{ width:299px; float:right;}

/*热门标签*/
.hot_tag{  border:1px solid #e2e1e1; width:298px; height:321px; background-color:#ffffff;}
.tag_bghead{ width:296px; height:26px; background:url(/statics/img/xkw/ihhot.png);}
.tag_t{ clear:left; padding:0 20px 0 20px; white-space:nowrap;}
.tag_t h2{ font-size:14px; color:#313131;float:left}
.tag_t p{ margin-left:7px; float:right; cursor:pointer; }
.tag_t img{ width:12px;height:14px; cursor:pointer; border:none; float:right;}
.side_line{ border-top:1px solid #dfdfdf; width:260px; margin-top:30px; _margin-top:30px; margin-left:20px;overflow:hidden;}

/*热门标签项设置*/
.hot_content{ padding:12px 20px 50px 20px; line-height:40px; font-family:"微软雅黑"; word-spacing:12px; _word-spacing:-4px;}
.hot_content a:hover{ text-decoration:none;}
.c_s1{ font-size:16px; color:#fe9e00;}
.c_s1:hover{ border-bottom:1px solid #fe9e00; }
.c_s2{ font-size:24px; color:#44a900;}
.c_s2:hover{ border-bottom:1px solid #44a900; }
.c_s3{ font-size:18px; color:#b5b7b4;}
.c_s3:hover{ border-bottom:1px solid #b5b7b4; }
.c_s4{ font-size:24px; color:#00a1fe;}
.c_s4:hover{ border-bottom:1px solid #00a1fe; }
.c_s5{ font-size:18px; color:#0064ca;}
.c_s5:hover{ border-bottom:1px solid #0064ca; }
.c_s6{ font-size:18px; color:#666666;}
.c_s6:hover{ border-bottom:1px solid #666666; }
.c_s7{ font-size:19px; color:#8e8e8e;}
.c_s7:hover{ border-bottom:1px solid #8e8e8e; }
.c_s8{ font-size:21px; color:#0064ca;}
.c_s8:hover{ border-bottom:1px solid #0064ca; }
.c_s9{ font-size:24px; color:#f30045;}
.c_s9:hover{ border-bottom:1px solid #f30045; }
.c_s10{ font-size:14px; color:#f06eaa;}
.c_s10:hover{ border-bottom:1px solid #f06eaa; }
.c_s11{ font-size:18px; color:#007236;}
.c_s11:hover{ border-bottom:1px solid #007236; }
.c_s12{ font-size:26px; color:#8e8e8e;}
.c_s12:hover{ border-bottom:1px solid #8e8e8e; }

/*右广告框*/
.advert{ border-top:1px solid #e2e1e1; margin-top:12px;}

/*右侧公共特性*/
.r_public{ border:1px solid #e2e1e1; background-color:rgb(255,255,255); margin-top:12px;}
.r_public img{ width:298px; height:2px; margin:-1px 0 0 -1px; overflow:hidden;}
.hot_list{ width:298px; height:41px;background:url(/statics/img/xkw/ihot_list_bg.png);margin-left:-1px; }
.hot_list h2{font-size:14px; color:#313131; position:absolute; margin-top:12px; margin-left:20px;}

/*阅读排行榜*/
.hot_reading_order ul{ list-style-type:none; padding:19px 20px 15px 25px;}
.hot_reading_order ul li{ height:27px;}
.hot_reading_order ul li font{ background:url(/statics/img/xkw/inum4-10.png) no-repeat; display:inline-block; width:21px; height:18px; line-height:18px; font-size:13px; font-weight:bold; color:#ffffff; text-align:center;}
.hot_reading_order ul li .r_order1-3{ background:url(/statics/img/xkw/inum1-3.png);}
.hot_reading_order ul li a{ margin-left:10px;}

/*热门机构推荐*/
.order_img{ width:298px; height:99px;}
.iagency_img img{ width:150px; float:left; height:56px; margin:21px 0 0 35px; display:inline;}
.apply_check{ width:80px; font-size:13px; float:right; text-align:center; margin-top:-2px;}
.o_apply{ background:url(/statics/img/xkw/iht_agency_recommended1.jpg); width:80px; height:32px; padding-top:19px;}
.o_check{ background:url(/statics/img/xkw/iht_agency_recommended0.jpg); width:80px; height:31px; padding-top:19px;}

.order-li{ border-top:1px solid #e2e1e1;width:298px; height:45px; }
	.order-l{ background-position:0 -765px; height:45px; line-height:45px; padding-left:20px; margin-left:25px; display:inline; float:left;}
	.order-l strong{ font-size:14px; color:#3c3c3c;}
	.order-r{ float:right; height:45px; color:#9f9f9f; line-height:45px; margin-right:25px; display:inline;}
	.order-r span{ color:red;} 
	
.organ_order_more{ border-top:1px solid #e2e1e1; width:298px; height:60px; font-size:13px; color:#3c3c3c;}
.organ_order_more a{ padding:24px; float:right; display:inline-block; background:url(/statics/img/xkw/imore.png); background-repeat:no-repeat; background-position:105px; margin-right:20px;}

/*热门课程推荐*/
.hot_course_order ul{ list-style-type:none; padding:19px 20px 5px 25px;}
.hot_course_order ul li{ font-size:13px; height:27px; color:#c3c3c3; background:url(/statics/img/xkw/i-course-num4-10.png) no-repeat; padding-left:13px;}
.hot_course_order ul .c_order1-3{ background:url(/statics/img/xkw/i-course-num1-3.png) no-repeat;}
.hot_course_order ul li a{ margin-top:-4px; position:absolute;}

/*资讯首页页面底部信息*/
/*资讯页面--end--*/

/*资讯文章页面--begin--*/
.rd_list li,.left_ico,.right_ico{ background:url(/statics/img/xkw/hl_ico_long.png); background-repeat:no-repeat;}
.article_head{ clear:right; width:678px; height:70px; background:url(/statics/img/xkw/advert_head_bg1.png); border:0 none;}
.article_site{ padding:28px 0px 25px 39px;}
.article_site_left{ float:left;}
.article_site_left a{ text-decoration:none;}
.article_site_left font{ color:#ff7500; font-size:12px;}
.article_site_right{ float:right; padding-right:70px; margin-top:-2px;}
.article_site_right span{float:right; font-size:17px; color:#ff7500; font-family:Georgia; /*margin-top:-4px; _margin-top:-35px; _padding-right:72px;*/ }
.article_site_right span font{ font-size:12px; color:#535353;}

.long_line_box{ width:658px; height:auto; loat:left;}
.mid_long_line{ height:auto; border-right:1px solid #e2e1e1;}
.ht_line{ border-top:1px solid #e2e1e1; width:283px; margin-left:30px;}
.article_img{ width:637px; }
.article_img img{ padding:0 26px 0 30px; border-left:1px solid #e2e1e1; border-right:1px solid #e2e1e1; background-color:rgb(255,255,255);}

/*资讯文章标题，时间，来源及分享*/
.article_page{ width:635px; background-color:rgb(255,255,255);border-left:1px solid #e2e1e1; border-right:1px solid #e2e1e1; border-bottom:1px solid #e2e1e1;}
.mt_box{ border:0px solid red; width:580px; margin-left:30px;}
.mt_box h1{ font-size:24px; text-align:center; font-family:"微软雅黑"; font-weight:normal; padding-top:26px;}
.time_bg{ width:530px; background:rgb(251,250,250); padding:20px 30px 16px 20px; margin-top:30px;}
.time_bg p{ color:#535353;}
.time_bg p a{ color:#105a99;}

/*资讯文章内容*/
.bdshare_t{ margin-top:-20px;}
.p_article{ line-height:26px;}
.t_ico{ width:552px; padding:10px 30px 53px 20px;}
.left_ico{ display:block; background-position:left -152px; height:28px; padding-left:25px;}
.t_ico span{ display:inline-block; font-size:14px; color:#8e8e8e; text-indent:2em; margin-left:40px; margin-right:40px;}
.right_ico{display:block; background-position:left -187px; height:28px; padding-left:25px;}

/*文章底部标签及编辑*/
.p_article p{ font-size:14px; color:#535353; text-indent:2em;}
.p_tag_author{ margin:45px 0 30px 0;}
.p_tag_author p{ color:#8e8e8e;}
.p_tag_author p span{ float:right;}

/*相关阅读*/
.mt_box h2{font-size:14px; color:#3d3d3d; padding-top:15px;}
.hr_line{ border-top:1px solid #e2e1e1; margin-top:10px;}
.rd_list{ color:#333333; list-style-type:none; padding:13px 15px 10px 5px; line-height:27px;}
.rd_list li ,.rm_list li{ font-size:14px; height:27px; line-height:27px; background-position:left -230px; padding-left:18px;}
.rm_list li{ font-size:12px; color:#9a9a9a;}
.rm_list li strong{ color:#ff7500;}
.rm_list li a{ font-size:14px; color:#105a99;}


.subnav-wrap{ background:url(/statics/img/xkw/info-nav-bg-h50.png) repeat-x scroll 0 0 transparent;  height:50px; width:100%; position:relative; top:0; z-index:998; margin-top:-7px;}
.subnav{ width:980px; margin:0 auto; height:50px; position:relative; }
.subnav-wrap .subnav a{ color:#ffffff; text-decoration:none; height:50px; line-height:50px; display:inline-block; padding:0 16px; float:left;}
.subnav-wrap .subnav a:hover {color:#ffffff;  background:url(/statics/img/xkw/infor-bg-h49-w94.png);}	
.xnhover{color:#ffffff; background:#fe7900;}
.subnav-wrap .subnav .xnhover:hover{ background:#fe7900;}
.p_article p img{ margin: 0 auto 15px auto}


/*资讯列表 */
.fenx-box{ border-bottom: 1px solid #D0D0D0; overflow:hidden; padding-bottom:15px; height:auto; margin:5px 5px 5px 10px;}
.fenx-box h3 a{ font: bolder 18px/50px "宋体"; color:#004276;}
.fenx-box.last, .hot-wen ol.remen li.last{ border-bottom:none;}
.tagline{ height:auto; overflow:hidden;}
.tagline h3{padding-top:10px;margin:0;height:auto;}
.tagline h3 a{line-height:normal}
.article-img{ width:219px; height:146px; margin:5px 15px 0 0; overflow:hidden;}
.article-img img{width:216px}
.article-wen-con{ height:126px; width:400px; text-indent:24px; color:#828181;font-size:14px}
.article-wen-p{ text-align:center;}
.z { float: left;}
.y { float: right;}


/*------账户概括------*/
.payTitle .fl{width:98px;}
.payTitle .fr{width:833px;border-top:none;border-right:none;border-left:1px solid #f5f4f4;padding-right:15px;}
.personInfo{width:400px;}
.personInfo li{width:220px;}
.personInfo .w140{width:140px;}
.electronEmail{border-left:none;border-right:none;border-top:none;line-height:34px;padding-bottom:4px;width:770px;}
.firstTr td{border-top:none;border-left:none;height:33px;}
.firstTr .end{border-right:none;}
.nowTd01{width:298px;}
.nowTd02{width:134px;}
.nowTd03{width:254px;}
.nowTd04{width:218px;}
.payTableTd{border-left:none;border-top:none;border-right:none;padding:15px 0;}
.dotted{border-right:1px dotted;line-height:54px;height:54px;} 
.dotted .fl{line-height:18px;}
.fnormal{font-weight:normal}

/*------学校主页------*/
.w665{width:665px;}
.w275{width:295px;}
.titleGray{background-image:url(/statics/img/xkw/colorbgpic.png);background-repeat:repeat-x;height:34px;line-height:34px;border-left:none;border-right:none;border-top:none;}
.blueTitleBg{background-position:0 0;}/*蓝色*/
.wathetTitleBg{background-position:0 -34px;}/*浅蓝色*/
.redTitleBg{background-position:0 -68px;}/*红色*/
.greenTitleBg{background-position:0 -102px;}/*绿色*/
.brownTitleBg{background-position:0 -136px;}/*褐色*/
/*学校导航*/
.schoolNavUl a{width:114px;height:35px;}
.schoolTitle{line-height:32px;border-top:none;border-right:none;border-left:none;}
/*推荐专业*/
.content div{width:326px;}
/*其他专业*/
.restsCon{height:52px;margin:18px 0 0 14px;}
.restsUl{left:18px;bottom:0;z-index:1;}
.restsUl li{width:153px;margin-right:12px;padding:6px 0 5px 0;background:#f8f8f8;}
.restsChild{padding:0 0 35px 20px;}
.restsChild li{/*width:120px;*/border-left:1px dotted #c9c9c9;margin-top:20px;padding-left:5px; white-space:nowrap;}
.restsChild .now{border:none;}
.restsChild a{padding:4px 10px 3px 5px;}
.restsChild a:hover{background:#e4e4e4;}
.restsSolid{height:1px;background:#ecebeb;overflow:hidden;width:635px;bottom:0;left:0;}
.restsUl .current{border-bottom:1px solid #fff;background:none;}
/*学历问答*/
.educationUl li{width:267px;height:24px;}
.educationUl{margin:12px 14px 0 14px;margin-top:15px\0;background:url(/statics/img/xkw/solid01.gif) repeat-y center top;}
/*招生信息*/
.recruitStudentsuUl{padding:13px 0 12px 18px;}
/*证书*/
.certificateBox{padding:23px 0 16px 12px;}
.certificateBox p.fl{height:35px;width:25px;margin-top:40px;}
.certificateBox .certificateCon{ width:174px; height:122px; overflow:hidden; position:relative;}
.certificateBox ul.certificateUl{ height:122px; position:absolute; left:-174px; top:0;}
.certificateBox ul.certificateUl li{ float:left;}
.leftBtn{background:url(/statics/img/xkw/bg.png) no-repeat -25px 0;margin-right:12px;}
.rightBtn{background:url(/statics/img/xkw/bg.png) no-repeat -55px 0;margin-left:12px;}
/*学生心得*/
.studentCon{margin:24px 0 0 16px;width:239px;padding:0 3px 11px 3px;}
.studentShare{width:229px;height:96px;margin-left:16px;border-left:none;border-right:none;border-bottom:none;padding:10px 8px 0;}
/*华南师范*/
.bg_03{background:#036bc1;}
.bg_5f{background:#5f5344;}
.bg_cc{background:#cc0404;}
.bg_11{background:#119b12}
.bg_13{background:#1391af}

.NavUl_01 a:hover,.NavUl_01 .current a{background:#00559b;}
.bg_5f .NavUl_01 a:hover,.bg_5f .NavUl_01 .current a{background:#25190f;}
.bg_cc .NavUl_01 a:hover,.bg_cc .NavUl_01 .current a{background:#951414;}
.bg_11 .NavUl_01 a:hover,.bg_11 .NavUl_01 .current a{background:#047c03;}
.bg_13 .NavUl_01 a:hover,.bg_13 .NavUl_01 .current a{background:#107991;}
.brT_0f{border-top:2px solid #0f74ce;}/*蓝色边框*/
.brT_5f{border-top:2px solid #5f5344;}/*棕色边框*/
.brT_cc{border-top:2px solid #cc0404;}/*红色边框*/
.brT_11{border-top:2px solid #119b12;}/*绿色边框*/
.brT_10{border-top:2px solid #107991;}/*红色边框*/
.cr_00{color:#00559b;}/*蓝色*/
.cr_67{color:#67a621;}/*绿色*/
.cr_5f{color:#5f5344;}/*棕色*/
.cr_cc{color:#cc0404;}/*红色*/
.cr_10{color:#107991;}/*浅蓝色*/

.freeApply{width:121px;height:30px;margin-left:151px;}
.blueBtn{background:url(/statics/img/xkw/bg.png) no-repeat -100px 0;}/*蓝色*/
.green{background:url(/statics/img/xkw/bg.png) no-repeat  -225px 0;}/*绿色*/
.red_btn{background:url(/statics/img/xkw/bg.png) no-repeat  -355px 0;}
.wathetBtn{background:url(/statics/img/xkw/bg.png) no-repeat  -485px 0;}/**/

.administrative p{padding-left:20px;margin-right:15px;}
.administrative .no1{background:url(/statics/img/xkw/bg.png) no-repeat 0 -647px;}
.administrative .no2{background:url(/statics/img/xkw/bg.png) no-repeat 0 -705px;}
.administrative .no3{background:url(/statics/img/xkw/bg.png) no-repeat 0 -755px;}
.freeBtn{background:url(/statics/img/xkw/bg.png) no-repeat -220px -340px;width:144px;height:41px;line-height:41px;}
/*------专业------*/
.w723{width:723px;}
.w750{width:750px;}
.w760{width:780px;}
.w215{width:215px;}
.h62{height:62px;}
.pl305{padding-left:305px;}
.t_specialtyCon{height:92px;}
.specialtyImg{top:20px;left:35px; z-index:2;}
.b_specialtyCon{min-height:145px;_height:145px;}
.join{bottom:25px; left:305px;width:614px;}
.administrative{line-height:41px; width:440px;}
.btnTxtArea{width:614px;}
.arrows{background:url(/statics/img/xkw/bg.png) no-repeat -100px -40px;width:14px;height:8px;overflow:hidden;top:-8px;left:25px;}
*html .arrows{top:-7px;}/*IE6*/
.allSpecialtyCon p{margin:0 15px;line-height:24px;font-size:14px;margin-bottom:20px;}
.allSpecialtyCon h3{text-align:center;font:18px/30px Microsoft YaHei;margin:20px 0 10px 0;font-weight:bold;}
.allSpecialtyCon{margin-bottom:32px;}
/*.allSpecialtyCon{margin:20px 15px 0 15px;}*/
/*适读人群*/
.readCon{padding:12px 0 22px 18px;}
.creditTable{border:1px solid #ecebeb;}
.creditTable td{width:134px;height:32px;}
.tagTr01 td{background:#efefef;border-right:1px solid #e5e5e5;}

.tagTr02 td{background:#fff;border-right:1px solid #ecebeb;}
.tagTr02 .now4,.tagTr01 .now4{border:none;}

.specialtySchool{padding:13px 12px 17px 13px;}
.brLRT_none{border-left:none;border-right:none;border-top:none;}
/*热门问答*/
.hotUl div{padding:7px 6px 6px 5px;width:168px;margin:6px 0 10px 14px;}
.h13{height:13px;overflow:hidden;}
.hotUl h2{padding-left:13px;background:url(/statics/img/xkw/bg.png) no-repeat 0 -426px;}
.hotUl h3{padding-left:13px;background:url(/statics/img/xkw/bg.png) no-repeat 0 -426px}
.hotUl .current{background:url(/statics/img/xkw/bg.png) no-repeat 0 -460px}
.hotArrows{background:url(/statics/img/xkw/bg.png) no-repeat -100px -55px;width:10px;height:6px;overflow:hidden;top:-6px;left:14px;}
/*顶部固定*/
.topStrip{position:absolute; top:0; z-index:15;width:100%;height:53px;padding-top:7px; display:none;}
.topStrip span{background:#696969;padding:2px 3px;}
.topStrip div.fl{width:700px;}
.topStrip div{padding-right:30px;width:920px;}
/*------内容详情------*/
.w215{width:215px;}
.articleLeft{padding:6px 35px 15px 35px;}
.source{margin:0 42px;}
.flow p{width:156px;height:22px;line-height:22px;margin:0 auto;}
.flow .bottomArrows{background:url(/statics/img/xkw/bg.png) no-repeat -115px -440px;height:6px;line-height:6px;overflow:hidden;margin:3px auto 4px auto;}
.theChartsUl{padding:11px 0 10px 7px;}
.theChartsUl .left{overflow:hidden;width:14px;height:14px;line-height:14px;background:#c3c3c3;margin-top:3px;}
.theChartsUl li{margin-bottom:8px;}
.theChartsUl .end{margin-bottom:0;}

/*------列表页面------*/
.listUl{padding:8px 13px 10px 12px;}
.listUl li{height:30px;}

.fengye ul{list-style:none;}
.fengye ul li{float:left; border:solid 1px #ddd; margin:10px 5px; padding:0px 5px;}

.companyH{bottom:-3px;height:30px;z-index:1;border-bottom:3px solid #dc1c21;}
.solidGay{height:3px;overflow:hidden;}
.Listpage li,.Listpage p{display:inline-block; margin:0;font-size:12px;}
.Listpage li,.Listpage p{*display:inline;}
.Listpage a{border:1px solid #eeebeb;width:60px;height:20px;line-height:20px;text-align:center;margin-left:2px; display:inline-block;font-size:12px;}
.pageSpecialty a,.pageSpecialty span{width:20px;display:inline-block;margin:0 2px;}
.pageSpecialty .a1{width:60px;}
.pageSpecialty .hover,.pageSpecialty .hover:hover{border:none;background:none;width:auto;margin-right:10px;}
.Listpage span{margin-right:10px;}
.Listpage .current{background:#eeebeb;font-weight:bold;}
.Listpage a:hover{background:#eeebeb;text-decoration:none}
.Listpage .num{width:20px;}
.ListpageAbsolute{bottom: -35px;right:-15px;z-index: 21;}
/*------网院列表------*/
.schoolListCompanyH{border-bottom:3px solid #046cc3;padding:0 0 5px 0;}
.schoolListCompanyH_67{border-bottom:3px solid #67a621;}/*绿色*/
.schoolListCompanyH_5f{border-bottom:3px solid #5f5344;}/*棕色*/
.schoolListCompanyH_cc{border-bottom:3px solid #cc0404;}/*红色*/
.schoolListCompanyH_10{border-bottom:3px solid #107991;}/*浅蓝色*/

/*------网院简介------*/
.tagUl li{margin-right:32px;}
.tagUl .current{border-bottom:3px solid #dc1c21;}
.tagUl{bottom:-5px;}



/*文章页*/
.art_con{ margin:1px; background:url(/statics/img/xkw/art_bg.gif) repeat-x 0 0;}
.art_con h1{ text-align:center; line-height:28px; height:28px; font-weight:bold;padding-top:22px; font-family:Microsoft YaHei; font-size:20px; color:#232323;}

.art_hdetal{ line-height:45px; height:45px; text-align:center; border-bottom:1px solid #dedede; margin:0 15px;}
.art_hdetal span{padding:0 24px;}
.art_content{ padding:10px 25px 20px;}
.art_content p,.art_content div{ padding:10px 0;font-size:14px; font-family:'宋体'; line-height:24px;}
.art_content div{ padding:7px 0px;}
.art_content table td{ line-height:20px;}
.art_content table td p{ padding:2px 0px; line-height:20px;}
.cont p {margin:10px 0 0 0;}

/*右侧float*/
#live800{display:block;position:absolute;right:15px;margin-top:-167px;z-index:990;}
/*404*/

.apply_suc{margin:100px auto;width:732px;}
.app_suc_con{ padding:60px 0 70px 208px;}
.app_suc_con h2{color:#dc1c21; font-size:24px;}
.apply_time{font-family:Verdana;}
.apply_suc pre{ background:#f1f0f0;}
/*404*/
#erro{ background:#f8f8f8;}
#erro a{}
#erro h2{ font-size:14px; font-weight:600;}
/*------尾部------*/
.footerInfoCon li{height:84px;}
.InfoCon01{width:175px;}
.InfoCon02{width:201px;}
.InfoCon03{padding:0 46px 0 58px;}
.InfoCon04{width:200px;padding-right:50px;}
.reference{background:url(/statics/img/xkw/bg.png) 513px -498px no-repeat;padding-right:35px;}
.f_InfoUl{height:52px;padding-left:86px;}
.f_InfoUl li{height:43px; margin:0 96px 0 0;}
.f_InfoUl .now1{}
.f_InfoUl .now2{}
.f_InfoUl .now3{}

.school_tc{background:url(/statics/img/xkw/bg.png) no-repeat -125px -40px;width:101px;height:30px;line-height:30px;}
.drop_down{height:35px; width:170px; float:left;}
.drop_left{background:url(/statics/img/xkw/bg.png) no-repeat 0 -310px; height:35px; width:143px; line-height:35px; text-indent:10px;}
.drop_right{background:url(/statics/img/xkw/bg.png) no-repeat -160px -310px; width:26px; height:35px; cursor:pointer;}
.dorpList{border:1px solid #dcdcdc; width:161px; position:absolute; left:3px; top:30px; border-top:none; z-index:111; background:#FFF;}
.dorpListTwo{height:260px; overflow-y:auto; overflow-x:hidden;}
.dorpList li {height:20px; line-height:20px; overflow:hidden; float:left;}
.dorpList li a{width:150px; display:block; padding-left:10px; line-height:20px; margin-left:1px;}
.dorpList li a:hover{background:#CCC; text-decoration:none;}
.drop_w220 {width:220px;}
.drop_w220 .drop_left{background:url(/statics/img/xkw/bg.png) no-repeat 0 -350px; width:193px;}
.drop_w220 .dorpList {width:211px;}
.drop_w220 .dorpList li a {width:200px;}
.nub01{z-index:999;}
.nub02{z-index:888;}


#seletCon1 .inputBgcurrent{border:0;}
#seletCon1 .drop_down{height:37px; width:106px; float:left;}
#seletCon1 .drop_left{background:url(/statics/img/xkw/baoming_drop_left.jpg) no-repeat; height:37px; width:77px; line-height:37px; text-indent:10px;}
#seletCon1 .drop_right{background:url(/statics/img/xkw/baoming_drop_right.jpg) no-repeat; width:27px; height:37px; cursor:pointer;}
#seletCon1 .dorpList{width:487px; position:absolute; border:0; left:0; top:30px; z-index:111; background:#FFF;}
#seletCon1 .dorpList .dorplisttop {float:left; width:487px; height:4px; background:url(/statics/img/xkw/baoming_droplisttop.jpg) no-repeat;}
#seletCon1 .dorpList .dorplistbm {float:left; width:487px; height:5px; background:url(/statics/img/xkw/baoming_droplistbm.jpg) no-repeat;}
#seletCon1 .dorpList ul {float:left; width:487px; background:url(/statics/img/xkw/baoming_droplistmid.jpg) repeat-y; padding:5px 0 5px 0;}
#seletCon1 .dorpList li {height:25px; line-height:25px; overflow:hidden; float:left; display:inline; margin:0 0 0 10px;}
#seletCon1 .dorpList li a{display:block; width:auto; float:left; padding:0 5px 0 5px; line-height:25px; font-size:12px; cursor:pointer;}
#seletCon1 .dorpList li a:hover{background:#e4e4e4; text-decoration:none;}

/*----------------------------lzy end----------------------------*/

/*----------------------------zwl start----------------------------*/
.near {height:315px; overflow:hidden;}
.near .tit{margin-bottom:10px;}
.near .rec_sch {height:257px;}
.near .rec_sch .pic{ overflow:hidden;}
.near .rec_sch .des {background:#ffffff; opacity:0.8; filter:Alpha(Opacity=80);}
.near .rec_sch .des,.near .rec_sch .destext {height:45px; position:absolute; left:0; bottom:0;}
/*.near .rec_sch .destext {padding:5px 0 0 0;}*/
.near .rec_sch .destext span {font-size:12px; color:#666666; padding:7px 0 0 20px; display:block;}
.near .rec_sch .destext span a {color:#666666;}
.near .wh127 .destext span { width:108px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.near .rec_sch .destext ul {margin-top:2px; padding-left:20px; white-space:nowrap;}
.near .rec_sch .destext span.shortP{ padding:7px 0 0 10px;}
.near .rec_sch .destext ul.shortP{ padding:0 0 0 10px;}
.near .rec_sch .destext ul li,.near .rec_sch .destext ul li a {color:#676767; font-size:12px; line-height:14px;}
.adr {width:157px; position:absolute; top:0; right:0;}
.adr span {float:right; background:#989b9c; height:18px; line-height:18px; padding:0 8px 0 8px; color:#FFF;}
.near .wh127 {width:127px; height:127px; margin:0 0 3px 0; padding-left:8px;}
.near .wh127 .adr {width:127px;}
.near .w278 {float:left; width:270px; display:inline; margin:0 0 0 4px;}
.near .w127 {width:127px; margin:0 0 0 8px;}
.near .w127 .adr {width:127px;}
.students {float:right; width:213px; height:315px; display:inline; border:1px #ecebeb solid; border-top:2px #dd2b2f solid; margin:15px 0 0 0;}
.students .tit {float:left; width:100%; height:35px; color:#dc1c21; font-size:14px; text-indent:15px; line-height:35px; border-bottom:1px #ecebeb solid; font-family:Microsoft YaHei;}
.students ul {float:left; display:inline; width:190px; margin:10px 0 0 12px;}
.students ul li {float:left; display:inline; width:190px; border-bottom:1px #ecebeb solid; margin:0 0 10px 0; padding-bottom:10px;}
.students img {float:right; margin-top:5px;}
.mr8{margin-right:8px;}
.students ul li p {float:left; width:144px; margin-top:2px;}
.students ul .bornone {border:0;}
.studentsCon{height:264px;overflow:hidden;width:100%;}

.train {height:auto; width:948px;}
.trainlist {float:left; display:inline; margin:13px 0 13px 0; }
.trainlist li {float:left; width:220px; overflow:hidden; display:inline; margin:0 0 0 13px; position:relative;} 
.trainlist li .pic{ width:220px; height:181px; overflow:hidden;}
.trainlist .des,.trainlist .destext { width:100%; height:54px; position:absolute; left:0; bottom:0;}
.trainlist .des {background:#000; opacity:0.5; z-index:2; filter:Alpha(Opacity=50);}
.trainlist .destext {z-index:10; height:54px;}
.trainlist .destext strong { height:23px; color:#FFF; font-size:14px; font-weight:600; padding-left:10px; margin:5px 0 0 0; display:block;}
.trainlist .destext strong a {color:#FFF;}
.trainlist .destext span { color:#FFF; padding:0 0 0 10px; display:block;}

.study {float:left; display:inline; width:925px; margin:13px 0 0 12px; padding-bottom:8px;}
.study li,.study li a {float:left; display:inline; margin:0 5px 0 0; height:26px; line-height:26px; white-space:nowrap;}
.iso {float:left; display:inline; margin:10px 0 0 0;}



.proname a,.proname strong{font-size:14px; font-weight:bold; color:#e33b3b; height:22px; line-height:22px; overflow:hidden;}
.proname strong { display:block; padding:0 0 0 22px; height:22px; line-height:22px; overflow:hidden;}
.proname p{height:21px;line-height:21px;}
.proname span a{font-size:12px;color:#666;}
.credit span,.credit b,.schooling span,.schooling b {float:left; width:100%; height:22px; line-height:22px;}
.credit span,.schooling span {font-size:14px; height:22px; line-height:22px;}

.pages {float:right; display:inline; margin:10px 0 0 0;}
.pages span,.pages a {float:left; display:inline; margin:0 0 0 10px; height:22px; line-height:22px;}
.pages a {display:block; height:20px; line-height:22px; overflow:hidden; border:1px #edebeb solid; padding:0 8px 0 8px;}
.pages a:hover {color:#666666; font-weight:bold; background:#eeebeb; text-decoration:none;}
.competitive {float:left; width:213px; overflow:hidden;  border:1px #edebeb solid; padding-bottom:15px;}
.competitive .tit,.w215 .toplist .tit { width:100%; height:35px; line-height:35px; border-bottom:1px #edebeb solid; text-indent:12px; font-family:Microsoft YaHei; background:#FFF; color:#666666; font-size:14px;} 
.w215 .toplist {border-top:1px #edebeb solid; margin-top:10px;}
.competitive ul {width:143px; margin:0 auto;}
.competitive ul li { /*float:left;*/ display:block; margin:15px auto 0; /*width:143px;*/ width:130px; overflow:hidden;}
.competitive .competitiveUl {width:198px;}
.competitive .competitiveUl li{width:auto;}
.competitive ul li strong,.competitive ul li span {width:100%; text-align:center; float:left;}
.competitive ul li strong a {font-weight:bold; height:23px; line-height:23px;}
.w215 .toplist ul li font {width:14px; height:14px; background:#c3c3c3; color:#FFF; line-height:14px; font-size:12px; font-weight:normal;}

.xlzylist {float:left; display:inline; margin:10px 0 0 0;}
.xlzylist li {float:left; width:295px; display:inline; margin:0 10px 0 0; height:27px; line-height:27px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.xlzylist li strong a {font-weight:bold;}
.xlzylist li span {margin:0 0 0 7px;}
.zypx {float:left; display:inline; margin:15px auto 0; padding-bottom:15px;}
.zypx li {float:left; width:205px; display:inline; margin:0 10px 0 0; height:52px; line-height:52px;}
.zypx li img,.zypx li a {float:left; display:inline;}
.zypx li a {height:52px; line-height:52px; margin:0 0 0 10px; font-weight:bold;}

/*------全部专业------*/
.allSpecialtyCon{float:none;width:685px;}
.allSpecialtyCon ul li:hover{background:#F8F8F8;}
.searchlist ul li{width:100%;}
.allSpecialtyUl .proname,.allSpecialtyUl  .credit,.allSpecialtyUl  .schooling{border:none;}

.xxjj {width:360px; position:absolute; left:550px; top:50px;}
.xxjj strong {font-size:20px; font-family:"微软雅黑"; color:#156caa;}
.xxjj strong,.xxjj font {width:100%; float:left;}
.xxjj font {line-height:19px; padding-top:7px;}
.xxjj a {text-decoration:underline; height:30px; line-height:30px; color:#156caa;}
.zong strong,.zong a {color:#5f5344;}
.lv strong,.lv a {color:#119b12;}
.ql strong,.ql a {color:#1391af;}

/*学习中心百度地图*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.bimgnone {background-image:none;}

/*活动专区 */
.w660 {width:660px;}
.w280 {width:280px;}
.w278 {width:278px;}
.w930 {width:930px;}
.w385 {width:385px;}
.bd_ec {border:1px #ecebeb solid;}
.activity_fla {float:left; width:660px; height:290px;}
.activity_fla_tit {float:left; display:inline; margin-top:-30px; width:663px;}
.activity_fla_tit li {float:left; display:inline; margin:0 1px 0 0; width:220px; height:30px; overflow:hidden; line-height:30px; text-align:center; background:#000000; opacity:0.7; filter:Alpha(Opacity=70);}
.activity_fla_tit li a {color:#FFF; text-decoration:none;}
.activity_fla_tit .current {opacity:0.5; filter:Alpha(Opacity=50);}
.activity_fla_tit .current a{color:#736d64;}
.bursary {background:#f8f8f8; height:80px;}
.bursary .jxjyh {float:left; width:330px; text-align:center; padding-top:6px; position:relative;}
.jxjyhTit{ height:74px; cursor:pointer; position:relative;}
.bursary .jxjyh .pic,.bursary .jxjyh span { width:100%; text-align:center; float:left;}
.bursary .jxjyh .pic {height:38px; overflow:hidden;}
.bursary .jxjyh span {line-height:14px;}
.bursary .jxjyh em {width:13px; height:7px; background:url(/statics/img/xkw/bg.png) no-repeat -336px -390px; display:inline-block; cursor:pointer; position:absolute; left:160px; bottom:5px;}
.jxjcon {width:330px; z-index:1111; background:#f8f8f8; position:absolute; top:60px; left:0; padding-bottom:10px; display:none;}
.jxjcon .tit {color:#515151; font-size:20px; font-family:'\5FAE\8F6F\96C5\9ED1'; line-height:26px; padding:40px 0 20px 0;}
.red {color:#e60012;}
.jxjcon ul {float:left; width:280px; display:inline; margin:0 0 0 28px;}
.jxjcon ul li {float:left; text-align:left; width:280px; overflow:hidden; background:url(/statics/img/xkw/activity_point.jpg) no-repeat left center; text-indent:10px; white-space:nowrap;}
.jxjcon p {float:left; display:inline; width:280px; text-align:left; margin:0 0 0 28px; padding-top:10px;}
.jxjcon .ljxq { float:left; width:102px; height:28px; background:url(/statics/img/xkw/bg.png) no-repeat -368px -390px; display:inline; margin:15px 0 0 25px; color:#FFF; text-align:center; line-height:28px; font-size:14px; font-weight:bold;}
.jxjcon .ml50 {margin-left:50px;}
.bursary .jxjyh .activity_hide {float:left; display:inline; width:100%; text-align:center; margin:10px 0 0 0;}
.bursary .jxjyh .activity_hide em { background:url(/statics/img/xkw/bg.png) no-repeat -336px -397px;}
.whd {float:left; height:288px;}
.whd .tit {float:left; width:100%; height:37px; border-bottom:1px #ecebeb solid; line-height:37px;}
.whd .tit span {float:left; text-indent:10px; font-size:14px; font-weight:bold;}
.whd .tit .more {float:right; display:inline; margin:0 10px 0 0;}
.whd ul {float:left;}
.whd ul li {float:left; display:inline; width:132px; text-align:center; margin:10px 0 0 0;}
.whd ul li span {float:left; padding:0 15px 0 15px; }
.actmore {height:78px;}
.actmore p {float:left; display:inline; width:130px; margin:20px 0 0 14px;}
.actmore ul {float:left;}
.actmore ul li {float:left; display:inline; margin:17px 0 0 13px;}
.actmore ul li.frcodeTwo{ padding:10px; border:1px solid #e3e3e3; position:absolute; top:61px; left:-56px; background:#FFF; display:none;}
.xshd .tit {float:left; width:100%; height:36px;}
.xshd .tit span {float:left; height:36px; line-height:36px; padding:0 5px 0 5px; font-size:14px; font-weight:bold;}
.hdjjh { width:573px; height:430px; border-right:1px #ecebeb solid;}
.act_tit {float:left; width:100%; height:26px;}
.act_tit span {float:left; font-size:14px; font-size:14px; font-weight:bold; color:#58585a; text-indent:20px;}
.act_tit .more {float:right; display:inline; margin:0 32px 0 0;}
.hdjjh ul {float:left;}
.hdjjh ul li {float:left; width:512px; display:inline; margin:10px 0 0 20px;}
.hdjjh ul li .pic {float:left; padding:3px; border:1px #ecebeb solid;}
.hdjjh ul li .pic img {float:left;}
.hdjjh ul li strong {font-size:14px;}
.xszs {width:322px; height:445px;}
.xszstit span {float:left; font-size:14px; font-size:14px; font-weight:bold; color:#58585a;}
.xszstit .more {float:right; height:30px; line-height:30px; display:inline; margin:0 18px 0 0;}
.zszs_video {float:left; display:inline; margin:10px 0 0 0;}
.list_tj {float:left;}
.list_tj strong {width:322px; float:left; height:36px; line-height:36px; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:14px;}
.xszs ul {float:left; display:inline; margin:10px 0 0 0;}
.xszs ul li {float:left; width:322px; text-indent:10px; background:url(/statics/img/xkw/activity_point.jpg) no-repeat left center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.frarrowTop{ position:absolute; top:-6px; left:50%; margin-left:-7px;} 
.frcodeTwo span {float:left; width:140px;}
/*----------------------------zwl end----------------------------*/

/*----------------------------lds start----------------------------*/
.top{ position:relative; left:0; top:0; z-index:12;}
.codeTwo{ width:129px; height:129px; border:1px solid #e3e3e3; position:absolute; top:30px; left:48px; background:#FFF; display:none;}
.arrowTop{ position:absolute; top:-6px; left:50%; margin-left:-7px;}
.navUl { position:relative;}
.navNow6{ position:absolute; top:0; right:0;}
.navNow7,.navNow8{ font-size:12px; display:none;}
.navNow7 a{ width:90px;}
.navNow8 a{ width:116px;}
#sidebar{ top:-12px; left:0; z-index:11; height:343px; width:180px;}
/* 焦点图*/
#slides{width:531px; height:256px;position:relative; top:0px;left:0px;z-index:10;/*display: none;*/}
.slides_container {width:531px;overflow:hidden;position:relative;display:none;height:256px;}
.slides_container div.slide {width:531px;height:256px;display:block;}
#slides .next,#slides .prev {position:absolute;top:67px;left:0px;width:40px;height:100px;display:block;z-index:101;background:url(/statics/img/xkw/bg.png) no-repeat -368px -340px;opacity:0.15;filter:alpha(opacity=15); display:none;}
#slides .next {left:585px;background-position:-50px 0;}
#slides .next:hover,#slides .prev:hover{opacity:0.5;filter:alpha(opacity=50)}
.pagination {position:absolute;right:20px;bottom:5px;_bottom:2px;z-index:33;}
.pagination li {float:left;margin:0 2px;list-style:none;width:25px;height:10px;background:#CCCCCC;}
.pagination li a {display:block;width:25px;height:10px; font-size:0px; line-height:0px;}
.pagination li.current{background:#fff;}
.caption {z-index:500;position:absolute;bottom:0px;left:0;height:20px;background:#000;opacity:0.4;filter:alpha(opacity=40);width:531px;font-size:1.3em;color:#fff;text-shadow:none;}
/*slidesjs(轮播)*/
.slidesjs-navigation {margin-top:3px;}
.slidesjs-previous {margin-right: 5px;float: left;}
.slidesjs-next {margin-right: 5px;float: left;}
.slidesjs-pagination {position:absolute; left:0; bottom:0;width:531px; height:30px;line-height:30px;opacity:0.4; filter:alpha(opacity=40);background:#000;z-index:100;text-align:right; padding-left:365px; }
.slidesjs-pagination li { width:22px; height:4px; overflow:hidden;margin: 15px 5px 0; float:left;}
.slidesjs-pagination li a {display: block;width: 22px;height: 0;padding-top: 4px;background-image: url(../images/pagination.png);background-position: 0 0;float: left;overflow: hidden;font:300 1px/1px arial;}
.slidesjs-pagination li a.active,.slidesjs-pagination li a:hover.active {background-position: 0 -8px}
.slidesjs-pagination li a:hover { background-position: 0 -12px}

.phone{position:relative; width:109px; height: 30px;}
.file{opacity: 0; position: absolute; left: 0; top: 0; width: 109px; height: 30px;}
.live800{ padding:7px; width:106px; border:4px solid #e6e6e6;}
#tanBoxs{ width:340px;  position:absolute; top:50%; left:50%; background:#FFF; z-index:999;}
.bigBlackBg{height:100%;width:100%;position:absolute;background:#000;opacity:0.5;filter:alpha(opacity=50);left:0;top:0;z-index:998;}
.showBox{ position:absolute; top:200px; right:60px;}
._jin li{ line-height:35px;}
.special_list{ position:relative; width:850px; padding-left:100px;}
.special_list .level{ width:100px; position:absolute; left:0; top:5px; text-align:left; font-weight:600; text-indent:20px;}
.collegeH{ margin:0 18px; padding:10px 0;}
.collegeBgon{ background:#f8f8f8;}
/*----------------------------lds end----------------------------*/

.xxzylist {margin-left:12px;;}
.xxzylist li {float:left; width:50px; padding-bottom:0px; margin-bottom:0px;}

/*----------------------------搜索开始----------------------------*/
.pagess a:link { 
	color: #c82626; 
	text-decoration: none; 
} 
.pagess a:visited { 
	text-decoration: none; 
	color: #c82626; 
} 
.pagess a:hover { 
	text-decoration: none; 
	color: #c82626; 
} 
.pagess a:active { 
	text-decoration: none; 
	color: #c82626; 
} 
.pagess {
	font-size:12px; color:#666666;
	text-align:center;
	margin-top:10px;
	padding:20px;
	background-color:#dddddd;
} 
.pagess span {
	margin:2px;
	padding:2px 5px;
	border:1px solid #aaaaaa;
} 
.zylists {
	width:976px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	line-height:18px;
}
.zylist {
	background-color:#eeeeee;
	margin-top:10px;
	padding:10px;
}
.zylist img {
	width:120px;
	height:120px;
}
.ul_xx_zy_list {
	margin-top:10px;
	padding:5px;
	border-bottom:1px solid #cccccc;
}
.ul_xx_zy_list li {
	float:left;
}
.ul_xx_zy_list1 {
	margin-top:10px;
	padding:5px;
	font-size:14px;
	font-weight:800;
	border-bottom:1px solid #cccccc;
}
.ul_xx_zy_list1 li {
	float:left;
}
/*----------------------------搜索结束----------------------------*/


.muqianbaomingrenshu { 
	float:right; color:#ffffff; font-size:19px; font-weight:800; padding-right:20px;
}

/*首页*/
.zsyxmenu li {float:left;width:25%;filter:alpha(Opacity=40);-moz-opacity:0.4;opacity: 0.4;}
.zsyxmenu li img {width:235px;margin-left:5px;}
.zsyxmenu li.zsyx_down {filter:alpha(Opacity=100);-moz-opacity:10;opacity: 10;}