.recommend ul{
	overflow: hidden;
	margin-bottom: 40px;
}
.recommend li{
	width: 222px;
	height: 150px;
	border: 1px solid #d7d7d7;
	padding: 20px 10px 20px 65px;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	margin-right: 18px;
}
.recommend li h3{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 25px;
}
.recommend li p{
	font-size: 13px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
}
.recommend li a{
	background: #0065b3;
	color: #fff;
	width: 120px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	position: absolute;
    left: 65px;
    bottom: 20px;
}
.recommend li em{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 20px;
}

.recommend li em img {
    width: 100%;
}

/*ä¾›åº”é“¾èžèµ„å¹³å°*/
.sm_banner{
	overflow: hidden;
	margin-bottom: 50px;
}
.sm_img{
	float: left;
}
.sm_txt{
	float: right;
	width: 260px;	
}
.sm_txt h3{
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.sm_txt p{
	font-size: 13px;
	color: #666;
	line-height: 20px;
}
.sm_txt a{
	background: #0065b3;
	color: #fff;
	display: inline-block;
	width: 120px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	margin-top: 26px;
}

.plat_tit ul{
	height: 40px;
	border-bottom: 2px solid #efefef;
}
.plat_tit li{
	float: left;
	width: 170px;
	font-size: 18px;
	line-height: 38px;
	color: #333;
	text-align: center;
	margin: 0 10px;
	cursor: pointer;
}
.plat_tit li.active{
	color: #0066b3;
	border-bottom: 4px solid #0066b3;
}

.plat_li{
	width: 100%;
	height: 175px;
	border: 1px solid #e9e9e9;
	border-top: 1px solid #0066b3;
	margin-top: 25px;
	box-sizing: border-box;
	overflow: hidden;
}
.li_left{
	margin: 20px;
}
.li_center{
	width: 560px;
	margin-top: 20px;
}
.li_center>div{
	position: relative;
}
.li_center h3{
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.fz12_blue{
	font-size: 12px;
	color: #0066b3;
	border-radius: 4px;
	border: 1px solid #0066B3;
	display: inline-block;
	height: 17px;
	line-height: 15px;
	padding: 0 5px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 3px;
}
.li_center p{
	margin-left: 60px;	
	font-size: 13px;
	color: #333;
	border-bottom: 1px dashed #e4e4e4;
	line-height: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.key_word{
	margin-left: 60px;	
	font-size: 13px;
	color: #999;
	
}

.li_right{
	width: 185px;
	height: 175px;
	background: #f9f9f9;
	text-align: center;
	padding-top: 70px;
	
}
.li_right a{
	background: #0065b3;
	color: #fff;
	display: inline-block;
	width: 120px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
/*ä¸šåŠ¡è¯¦æƒ…*/
.con_txt>div{
	overflow: hidden;
	margin-bottom: 30px;
}
.con_txt h3{
	font-size: 22px;
	font-weight: normal;
	float: left;
	
}
.con_txt a{
	background: #0065b3;
	color: #fff;
	display: inline-block;
	width: 120px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	float: right;
	margin-top: 6px;
}
.con_txt p{
	/*text-indent: 2em;*/
	font-size: 16px;
	line-height: 24px;
}