/*===圆角css===*/
/*===边框 css===*/
/*===阴影 css===*/
/*===icon css===*/
/*===背景图片 css===*/
/*===背景颜色 css===*/
/*===文字颜色 css===*/
/*===外间距css===*/
/*===内间距css===*/
/*===宽度css===*/
.wd1k {
  width: 1000px;
}
.wd1k1 {
  width: 1084px;
}
/*===高度css===*/
/*图片大小css*/
/*===标题css===*/
.Module-title {
  overflow: hidden;
  border-bottom: 1px solid #d8d8da;
  margin: 8px 24px 15px 20px;
}
.Module-title span {
  float: left;
  height: 40px;
  font-size: 18px;
  color: #137ada;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
	background: url(../images/PC.png) no-repeat left;
	border-bottom: 3px solid #3e6bd3;
	padding-left: 36px;
	padding-right: 5px;
}
.Module-title b{
	font-weight: normal;
	font-size: 14px;
	color: #9d9999;
	float: left;
	margin-left: 8px;
	margin-top: 11px;
}
.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: 70px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 23px;
  background:#3e6bd3;
}
/*===文本框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;
  width: auto;
  height: 42px;
  background:url(../images/bjicon.png) no-repeat left;
  line-height: 42px;
  margin-bottom: 10px;
  padding-left: 23px;
  background-position-x: 8px;
  border-bottom: 1px dashed #d4d4d4;
}
.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;
  float: left;
}
.txtList li span{
	float: right;
	color: #999;
}
.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;
}
