@charset "utf-8";
*{padding:0;margin:0;}
body{font-size:12px;color: #333333;font-family:宋体;}
.clear{clear:both;overflow:hidden;+overflow:visible;}
li{list-style-type:none;}


/*******************************/
/*全局链接*/
a:link {
	color: #014461; text-decoration: none;
}
a:visited {
	color: #014461; text-decoration: none;
}
a:hover {
	color: #014461; text-decoration: underline;
}
a:active {
	color: #014461; text-decoration: none;
}
/*蓝色链接*/
a.blue_:link {
	color: #014461; text-decoration: none;
}
a.blue_:visited {
	color: #014461; text-decoration: none;
}
a.blue_:hover {
	color: #014461; text-decoration: underline;
}
a.blue_:active {
	color: #014461; text-decoration: none;
}
/*blue 14px*/
a.blue_14:link {
	color: #014461; text-decoration: none;font-size:14px;
}
a.blue_14:visited {
	color: #014461; text-decoration: none;font-size:14px;
}
a.blue_14:hover {
	color: #014461; text-decoration: underline;font-size:14px;
}
a.blue_14:active {
	color: #014461; text-decoration: none;font-size:14px;
}
/*blue bold*/
a.blue_bold:link {
	color: #014461; text-decoration: none;font-weight:bold;
}
a.blue_bold:visited {
	color: #014461; text-decoration: none;font-weight:bold;
}
a.blue_bold:hover {
	color: #014461; text-decoration: underline;font-weight:bold;
}
a.blue_bold:active {
	color: #014461; text-decoration: none;font-weight:bold;
}
/*黑色*/
a.black_:link {
	color: #000; text-decoration: none;
}
a.black_:visited {
	color: #000; text-decoration: none;
}
a.black_:hover {
	color: #000; text-decoration: underline;
}
a.black_:active {
	color: #000; text-decoration: none;
}
/*白色*/
a.bai_:link {
	color: #fff; text-decoration: none;
}
a.bai_:visited {
	color: #fff; text-decoration: none;
}
a.bai_:hover {
	color: #fff; text-decoration: underline;
}
a.bai_:active {
	color: #fff; text-decoration: none;
}
/*外部容器*/
#warp1{
width:100%;
background:url(/web2012/images/blue.gif) no-repeat 50% 0;　　/*不能fixed,也不能加背景色*/
overflow:auto;/*因为会自动被拉开，故一定要加overflow:auto;*/
}
#warp2{width:100%;height:820px;
background:url(/web2012/images/foot.png) no-repeat 50% 100%;
_background:url(/web2012/images/foot.gif) no-repeat 50% 100%;
overflow:auto;
}
#warp{width:974px;margin:0px auto;}
/*header*/
#head{width:974px;height:90px;float:left;}
  #head #logo{float:left;width:300px;height:90px;background:url(/web2012/images/LOGO.png) no-repeat 50% 50%;}
  .logoa{width:300px;height:90px;display:block;text-decoration:none;}
  .logoa:link {
	color: #000; text-decoration: none;
  }
  .logoa:visited {
	color: #000; text-decoration: none;
  }
  .logoa:hover {
	color: #000; text-decoration: none;
  }
  .logoa:active {
	color: #000; text-decoration: none;
  }
  #head #change_search{float:left;width:674px;height:90px;}
        /*#change_{float:right;margin-right:1px;margin-top:24px;margin-bottom:0px;height:10px;width:99px;}*/  /*原来有换肤功能的宽度*/
        #change_{float:right;margin-right:1px;margin-top:24px;margin-bottom:0px;height:10px;width:240px;text-align:right;color:#fff;}  /*后来加了导航的宽度，且文字居右---20120513*/
        #change_ ul{float:left;margin-right:0px;}
        #change_ ul li{width:11px;height:10px;float:left;display:inline;}

          #change_ ul #fl_{background:url(/web2012/images/change.gif) no-repeat left -12px;cursor:pointer;}
          #change_ ul #rs_{background:url(/web2012/images/change.gif) no-repeat -19px 0;cursor:pointer;}
          #change_ ul #hy_{background:url(/web2012/images/change.gif) no-repeat -38px 0;cursor:pointer;}
          #change_ ul #hs_{background:url(/web2012/images/change.gif) no-repeat -57px 0;cursor:pointer;}
          #change_ ul #ns_{background:url(/web2012/images/change.gif) no-repeat -76px 0;cursor:pointer;}


          #change_ ul #fl_.selected{background:url(/web2012/images/change.gif) no-repeat left -12px;cursor:pointer;}
          #change_ ul #rs_.selected{background:url(/web2012/images/change.gif) no-repeat -19px 0;cursor:pointer;}
          #change_ ul #hy_.selected{background:url(/web2012/images/change.gif) no-repeat -38px 0;cursor:pointer;}
          #change_ ul #hs_.selected{background:url(/web2012/images/change.gif) no-repeat -57px 0;cursor:pointer;}
          #change_ ul #ns_.selected{background:url(/web2012/images/change.gif) no-repeat -76px 0;cursor:pointer;}
        #search_{float:right;margin-right:1px;margin-top:22px;margin-bottom:0px;height:20px;width:240px;background:url(/web2012/images/s1.gif) no-repeat left -184px;}
            #form_s_input{float:left;width:184px;height:19px;}
               #form_s_input #keys{width:160px;height:18px;border:0px solid #ddd;margin-left:22px;font-size:12px;font-family:宋体;line-height:18px;color:#666;}
            #form_s_submit{float:left;width:56px;height:19px;margin-right:0px;}
            #form_s_submit a{display:block;width:56px;height:19px;}
/*nav*/
.nav{width:974px;height:27px;float:left;position:relative;} /*这里为最顶级的position:relative;的层加了z-index:1110;这样在IE6下下拉菜单就不会被幻灯片图挡住。而不是 .nav ul li下position:relative;上加多少都没用，怪！*/
.navl{position:absolute;left:0;width:9px;height:27px;background:url(/web2012/images/s1.gif) no-repeat 0 -137px;}
.navr{position:absolute;right:0;width:9px;height:27px;background:url(/web2012/images/s1.gif) no-repeat right -137px;}
/*原来是.nav ul li现在换成.nav #jsddm li  ，必须要这样写，否则直接用ul之后子菜单是蓝色背景，怪！*/
.nav #jsddm{margin-left:9px;width:956px;height:27px;background:url(/web2012/images/s1_nav_bg.gif) repeat-x;} /*FF,CHROME中ul不加宽度，高度不显示背景与IE不兼容。*/
.nav #jsddm li{float:left;line-height:27px;display:inline;text-align:center;font-size:14px;padding-left:7px;position:relative;/*加了这个postion之后，在chorme,IE6下才有下拉菜单出来了*/ }/*要不背景*/
.nav #jsddm .n_nav{float:left;line-height:27px;display:inline;text-align:center;font-size:14px;padding-left:7px;background:url(/web2012/images/s1.gif) no-repeat right -238px;}
.nav #jsddm li a{display: block;float:left;color:#FFF;padding:0 14px;white-space: nowrap;} /* li a中的padding为 li中的padding-left的2倍，这样文字才能居中。*/
.nav #jsddm li a:link{color:#FFF;text-decoration: none;}
.nav #jsddm li a:visited{color:#FFF;text-decoration: none;}
.nav #jsddm li a:hover{color:#FFF;text-decoration: underline;}
.nav #jsddm li a:active{color:#FFF;text-decoration: none;}
.nav #jsddm li.select{background:url(/web2012/images/s1.gif) repeat-x 0 -240px; position:relative;margin-top:-4px;}
.nav #jsddm li.select a{background:url(/web2012/images/s1.gif) repeat-x right -240px;height:33px;line-height:33px;color:#333; text-indent:-3px;}

