/*左边部分--开始*/
#mainLeft{
	float: right;
	width: 880px;
	min-height: 10px;
}
#mainLeft .title{
	margin-top:4px;
	height:40px;
	line-height:40px;
	border-bottom:2px solid #89668d;
}
#mainLeft ul{
	padding:10px 0 0 8px;
}
#mainLeft ul li{
	font-size: 16px;
        height:40px;
	line-height: 40px;
}
#mainLeft ul li a{
    /*width: 700px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding-left: 15px;
    color: #5a5a5a;
    text-decoration: none;
    background: url(../image/list.png) scroll no-repeat center left;
}
#mainLeft ul li a:hover{
	color: #0093dd;
}
#mainLeft ul li span{
	margin-right: 5px;
	color: #999;
}

#mainLeft #turn{
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	color:#5a5a5a;
}
#mainLeft #turn a{
	color:#5a5a5a; 
	text-decoration: none;
}
#mainLeft #turn a:hover{
	text-decoration: underline;
	/*color: #0093dd;*/
}
#mainLeft #turn input{
	margin: 0;
	padding: 0;
	width: 28px;
	height:14px;
}
/*左边部分--结束*/
#mainart{
	float: left;
    width: 1200px;
    min-height: 350px;
    font-size: 15px;
    color: #4b4b4b;
    padding: 0 20px;
    border-top: 2px solid #89668d;
}
#mainart h4{
	margin:20px 0 0 0;
	font-size:20px;
	font-weight: 900;
	text-align: center;
}