@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; /*让表格边框细线*/
	border-spacing:0; /*清除边框间距*/
} 
fieldset,img { 
	border:0 none; /*有些浏览器默认这些标签有边框，所以要清除默认边框*/
	display:block;
} 
address,caption,cite,code,dfn,em,i,u,b,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	/*清除标签默认文本样式和加粗*/
}
input,textarea{
	outline:0 none;/*去掉文本框的默认轮廓线*/
} 
ol,ul { 
	list-style:none; /*清除列表默认样式*/
} 
caption,th { 
	text-align:left; /*清除标签默认文本居中对齐*/
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; /*清除标题标签的默认样式*/
} 
a{
	text-decoration:none;/*大部分页面中的链接没有下划线*/
}

.clearfix:after{
		height:0;
		content:" ";
		display:block;
		overflow:hidden;
		clear:both;
	}
.clearfix{
	zoom:1;/*IE低版本浏览器不支持after伪类所以要加这一句*/
}
/*类型标题*/

.wrap{
		width:1200px;
		margin:0 auto;
		overflow:hidden;
	}
.wrap .left{
		width:300px;
		height:500px;
		border:1px solid #ccc;	
		float:left;
	}
.wrap .right{
		float:right;	
		width:870px;
	}
.wrap .top{
		line-height:80px;
		height:80px;
		border:1px solid #ccc;
		box-shadow:1px 1px 1px 1px #ccc;
		margin-bottom:40px;	
	} 
.wrap span a,.wrap span i{
		font-family:"微软雅黑";
		font-size:18px;
		color:#000;	
	}
.wrap span a{
		padding:0 18px;	
		display:inline-block;
		height:40px;
		line-height:40px;
	}
.wrap span a:hover{
		color:#ffffff;
		background-color:#0e6eb8;	
		display:inline-block;
	}
/*内容部分*/ 
.wrap .bottom .one .one_1h{
	overflow:hidden;
	}
.wrap .bottom .one .one1,.wrap .bottom .one .one2,.wrap .bottom .one .one3{
		width:260px;
		height:210px;
		border:1px solid #ccc;
		box-shadow:1px 1px 1px 1px #ccc;
		float:left;	
	}
.wrap .bottom .one .one_1h .one1,.wrap .bottom .one .one_1h .one2{
		margin-right:39px;	
	}
.wrap .bottom .one .one_1h .top1{
	overflow:hidden;
	width:260px;
	border-bottom:1px solid #ccc;
	}
.wrap .bottom .one .one_1h .top1 .img{
		width:76px;
		height:76px;
		background:url(../images/daioshi.png) no-repeat;
		margin:10px;
		float:left;	
	}
.wrap .bottom .one .one_1h .top1 .wen{
		float:left;
		margin-top:10px;
		font-family:"微软雅黑";
		font-size:18px;
		color:#888889;	
	}
.wrap .bottom .one .one_1h .top1 .wen p{
		margin-bottom:10px;	
	}

.wrap .bottom .one .one_1h .top1 .wen .dan{
		font-size:14px;	
	}
.wrap .bottom .one .one_1h .top1 .wen .xue{
		font-size:12px;	
		margin-left:20px;
	}
.wrap .bottom .one .one_1h .bottom1{
		position:relative;	
	}
.wrap .bottom .one .one_1h .bottom1 p{
		font-family:"微软雅黑";
		font-size:14px;
		color:#888889;	
		margin:20px 10px 10px 10px;
	}
.wrap .bottom .one .one_1h .bottom1 a{
		color:#2DA7E0;
		position:absolute;
		right:10px;
	}

/*跳页部分*/
.wrap .right .weibu{
		width:280px;
		margin:0 auto ;
		overflow:hidden;	
	}
.wrap .right .weibu li{
		float:left;	
		border:1px solid #ccc;
		margin-right:3px;
	}
.wrap .right .weibu li a{
		width:30px;
		height:30px;
		line-height:30px;
		color:#2DA7E0;
		font-family:"微软雅黑";
		font-size:14px;
		display:block;	
		text-align:center;
	}
.wrap .right .weibu li a:hover{
		color:#ffffff;
		background-color:#2DA7E0;	
	}

.wrap .right .weibu .ye a{
		width:40px;
		height:30px;
		line-height:30px;
		color:#666;
			
	}