/*选中*/
/*选中的padding-left:8，不能为10 否则会变形。*/
.nav #jsddm .curr{float:left;line-height:27px;display:inline;text-align:center;font-size:14px;padding-left:6px;background:url(/web2012/images/s1.gif) no-repeat right -238px;}
.nav #jsddm .curr a{float:left;color:#FFF;padding:0 14px;font-weight:bold;white-space: nowrap;} /* li a中的padding为 li中的padding-left的2倍，这样文字才能居中。*/
.nav #jsddm .curr a:link{color:#FFF;text-decoration: none;font-weight:bold;}
.nav #jsddm .curr a:visited{color:#FFF;text-decoration: none;font-weight:bold;}
.nav #jsddm .curr a:hover{color:#FFF;text-decoration: underline;font-weight:bold;}
.nav #jsddm .curr a:active{color:#FFF;text-decoration: none;font-weight:bold;}

/*下拉菜单部份，重点防止子元素CSS被继承，所以用ID或class写比较好，不要直接用标签元素，切记切记。*/
            #jsddm li .submenu{
                        left:4px;
                        top:27px;
                        /* 只有为position:absolute时这个left:  top:才有效。*/
                        width:auto;	
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
                        background:#e9e9e9;   /*如果加了背景色，那么下面的A的背景色也要一致*/
                        }
		
			#jsddm li .submenu .submenu_li{	
                                clear:both;  /*加了这句是清除CSS样式，不要继随父ul li中的CSS样式，一直左浮动，只适用于浮动*/
                                float: none;
				display: inline; 
                         }
			#jsddm li .submenu .submenu_li a{
                              
                                font-weight:normal;	
                                width: auto;
				/* background: #E1E8EB; */
                                color:#004462;
				}
			#jsddm li .submenu .submenu_li a:link{
                                font-weight:normal;	
				color: #004462;}
                        #jsddm li .submenu .submenu_li a:visited{
                                font-weight:normal;	
				color: #004462;}
			#jsddm li .submenu .submenu_li a:hover{	
                                font-weight:normal;
                                /*background: #E1E8EE;*/
                                color: #c0c0c0;
                        }

/*主体*/
#content{width:974px;margin-top:16px;margin-bottom:0px;float:left;
         min-height:400px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:400px; /*（解决ie6）*/
         background:#fff;
}

/*footer*/
#footer{width:974px;height:110px;float:left;}
  #footer_logo{width:280px;height:110px;float:left;}
        #f_conca{float:left;margin-top:22px;margin-bottom:0px;margin-left:128px;width:66px;height:64px;)}
        #f_logo{float:right;margin-top:30px;margin-bottom:0px;margin-right:0px;width:66px;height:64px;background:url(/web2012/images/s1.gif) no-repeat left -272px;}
  #footer_txt{width:694px;height:110px;float:left;}
  #footer_txt p{float:left;margin-left:10px;margin-top:20px;margin-bottom:0px;line-height:20px;}
/*default.aspx*/
#ct_left{width:322px;float:left;}
  #flash_news{width:302px;height:431px;float:left;}
  .tb{border-collapse:collapse;border-spacing:0;}
  /*不能放到div中，只能放到td中？*/
