@charset "utf-8";
/* CSS Document */

.list-layout-smallbox {
	width:185px;
	background: url(../images/list/list-y-bg.gif) repeat-y center top;
	height:auto;
	float:left;
	text-align:left;
	margin-left:10px;
}
.list-layout-smallbox-content {
	padding:7px;
	background: url(../images/list/list-bg.jpg) no-repeat center top;
	height:270px;/*­ì¥»250px*/
}
.list-layout-smallbox-footer {
	width:185px;
	clear:both;
}
	.list-layout-smallbox h2{
		margin:3px;
		color: #013c7e;
		font-weight: bold;
		font-size: 15px;
	}
	.list-layout-smallbox p{
		color: #013c7e;
		line-height:1.7em;
		font-size: 12px;
		text-align:left;
		margin-left:5px;
	}
	.orange{
	color: #FF6600;
	margin-left:5px;
    }
