﻿@charset "gb2312";
/* CSS Document */

.clear:after{

	content:'';
	display:block;
	clear:both;

}

.clear{

	zoom:1;

}

.arrLi ol{
	
	clear:both;
	margin:5px 0;
	
}

.arrLi ol li{
	
	float:left;
	font-size:12px;
	line-height:24px;
	color:#333;
	margin:0 5px;
	
}

.arrLi p{
	
	width:100%;
	height:24px;
	font-size:16px;
	line-height:24px;
	color:#900;
	border-bottom:2px solid #900;
	padding-left:5px;
	
}