/*===下拉菜单 css===*/
.DropDownMenu ul li {
  position: relative;
  display: inline;
  float: left;
  z-index: 9999;
}
.DropDownMenu ul li ul li {
  clear: both;
}
.DropDownMenu ul li ul li a:hover {
  display: block;
}
* html .DropDownMenu ul li a {
  display: inline-block;
}
.DropDownMenu ul li ul {
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
}
.DropDownMenu ul li ul li ul {
  top: 0;
}
.TreeMenu {
  width: 252px;
  margin: 20px auto;
}
.TreeMenu ul li {
  margin-top: 8px;
  background: url("../images/one.png") top center no-repeat;
}
.TreeMenu ul li a {
  line-height: 35px;
  padding-left: 40px;
  color: #ffffff;
  font-size: 16px;
}
.TreeMenu ul li ul li {
  margin-top: 5px;
  background: url("../images/two.png") top center no-repeat;
}
.TreeMenu ul li ul li a {
  line-height: 32px;
  padding-left: 40px;
  color: #393939;
  font-size: 14px;
}
.TreeMenu ul li ul li ul li {
  margin-top: 5px;
  background: url("../images/three.png") top center no-repeat;
}
.TreeMenu ul li ul li ul li a {
  line-height: 32px;
  padding-left: 40px;
  color: #393939;
  font-size: 14px;
}
/*===圆角css===*/
/*===边框 css===*/
.bor {
 
}
.downLine li {
  border-bottom: 1px dotted #c9dde8;
  padding: 2px 0;
}
/*===阴影 css===*/
/*===背景图片 css===*/
.icon li a {
  padding-left: 16px;
  background: url("../images/news-icon.png") left center no-repeat;
}
/*===背景颜色 css===*/
.bgWhite {
  background: #c3e3fa;
}
/*===文字颜色 css===*/
/*===外间距css===*/
/*===内间距css===*/
.pd15 {
  padding: 15px;
}
/*===宽度css===*/
.wd1k {
  width: 1200px;
}
/*===高度css===*/
/*图片大小css*/
/*===标题css===*/
.Module-title1{
	height: 36px;
  line-height: 36px;
  background: url(../images/title_bj1.jpg) no-repeat ;
}
.Module-title1 a{
	 float: right;
  font-size: 14px;
  color: #fefc81;
  text-transform: uppercase;
  margin-right: 10px;
}
.Module-title2{
	height: 37px;
  line-height: 37px;
}
.Module-title2 span{
	color: #010101;
	font-size: 24px;
}
.Module-title2 span label{
	color: #8b8b8b;
	font-size: 12px;
}
.Module-title2 a{
 	float: right;
  color: #fff;
  background: #ee9404;
  width: 50px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
  
}
.Module-title.Module-title3{
	height: 37px;
  line-height: 37px;
  background: url(../images/title_bj3.jpg) no-repeat ;
}
.Module-title.Module-title3 a{
	 float: right;
  font-size: 14px;
  color: #fefc81;
  text-transform: uppercase;
  margin-right: 10px;
}
.Module-title {
  height: 39px;
  line-height: 39px;
  background: url(../images/title_bj.jpg) no-repeat ;

}
.Module-title label{
	font-size: 14px;
	text-transform: uppercase;
}
.Module-title span {
  float: left;
  width: 149px;
  text-align: center;
  color: #ffffff;
  font-size: 0px;
}
.Module-title a {
  float: right;
  font-size: 14px;
  color: #fefc81;
  text-transform: uppercase;
  margin-right: 10px;
}
/*===文本框css===*/
/*===按钮css===*/
/* 焦点切换css */
/*===文章列表css===*/
.ArticleList ul li {
  overflow: hidden;
  zoom: 1;
  vertical-align: bottom;
  line-height: 45px;
  padding: 0;
  border: 0;
  border-bottom: 1px dashed #ccc;
}
.ArticleList ul li a {
  float: left;
  font-size: 16px;
  color: #333;
}
.ArticleList ul li label {
  float: right;
  color: #bbbbbb;
  font-size: 13px;
}
/*===图片列表css===*/
.imageList {

  overflow: hidden;
}
.imageList ul {

  margin-left: -15px;
  overflow: auto;
  zoom: 1;
}
.imageList ul li {
  width: 242px;
  float: left;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.imageList ul li img {
  width: 100%;
  height: 160px;
}
.imageList ul li h3 {
  line-height: 1.2;
  text-align: center;
}
.imageList ul li:hover img {
  width: 110%;
  margin-left: -5%;
  -webkit-box-shadow: #999999 0 0 10px;
  -moz-box-shadow: #999999 0 0 10px;
  box-shadow: #999999 0 0 10px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
/* 选项卡css */
.Paging {
  text-align: center;
  padding: 10px 0;
}
.newsShowTitle {
  text-align: center;
  color: #393939;
  border-bottom: #999999 1px dotted;
  line-height: 2;
}
.newsShowTitle span {
  padding: 0 10px 0 20px;
}
.newsShowTitle span label {
  color: #666666;
}

.xqhz-box{
	width: 632px;
}
