﻿/*reset*/
body{font-size:12px;font-family:"微软雅黑";}
*,body,div,p,a,span,strong,label,ul,li,table,th,td,img{margin:0px;padding:0px;}
ul,li{list-style:none;}
a{ text-decoration:none;cursor:pointer;}
img{border:none;margin:0;padding:0px;}
.clear{clear:both;}


/*二级页*/
.ej{
	width:1000px;
        height:650px;
	margin:auto;
	background:#fff;
	margin-top:20px;
}
/*左侧菜单部分*/

.leftmenu{
	width:220px;
	height:650px;
	float:left;
	background:url(../images/l.jpg) center bottom no-repeat;
	border:solid 1px #ddd;
}
.mainmenu{
	width:100%;
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#fff;
	font-family:"黑体";
	background:rgb(92,191,186);
	margin-bottom:20px;
	text-align:center;
}

.menu a:hover{color:rgb(255,138,0);}
.menu>ul>li>a {
	display:block;
	font-size:14px;
	outline:none;
	color:#333;
	height:38px;
	line-height:38px;
	text-align:center;
	background:url(../images/jd.jpg) 15px center no-repeat;
	margin-bottom:2px;
}
.menu ul li ul {display:none;}
.menu>ul>li>ul>li>a{
	display:block;
	height:32px;
	line-height:32px;
	color:#333;
	font-size:14px;
	text-align:center;
	border-bottom:solid 1px #fff;
}
.menu>ul>li>ul>li>ul>li>a{
	display:block;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#666;
}

/*右侧列表部分*/
.rightlist{
	width:770px;
	float:right;
}
.local{
	border-bottom:solid 4px #ccc;
}
.local1{
	width:300px;
	height:40px;
	line-height:50px;
	float:left;
	font-size:16px;
	font-family:"微软雅黑";
	color:#333;	
	text-indent:40px;
	background:url(../images/local.jpg) 10px center no-repeat;
}
.local2{
	width:460px;
	height:40px;
	line-height:50px;
	float:right;
	margin-right:10px;
	text-align:right;
}
.local2 a{
	color:#333;
	font-size:12px;
	font-family:"微软雅黑";
}
.local2 a:hover{
	color:rgb(255,138,0);
}
.newslists{
	margin-top:15px;
}
.newslists ul li{
	margin-left:15px;
	margin-right:15px;
	height:32px;
	line-height:32px;
	background:url(../images/ejicon.jpg) 10px center no-repeat;
	border-bottom:dashed 1px #ccc;
}
.newslists ul li a{
	float:left;
	margin-left:20px;
	font-size:14px;
	font-family:"微软雅黑";
	color:#333;
}
.newslists ul li span.nowdate{
	float:right;
	margin-right:15px;
	color:#444;
	font-size:13px;
}
.newslists ul li:hover a,.newslists ul li:hover span.nowdate{
	color:rgb(255,138,0);
}
.pages{
	margin-top:40px;
	text-align:center;
}
.pages a,.pages span{
	font-family:"微软雅黑";
	font-size:13px;
	color:#666;
}
.pages a:hover{
	color:rgb(255,138,0);
};