/*
 *张龙
 *2015-08-03
 *样式重置
 */
.header{
	position:relative;
}
body{
	background-color:#f2f2f2;
}

#course_detail{
	margin:20px auto;
	width:1200px;
	overflow:hidden;

}
.detail_l{
	width:738px;
	background-color:#fff;
	padding:60px 70px;
	border:1px solid #cccccc;
	float:left;
}
.detail_title{
	border-bottom:1px solid #ccc;
	padding-bottom:16px;
	overflow:hidden;
}
.detail_title h2{
	line-height:52px;
	height:52px;
}
.detail_title h2 span{
	font-size:28px;
	float:left;
}
.detail_title h2  a{
	float:right;
	display:inline-block;
	width:24px;
	height:52px;
	margin-left:16px;
	background:url(../img/fav_icon.png) left center no-repeat;

}
.detail_title h2  a.s{
	background:url(../img/news_share.png) left center no-repeat;
	}
.detail_title p span{
	float:left;
	color:#666;
	font-size:14px;
}
.detail_title p span em{
	color:#fff;
	background-color:#ff6600;
	padding:0 10px;
	border-radius:10px;
	margin-right:10px;
}
.detail_title p span i{
	color:#fff;
	background-color:#415dcd;
	padding:0 10px;
	border-radius:10px;
} 
.detail_title p strong{
	float:left;
	font-weight: normal;
	color:#999999;
	font-size:14px;
	padding-left:25px;
}
.detail_title p a{
	float:right;
	padding-left:20px;
	background:url(../img/course_05.png) left center no-repeat;
	font-size:14px;
	color:#999;
}
.detail_title p a i{
	color:#333;
}
#detail_content{
	padding-top:20px;
}
#detail_content p{
	line-height:22px;
}
#detail_content img{
	max-width:100% !important;
	height:auto !important;
}
table{
	    border-spacing: 0;
    border-collapse: collapse;
}
 td, th{
	    border: 1px solid #DDD;
}

#detail_content table{
	max-width: 738px!important;
}
/*detail_r*/
.detail_r{
	float:right;
	width:300px;
}
.detail_zj{
	width:298px;
	border:1px solid #cccccc;
	background-color:#fff;
	overflow:hidden;
}
.detail_zj_top{
	padding:20px;
	width:258px;
	background-color:#415dcd;
	height:80px;
}
.detail_img{
	border:4px solid #d9dff5;
	width:72px;
	border-radius:50%;
	overflow:hidden;
	height:72px;
	float:left;
}
.detail_img img{
	width:100%;
}
.detail_zj_r{
	float:left;
	width:150px;
	margin-left:8px;
}
.detail_zj_r h2{
	color:#fff;
	font-size:18px;
	line-height:36px;
}
.detail_zj_r h2 a{
	color:#fff;
}
.detail_zj_r h3{
	color:#d6d6d6;
	font-size:14px;
	line-height:22px;
}
.detail_zj p{
	color:#999999;
	font-size:14px;
	line-height:22px;
	padding:15px 20px 0;
}
.detail_zj_bottom{
	line-height:22px;
	text-align:right;
	padding:0 20px 15px;

}
.detail_zj_bottom a {
	color:#ff6600;
	background:url(../img/arr.png) right center no-repeat;
	font-size:14px;
	padding-right:20px;
}

.detail_content{
	text-align:center;
	line-height:22px;
	font-size:14px;
	padding:14px 0px;
	color:#999;
}
a.btn{
	height:44px;
	line-height:44px;
	text-align:center;
	display:inline-block;
	width:100%;
	color:#fff;
	font-size:16px;
	border-radius:22px;
	background-color:#ff6600;
}
.btn_a{
	height:42px;
	line-height:42px;
	text-align:center;
	display:inline-block;
	width:298px;
	color:#ff6600;
	font-size:16px;
	border-radius:22px;
	border:1px solid #ff6600;
	}
/*news_wrap_c*/
.news_wrap_c{
	background-color:#fff;
	min-width:1200px;
	width:100%;
	margin-top:20px;
	overflow: hidden;
}
.news_wrap_c h1{
	padding-top:15px;
	line-height:60px;
	font-size:20px;
}
.news_wrap_c h1 span{
	float:left;
}
.news_wrap_c h1 a{
	float:right;
	font-size:14px;
	color:#ff6600;
	background:url(../img/a_icon.png) right center no-repeat;
	padding-right:20px;
}
.news_wrap{
	margin:0 auto;
    height: 300px;
	width:1300px;
    padding-bottom: 48px;
    position: relative;
    clear: both;
}
.detail_item{
    width: 283px;
    height: 298px;
    border: 1px solid #cccccc;
    margin-right: 20px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
}

