@charset "utf-8";
/* 教培专区样式 */

/* 页面容器 */
.body_wrapper{
	width:1100px;
	margin:0px auto;
	background:#F0F0F0;
}

/* 区块标题 */
.new_act_title{
	width:1100px;
	color:#000000;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:bold;
	line-height:22px;
	margin:20px 0 5px 0;
	letter-spacing:0.5px;
	display:block;
	overflow:hidden;
	clear:both;
}
.new_act_title font{
	border-left:3px solid #4fbe71;
	margin:3px 10px 0 0;
	float:left;
	height:16px;
	display:inline-block;
}
.new_act_title a{
	color:#BCBCC6;
	font-size:15px;
	font-weight:normal;
	line-height:18.5px;
	letter-spacing:0.5px;
	padding-right:3px;
	float:right;
}
.new_act_title a:hover{
	color:#66cc66;
}

/* 卡片容器 */
.recom_sponsor_wrapper{
	overflow:hidden;
	clear:both;
	font-family:"微软雅黑";
	color:#373737;
}

/* 卡片 */
.recom_sponsor_block{
	width:260px;
	height:222px;
	float:left;
	margin:0 17px 17px 0;
	border:1px solid #C7C7C7;
	background:#fff;
	overflow:hidden;
	position:relative;
}
.recom_sponsor_block:hover{
	border:1px solid #62b651;
}
.recom_sponsor_block a{
	display:block;
	color:#fff;
}
.recom_sponsor_block a img{
	vertical-align:top;
	width:260px;
	height:140px;
}
.last_recom_sponsor{
	margin-right:0;
}

/* 卡片信息区 */
.recom_sponsor_intr{
	background:#fff\9;
	background:rgba(255,255,255,0.7);
	position:absolute;
	top:139px;
	left:0px;
}
.recom_sponsor_intr .school_name{
	padding-top:10px;
	color:#373737;
	padding-left:10px;
	width:249px;
	font-size:14px;
}

/* 卡片元信息 */
.sponsor_site,.sponsor_time,.sponsor_people{
	color:#a0a0a0;
	overflow:hidden;
	margin:3px 0;
	width:241px;
	padding-left:10px;
}
.sponsor_site i{
	width:20px;
	height:20px;
	background:url("../../images/index/index/site.png") -2px center no-repeat;
	float:left;
}
.sponsor_people i{
	width:20px;
	height:20px;
	background:rgba(0,0,0,0) url("../../images/index/details/particulars_page_ico.png") no-repeat scroll -274px -53px;
	float:left;
}
.info_time{
	float:left;
}
.sponsor_people .sponsor_class{
	float:right;
	margin-top:0px;
}

/* 标签 */
.sponsor_class{
	background:#1abc9c;
	float:left;
	color:#fff;
	border-radius:3px;
	padding:0 3px;
	font-size:12px;
	margin-top:3px;
	line-height:19px;
	text-align:center;
}

/* “立即查看”按钮 */
.I_apply{
	width:260px;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#62b651;
	margin-top:10px;
	font-size:15px;
}
.I_apply a{
	color:#fff;
}

/* 资讯卡片 */
.recom_inform{
	height:auto;
	position:relative;
}
.recom_inform_title{
	width:100%;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#4B4B4B;
	font-size:16px;
	position:absolute;
	margin-top:-30px;
	background:rgba(75,75,75,0.8);
}
