/*
 *张龙
 *2015-08-03
 *样式重置
 */
.header{
	position:relative;
}
body{
	background-color:#f2f2f2;
}

.course_fl{
	height:32px;
	padding:16px 0 13px 0px;
	line-height:32px;
	
	}
.course_fl span{
	float:left;
	display:inline-block;
	height:32px;
	width:85px;
	padding-left:25px;
	background:url(../img/course_02.png) left center no-repeat;
	font-size:14px;
	color:#333;
}
.course_fl ul{
	float:left;
}
.course_fl ul li{
	float:left;
	
	text-align:center;
	
	position:relative;
}
.course_fl ul li a{
	font-size:14px;
	min-width:60px;
	height:32px;
	padding:0 7px;
	display:inline-block;
	}
.course_fl ul li.selected a,.course_fl ul li a:hover{
	color:#fff;
	background-color:#ff6600;
	border-radius:16px;
	
	}
.course_fl ul li.selected em{
	display:inline-block;
	width:14px;
	height:8px;
	background:url(../img/course_03.png) left center no-repeat;
	position:absolute;
	left:50%;
	margin-left:-7px;
	bottom:-14px;
}
.course_rl{
	float:right;
	display:inline-block;
	height:32px;
	padding-left:25px;
	background:url(../img/course_01.png) left center no-repeat;
}
.course_zl{
	width:1186px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:7px;
	min-height:34px;
	line-height:34px;
	display:none;
	padding-left:12px;
}
.selected{
	display:block;
}
.course_zl a{
	padding-right:12px;
	color:#666;
	font-size:14px;
}
/*course_search end*/

.news_list{
	min-height:400px;
	margin-bottom:20px;
}
.news_item{
	width:1198px;
	height:218px;
	border:1px solid #cccccc;
	margin-top:20px;
	background-color: #fff;
}
.news_item:hover{
	
	  box-shadow: 0 0 4px rgba(75,75,75,0.8);
	 }
.news_item:hover h2 a{
	color:#ff6600;
}
.news_img{
	width:284px;
	height:178px;
	float:left;
	margin:20px 0 0 20px;
	position:relative;
}
.news_img img{
	width:100%;
	height:100%;
}
.news_img span{
	display:inline-block;
	height:20px;
	line-height:20px;
	min-width:46px;
	padding:0 10px;
	border-radius:10px;
	color:#fff;
	background-color:#314185;
	position:absolute;
	left:4px;
	bottom:4px;
	text-align:center;
	font-size:14px;
}
.news_info{
	float:right;
	margin:20px 20px 0 0;
	width:855px;
}
.news_info h2{
	line-height:36px;
	font-size:20px;
	height:36px;
	overflow:hidden;
}
.news_info h2 a{
	float:left;
}
.news_info h2 span{
	float:right;
	color:#666;
	font-size:14px;
}
.news_info h2 span em{
	color:#fff;
	background-color:#ff6600;
	padding:0 10px;
	border-radius:10px;
	margin-right:10px;
}
.news_info h2 span i{
	color:#fff;
	background-color:#415dcd;
	padding:0 10px;
	border-radius:10px;
} 
.news_msg{
	background:url(../img/course_04.png) left top no-repeat;
	padding-left:65px;
}
.news_msg h3{
	line-height:42px;
	font-size:16px;
	
}
.news_msg h3 a{
	color:#415dcd;
	padding-right:20px;
	}
.news_msg h3 span{
	color:#999;
	}
.news_info p{
	line-height:19px;
	color:#666;
	height:80px;
	font-size:12px;
}
.news_bottom{
	line-height:24px;
	color:#ccc;
	padding-left:25px;
	background:url(../img/course_05.png) left center no-repeat;
	height:24px;
}
.news_bottom span{
	color:#999;
	float:left;
	padding-right:30px;
}
.news_bottom span i{
	color:#333;
}
.news_bottom a{
	float:right;
	color:#ff6600;
	padding-right:20px;
	line-height:24px;
	background:url(../img/a_icon.png) right center no-repeat;
}
/*news_detail*/
.team_item{
	width:1198px;
	height:148px;
	border:1px solid #cccccc;
	margin-top:20px;
	background-color: #fff;
}
.team_item:hover{
	
	  box-shadow: 0 0 4px rgba(75,75,75,0.8);
	 }
.team_item:hover h2 a{
	color:#ff6600;
}
.team_img{
	float:left;
	width:88px;
	height:88px;
	margin:20px 0 0 20px;
	border-radius:50%;
	overflow:hidden;
}
.team_img img{
	width:100%;
	height:100%;
}
.team_msg{
	float:left;
	width:780px;
	margin-left:15px;

	}
.team_msg h3{
	line-height:36px;
	font-size:16px;
	margin-top:20px;
	
}
.team_msg h3 a{
	color:#415dcd;
	padding-right:20px;
	}
.team_msg h3 span{
	color:#999;
	}
.team_msg p{
	line-height:24px;
	color:#666;
	height:48px;
	font-size:14px;
}
.team_msg div{
	line-height: 24px;
}
.team_msg div a {
    float: left;
    color: #ff6600;
    padding-right: 20px;
    line-height: 24px;
    background: url(../img/a_icon.png) right center no-repeat;
	font-size:14px;
}

.team_r {
	width:145px;
	float:right;
	margin-top:20px;
}
.team_r p{
	line-height:40px;
	font-size:14px;
	padding-left:20px;
	color:#999999;
	background:url(../img/course_05.png) left center no-repeat;
	
}
.team_r p.p1{
	background:url(../img/course_06.png) left center no-repeat;
}
.team_r p span{
	color:#999;
	}
.team_r p i{
	color:#333;
}