#ct_right{width:652px;float:left;}
  #school_news{width:650px;height:28px;float:left;border:solid 1px #ccc;}
  #school_news_txt{width:600px;height:28px;float:left;background:url(/web2012/images/s1.gif) no-repeat 10px -542px;line-height:28px;}
  #school_news_txt span{color:#014461;font-weight:bold;margin-left:30px;}
  #school_news_more{width:50px;height:28px;float:left;text-align:center;line-height:28px;}
  #school_news2{margin-top:8px;margin-bottom:0px;width:444px;height:400px;border-right:solid 1px #ccc;float:left;}
   /*学校，院系动态*/
   #tag_d{height:24px;width:424px;background:url(/web2012/images/s1_tab.gif) repeat-x left -256px;float:left;}

   #tag{height:24px;width:364px;float:left;}
   #tag_more{width:60px;height:24px;text-align:center;float:left;line-height:26px;}
   #tag li.tag_all{background:url(/web2012/images/s1_tab.gif) no-repeat left -140px;float:left;height:24px;}
   #tag li.tag_all a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -97px;float:left;height:24px;line-height:29px;}
   #tag li.tag_all a:link {color: #014461; text-decoration: none;}
   #tag li.tag_all a:visited {color: #014461; text-decoration: none;}
   #tag li.tag_all a:hover {color: #014461; text-decoration: underline;}
   #tag li.tag_all a:active {color: #014461; text-decoration: none;}

   #tag li.seltag{background:url(/web2012/images/s1_tab.gif) no-repeat left -185px;float:left;height:24px;}
   #tag li.seltag a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -30px;float:left;height:24px;line-height:29px;}
   #tag li.seltag a:link {color: #014461; text-decoration: none;font-weight:bold;}
   #tag li.seltag a:visited {color: #014461; text-decoration: none;font-weight:bold;}
   #tag li.seltag a:hover {color: #014461; text-decoration: underline;font-weight:bold;}
   #tag li.seltag a:active {color: #014461; text-decoration: none;font-weight:bold;}


   #tag li.tag_F{background:url(/web2012/images/s1_tab.gif) no-repeat left -64px;float:left;height:24px;}
   #tag li.tag_F a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -97px;float:left;height:24px;line-height:29px;}
   #tag li.tag_F a:link {color: #014461; text-decoration: none;}
   #tag li.tag_F a:visited {color: #014461; text-decoration: none;}
   #tag li.tag_F a:hover {color: #014461; text-decoration: underline;}
   #tag li.tag_F a:active {color: #014461; text-decoration: none;}

   #tag li.seltag_F{background:url(/web2012/images/s1_tab.gif) no-repeat left 0;float:left;height:24px;}
   #tag li.seltag_F a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -30px;float:left;height:24px;line-height:29px;}
   #tag li.seltag_F a:link {color: #014461; text-decoration: none;font-weight:bold;}
   #tag li.seltag_F a:visited {color: #014461; text-decoration: none;font-weight:bold;}
   #tag li.seltag_F a:hover {color: #014461; text-decoration: underline;font-weight:bold;}
   #tag li.seltag_F a:active {color: #014461; text-decoration: none;font-weight:bold;}
   /*
   #tag li.tag_E{background:url(/web2012/images/s1_tab.gif) no-repeat left -64px;float:left;height:24px;}
   #tag li.tag_E a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -97px;float:left;height:24px;line-height:29px;}
   #tag li.seltag_E{background:url(/web2012/images/s1_tab.gif) no-repeat left 0;float:left;height:24px;}
   #tag li.seltag_E a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -30px;float:left;height:24px;line-height:29px;}
   */

  /*tag content*/
  #tag_c{height:230px;width:424px;float:left;}
  .tagcontent{display:none;margin-top:15px;margin-bottom:15px;}
  #tag_c div.selectTag{display:block;}
  /*校报，校刊*/
   #tag_d_d{height:24px;width:424px;background:url(/web2012/images/s1_tab.gif) repeat-x left -256px;float:left;}
   #tag_dd{height:24px;width:364px;float:left;}
   #tag_d_more{width:60px;height:24px;text-align:center;float:left;line-height:26px;}
   #tag_dd li.tag_all{background:url(/web2012/images/s1_tab.gif) no-repeat left -140px;float:left;height:24px;}
   #tag_dd li.tag_all a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -97px;float:left;height:24px;line-height:29px;}
   #tag_dd li.tag_all a:link {color: #014461; text-decoration: none;}
   #tag_dd li.tag_all a:visited {color: #014461; text-decoration: none;}
   #tag_dd li.tag_all a:hover {color: #014461; text-decoration: underline;}
   #tag_dd li.tag_all a:active {color: #014461; text-decoration: none;}

   #tag_dd li.seltag{background:url(/web2012/images/s1_tab.gif) no-repeat left -185px;float:left;height:24px;}
   #tag_dd li.seltag a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -30px;float:left;height:24px;line-height:29px;}
   #tag_dd li.seltag a:link {color: #014461; text-decoration: none;font-weight:bold;}
   #tag_dd li.seltag a:visited {color: #014461; text-decoration: none;font-weight:bold;}
   #tag_dd li.seltag a:hover {color: #014461; text-decoration: underline;font-weight:bold;}
   #tag_dd li.seltag a:active {color: #014461; text-decoration: none;font-weight:bold;}


   #tag_dd li.tag_F{background:url(/web2012/images/s1_tab.gif) no-repeat left -64px;float:left;height:24px;}
   #tag_dd li.tag_F a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -97px;float:left;height:24px;line-height:29px;}
   #tag_dd li.tag_F a:link {color: #014461; text-decoration: none;}
   #tag_dd li.tag_F a:visited {color: #014461; text-decoration: none;}
   #tag_dd li.tag_F a:hover {color: #014461; text-decoration: underline;}
   #tag_dd li.tag_F a:active {color: #014461; text-decoration: none;}

   #tag_dd li.seltag_F{background:url(/web2012/images/s1_tab.gif) no-repeat left 0;float:left;height:24px;}
   #tag_dd li.seltag_F a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -30px;float:left;height:24px;line-height:29px;}
   #tag_dd li.seltag_F a:link {color: #014461; text-decoration: none;font-weight:bold;}
   #tag_dd li.seltag_F a:visited {color: #014461; text-decoration: none;font-weight:bold;}
   #tag_dd li.seltag_F a:hover {color: #014461; text-decoration: underline;font-weight:bold;}
   #tag_dd li.seltag_F a:active {color: #014461; text-decoration: none;font-weight:bold;}
   /*
   #tag li.tag_E{background:url(/web2012/images/s1_tab.gif) no-repeat left -64px;float:left;height:24px;}
   #tag li.tag_E a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -97px;float:left;height:24px;line-height:29px;}
   #tag li.seltag_E{background:url(/web2012/images/s1_tab.gif) no-repeat left 0;float:left;height:24px;}
   #tag li.seltag_E a{padding-left:20px;padding-right:20px;background:url(/web2012/images/s1_tab.gif) no-repeat right -30px;float:left;height:24px;line-height:29px;}
   */

  /*tag content*/
  #tag_d_c{height:110px;width:424px;float:left;}
  .tagcontent_d{display:none;margin-top:15px;margin-bottom:15px;}
  #tag_d_c div.selectTag_d{display:block;}


  #school_news_hots{margin-top:8px;margin-bottom:0px;width:206px;height:400px;float:left;/*background:#df8;*/}
  /*图文热点*/
  #pic_hots{height:24px;width:186px;background:url(/web2012/images/s1.gif) repeat-x 0 -593px;float:right;}
  #pic_hots span{margin-left:20px;font-weight:bold;color:#014461;line-height:18px;}
  #pic_hots_pic{height:130px;width:186px;text-align:center;float:right;}
  #pic_hots_pic img{margin:13px auto;margin-bottom:0px;}
  #pic_hots_title{height:26px;width:186px;text-align:center;float:right;}
  #pic_hots_title span{margin-left:20px;font-weight:bold;color:#014461;line-height:18px;}
  #pic_hots_content{height:65px;width:186px;float:right;}
  #pic_hots_content p{text-align:left;color:#014461;line-height:20px;width:98%;margin:0px auto;text-indent: 2em;}
  /*院系链接*/
  #part{height:122px;width:186px;border:solid 2px #c0c0c0;float:right;}
  #part ul{float:left;padding-top:4px;padding-left:4px;}
  #part ul li{height:21px;width:179px;text-align:left;float:left;background:url(/web2012/images/s1.gif) repeat-x 0 -114px;margin-bottom:2px;line-height:21px;}
  #part ul li a{margin-left:15px;}
  /*友情链接*/
  #links{height:21px;width:186px;float:right;margin-top:8px;margin-bottom:0px;}
  #links span{float:left;font-weight:bold;color:#014461;line-height:21px;}
  #links span.opt{float:right;}
  #links span.opt select{font-size:12px;height:20px;width:124px;border:solid 1px #e5e5e5;}

  /*列表样式*/
  .news_8{width:100%;float:left;}
  .news_8 li{float:left;height:24px;line-height:24px;width:100%;overflow:hidden;}
  .news_8 li .title_s{width:320px;height:24px;float:left;text-align:left;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
  .news_8 li .date_s{width:70px;height:24px;float:left;text-align:right;}
  .news_8 li .new_s{width:30px;height:24px;float:left;text-align:right;line-height:24px;}

  .news_3{width:100%;float:left;}
  .news_3 li{float:left;height:24px;line-height:24px;width:100%;overflow:hidden;}
  .news_3 li .title_s{width:320px;height:24px;float:left;text-align:left;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
  .news_3 li .date_s{width:70px;height:24px;float:left;text-align:right;}
  .news_3 li .new_s{width:30px;height:24px;float:left;text-align:right;}

  .new_img{vertical-align:middle;}
/*q_nav*/
#q_nav{width:974px;height:27px;margin-top:26px;margin-bottom:0px;background:url(/web2012/images/s1.gif) repeat-x 0 -348px;float:left;}
#q_nav ul{height:27px;}
#q_nav ul li{float:left;height:27px;line-height:27px;display:inline;text-align:center;}
/*新加 20120316，固定了*/
#q_nav ul li{width:11%;background:url(/web2012/images/s1.gif) no-repeat right -317px;}
.xm{width:172px;background:url(/web2012/images/s1.gif) no-repeat right -317px;}
.tu{width:172px;background:url(/web2012/images/s1.gif) no-repeat right -317px;}
.dang{width:152px;background:url(/web2012/images/s1.gif) no-repeat right -317px;}
.wang{width:145px;background:url(/web2012/images/s1.gif) no-repeat right -317px;}
.xin{width:145px;background:url(/web2012/images/s1.gif) no-repeat right -317px;}
.ditu{width:168px;}

/*关于二级页*/
/*主体，与金沙赌乐场上不一样，没有加背景色，其他都一样*/
#content_about{width:974px;margin-top:16px;margin-bottom:0px;float:left;
         min-height:400px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:400px; /*（解决ie6）*/
}

.about_l_top{width:226px;height:17px;background:url(/web2012/images/l_top.gif) no-repeat 0 0;float:left;margin-top:4px;margin-bottom:0px;}
.about_l_bg{width:226px;background:url(/web2012/images/l_bg.gif) repeat-y 0 0;float:left;}
.about_l_bottom{width:226px;height:17px;background:url(/web2012/images/l_bottom.gif) no-repeat 0 0;float:left;}

.about_left_nav{width:180px;margin:6px auto;}
.about_left_nav .sel{width:180px;height:34px;background:url(/web2012/images/s_line.gif) repeat-x left 32px;float:left;line-height:34px;}
.about_left_nav .sel span{background:url(/web2012/images/s1.gif) no-repeat left -504px;padding-left:12px;margin-left:50px;}

.about_left_nav{width:180px;margin:6px auto;}
.about_left_nav li{width:180px;height:34px;background:url(/web2012/images/s_line.gif) repeat-x left 32px;float:left;line-height:34px;}
.about_left_nav li span{background:url(/web2012/images/s1.gif) no-repeat left -722px;padding-left:12px;margin-left:50px;}
/* 20120331加了二级*/
.about_left_nav .sec{width:180px;
         min-height:2px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:2px; /*（解决ie6）*/
         /*overflow:auto;*/
         background:url();   /*这里要加一个空的background，否则会继承原来的li属性，有背景线条*/

         /*不能直接display:none;加在这个中，否则会网页变形了。*/
}
#sec_div{
         overflow:auto;
         display:none;
         width:180px;
         min-height:96px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:96px; /*（解决ie6）*/
         background:url(/web2012/images/s_line.gif) repeat-x left 94px;float:left;line-height:22px;
}
.about_left_nav .sec span{background:url(/web2012/images/ddot.gif) no-repeat 17px 5px;padding-left:24px;margin-left:40px; }
.about_left_nav .sec span a{font-size:12px;}
/* 20120331 end*/
/*校院学问二级菜单*/
#sec_div2{
         overflow:auto;
         display:none;
         width:180px;
         min-height:134px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:134px; /*（解决ie6）*/
         background:url(/web2012/images/s_line.gif) repeat-x left 132px;float:left;line-height:22px;
}
/*end 校院学问二级*/

