﻿.main{
	width: 1000px;
    height: 800px;
    margin: 0 auto;
    margin-top: 12px;
}
.mainLeft{
	width: 238px;
    height: 525px;
    float: left;
}

.mainLeftTitle{
	width: 232px;
	height:60px;
	color:#fff;/*左侧菜单列表头部字体颜色*/
	background:url(../images/list/listtitle.jpg);/*左侧菜单列表头部背景图片*/
}
.mainLeftTitle_h4{
	padding-top:22px;
	padding-left:25px;
	font-size:14;
	margin:0;
}
.mainLeft_list{
	background:url(../images/list/listbg.jpg);/*左侧菜单列表背景图片，与头部图片上下连接在一起*/
}
.mainLeft_list ul{
	font-size: 13px;
	padding-left:40px;
}

.mainLeft_list ul li{
	list-style: url(../images/index/anchor.png);/*左侧菜单列表每行前的图标*/
    line-height: 31px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:160px;
    border-bottom: 1px solid #E5EAF0;
}

.mainLeft_list ul li a{
	text-decoration: none;
	color: #666;
}
.mainLeft_list ul li a:visited {
    text-decoration: none;
    color: #666;
}
.mainLeft_list ul li a:link {
    text-decoration: none;
    color: #666;
}
.mainLeft_list ul li a.on {
	font-weight:bold;
	color:#ff6600;
}
.mainRight{
	width: 730px;
    height: 525px;
    float: right;
	margin-right:30px;
}
.mainRightTitle{
	height:30px;
	line-height:30px;
	margin-top: 15px;
	margin-left:30px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #E9E9E9;
}
.mainRightTitle h4{
	margin:0;
	width: 250px;
	float: left;
	padding-left: 30px;
	color: #474747;/*右侧菜单标题字体颜色*/
	font-size: 15px;
	background: url(../images/list/mainRightPostionBg.jpg) no-repeat 15px 7px;/*右侧菜单标题前的背景图片*/
}
.mainRightTitle span{
	font-size:13px;
	float: right;
	margin-right: 4px;
	background: url(../images/list/fangzi.png) no-repeat -2px 10px;/*现在位置前的图标图片*/
	padding-left: 20px;
	color: #666;
	
	
}
.mainRightTitle span a{
	text-decoration: none;
    color: #666;
}
.mainRightTitle span a:link{
	text-decoration: none;
    color: #666;
}
.mainRightTitle span a:visited{
	text-decoration: none;
    color: #666;
}
.mainRightList{
	width: 705px;
    height: 668px;
    margin: 0 auto;
    margin-top: 10px;
}
.mainRightList ul{
	padding-left:15px;
	margin-left:30px;
}
.mainRightList ul li{
	list-style: url(../images/list/anchor.png);/*右侧新闻列表每行前的图标*/
	font-size:13px;
    width: 665px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-bottom: 1px dotted #cccccc;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mainRightList ul li a{
	color: #656565;
    text-decoration: none;
float:left;
}
.mainRightList ul li a:link{
	color: #656565;
    text-decoration: none
}
.mainRightList ul li a:visited{
	color: #656565;
    text-decoration: none
}
.mainRightList ul li span{
	font-size: 14px;
    color: #B2B2B2;
    float: right;
}