@charset "utf-8";
/* CSS Document */

.diy_container{
	width:1003px;
	margin:0 auto;
}
.diy_container .left{
	float:left;
	margin-left:40px !important;
	*margin-left:40px !important;
	*margin-left:20px;
	width:615px;
}
.left h1{
	font:bold 16px "宋体";
	color:#36B0FE;
}

.left h2{
	font:14px normal;
	color:#FE007D;
}
.left .h2{
	clear:both;
	float:left;
	width:500px;
	height:20px;
}
.h2_other{
	clear:both;
	float:left;
	width:560px;
	padding:20px 0;
}
.h2_other_line{
	margin:20px 0 0px 0;
	border-top:1px solid #F0F0F0;
	
}

.other_container{
	float:left;
	width:520px;
	margin:0px 0 10px 14px;
}
.other_container ul li{
	float:left;
	margin-right:10px;
}
.other_container ul li a{
	font: 14px "宋体";
	color:#000000
}
.other_container ul li a:hover{
	background:#000;
	color:#FFF
}


