.news_pic{
    width: 255px;
    height: 160px;
    margin: 14px auto 0;
    overflow: hidden;
    position: relative;
    display: block;
}

.detail_item:hover{
    border-color: #9b9b9b;
    box-shadow: 0 0 4px rgba(75,75,75,0.8);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.detail_item .news_pic:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255,102,0,0.8);
}
.detail_item:hover .news_pic:before{
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.detail_item .news_pic:after{
    content: " ";
    opacity: 0;
    background: url(../img/plus.png);
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
}
.detail_item:hover .news_pic:after{
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.detail_item dl{
    margin: 8px 15px 0;
}
.detail_item dt{
    line-height: 42px;
	height:42px;
    overflow: hidden;
    color: #333;
}
.detail_item dt a{
    font-size: 18px;
    color: #333;
}
.detail_item dd{
    color: #999;
    line-height: 22px;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.team_body{
	background:url(../img/bg.jpg) top center no-repeat;
	background-size:100% 300px;
	height:300px;
}
/*team_detail*/
#team_detail{
	width:1200px;
	margin:0 auto;
	clear:both;
}
.team_l{
	width:280px;
	float:left;
	margin-top:-43px;
	margin-bottom:20px;
	
}
.team_img{
	width:76px;
	height:76px;
	border:4px solid #fff;
	border-radius:50%;
	overflow:hidden;
}
.team_img img{
	width:100%;
	height:100%;
}
.team_title h2{
	height:24px;
	line-height:24px;
	padding-top:10px;
}
.team_title h2 span{
	font-size:18px;
}
.team_title h2 em{
	color:#fff;
	background-color:#415dcd;
	padding:0 10px;
	margin-left:6px;
	border-radius:12px;
	font-size:14px;
	display:inline-block;
	height:24px;
}
.team_title h3{
	line-height:28px;
	color:#999;
	font-size:14px;
}
.team_title p{
	font-size:14px;
	line-height:22px;
	padding:5px 0px 0;
	}
.team_title h4{
	line-height:24px;
}
.team_title h4 a{
	background:url(../img/a_icon.png) right center no-repeat;
	padding-right:20px;
	color:#ff6600;
	font-size:14px;
}
.team_bottom{
	line-height:22px;
	text-align:center;
	margin:15px;
}
.team_bottom span{
	background:url(../img/course_05.png) left center no-repeat;
	padding-left:20px;
	color:#999;
	font-size:14px;
	margin:0 10px;
}
.team_bottom span.fav{
	background:url(../img/course_06.png) left center no-repeat;
	}
.team_title h5{
	line-height:28px;
	text-align:center;
	color:#999;
	font-size:14px;
}
.team_list{
	padding-top:20px;
}
.team_list h2{
	line-height:34px;
	border-bottom:1px solid #ccc;
	font-size:16px;
}
.team_item_i{
	width:100%;
	height:176px;
	overflow:hidden;
	position:relative;
	}
.team_item_i img{
	width:100%;
	height:100%;
}
.team_item{
	margin-top:20px;
}
.team_item_i 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;
}
.team_item h1{
	font-size:20px;
	line-height:32px;
	padding:10px 0;
}
.team_item h3 span{
	color:#666;
	font-size:14px;
}
.team_item h3 span em{
	color:#fff;
	background-color:#ff6600;
	padding:0 10px;
	border-radius:10px;
	margin-right:10px;
}
.team_item h3 span i{
	color:#fff;
	background-color:#415dcd;
	padding:0 10px;
	border-radius:10px;
} 
.team_item p{
	line-height:22px;
	font-size:14px;
	padding:15px 0;
}
.team_item .team_bottom{
	margin:0;
	text-align:left;
	}
.team_item .team_bottom span{
	margin-left:0px;
	margin-right:30px;
}

.team_r{
	margin:20px 0px;
	float:right;
	background:#fff;
	border:1px solid #ccc;
	width:746px;
	padding:66px;
}
.team_r .team_r_t{
	line-height:40px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	overflow:hidden;
}
.team_r_t span{
	font-size:28px;
	float:left;
}
.team_r_t a{
	width:24px;
	height:100%;
	background:url(../img/news_share.png) right center no-repeat;
	float:right;
	display:inline-block;
	height:40px;
}
.team_c p{
	font-size:14px;
	line-height:22px;
	padding:10px 0px;
}











