/* CSS Document */

/****************************** 首页中部样式 **************************/

#center {
	margin: 0 auto;
	padding-top: 10px;/* 中部顶间距 */	
	width: 996px;/* 中部宽度 */
	overflow: hidden;/*让左右两侧的内容撑开中部*/
	font-size: 12px;
	font-family: "宋体";
	background-color: white;
}


/***************************** 左侧样式 ******************************/

#left {
	width: 316px;
	float: left;
	text-align: left;
	border:0px;
	background-color: white;
}

/* 通知公告样式 */
.news_move {
	border: 2px solid #000099;
	#border: none;
	width: 312px;
	#width: 316px;
	margin: 0 0 10px;
	background-color: white;
	height: 88px;
}

/* 左侧栏目 */
.column_left {
	border: 1px #91b0d5 solid;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 5px;/* 无意义 */
	text-align: left;
}

/* 左侧栏目下表单左对齐 */
.column_left select, .column_left input {
	font-size: 12px;
	text-align: left;
}

/* 左、右侧栏目共用头部样式 */
.column_header {
	background: url(../images/btbj1.gif) no-repeat -9px 4px;
	padding: 6px 0 5px 15px;
	margin: 0 10px 0 10px;
	height: 18px;
	#height: 30px;/* 栏目头部高度 */
	border-bottom: 2px #91b0d5 solid;
}

/*左、右侧栏目标题样式*/
.column_name {
	color: #000d9a;
	font: normal normal bold 14px/16px 宋体, Arial, Helvetica, sans-serif;
	float: left;
	background: #FFFFFF;
	padding-right: 2px;
	#margin-top: 0px;
}

/* 更多 */
.more {
	float: right;
	background: #FFFFFF;
	padding-left: 3px;
	margin-top: 1px;
	#margin-top: -1px;
}

/*会员登录、注册表单样式, 成绩查询、证书验证, 搜索表单*/
.login_form {
	border: 1px #C0C0C0 dashed;
	margin: 12px 10px 0 10px;
	padding: 5px 0px 3px 5px;
}

.query_form {
	border: 1px #C0C0C0 dashed;
	margin: 12px 10px 5px 10px;
	#margin-bottom: 8px;

	padding: 4px 0px 3px 5px;
	#padding: 5px 0px 6px 3px;
}

.search_form {
	border: 1px #C0C0C0 dashed;
	margin: 12px 10px 0 10px;
	padding: 5px 0px 3px 5px;
	#padding: 3px 0px 2px 5px;
	border:none;
	margin-left:-10px;
	#margin-left:0px;
}

.login_form img, .query_form img, .search_form img {
	margin: 0 2px 0 2px;
	#margin: -2px;
	top: 4px;
	position:relative;
}

.register {
	border: 1px #C0C0C0 dashed;
	margin: 10px 10px 11px 10px;
	#margin: 6px 10px 5px 10px;
	padding: 0px;
	list-style: none;
}

.register li {
	text-align:center;
	line-height:20px;
}

.register_fir_li {
	padding-left: 0px;
	#padding-left: -5px;
}

.register_sec_li {
	padding-left: 25px;
	#padding-left: 24px;
}


/*图片新闻样式*/
.news_pic {
	margin-top: 10px;
	border: 1px #91b0d5 solid;
	height:242px;
	#height:243px;
	width:314px;
}

#PHOTO_OUT_DIV {
	FILTER:progid:DXImageTransform.Microsoft.Fade(duration=1);
	overflow: hidden;
	height: 202px;
}

#NEW_OUT_DIV {
	font-size: smaller;
	text-align: center;
	height: 14px;
	#height: 16px;
	margin-top: 1px;
	padding-top: 3px;
}

#PHOTOS_DIV, #NEWS_DIV {	
	display: none;
}

.oneNewStyle {
	COLOR: #ffffff;
	BACKGROUND-COLOR:#999999;
}

.selectedNewStyle {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #FF0000;
}

.daohangNewStyle {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #999999;
}


/* 成绩查询、证书验证 */
.cxyz {
	margin-left:11px;
	#margin-left:16px;
}

.cxyz td {
	line-height:31px;
}


/* 教育培训样式 */
.jypx {
	height: 203px;
	#height: 206px;
	overflow: hidden;
}

.jypx ul {
	margin-top: 15px;
	#margin-top: -2px;
	margin-left: 15px;
	margin-right: auto;
	float: left;
	list-style: none;
	padding: 0px;
}

.jypx li {
	line-height: 28px;
	#margin-top: 12px;
}


