* {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	font-family:microsoft yahei;
}
.main {
	width:1200px;
	margin:15px auto;
}
img {
	display:block;
}
.w1200 {
	width:1200px;
}
.sideone {
	width:48%;
	float:left;
	margin-top:15px;
}
.sideone-right {
	float:right;
}
.sideone .tit {
	/* height:50px;
	*/
					border-bottom:1px solid #e8e8e8;
	line-height:50px;
}
.sideone .tit strong {
	border-bottom:3px solid #063;
	font-size:18px;
	display:inline-block;
	float:left;
	width:38%;
	/* height:49px;
	*/
					margin-bottom:-3px;
	color:#063
}
.sideone .tit a {
	float:right;
	color:#999;
	font-size:12px
}
.sideone ul {
	margin:15px 0;
	height:270px;
}
.sideone li {
	/* height:40px;
	*/
					line-height:40px;
	border-bottom:#e8e8e8 1px dashed;
}
.sideone li a {
	width:81%;
	height:40px;
	overflow:hidden;
	display:block;
	float:left;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sideone li a:hover {
	color:#063;
}
.sideone li:hover {
	background:#F8FCF8
}
.sideone li i {
	font-size:30px;
	color:#063;
	font-style:normal;
	line-height:36px;
	float:left;
	width:3%;
}
.sideone li span {
	float:right;
	color:#79C679
}
a {
	color:#454545;
	text-decoration:none;
}
