.i-list .news-head h3{
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: 300;
	/*border-left: 5px solid #999;*/
}

.i-list .news-head h3 i{
	font-size: 20px;
	margin-left: 10px;
	margin-right: 8px;
	font-weight: 400;
}
.i-list .news-head p {
	margin-bottom: 10px;
	font-weight: 300;
	letter-spacing: 1px;
}
.i-list ul {
	list-style: none;
	margin-left: 26px;
	margin-right: 4px;
	padding: 0 0 2px 0;
	background-color: #FFFEFB;
	color: #3838388;
}
.i-list ul li{
	margin-bottom: 1px;
	text-indent: -10px;
	border-bottom: dashed 1px #e2e2e2;
}
.i-list ul li a{
	text-decoration:none;
	color: #383838;
}
.i-list ul li a:hover{
	color: #ff3300;
	font-weight: 300;
}
.i-list ul li i {
	margin-right: 3px;
}
.i-list .i-list-red li i {
	color: #DE0000;
}
.i-list .i-list-blue li i {
	color: #0000FF;
}
.i-list .i-list-green li i {
	color: #00ff00;
}
.i-list .i-list-brown li i {
	color: #923700;
}
/*@import url("ilist.css"); */

.i-list .news-head .read-more a{
	text-align:right; float:right;
	color: #666;
}
.i-list .news-head .read-more a:hover{
	color: #ff3300;
}