/* 讲师分类样式 */
.jiangshi {
	background: url(../images/jiangshi_middle.gif) repeat-y top left;
	margin: 0 6px 0 9px;
}

.jiangshi_top {
	background: url(../images/jiangshi_top.gif) no-repeat top left;
	height: 15px;

	margin-top: 10px;
	margin-left: -1px;
}

.jiangshi ul {
    list-style: none;
    padding: 0px; /*火狐的ul默认padding不为0*/
	margin: 5px 3px 0 2px; /*去掉被背景占用的位置*/
}

.jiangshi ul li {
	margin-top: 8px;
}

.jiangshi ul li ul {
	#margin-top: -15px;
	text-align: left;
	height: 18px;/*ul中的height尽量保持与li中line-height一致*/
	overflow: hidden;
}

.jiangshi ul li ul li {
	float: left;
	width: 65px;
	line-height: 18px;/*li中设置height无效，高度只有line-height有效，且在IE中设置line-height时margin默认不为0*/
	margin: 0 auto 0 5px;
	text-align: left;
}

.jiangshi ul li ul li.first {
	margin-left: 12px;
	*margin-left:12px;
	_margin-left: 9px;
}

.jiangshi_bottom {
	background: url(../images/jiangshi_bottom.gif) no-repeat bottom left;
	height: 20px;

	margin-top: 4px;
	margin-bottom: -4px;
	#margin-bottom: -5px;
}

/* 会员服务 */
.hyfw {
	height: 203px;
	overflow: hidden;
	margin: 0 10px;
}

.hyfw ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
	float:left;
}

.hyfw li {
	line-height: 18px;
	padding: 0px;
}

.hyfw .wenzi li { 
	margin-top: 21px;
}

.hyfw .wenzi li.first { 
	margin-top: 18px;
}

.hyfw .pic li {
	margin-top: 15px;
}


/* 网站导航 */
.wipt1 {
	color: #000d9a;
	font-size:12px;
	width: 128px;
	float:left;
	margin: 10px 0 0px 21px;
	padding:2px;
	#padding:0px;
}

/* 英才展示开始 */
.yingcai{
	background:url(../images/jiangshi_middle.gif) repeat-y top left;
	margin-left:8px;
	margin-right:0px;
	margin-bottom: -3px;
	_height:400px;
	_margin-top:10px;
}

.yingcai_top{
	height:20px;
	margin:10px 0 -20px -1px;
	_margin:0px 0 -0px -1px;
	#margin-bottom:-16px;
	background:url(../images/jiangshi_top.gif) no-repeat top left;
}

.yingcai_middle {
	margin: 15px 10px 10px 15px;
	#margin-top: 10px;
	overflow: hidden;
}

.yingcai_middle ul {	
	background: url(../images/Result_inquiry/nav_li.gif) no-repeat 0px 0px;
	height: 16px;
	#height: 14px;
	list-style: none;
	margin: 0px 0px 12px 0px;
	#margin-bottom: 11px;

	padding: 0px;
	padding-left: 20px;
}

.yingcai_middle ul li{ 
	padding-left: 0;
	display: block;
	float: left;

	#line-height: 16px;
	#height: 13px;
}

.yingcai_middle ul li.w1{
	width:50px;
	margin-right:5px;
}

.yingcai_middle ul li.w2{
	width:12px;
	margin-right:5px;
}

.yingcai_middle ul li.w3{
	width:40px;
	margin-right:5px;
	text-align:center;
}

.yingcai_middle ul li.w4{
	width:120px;
	margin-right:0;
}

.yingcai_bottom{
	height:22px;
	#height:15px;
	background:url(../images/jiangshi_bottom.gif) no-repeat bottom left;
	margin-top: -23px;
	#margin-top: -2px;
}

/* 音响图书 */
.video {
	margin-top: 10px;
	border: 1px #91b0d5 solid;
	padding: 3px 5px 0 5px;
	#padding-bottom: 10px;
	width: 984px;
	#width: 996px;
	overflow: hidden;
	text-align: center;

	position: absolute;

	height: 280px;

	background-color:white;
}

.video_middle {
	margin:10px 20px 0px -5px;
	*margin:10px 20px 0px -20px;
}

.video ul{
	list-style: none;
	margin: 0px;
	float: left;
	padding: 0;
}

.video li {
	margin-left:25px;
	
	margin-bottom:-5px ! important;
	margin-bottom:0px;
	padding:0px;
	width: 135px;
	#width: 135px;
	line-height:24px;
	
}