/*名师风采二级菜单*/
#sec_div3{
         overflow:auto;
         display:none;
         width:180px;
         min-height:84px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:84px; /*（解决ie6）*/
         background:url(/web2012/images/s_line.gif) repeat-x left 82px;float:left;line-height:22px;
}
/*end 名师风采二级*/

/*传统活动二级菜单*/
#sec_div7{
         overflow:auto;
         display:none;
         width:180px;
         min-height:158px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:158px; /*（解决ie6）*/
         background:url(/web2012/images/s_line.gif) repeat-x left 156px;float:left;line-height:22px;
}
/*end 传统活动二级*/
/*自适用二级，背景从底部对起。另外不能加高度。*/
.sec_div_auto{
         overflow:auto;
         /* display:none; */
         width:180px;
         /* min-height:1px;*/ /*（解决ie7、8、ff）*/
         /*height:auto !important;*/  /*（解决ie7）*/
         /*height:1px;*/ /*（解决ie6）*/
         background:url(/web2012/images/s_line.gif) repeat-x left bottom;float:left;line-height:22px;
}
/* photolist.apx 20120331加了活动相册*/
.photolist_3{width:738px;margin-top:10px;}
.photolist_3 li{width:246px;height:190px;background:url(/web2012/images/dddot.gif) repeat-x left 189px;float:left;display:inline;}
.photo_pic{margin:15px auto;margin-bottom:0px;width:170px;text-align:center;}
.photo_txt{margin:0px auto;margin-bottom:5px;height:25px;width:170px;text-align:center;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
/* end 20120331活动相册*/
/*20120402加了毕业生信息xqhz\photolist.apsx*/
.photolist_4{width:738px;margin-top:10px;}
.photolist_4 li{width:738px;height:190px;background:url(/web2012/images/dddot.gif) repeat-x left 189px;float:left;display:inline;}
.photolist_4 li .photo_pic_c{margin-top:15px;margin-bottom:0px;width:230px;float:left;}
.photolist_4 li .photo_pic{text-align:center;margin:0px auto;margin-left:10px;}
.photolist_4 li .photo_txt_c{margin-top:15px;margin-bottom:0px;width:508px;float:left;display:inline;}
.photolist_4 li .photo_txt{height:25px;width:508px;text-align:left;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
.photolist_4 li .photo_txt_show{height:90px;width:508px;text-align:left;
 white-space:normal;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;
}
/*end 20120402*/
#about_left{width:226px;float:left;}
#school_gk{width:226px;height:40px;float:left;background:url(/web2012/images/s1.gif) no-repeat left -32px;}
#school_gk_{width:226px;float:left;}

#hots_links{width:226px;height:40px;float:left;background:url(/web2012/images/s1.gif) no-repeat left -73px;margin-top:10px;margin-bottom:0px;}
#hots_links_{width:226px;float:left;}

#about_right{width:748px;float:left;}
#banner1{width:738px;height:112px;float:left;margin-left:10px;display:inline;}
#nav_station{width:738px;height:22px;float:left;margin-top:0px;margin-bottom:0px;margin-left:10px;display:inline;border-bottom:solid 1px #4C93C1;line-height:22px;color:#014461;}
/*20120401加了返回*/
.nav_a{width:700px;height:22px;float:left;line-height:22px;}
.nav_b{width:38px;height:22px;float:left;line-height:22px;text-align:center;}
/* end 20120401*/
#bigtitle{width:738px;height:50px;float:left;line-height:50px;color:#014461;margin-left:10px;display:inline;font-weight:bold;font-size:14px;}
#about_content{width:736px;float:left;line-height:22px;margin-left:10px;margin-top:10px;display:inline;
         min-height:400px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:400px; /*（解决ie6）*/
}
#about_content_2{width:696px;float:left;line-height:22px;margin-left:10px;margin-top:10px;display:inline;
         min-height:400px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:400px; /*（解决ie6）*/
         border:solid 1px #d0d0d0;
         padding:20px;
}
#about_content_3{width:728px;float:left;line-height:22px;margin-left:10px;margin-top:10px;display:inline;
         min-height:400px; /*（解决ie7、8、ff）*/
         height:auto !important;  /*（解决ie7）*/
         height:400px; /*（解决ie6）*/
         border:solid 1px #d0d0d0;
         padding:3px;padding-left:5px;
}
.blod_line{height:4px;width:974px;float:left;background:url(/web2012/images/s1.gif) repeat-x left -669px;}


/*大栏二级*/
#new_se_pic_txt{width:974px;height:228px;float:left;z-index:1;}
#new_se_pic{width:618px;height:228px;float:left;}
#new_se_txt{width:356px;height:228px;float:left;background:#ECFAFA;}

