﻿@charset "utf-8";
/* CSS Document */
.cont_left{
	width:185px;
	margin:8px 0px 8px 10px;
	float:left;
	display:inline;
	overflow:hidden;
}
.cont_left h2{
	padding-left:30px;
	padding-top:2px;
	line-height:32px;
}
/*-----------------------------左边导航栏--------------------------------------*/
.left_nav_title{
	width:185px;
	height:32px;
	background:url(../images/img_secondary/left_nav_title.gif) no-repeat bottom; /*-------bottom是为了让ie6能正确显示--------*/
}
.left_nav_foot{
	width:185px;
	height:34px;
	background:url(../images/img_secondary/left_nav_foot.gif) no-repeat;
}
.online_login{
	margin:12px 0px;
}
.adv_second{
	padding:5px;
	width:173px;
	border:1px solid #CCC;
	overflow:hidden;
}
.adv_text{
	padding:7px 0px;
}
.cont_right{
	width:705px;
	float:right;
	display:inline;
	margin:7px 0px;
	padding:0px;
}
/*-----------------------------------------面包屑--------------------------------------------*/
.Breadcrumb{
	width:705px;
	height:34px;
	background:url(../images/img_secondary/position_line.gif) repeat-x;
	margin:0px;
	padding:0px;
}
.Breadcrumb_text{
	margin:0px 0px 0px 15px;
	background:url(../images/img_secondary/position_head.gif) no-repeat 1px 15px;
	padding:12px 0px 0px 20px;
	line-height:20px;
}
/*-----------------------------------------频道点击进去后的默认页面布局--------------------------------------------*/
.introduce{
	padding:10px 20px 2px 15px;
}
.introduce img{
	padding:25px 25px 25px 10px;
}
.introduce .text{
	padding:25px 15px 0px 10px;
	border-bottom:1px dashed #3C0;
}
.more_foot{
	background: url(../images/img_secondary/more_bg.gif) no-repeat right center;
	margin:15px 10px 8px 0px;
}
/*-----------------------------------------列表的页面布局--------------------------------------------*/
.list{
	padding:15px 50px 20px 51px;
	text-align:left;
}
.list span{
	color:#999;
	margin:0px 12px;
}
.list span.porper_color{
	color:#93F;
}
.list span a:link, .list span a:visited{
	color:#090;
	margin:0px 20px;
	background:url(../images/img_index/green_dot.gif) left center no-repeat;
	padding-left:12px;
	display:inline;  /*----为了让ie6能正确显示--------*/
}

.list h1{	
	font:16px Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#090;
	text-align:center;
	border-bottom:#CCC solid 1px;
	line-height:40px;
}
.list ul{
	padding:0px 30px 0px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:0px;
}
.list h2{
	padding:10px 45px 0px;
	line-height:25px;
	text-align:left;	
	font-size:15px;
	background:url(../images/img_index/arrow.gif) no-repeat 24px 14px;
}
.list h2 a:link,.list h2 a:visited{
	line-height:25px;
	color:#1A80EA;
}
.list ul li{
	line-height:35px;	
	border-bottom:1px dashed #CCC;
	background:url(../images/img_secondary/list.gif) 6px 14px no-repeat;
	padding-left:20px;
	font-size:12px;
	font-weight:normal;
}
/*-----------------------------------------文章的页面布局--------------------------------------------*/
.article{
	padding:30px 50px 20px 30px;
}
.article h1{	
	font:16px Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#666;
	padding:0px 0px 10px 0px;
	text-align:center;
}
.article p{
	padding-top:10px;
	color:#333;
}
.article img{
	text-align:center;
	border:1px solid #CCC;
}
.article_autor{
	text-align:right; 
	color:#999; 
	line-height:25px; 
	padding-right:70px;
}
/*-----------------------------------------锚点页面布局--------------------------------------------*/
.maodian{
	padding:20px;
}
.maodian h1{	
	font:16px Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#090;
	padding:0px 0px 0px 37px;
	background:url(../images/img_secondary/maodian_bg.gif) 7px center no-repeat;
	border-bottom:1px solid #0C0;
	line-height:25px;
}
.maodian ul{
	padding:10px 0px 0px;
	border-bottom:1px solid #CCC;
	height:30px;
/*	overflow:hidden;  ----针对ie6的，解决ie6下高度显示不正常----*/
}
.maodian ul li{
	width:300px;
	height:35px;
	line-height:30px;	
	background:url(../images/img_secondary/list.gif) 6px 11px no-repeat;
	float:left;
	padding:0px 0px 0px 25px;
	display:inline;
	overflow:hidden;
}
.maodian h2{
	padding:15px 13px 0px;
	border-bottom:1px dashed #CCC;
	line-height:25px;
	background:url(../images/img_secondary/red_dot.gif) 0px 26px no-repeat;
	font-size:14px;
}
.maodian_content{
	padding-left:12px;
}
.maodian p{
	padding-top:10px;
}
.maodian img{
/*	border:1px solid #CCC;
	padding:2px;
	float:left;
	width:160px;
	height:114px;
	margin:10px 10px 0px 0px;
	display:inline;
*/	overflow:hidden;

}
.back_top{
	text-align:right;
	padding:0px 20px 0px;
	cursor:pointer;
	color: #28AC28;
}
/*-----------------------------------------参团院校页面布局--------------------------------------------*/
.yuanxiao{
	padding:20px;
}
.yuanxiao h1{	
	font:16px Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#090;
	padding:0px 0px 0px 227px;	
	border-bottom:1px solid #0C0;
	line-height:30px;
}
.yuanxiao ul{
	padding:10px 10px 0px;
	overflow:hidden;  /*----针对ie6的，解决ie6下高度显示不正常----*/
}
.yuanxiao ul li{
	line-height:32px;	
	background:url(../images/img_secondary/list.gif) 6px 12px no-repeat;
	float:left;
	width:295px;	
	border-bottom:1px solid #CCC;
	padding:0px 0px 0px 25px;
	color: #090;
	overflow:hidden;	
}
.yuanxiao h2{
	padding:15px 13px 0px;
	border-bottom:1px dashed #CCC;
	line-height:25px;
	background:url(../images/img_secondary/red_dot.gif) 0px 26px no-repeat;
	font-size:14px;
}
.yuanxiao_content{
	padding-left:12px;
}
.yuanxiao p{
	padding-top:10px;
}
.look_over_content{
	position:relative;
	text-align:center;
	height:720px;
}
.look_over_close_bottom{
	text-align:right; 
	line-height:35px; 
	margin:-13px 10px 8px 0px;
}
.look_over_table{
	border-collapse:collapse;
}
.look_over_content table tr, .look_over_content table tr td{
	line-height:35px;
}
.look_over_absolute table tr, .look_over_absolute table tr td{
	line-height:20px;
	padding:3px 2px;
}
.table_postion{
	border-collapse:collapse;	
}
.look_over_absolute{
	position: absolute;	
	left:0px;
	top:15px;
	z-index:1000;
	background:#FFF;
	width:900px;
}
.add_member{
	line-height:25px;
	margin:5px 105px;
	text-align:right;
}
.mod_content{
	margin:10px 5px;
}
.mod_data_content_left{
	width:238px;
	float:left;
	margin:6px 0px;
	text-align:left;
}
.mod_data_content_right{
	float:right;
	margin:0px 0px 0px auto;
	display:inline;
	width:570px;
}
.h1_bottom_line{
	border-bottom:#CCC solid 1px;
	line-height:40px;
}