.video ul {
	*list-style: none;
	*float: left;
}


/* 搜索引擎 */
.login {
	margin: 0;
	overflow: hidden;
	padding:0 5px;
	font-size: 12px;
	color: #000d9a;
	text-align: right;
	margin: 0;
}

.login ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.login li { 
	width: 90px;
	line-height: 26px;
}

.login img {
	margin-top:-3px;
	margin-bottom:5px;
}


/* 友情链接 */
.friendship_link {
	margin-top: 10px;
	padding: 10px 0 0 20px;
	background: url(../images/shiyongchaxun.gif) no-repeat left;
	background-color: white;
	height: 160px;
	border: 2px #000099 solid;
	margin-bottom: 0;

	width: 972px;
	#width: 996px;

	position: absolute;
	float: left;
}

.link_top{ 
	height: 10px;
	background: url(../images/bmtool_top.gif) no-repeat 18px 0;
	margin-bottom: -5px;
	#margin-top: -5px;
}

.link { 
	background: url(../images/bmtool_middle.gif) repeat-y 18px 0;
	height: 150px;
}

.link ul {
	width: 911px;
	overflow: hidden;
	padding: 0;
	margin: 2px 0 0 35px;
	#margin-top: 3px;
}

#link_first_ul {
	margin-top: 7px;
}

.link li{
	list-style: none;
	float: left;
	margin: 0 5px;
	line-height: 24px;
	
	margin-bottom: 3px;
	
}

.link_bottom{ 
	height: 10px;
	background: url(../images/bmtool_bottom.gif) no-repeat  18px bottom;
	margin-top: -5px;
	#margin-bottom: 6px;
}



/************************* 右侧样式 *****************************/

#right {
	width: 667px;
	float: right;
	text-align: left;
	background-color: white;
}

img.dh {
	border: 1px solid #91b0d5;
	width: 665px;
	padding:0px;
}

/* 右侧栏目1 两个栏目标题 */

.column_right1 {
	width: 665px;
	#width: 667px;
	border: 1px #91b0d5 solid;
	margin-top: 10px;
	overflow: hidden;
}

.channel{
	width: 320px;
	overflow: hidden;
	float: left;
	margin-right: 10px;

}
.channel .column_header {
	width:315px;
   *margin-top: 4px;
	margin-top: 3px;

}

.channel .more {
	padding-right:5px;
	margin-right: 20px;
	*margin-right:3px;

}

.news_channel {
	margin: 6px 0 10px -10px;
	margin-left:-20px ! important;
	#margin: 6px 3px 10px 10px;
	list-style: none;
	height: 192px;
	width: 300px;

}

