@charset "utf-8";
/* CSS Document */
#main_contens .box1{
	width:550px;
	height:400px;
}

#main_contents p.conts1 {
	line-height:20px;
	list-style-type:2px;
}
#readMore{
	margin-bottom:50px;
	padding:25px;
              
}
#readMore a{
	display:inline-block;
	padding-top:20px;
	float:right;
	color:#000;
}
#readMore a:hover{
	color:#f00;
}