.tx_se_pic_gao{width:974px;float:left;margin-top:10px;margin-bottom:0px;}
.tx_se{width:618px;float:left;}
.se_topic{width:611px;float:left;}
 .se_tab{width:90px;height:26px;float:left;background:#014363;color:#fff;line-height:26px;font-weight:bold;font-size:14px;text-align:center;}
 .se_tab_by{width:876px;height:26px;text-align:right;float:left;line-height:26px;}
 .se_more{width:521px;height:26px;text-align:right;float:left;line-height:26px;}
 .se_more_left{width:431px;float:left;text-align:left;height:26px;}
 .se_more_right{width:90px;float:left;height:26px;}
 .se_more_p{margin-left:5px;line-height:26px;}
 .se_more_p span{line-height:22px;background:url(/web2012/images/rddot.gif) no-repeat left 5px;padding-left:8px;margin:4px;}
   
.se_c_list{width:608px;float:left;border:solid 1px #c0c0c0;margin-top:1px;}
.se_c_pic{width:205px;height:153px;float:left;display:inline;}
.se_c_pic img{margin-top:7px;margin-left:5px;}
.se_c_list_all{width:394px;height:153px;float:left;display:inline;}

/*20120331加了招生信息与专业先容*/
.zsxx{width:308px;float:left;}
  .zsxx_title{width:300px;float:left;}
  .zsxx_tab{width:90px;height:26px;float:left;background:#014363;color:#fff;line-height:26px;font-weight:bold;font-size:14px;text-align:center;}
  .zsxx_more{width:210px;height:26px;text-align:right;float:left;line-height:26px;}
  .zsxx_c{width:300px;height:153px;float:left;border:solid 1px #c0c0c0;margin-top:1px;}
.zszy{width:300px;float:left;}
.zsxx_c .dd_dot{float:left;width:300px;margin-top:6px;margin-bottom:0px;}
.zsxx_c .dd_dot li{height:22px;width:300px;line-height:22px;overflow:hidden;background:url(/web2012/images/dot.gif) repeat-x left 21px;}
.zsxx_c .dd_dot li .title_zs{width:212px;height:22px;float:left;background:url(/web2012/images/ddot.gif) no-repeat 3px 7px;padding-left:8px;}
.zsxx_c .dd_dot li .date_zs{width:80px;height:22px;float:left;text-align:right;color:#000;}
.zsxx_c .dd_dot li .new_zs{width:30px;height:22px;float:left;text-align:right;line-height:22px;}

/*20120331  end */
/*20120331加教学资源未改*/
.jxzy{width:974px;float:left;margin-top:10px;margin-bottom:0px;}
.jxzy .jxzy_title{width:90px;height:26px;float:left;background:#014363;color:#fff;line-height:26px;font-weight:bold;font-size:14px;text-align:center;}
.jxzy .jxzy_list{width:880px;height:26px;padding-left:4px;text-align:left;float:left;line-height:26px;}
/* 20120331 end*/
.jyjg_nd{width:100%;margin-top:6px;text-align:left;margin-bottom:0px;line-height:22px;}
/*20120331由于教研通导教研成果同一，要改*/

/* end 20120331*/
/* 20120331招生计划*/
.jh_pic{width:150px;float:left;display:inline;}
.jh_zy{width:160px;float:left;display:inline;}
.b_14{color:#014461;font-weight:bold;font-size:14px;}
.jh_zy, .jh_pic p{margin-top:6px;line-height:20px;margin-bottom:0px;}
/* 20120331 end 招生计划*/
/*20120327修改，其他未改*/
.se_c_list_all ul{float:left;width:394px;margin-top:6px;margin-bottom:0px;}
.se_c_list_all ul li{height:22px;width:394px;line-height:22px;overflow:hidden;background:url(/web2012/images/dot.gif) repeat-x left 21px;}
/*下面的span,如果不加float:left;直接通过宽度控制是不起作用的，切记！*/
.title_c{width:276px;height:22px;float:left;background:url(/web2012/images/ddot.gif) no-repeat left 8px;padding-left:8px;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
.date_c{width:80px;height:22px;float:left;text-align:right;color:#000;}
.new_c{width:30px;height:22px;float:left;text-align:right;line-height:22px;}
/*20120327修改 end*/

.se_gao{width:356px;float:left;}
.se_gao_c{width:355px;height:157px;background:#E4F8F7;margin-top:27px;margin-bottom:0px;}
.se_gao_cc{width:343px;height:144px;background:#fff;margin-top:6px;margin-left:6px;float:left;display:inline;} /*要浮动，要inline，否则IE6与FF不兼容。*/

.se_gao_title{width:324px;height:31px;border-bottom:1px solid #004461;margin-left:10px;display:inline;float:left;}
.se_gao_title .se_gao_title1{width:250px;height:31px;line-height:31px;color:#004461;font-size:14px;font-weight:bold;padding-left:3px;float:left;display:inline;}
.se_gao_title .se_gao_title2{width:70px;/*因为title1 padding-left:3，要减3*/height:31px;line-height:31px;text-align:right;float:left;display:inline;}

.se_gao_title_c{width:324px;float:left;display:inline;}
.se_gao_title_cc{width:324px;margin-left:10px;float:left;display:inline;}

/*20120327修改，其他未改*/
.se_gao_title_cc ul{float:left;width:324px;margin-top:6px;margin-bottom:0px;}
.se_gao_title_cc ul li{height:22px;width:324px;line-height:22px;overflow:hidden;}
/*下面的span,如果不加float:left;直接通过宽度控制是不起作用的，切记！*/
.title_cc{width:206px;height:22px;float:left;padding-left:8px;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
.date_cc{width:80px;height:22px;float:left;text-align:right;color:#014461;}
.new_cc{width:30px;height:22px;float:left;text-align:right;line-height:22px;}
/*有点与虚线的*/
.se_gao_title_cc .dd_dot{float:left;width:324px;margin-top:6px;margin-bottom:0px;}
.se_gao_title_cc .dd_dot li{height:22px;width:324px;line-height:22px;overflow:hidden;background:url(/web2012/images/dot.gif) repeat-x left 21px;}
/*下面的span,如果不加float:left;直接通过宽度控制是不起作用的，切记！*/
.se_gao_title_cc .dd_dot li .title_cc{width:206px;height:22px;float:left;background:url(/web2012/images/ddot.gif) no-repeat left 8px;padding-left:8px;}
.se_gao_title_cc .dd_dot li .date_cc{width:80px;height:22px;float:left;text-align:right;color:#014461;}
.se_gao_title_cc .dd_dot li .new_cc{width:30px;height:22px;float:left;text-align:right;line-height:22px;}
/*20120327修改 end*/

#se_banner{width:974px;height:99px;float:left;margin-top:10px;margin-bottom:0px;}
#se_jinping{width:974px;height:200px;float:left;margin-top:10px;margin-bottom:0px;}
#se_jinping_tab{width:974px;height:26px;float:left;}
#se_jinping_all{width:974px;height:183px;float:left;background:url(/web2012/images/jp_bg.jpg) no-repeat 0 0;margin-top:1px;maring-bottom:0px;}
/*20120410滚动*/
#colee_left{overflow:hidden;width:974px;height:183px;float:left;}
.scrool_p{}
.scrool_p img{padding-bottom:4px;}
.scrool_p a{margin-top:2px;margin-bottom:0px;}
/*20120410 end*/
#se_zy_cg{width:974px;height:82px;float:left;margin-top:10px;margin-bottom:10px;}
#se_zy_left{width:619px;height:82px;float:left;}
#se_zy_list{width:606px;height:80px;background:#f5f5f5;border:solid 1px #c0c0c0;float:left;}
#se_zy_list1{width:26px;height:80px;float:left;background:url(/web2012/images/zy.gif) no-repeat;display:inline;}
#se_zy_list2{width:580px;height:80px;float:left;display:inline;}
#se_zy_right{width:355px;height:82px;float:left;}
.se_zy_c{width:355px;height:82px;background:#E4F8F7;margin-top:0px;margin-bottom:0px;}
.se_zy_cc{width:343px;height:70px;background:#fff;margin-top:6px;margin-left:6px;float:left;display:inline;} /*要浮动，要inline，否则IE6与FF不兼容。*/

.se_zy_title{width:324px;height:31px;margin-left:10px;display:inline;float:left;}
.se_zy_title .se_zy_title1{width:70px;height:31px;line-height:31px;color:#004461;font-size:14px;font-weight:bold;padding-left:3px;float:left;display:inline;}
.se_zy_title .se_zy_title2{width:250px;/*因为title1 padding-left:3，要减3*/height:31px;line-height:31px;text-align:right;float:left;display:inline;}

.se_zy_title_c{width:324px;float:left;display:inline;}
.se_zy_title_cc{width:324px;margin-left:10px;float:left;display:inline;}

/*artlist.aspx*/
/*数字分页*/
.page {width:100%; margin:30px auto; padding:6px 0px; height:20px;}
.page ul { list-style:none;float:right;}
.page ul li { float:left;height:20px; line-height:20px; margin:0px 2px;}
.page ul li a, .pageinfo { display:block; padding:0px 6px; background:#ffffff;}
.page ul li a:link{text-decoration:none;color:#3366cc;border:1px solid #cccccc;}
.page ul li a:visited{text-decoration:none;color:#3366cc;border:1px solid #cccccc;}
.page ul li a:hover{text-decoration:underline;color:#014363;background:#ffeded;border:1px solid #014363;}
.page ul li.pageinfo  { color:#3366cc;border:1px solid #cccccc;}
/*前面加.page ul li.currentpage很重要，如果不加，那么这里的border:xxxx将还是原来.page ul li的边框样式！*/
.page ul li.currentpage { background:#ffeded; display:block; padding:0px 6px; font-weight:bold;color:#014363;border:1px solid #014363;}
/* end 数字分页*/
  
  /* artlist.aspx */
  .artlist_15{width:100%;float:left;}
  .artlist_15 li{float:left;height:30px;line-height:30px;width:100%;background:url(/web2012/images/dot.gif) repeat-x left 29px;}
  .artlist_15 li .title_ss{width:610px;height:30px;padding-left:10px;background:url(/web2012/images/ddot.gif) no-repeat left 14px;float:left;text-align:left;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
  .artlist_15 li .date_ss{width:70px;height:30px;float:left;text-align:right;}
  /*由于加了置顶能  20120402*/
  .artlist_15 li .title_ding{width:40px;height:26px;float:left;text-align:center;line-height:26px;color:red;}
  /* end 20120402*/

/*detail.aspx*/
#prv_next{width:100%;margin-top:30px;}
/*focus news pic 20120321 加幻灯片*/
.ad { 
	margin-bottom:0px;
	width:300px; 
	height:430px; 
	overflow:hidden;
	position:relative;
}
.slider,.num{
	position:absolute;
}
.slider li{ 
	list-style:none;
	display:inline;
}
.slider img{ 
	width:300px; 
	height:430px;
	display:block;
        border:0px;
}
.num{ 
	right:5px; 
	bottom:5px;
}
.num li{
	float: left;
	color: #069;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #069;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-size: 14px;
	margin: 3px 1px;
	border: 1px solid #069;
	background-color: #069;
	font-weight: bold;
}

/*20120509新*/
.box { width: 302px; height: 431px; overflow: hidden; position: relative;}
.box ol { position: absolute; left: 200px; bottom: 5px; z-index: 1; }
.box ol li { float: left; margin-right: 3px; display: inline; cursor: pointer; background: #fff; border: 1px solid #069; padding: 2px 6px; color: #069; font-family: arial; font-size: 12px; }
.box .active { padding: 3px 8px; font-weight: bold; color: #ffffff; background: #069; position: relative; bottom: 2px; }

.box ul { position: absolute; top: 0; left: 0; z-index: 0; }
.box ul li {float: left; }
.box ul img {width:300px; 
	height:430px;
	display:block;
        border:0px;float: left;
        /*这里的width,height,display,float必须定义，否则图片显示不完全。*/
        }

.box p { width: 20px; height: 20px; line-height: 20px; font-family: arial; color: #fff; text-align: center; font-weight: bold; background: #333; border: 1px solid #ccc; position: absolute; top: 60px; z-index: 2; cursor: pointer; }
.box .prev { left: 10px; }
.box .next { right: 10px; }

/*20120327新的内二页焦点图，其他未*/
/* jquery imgFocus */
/* 加了菜单后挡住菜单的是图片，而非focus这个层。*/
#focus {width:618px; height:228px; position:relative; margin:0 auto; overflow:hidden;}

#focus ul {position:absolute;}
#focus ul li {width:618px; height:228px; overflow:hidden;z-index:10;}
#focus ul li img{border:0px;}
#focus div.btn {position:absolute; width:600px; height:18px; bottom:10px; text-align:right; font-family:Verdana; font-size:10px; padding-right:10px;}
#focus div.btn span{display:inline-block; _display:inline; _zoom:1; width:18px; line-height:18px; background:#333; color:#fff; cursor:pointer; text-align:center; margin-left:5px;}
#focus div.btn span.on {background:#f00;}
/* end focus*/

/*20120330统一换左边，其他风格要注意y轴的坐标*/
#school_xywh{width:226px;height:40px;float:left;background:url(/web2012/images/xywh.gif) no-repeat left 0px;}
#school_xcgz{width:226px;height:40px;float:left;background:url(/web2012/images/xcgz.gif) no-repeat left 0px;}
#school_xsgz{width:226px;height:40px;float:left;background:url(/web2012/images/xsgz.gif) no-repeat left 0px;}
#school_zsjy{width:226px;height:40px;float:left;background:url(/web2012/images/zsjy.gif) no-repeat left 0px;}
#school_jyjg{width:226px;height:40px;float:left;background:url(/web2012/images/jyjg.gif) no-repeat left 0px;}
#school_xqhz{width:226px;height:40px;float:left;background:url(/web2012/images/xqhz.gif) no-repeat left 0px;}
#school_ssfc{width:226px;height:40px;float:left;background:url(/web2012/images/ssfc.gif) no-repeat left 0px;}
#school_cthd{width:226px;height:40px;float:left;background:url(/web2012/images/cthd.gif) no-repeat left 0px;}
#school_zsxx{width:226px;height:40px;float:left;background:url(/web2012/images/zsxx.gif) no-repeat left 0px;}
#school_jysx{width:226px;height:40px;float:left;background:url(/web2012/images/jysx.gif) no-repeat left 0px;}
#school_jdgc{width:226px;height:40px;float:left;background:url(/web2012/images/jdgc.gif) no-repeat left 0px;}
#school_wlgs{width:226px;height:40px;float:left;background:url(/web2012/images/wlgs.gif) no-repeat left 0px;}
/*20120405招生就业 zsjy/default.aspx*/
.js_p{line-height:22px;margin-top:5px;margin-bottom:0px;}
.span_zsxx{width:300px;height:22px;background:url(/web2012/images/ddot.gif) no-repeat 3px 7px;height:22px;padding-left:8px;}
.span_zszy{width:300px;height:22px;background:url(/web2012/images/ddot.gif) no-repeat 3px 7px;height:22px;padding-left:8px;}
/* end 20120405*/
/*学院学问-传统活动*/
.se_gao_hd{width:356px;float:left;}
.se_gao_c_hd{width:355px;height:344px;background:#E4F8F7;margin-bottom:0px;}
.se_gao_cc_hd{width:343px;height:330px;background:#fff;margin-top:6px;margin-left:6px;float:left;display:inline;} /*要浮动，要inline，否则IE6与FF不兼容。*/
.se_gao_title_c_hd{width:324px;float:left;display:inline;}
.se_gao_title_cc_hd{width:324px;margin-left:10px;float:left;display:inline;}
.hd_photo{width:330px;float:left;margin-top:6px;margin-bottom:0px;}
.hd_photo li{display:inline;float:left;width:33%;height:128px;text-align:center;}
.hd_title_pic{width:100%;height:108px;float:left;margin-top:4px;margin-bottom:0px;text-align:center;}
.hd_title{width:100%;height:22px;line-height:22px;float:left;text-align:center;}

.hd_abulm{width:972px;height:100px;margin-top:10px;border:solid 1px #ccc;background:#f7f7f7;float:left;display:inline;}
#hd_abulm_list1{width:26px;height:100px;float:left;background:#004461 url(/web2012/images/hdxc.gif) no-repeat;display:inline;}
#hd_abulm_list2{width:946px;height:100px;float:left;display:inline;}
.hd_albums{width:99%;margin:0px auto;}
.hd_albums .hd_album_li{display:inline;width:130px;height:99px;float:left;text-align:center;overflow:hidden;}
.hd_albums .hd_album_li .hd_album_img{padding-bottom:0px;padding-top:4px;}


.xydaren{width:100%;}
.xydaren .xydaren_li{display:inline;width:50%;height:105px;float:left;text-align:center;overflow:hidden;}
.xydaren .xydaren_li .xydaren_img{padding-bottom:0px;}



/*宣传工作*/
.se_banner_xc{width:618px;height:70px;margin-top:6px;margin-bottom:6px;float:left;}
.se_gao_xc{width:356px;float:left;}
.se_gao_c_xc{width:355px;height:444px;background:#E4F8F7;margin-bottom:0px;}
.se_gao_cc_xc{width:343px;height:430px;background:#fff;margin-top:6px;margin-left:6px;float:left;display:inline;} /*要浮动，要inline，否则IE6与FF不兼容。*/
.baoliao{margin-left:4px;font-size:14px;color:red;font-weight:bold;}
.xcgz_hd{width:150px;height:20px;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;text-align:center;float:left;}
.kan_wu{width:100%;float:left;margin-top:10px;margin-bottom:0px;}
.kan_wu_pic{width:100px;height:110px;text-align:center;float:left;}
.kan_wu_txt{width:224px;height:110px;float:left;}
.kan_wu_txt .kan_wu_title{font-size:12px;font-weight:bold;color:#014461;display:block;width:100%;height:25px;text-align:center;float:left;}
.kan_wu_txt .kan_wu_content{font-size:12px;line-height:22px;color:#014461;display:block;width:100%;float:left;}


/*宣传工作新20120513*/
#nkwk_sp{float:right;width:350px;height:227px;background:url(/web2012/images_/nkwk_bg.jpg) no-repeat;}
#tk{width:320px;height:197px;}
.tk_span{padding-left:5px;background:url(/web2012/images/dot_bai.gif) left 4px no-repeat;margin-right:4px;}
#xcgz_left_1{width:310px;float:left;}
      #xcgz_shiping{width:308px;height:225px;float:left;text-align:left;}
      
      .xcgz_mtgz{width:308px;float:left;margin-top:6px;margin-bottom:0px;}
      .xcgz_zxdt{width:308px;float:left;margin-top:6px;margin-bottom:0px;}
        .zsxx_c_xcgz{width:300px;height:98px;float:left;border:solid 1px #c0c0c0;margin-top:1px;}
        .zsxx_c_xcgz .dd_dot{float:left;width:300px;margin-top:6px;margin-bottom:0px;}
        .zsxx_c_xcgz .dd_dot li{height:22px;width:300px;line-height:22px;overflow:hidden;background:url(/web2012/images/dot.gif) repeat-x left 21px;}
        .zsxx_c_xcgz .dd_dot li .title_zs{width:212px;height:22px;float:left;background:url(/web2012/images/ddot.gif) no-repeat 3px 7px;padding-left:8px;}
        .zsxx_c_xcgz .dd_dot li .date_zs{width:80px;height:22px;float:left;text-align:right;color:#000;}
        .zsxx_c_xcgz .dd_dot li .new_zs{width:30px;height:22px;float:left;text-align:right;line-height:22px;}
#xcgz_left_2{width:308px;float:left;}
      .se_gao_c_xcgz{width:308px;height:494px;background:#E4F8F7;margin-bottom:0px;}
      .se_gao_cc_xcgz{width:296px;height:480px;background:#fff;margin-top:6px;margin-left:6px;float:left;display:inline;} /*要浮动，要inline，否则IE6与FF不兼容。*/

      .se_gao_title_xcgz{width:276px;height:31px;border-bottom:1px solid #004461;margin-left:10px;display:inline;float:left;}
      .se_gao_title_xcgz .se_gao_title1{width:200px;height:31px;line-height:31px;color:#004461;font-size:14px;font-weight:bold;padding-left:3px;float:left;display:inline;}
      .se_gao_title_xcgz .se_gao_title2{width:70px;/*因为title1 padding-left:3，要减3*/height:31px;line-height:31px;text-align:right;float:left;display:inline;}

      .se_gao_title_c_xcgz{width:296px;float:left;display:inline;}
      .se_gao_title_cc_xcgz{width:276px;margin-left:10px;float:left;display:inline;}
      .kan_wu_2{width:100%;float:left;margin-top:10px;margin-bottom:0px;}
      .kan_wu_pic_2{width:100px;height:140px;text-align:center;float:left;}
      .kan_wu_txt_2{width:176px;height:140px;float:left;}
      .kan_wu_txt_2 .kan_wu_title{display:block;width:100%;height:25px;text-align:left;float:left;}
         .kan_wu_txt_2 .kan_wu_title a{color:#333;font-size:14px;font-weight:bold;} /* li a中的padding为 li中的padding-left的2倍，这样文字才能居中。*/
         .kan_wu_txt_2 .kan_wu_title a:link{color:#333;font-size:14px;font-weight:bold;text-decoration: none;}
         .kan_wu_txt_2 .kan_wu_title a:visited{color:#333;font-size:14px;font-weight:bold;text-decoration: none;}
         .kan_wu_txt_2 .kan_wu_title a:hover{color:#333;font-size:14px;font-weight:bold;text-decoration: underline;}
         .kan_wu_txt_2 .kan_wu_title a:active{color:#333;font-size:14px;font-weight:bold;text-decoration: none;}
      .kan_wu_txt_2 .kan_wu_list{font-size:12px;line-height:22px;color:#014461;display:block;width:100%;float:left;}
         .kan_wu_txt_2 .kan_wu_list .dd_dot{float:left;width:100%;margin-top:0px;margin-bottom:0px;}
         .kan_wu_txt_2 .kan_wu_list .dd_dot li{height:22px;width:100%;line-height:22px;overflow:hidden;background:url(/web2012/images/dot.gif) repeat-x left 21px;}
         .kan_wu_txt_2 .kan_wu_list .dd_dot li .title_kw{width:170px;height:22px;float:left;background:url(/web2012/images/ddot.gif) no-repeat 3px 7px;padding-left:8px;}

#xcgz_right_1{width:356px;float:left;}
      #xcgz_nkwk{width:344px;float:left;margin-left:6px;margin-right:0px;}
         
         .nkwk_tab{width:90px;height:26px;float:left;background:#014363;color:#fff;line-height:26px;font-weight:bold;font-size:14px;text-align:center;}
         .nkwk_more{width:254px;height:26px;text-align:right;float:left;line-height:26px;}
         .nkwk_c{width:342px;height:153px;float:left;border:solid 1px #c0c0c0;margin-top:1px;}
          .nkwk_c .dd_dot{float:left;width:100%;margin-top:6px;margin-bottom:0px;}
          .nkwk_c .dd_dot li{height:22px;width:100%;line-height:22px;overflow:hidden;background:url(/web2012/images/dot.gif) repeat-x left 21px;}
          .nkwk_c .dd_dot li .title_kw{width:330px;height:22px;float:left;background:url(/web2012/images/ddot.gif) no-repeat 3px 7px;padding-left:8px;}
      #xcgz_xztk{width:344px;float:left;margin-left:6px;margin-right:0px;margin-top:6px;margin-bottom:6px;}
      #xcgz_dst{width:344px;float:left;margin-left:6px;margin-right:0px;}
         .nkwk_c2{width:342px;height:113px;float:left;border:solid 1px #c0c0c0;margin-top:1px;}
         .nkwk_c2 ul{float:left;margin-top:10px;margin-bottom:0px;}
         .nkwk_c2 ul li{display:inline-block;float:left;padding-left:25px;width:145px;height:26px;background:url(/web2012/images/bg_r_dot.jpg) 18px 6px no-repeat;}
         .nkwk_c2 ul li a{color:#666;font-size:14px;font-weight:bold;} /* li a中的padding为 li中的padding-left的2倍，这样文字才能居中。*/
         .nkwk_c2 ul li a:link{color:#666;font-size:14px;font-weight:bold;text-decoration: none;}
         .nkwk_c2 ul li a:visited{color:#666;font-size:14px;font-weight:bold;text-decoration: none;}
         .nkwk_c2 ul li a:hover{color:#666;font-size:14px;font-weight:bold;text-decoration: underline;}
         .nkwk_c2 ul li a:active{color:#666;font-size:14px;font-weight:bold;text-decoration: none;}
      #bl{width:100%;text-align:center;margin-top:3px;}
      #bl span{font-size:16px;color:red;font-weight:bold;}
/*学生工作*/
.se_topic_xs{width:611px;float:left;height:26px;}
.se_c_list_xs{width:608px;float:left;border:solid 0px #c0c0c0;margin-top:1px;}
#js_lc_list1{width:26px;height:150px;float:left;background:url(/web2012/images/bslc.gif) no-repeat;display:inline;}
#js_lc_list2{width:296px;height:150px;float:left;display:inline;}
#by_list1{width:26px;height:150px;float:left;background:url(/web2012/images/by.gif) no-repeat;display:inline;}
#by_list2{width:259px;height:150px;float:left;display:inline;}
/*--法规--*/
.se_gao_title_cc_xs{width:324px;margin-left:10px;float:left;display:inline;}
.zcfg{float:left;width:324px;margin-top:6px;margin-bottom:0px;}
.zcfg li{height:20px;width:324px;line-height:20px;overflow:hidden;}
.zcfg li span{margin-left:10px;padding-left:10px;background:url(/web2012/images/rddot.gif) no-repeat left 5px;}
/*联生大家*/
.lxwm{float:left;width:324px;margin-top:6px;margin-bottom:0px;}
.lxwm li{height:20px;width:324px;line-height:20px;overflow:hidden;}
.lxwm .reddot span{margin-left:0px;padding-left:6px;background:url(/web2012/images/rddot.gif) no-repeat left 5px;}

/*学生活动*/

.se_tab_left{width:884px;height:26px;float:left;}
.se_tab_hd{width:90px;height:26px;float:left;background:#014363;color:#fff;line-height:26px;font-weight:bold;font-size:14px;text-align:center;}
.se_tab_hd2{width:794px;height:26px;float:left;}
.xshd{margin-left:10px;float:left;}
.xshd li{width:90px;float:left;height:26px;line-height:26px;}
.xshd li span{background:url(/web2012/images/rddot.gif) no-repeat left 5px;padding-left:10px;}
.se_tab_right{width:90px;height:26px;float:left;}
.se_tab_by_hd{width:90px;height:26px;text-align:right;float:left;line-height:26px;}
.xsgz_hd{width:150px;height:20px;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;text-align:center;float:left;}
/*优秀教师*/
.js_dy_ab{width:974px;float:left;margin-top:20px;margin-bottom:0px;}
.js_dy{width:618px;float:left;}
.js_dy_c{width:611px;float:left;}
.a_b{width:356px;float:left;}
.a_b_c{width:355px;height:82px;background:#E4F8F7;margin-bottom:0px;}
.a_b_cc{width:343px;height:69px;background:#fff;margin-top:6px;margin-left:6px;float:left;display:inline;} /*要浮动，要inline，否则IE6与FF不兼容。*/

.js_c1{border:solid 1px #ccc;background:#f7f7f7;float:left;display:inline;}
#js_xy_list1{width:26px;height:80px;float:left;background:url(/web2012/images/bzr.gif) no-repeat;display:inline;}
#js_xy_list2{width:296px;height:80px;float:left;display:inline;}
.dy_c2{border:solid 1px #ccc;background:#f7f7f7;float:left;display:inline;}
#dy_list1{width:26px;height:80px;float:left;background:url(/web2012/images/dy.gif) no-repeat;display:inline;}
#dy_list2{width:259px;height:80px;float:left;display:inline;}

.js_dy_p{padding:5px;}
.js_dy_p span{line-height:22px;background:url(/web2012/images/rddot.gif) no-repeat left 5px;padding-left:5px;margin:4px;}
.ab_title{font-size:14px;font-weight:bold;color:#014461;}

/*就业实习*/
.xb_logo{width:100%;float:left;}
.xb_logo li{width:110px;height:140px;text-align:center;padding:5px;float:left;}
.xb_logo li img{width:108px;padding-bottom:8px;padding-top:4px;}
.tx_se_jysx{width:100%;float:left;}
.jysx_left{width:50%;float:left;}
.jysx_title{width:480px;float:left;}
  .jysx_tab{width:90px;height:26px;float:left;background:#014363;color:#fff;line-height:26px;font-weight:bold;font-size:14px;text-align:center;}
  .jysx_more{width:390px;height:26px;text-align:right;float:left;line-height:26px;}
.jysx_c{width:478px;height:153px;float:left;border:solid 1px #c0c0c0;margin-top:1px;}
.jysx_c .dd_dot{float:left;width:478px;margin-top:6px;margin-bottom:0px;}
.jysx_c .dd_dot li{height:22px;width:478px;line-height:22px;overflow:hidden;background:url(/web2012/images/dot.gif) repeat-x left 21px;}
/* .jysx_c .dd_dot li .title_sx{width:212px;height:22px;float:left;background:url(/web2012/images/dot.gif) no-repeat 3px 21px;padding-left:8px;}*/
.jysx_c .dd_dot li .title_sx{width:300px;height:22px;float:left;background:url(/web2012/images/ddot.gif) no-repeat 8px 7px;height:22px;padding-left:14px;}
.jysx_c .dd_dot li .date_sx{width:160px;height:22px;float:left;text-align:right;color:#000;}
.jysx_c .dd_dot li .new_sx{width:30px;height:22px;float:left;text-align:right;line-height:22px;}
/*引导*/
.zhidao_title{width:100%;float:left;margin-top:10px;margin-bottom:0px;}
  .zhidao_tab{width:90px;height:26px;float:left;background:#014363;color:#fff;line-height:26px;font-weight:bold;font-size:14px;text-align:center;}
  .zhidao_more{width:884px;height:26px;text-align:right;float:left;line-height:26px;}
.zhidao_c{width:972px;height:212px;float:left;border:solid 1px #c0c0c0;margin-top:1px;}
.zhidao_c ul{width:100%;float:left;}
.zhidao_c ul li{width:316px;height:200px;float:left;margin-left:6px;display:inline;margin-top:10px;margin-bottom:0px;}
.zhidao_c ul .h_line{background:url(/web2012/images/h_line.gif) no-repeat right 0px;}

.zhidao_li_c{width:306px;height:96px;float:left;}
.zhidao_li_cc{width:306px;height:25px;border-bottom:1px solid #014461;float:left;}
.zhidao_li_ccc{width:306px;height:64px;padding-top:6px;float:left;}
.zhidao_li_c_title{width:80px;height:25px;text-align:center;float:left;line-height:25px;color:#004461;font-size:14px;font-weight:bold;}
.zhidao_li_c_more{width:226px;height:25px;text-align:right;float:left;}
.zhidao_more2{margin-top:10px;margin-bottom:0px;margin-right:8px;display:block;float:right;width:30px;height:7px;background:url(/web2012/images/more.gif) no-repeat left 0px;cursor:pointer;}
.zhidao_li_ccc p{line-height:16px;}


/*机电工程系*/
.se_c_pic_jdgc{width:145px;height:153px;float:left;display:inline;}
.se_c_pic_jdgc img{margin-top:7px;margin-left:5px;}
.se_c_list_all_jdgc{width:454px;height:153px;float:left;display:inline;}

.js_dy_c_jdgc{border:solid 1px #ccc;background:#f7f7f7;float:left;display:inline;}
#js_xy_list1_jdgc{width:26px;height:80px;float:left;background:url(/web2012/images/jdgc_xqhz.gif) no-repeat;display:inline;}
#js_xy_list2_jdgc{width:582px;height:80px;float:left;display:inline;}

/*物流工商系*/


.js_dy_c_wlgs{border:solid 1px #ccc;background:#f7f7f7;float:left;display:inline;}
#js_xy_list1_wlgs{width:26px;height:80px;float:left;background:url(/web2012/images/bmfw.gif) no-repeat;display:inline;}
#js_xy_list2_wlgs{width:582px;height:80px;float:left;display:inline;}
.bmfw{height:70px;margin:6px;0px;0px;6px;float:left}
.bmfw li{width:60px;height:54px;text-align:center;display:inline;padding-right:6px;float:left;}
.bmfw li img{}
.bmfw li a{text-align:center;display:block;width:55px;height:20px;line-height:20px;margin-bottom:0px;}
.se_gao_title_wlgs{width:70px;height:31px;line-height:31px;color:#004461;font-size:14px;font-weight:bold;padding-left:3px;float:left;display:inline;}
.se_gao_title_wlgs2{width:250px;/*因为title1 padding-left:3，要减3*/height:31px;line-height:31px;text-align:left;float:left;display:inline;}

 .se_more_left_wlgs{width:210px;float:left;text-align:left;height:26px;}
 .se_more_right_wlgs{width:40px;float:left;height:26px;}
 .se_more_p_wlgs{margin-left:2px;line-height:30px;}
 .se_more_p_wlgs span{line-height:26px;background:url(/web2012/images/rddot.gif) no-repeat left 5px;padding-left:4px;}