.news_channel li {
	background:url(../images/tubiao5.gif) no-repeat 0px 6px;
	width: 285px;
	padding: 0 0 0 15px;
	margin-left:0px ! important;
	margin: 2px 0 0 11px;
	font: 12px/22px 宋体, Arial, Helvetica, sans-serif;
	color: #0000FF;
	/* 为长标题添加省略号 */
	overflow: hidden;
	white-space: nowrap;
	-moz-binding: url('ellipsis.xml#ellipsis');
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* 不知道为什么要重复一次 */
.ff_overflow {
	-moz-binding: url('ellipsis.xml#ellipsis');
}


/* 个人会员展示开始 */
.grhy {
	margin: 14px 0px 10px 15px;
	#margin: 8px 0px 8px 15px;
	#height: 192px;
}

.grhy li {
	list-style-image: url( ../images/tubiao6.gif );
	#height: 0px;
	height: 22px;
	margin-left: -18px;
	#margin-left: 19px;
	margin-bottom: 2px; /*行间距*/
	font: 12px/22px 宋体, Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.grhy li ul {
	margin-left: -5px;
	#margin-left: -8px;
	height: 10px;/* 这里设置了高度，父li如果不设置高度会导致前面列表符在IE中看不见*/
	
	padding: -5px 0 5px 0;
	#padding: 0;
}

.grhy li ul li {
	display: block;
	float: left;
	margin-top: -18px;
	#margin-top: 0px;
	
	margin-left: 27px;
}

.grhy li ul li.w1 {
	width: 50px;
	margin-left: -28px;
	#margin-left: 19px;
}

.grhy li ul li.w2 {
	width:20px;
}

.grhy li ul li.w3 {
	width:40px;
}

.grhy li ul li.w4 {
	width:80px;
}

/* 右侧栏目2 一个栏目标题 */
.column_right2 {
	border: 1px #91b0d5 solid;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 4px ! important;
	#padding-bottom:0px;
	overflow: hidden;/*让翻页超链显示在边框内*/

}

/* 热点招生 */
.rdzs {
	margin-left: 5px;
	width: 622px;
	#width: 635px;
	overflow: hidden;
}

.rdzs ul {	
	height: 192px;
	padding: 0px;
	float: left;
	list-style: none;
}

.rdzs li {
	width: 252px;
	#width: 272px;
	height: 24px;
	line-height: 24px;
}

.rdzs_left {
	margin:10px auto 10px 15px;
}

.rdzs_left li {
	background:url(../images/tubiao6.gif) no-repeat 0 6px;
	padding: 0 0 0 20px;
}

.rdzs_right {
	margin:10px auto 10px 40px;
}

.rdzs_right li{
	background:url(../images/tubiao5.gif) no-repeat 0 6px;
	padding: 0 0 0 20px;
}

/* 精彩视频 */
img.shiping	{
	float: right;
	margin-top: 5px;
	margin-right: 11px;
	#margin-top: -16px;
	#margin-right:11px;
}


/* 知名企业热点招聘 */
.zhaopin {
	background: url(../images/index_middle.gif) repeat-y top left;
	margin: 0 2px 5px 8px;
}

.zhaopin_top {
	background: url(../images/index_top.gif) no-repeat top left;
	height: 20px;
	margin-top: 10px;
}

.zhaopin_middle {
	height: 720px;/* 30行高度 */
	overflow: hidden;
	margin: -1px 11px 0 4px;
	#margin: -1px 11px 0 25px;
	#margin-top: 0px;/*内容与上边框距离*/
}

.zhaopin_left {
	list-style: none;
	margin: 0px;
	margin-left: 20px;
	float: left;
	padding: 0;
}

.zhaopin_right {
	list-style: none;
	margin: 0px;
	margin-right: 15px;
	float: right;
	padding: 0;
}

.zhaopin_right li, .zhaopin_left li {
	background: url(../images/tubiao5.gif) no-repeat 0 6px;
	line-height: 24px;
	padding: 0 0 0 20px;
	width: 265px;
	#width: 280px;

	/* 为长标题添加省略号 */
	overflow: hidden;
	white-space: nowrap;
	-moz-binding: url('ellipsis.xml#ellipsis');
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.zhaopin_bottom {
	background: url(../images/index_bottom.gif) no-repeat bottom left;
	height: 20px;
	_height: 16px;
	margin-bottom: -1px;
	#margin-bottom: -11px;
}

.zhaopin_left {
	*list-style: none;
	*margin: 0px;
	*float: left;
}

.zhaopin_right {
	*list-style: none;
	*margin: 0px;
	_margin-right: 20px;
	*float: right;
	*padding: 0;
}

.zhaopin_right li, .zhaopin_left li {
	background: url(../images/tubiao5.gif) no-repeat 0 6px;
	*line-height: 24px;
	*padding: 0 0 0 20px;
}

/* 合作伙伴 */
.hezuo { 	
	border: 1px dashed #C0C0C0;
	margin: 14px 8px 10px 8px;
	#margin-top: 13px;
	padding: 2px 0 3px 0;

	text-align: left;
}

#hezuo1, #hezuo2 {
	height:150px;
	overflow:hidden;
}

#hezuo_ul1, #hezuo_ul2 {
	 list-style: none;
	 padding: 0;
	 margin: 0px 10px;
}

#hezuo_ul1 li, #hezuo_ul2 li {
	line-height: 25px;
	height: 25px;
	margin: 0px;
	width: 267px;
	
	/* 为长标题添加省略号 */
	overflow: hidden;
	white-space: nowrap;
	-moz-binding: url('ellipsis.xml#ellipsis');
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.mstj {
	margin-top: 10px;
	border: 1px #91b0d5 solid;
	padding-top: 3px;
	width: 665px;
	#width: 667px;
	overflow: hidden;
	height: 227px;/* 固定高度，使得点击图片时高度不变化 */
	#height: 230px;
}
.mstj_middle {
	margin: 10px 11px 0 0px;
	#margin: 10px 11px 0 0px;
}

.mstj ul{
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	float: left;
	padding: 0;
}

.mstj li {
	padding: 0 0 0 20px;
	width: 110px;
	#width: 110px;
	
}


.mstj ul {
	*list-style: none;
	*margin: 0px;
	*float: left;
}

.mstj li {
	*padding: 0 0 0 20px;
}



