.left_silde_nav{
	width:220px;
	height:auto;
	overflow:hidden;
	float:left;
}
.left_silde_nav h1{
	width:100%;
	height:45px;
	line-height:45px;
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	margin-bottom:14px;
	background:url(../images/left_nav_bg.png);
}
.left_silde_nav h1 a{color:#fff;}
.left_silde_nav ul li{
	width:100%;
	height:44px;
	line-height:44px;
	text-align:center;
	background:url(../images/left_li_bg.png);
	margin-bottom:12px;
	font-size:17px;
}
.left_silde_nav ul li:hover{
	background:url(../images/left_li_h.png);
}
.left_silde_nav ul li:hover a{color:#1886de;}
.contact{
	width:214px;
	height:414px;
	margin:0 auto;
	background:url(../images/contact_bg.png)no-repeat;
}
.contact h2{
	color:#000;
	font-size:16px;
	text-align:center;
	font-weight:normal;
	padding-top:190px;
	margin-bottom:10px;
}
.contact p{
	width:86%;
	line-height:30px;
	margin:0 auto;
	font-size:15px;
}
.right_center{
	width:832px;
	height:auto;
	overflow:hidden;
	float:right;
}
.position{
	height:42px;
	background:url(../images/title_bg.png) no-repeat center bottom;
	border:none;
}
.new_list{
	width:100%;
	height:auto;
	overflow:hidden;
}
.new_list ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:26px;
}
.new_list ul li{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px dashed #e6e5e5;
	padding-bottom:15px;
	margin-bottom:30px;
}
.new_list ul li .pic{
	width:192px;
	height:146px;
	margin-left:12px;
	float:left;
}
.new_list ul li .pic img{
	width:192px;
	height:146px;
}
.new_list ul li .text{
	width:600px;
	height:auto;
	overflow:hidden;
	float:right;
}
.new_list ul li .text h2{
	border-bottom:1px dashed #e6e5e5;
	font-size:18px;
	color:#000;
	font-weight:normal;
	line-height:38px;
}
.new_list ul li .text p{
	font-size:15px;
	color:#5b5a5a;
	line-height:30px;
	margin-top:6px;
}
.new_list ul li:hover h2{
	color:#1886de;
}
.new_list ul li .text h2 span{
	font-size:13px;
	margin-right:15px;
	color:#5b5a5a;
	float:right;
	text-indent:1.5em;
	background:url(../images/time.png) no-repeat;
	background-position:2px 12px;
}



/* 学习 */
.study_list{
	width:100%;
	height:auto;
	overflow:hidden;
}
.study_list ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:26px;
}
.study_list ul li{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px dashed #e6e5e5;
	height:38px;
	line-height:38px;
	margin-bottom:15px;
	text-indent:1.2em;
	font-size:17px;
	background:url(../images/sj1.png) no-repeat;
	background-position:4px 13px;
}
.study_list ul li a{
	display:block;
}
.study_list ul li span{
	float:right;
	margin-right:5px;
	font-size:14px;
}
.study_list ul li a:hover{
	color:#1886de;
}
.study .page{
	margin-top:30px;
}


/* 详情 */
.detail{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.detail h1{
	font-weight:600;
	font-size:24px;
	text-align:center;
	line-height:48px;
}
.detail .inform{
	width:100%;
	height:30px;
	line-height:30px;
	color:#626465;
	font-size:15px;
	text-align:center;
	margin-top:18px;
}
.detail .inform span{
	padding-left:30px;
}
.detail_text{
	width:96%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	font-size:16px;
	line-height:30px;
	color:#322c2c;
}
.detail .page{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:50px;
	border-top:1px dashed #ccc;
}
.detail .page ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-left:0px;
}
.detail .page ul li{
	line-height:36px;
	font-size:16px;
	background:#fff;
	float:left;
	width:48%;
	text-align:left;
}
.detail .page ul li:nth-child(2){float:right;text-align:right;}
.detail .page ul li a{
	color:#322c2c;
}
.detail .page ul li a:hover{
	color:#1886de;
	background-color:#fff;
}
