/*===下拉菜单 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;
	top: 58px;
}
.DropDownMenu ul li ul li ul {
  top: 0;
}
.TreeMenu ul li {
  margin-top: 8px;
  background: url("../images/one.png") top repeat-x;
}
.TreeMenu ul li a {
  line-height: 35px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 16px;
  display: block;
}
.TreeMenu ul li ul li {
  margin-top: 5px;
  background: url("../images/one.png") top repeat-x;
}
.TreeMenu ul li ul li a {
  line-height: 35px;
  padding-left: 15px;
  font-size: 14px;
}
.TreeMenu ul li ul li ul li {
  margin-top: 5px;
  background: url("../images/one.png") top repeat-x;
}
.TreeMenu ul li ul li ul li a {
  line-height: 35px;
  padding-left: 20px;
  font-size: 14px;
}
.TreeMenu ul li a:hover {
  color: #fff;
  background: url("../images/arrow-white.png") right center no-repeat;
}
/*===圆角css===*/
/*===边框 css===*/
.bor {
  border: 1px solid #dddddd;
  border-radius: 0 0 3px 3px;
}
.downLine li {
  border-bottom: 1px dotted #dddddd;
  padding: 2px 0;
}
/*===阴影 css===*/
/*===背景图片 css===*/
.icon-dian li {
  padding-left: 10px;
  background: url("../images/dian.png") left center no-repeat;
}
.icon-xyxw {
  padding-left: 25px;
  background: url("../images/icon-xyxw.png") left center no-repeat;
}
.icon-xywh {
  padding-left: 25px;
  background: url("../images/icon-xywh.png") left center no-repeat;
}
.icon-video {
  padding-left: 25px;
  background: url("../images/icon-video.png") left center no-repeat;
}
.icon-xwgk {
  padding-left: 25px;
  background: url("../images/icon-xwgk.png") left center no-repeat;
}
.icon-xsyd {
  padding-left: 25px;
  background: url("../images/icon-xsyd.png") left center no-repeat;
}
.icon-xyhd {
  padding-left: 25px;
  background: url("../images/icon-xyhd.png") left center no-repeat;
}
/*===背景颜色 css===*/
.bgWhite {
  background: #ffffff;
}
/*===文字颜色 css===*/
/*===外间距css===*/
/*===内间距css===*/
.pdt30 {
  padding-top: 30px;
}
.pd15-0 {
  padding: 15px 0;
}
/*===宽度css===*/
.wd12k {
  width: 1200px;
}
/*===高度css===*/
/*图片大小css*/
/*===标题css===*/
.Module-title {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #dddddd;
}
.Module-title span {
  float: left;
  padding-right: 10px;
  color: #0035a1;
  font-size: 20px;
  font-weight: 400;
  
}
.Module-title label {
  text-transform: uppercase;
  color: rgb(0 0 0 / 50%);
  font-size: 12px;
  background: url(../images/line.jpg) no-repeat left bottom;
  height: 32px;
  float: left;
  font-family: math;
}
.Module-title a {
  float: right;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px;
  margin-top: 15px;
  background: #ee9404;
}
.Module-title a:hover {
  background: #cf4e00;
  color: #ffffff;
}
/*===文本框css===*/
/*===按钮css===*/
/* 焦点切换css */
/*===文章列表css===*/
.ArticleList ul li {
  overflow: hidden;
  zoom: 1;
  vertical-align: bottom;
  margin: 14px 0;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 11px;
}
.ArticleList ul li:hover{
	background: #3b6cd5;
}

.ArticleList ul li:hover label{
	color: #fff;
}

.ArticleList ul li:hover span{
	color: #fff;
	background: url(../images/num_line1.jpg) no-repeat center bottom;
}
.ArticleList ul li:hover a{
	color: #fff;
}

.ArticleList ul li span {
  float: left;
  color: #868686;
  font-size: 32px;
  font-family: cursive;
  background: url(../images/num_line.jpg) no-repeat center bottom;
  margin-right: 15px;
  padding-bottom: 4px;
}
.ArticleList ul li a {
  float: left;
  font-size: 16px;
}
.ArticleList ul li label {
  float: right;
  color: #7c7c7c;
  font-size: 14px;
}
.ArticleList-imgL ul li {
  overflow: hidden;
  zoom: 1;
  vertical-align: bottom;
}
.ArticleList-imgL ul li span {
  float: left;
}
.ArticleList-imgL ul li span img {
  padding: 2px;
  border: 1px solid #dddddd;
  width: 140px;
  height: 90px;
}
.ArticleList-imgL ul li .title {
  float: right;
  width: 790px;
}
.ArticleList-imgL ul li .title h3 {
  overflow: hidden;
  zoom: 1;
  vertical-align: bottom;
}
.ArticleList-imgL ul li .title h3 label {
  float: right;
}
.ArticleList-imgL ul li .title p {
  color: #666666;
}
.ArticleList-imgL ul li:hover img {
  -webkit-box-shadow: #dddddd 5px 5px 0;
  -moz-box-shadow: #dddddd 5px 5px 0;
  box-shadow: #dddddd 5px 5px 0;
}
/*===图片列表css===*/
.imageList {
  margin-top: 20px;
}

.imageList ul {
  width: 965px;
  margin-left: -15px;
  overflow: auto;
  zoom: 1;
}

.imageList ul li {
  width: 220px;
  float: left;
  display: inline-block;
  margin-left: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.imageList ul li img {
  width: 100%;
  height: 140px;
}
.imageList ul li h3 {
  line-height: 1.2;
  text-align: center;
}

/* 选项卡css */
.Paging {
  text-align: center;
  padding: 10px 0;
}
.newsShowTitle {
  text-align: center;
  color: #1d1d1d;
  border-bottom: #999999 1px dotted;
  line-height: 2;
  
}
.newsShowTitle h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.newsShowTitle span {
  padding: 0 10px 0 20px;
}
.newsShowTitle span label {
  color: #666666;
}
