@charset "utf-8";
/* CSS Document */
.footer{
   position: absolute;
	z-index: 7;
	width:100%;
	float: left;
	top:755px;	
	font-size: 0;
	
}
.footer .tag{
	cursor:pointer;
	margin: 0 0 0 141px;
}
.footer .info_set{
   font-size: 12px;
	background: #494949;
	height: 93px;
	/*height: 446px;*/
}

/*info_set*/
.info_set .easy_news{
	width: 110px;
	padding: 21px 0 0 17px;
	float: left;
}

.info_set .easy_news a{
	display: block;
	border: 1px solid #a4a4a4;
	color: #a4a4a4;
	text-decoration: none;
	text-align: center;
	width: 34px;
	height: 10px;
	padding: 7px;
	_padding: 6px 7px;
	margin: 0 2px 2px 0;
	line-height: 12px;
	cursor: pointer;
	float: left;
}
.info_set .easy_news a.easyNews_list{
	width: 86px;
}


.info_set .easy_news a:hover{
	background: #a4a4a4;
	color: #494949;
}


.info_set .address{
	float: right;
	background: #2b2b2a;
	border-left: 1px solid #d6d6d4;
	font-size: 11px;
	color: #818181;
	padding: 20px 45px 20px 30px;
	line-height: 13px;
}
.info_set .address h5{
	display: inline;
	line-height: 14px;
	font-size: 11px;
	font-weight: bolder;
	background: url(../images/copyRightLogo.gif) no-repeat;
	padding: 5px 0 0 20px;
}

.info_set .news{
	overflow: hidden;	
	 /*float: left;*/
}

.news .hot_news{
	 margin-top: 5px;
	 float: left;	
	/*js change*/
	width: 859px;	
	overflow: hidden;	
}
.news .hot_news ul{
   margin: 0;
	padding: 0;
   display: block;
   list-style: none;
   float: left;
}
.news .hot_news li{
   margin: 0;
	padding: 0;
	width: 420px;
	float: left;
	background: url(../images/hotnews_border.gif) repeat-y top right;
}
.news .hot_news li a{
   float: left;
   display: block;	
	text-decoration: none;
	color: #b1b1b1;
	padding: 8px 40px 0 31px;	
	background: url(../images/hotnews_more.gif) no-repeat bottom right;
}
.news .hot_news li a span{
   float: left;	
	padding: 0 0 0 12px;
	background: url(../images/hotnews_icon.gif) no-repeat;
	display: block;
	width: 210px;
	margin: 5px 0 0 19px;
}

.news .hot_news li a h3{
	margin: 0 0 10px 0;
	padding: 0;
	color: White;
	font-size: 12px;
	
}
.news .hot_news li a img{
	float: left;
	border: 5px solid #808080;
}
.news .hot_news li a .award{
	border: 0;
}

.news .newslist{
	/*js change*/
	width: 1000px;
	float: left;
	clear: left;
	margin-top: 30px;
	display: none;	
}
.news .newsPage{
	float: right;
	text-align: right;
	margin: 0;
}

.newslist h2{
	font-size: 12px;
	color: White;
	font-weight: normal;
	line-height: 13px;
	background: #2b2b2a;
	padding: 14px;
	float: left;
	margin: 0;
}
.newslist ul{
	float: left;
	list-style: none;
	margin: 0;
	padding-left:28px ;
	overflow: hidden;
	height: 300px;
}
.newslist li{
  color: #a4ce00;
  float: left;
  margin: 0 40px 30px 0;
  padding: 0;
  width: 340px;
  height: 30px;
}

.newslist li .date{
	 display: block;
	 float: left;
	 height: 30px;
	 margin: 0 15px 0 0;	 
}

.newslist li a{
	text-decoration: none;
	color: #797979;
	/**/
	display: block;
	float: left;
	width: 60%;
}
.newslist li a:hover{
	color: #b1b1b1;
}
.newslist li .thenew{
background: url(../images/thenew_icon.gif) no-repeat 0 2px;
padding-left: 28px;
/**/
	display: block;
	float: left;
	width: 60%
}

#loadingImg{
	/*background-color: White;*/
	height: 300px;
	width: 1000px;
	display: none;
}
#loadingImg img{
	/*width:40px;*/
	display: block;
	margin: auto;
	margin-top:10%;
	/*background-color: Fuchsia;*/
}
#loadingImg span{
	width:50px;
	height:15px;
	display: block;
	margin: auto;
	/*margin-left: 48%;*/
	/*background-color: Aqua;*/
	font-size: 10px;
	color: #b1b1b1;
}

.newsPage a{
	font-size: 0;
	background: Aqua;
	/*display: inline-block;*/
	padding: 0;
	width: 48px;
	height: 16px;
	margin: 0 5px 0 0;
}
.newsPage .news_pre{
	background: url(../images/newsList_page_pre.gif) no-repeat;
}
.newsPage .news_next{
	background: url(../images/newsList_page_next.gif) no-repeat;
}
.newsPage .news_pre:hover{
	background: url(../images/newsList_page_pre_over.gif) no-repeat;
}
.newsPage .news_next:hover{
	background: url(../images/newsList_page_next_over.gif) no-repeat;
}