/*===圆角css===*/
/*===边框 css===*/
/*===阴影 css===*/
/*===icon css===*/
/*===背景图片 css===*/
/*===背景颜色 css===*/
/*===文字颜色 css===*/
/*===外间距css===*/
/*===内间距css===*/
/*===宽度css===*/
.wd1k {
  width: 1000px;
}
.wd1k1 {
  width: 1180px;
}
/*===高度css===*/
/*图片大小css*/
/*===标题css===*/
.Module-title {
  overflow: hidden;
  border-bottom: 1px solid #428dfb;
  background: url(../images/title_bj.png) no-repeat;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
}
.Module-title span {
  float: left;
  width: 132px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #4499f1;
  line-height: 40px;
  font-weight: 500;
  border-top-left-radius: 20px;
}
.Module-title label {
  font-size: 14px;
  color: #02547e;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 12px;
}
.Module-title a {
  float: right;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  width: 51px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  background:#3dc4c4;
  margin-right: 25px;
}
/*===文本框css===*/
/*===按钮css===*/
.DropDownMenu ul li {
  position: relative;
  display: inline;
  float: left;
  z-index: 9999;
}
.DropDownMenu ul li ul li {
  border-bottom: 1px solid white;
  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;
}
/* 焦点切换css */
.FocusImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.FocusImg .hd {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url("../images/btm.png");
}
.FocusImg .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin: 0 5px;
  padding: 5px 0;
}
.FocusImg .hd ul li {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.FocusImg .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.FocusImg .bd li {
  zoom: 1;
  vertical-align: middle;
  text-align: center;
}
.FocusImg .bd li img {
  display: inline-block;
}
/*===文章列表css===*/
.icon-dian li {
  padding-left: 10px;
  background: url("../images/icon/icon-dian.png") left center no-repeat;
}

.txtList li {
  overflow: hidden;
  background:url(../images/bjicon.png) no-repeat left;
  line-height: 42px;
  margin-bottom: 10px;
  background-position-x: 8px;
  border-bottom: 1px dashed #d4d4d4;
  padding-left: 26px;
}
.txtList li:nth-child(2n){
	margin-right: 0;
}
.txtList li h3 {
  font-size: 16px;
  overflow: hidden;
  line-height: 1;
}
.txtList li p {
  color: #747474;
  line-height: 1.6;
  padding-top: 5px;
}
.txtList li label {
  float: left;
  color: #747474;
}
.txtList li a {
  font-size: 16px;
}
.txtList li small {
  float: right;
  color: #747474;
}
.txtList li .left {
  float: left;
  overflow: hidden;
}
.txtList li .con {
  float: right;
}
/*===图片列表css===*/
.imgRoll li {
  margin: 0 5px;
  font-size: 13px;
}
.imgRoll li a {
  display: block;
}
.imgRoll li span {
  display: block;
  height: 30px;
  line-height: 20px;
  text-align: center;
}
.imgRoll li a img {
  width: 100%;
}
/* 选项卡css */
.item .tab {
  overflow: hidden;
}
.item .tab h5 {
  float: left;
}
.item .tab .switchBtn {
  float: right;
}
.item .tab .switchBtn label {
  cursor: pointer;
}
.item .tab ul {
  float: left;
  overflow: hidden;
}
.item .tab ul li {
  float: left;
  cursor: pointer;
}
.item .tab ul li.current {
  cursor: pointer;
  color: #E45E2E;
}
.item .items {
  display: none;
}
