/******资讯******/
.newslList .desCont {
  padding-bottom: 23px;
  border-bottom: 1px solid #f0f0f0;
}
.newslList .desCont .h1 {
  line-height: 24px;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
.newslList .desCont .des {
  margin-top: 2px;
  line-height: 20px;
  font-size: 14px;
  color: #888888;
}
/**标签页面**/
.tagList .border {
  border: 1px solid #eeeeee;
}
.tagList .letterBox {
  height: 30px;
  text-transform: uppercase;
}
.tagList .letterBox.fixed .letter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  z-index: 10;
}
.tagList .letter {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  margin: 0 -6px;
}
.tagList .letter a {
  font-size: 16px;
  color: #444444;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  margin: 0 6px;
}
.tagList .letter a:hover {
  background: #f1f1f1;
}
.tagList .letter a.on {
  color: #fff;
  background: #00bfbf;
}
.tagList .h1 {
  font-size: 22px;
  line-height: 1.4em;
  color: #333333;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  margin: 30px 0 0;
  font-weight: normal;
}
.tagList .ul {
  padding-bottom: 20px;
}
.tagList .ul li {
  padding-top: 30px;
  overflow: hidden;
}
.tagList .ul li + li {
  margin-top: -4px;
}
.tagList .ul .title {
  font-size: 16px;
  color: #fff;
  background: #00bfbf;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}
.tagList .ul .ABoxs {
  padding-top: 15px;
  margin: 0 -10px;
}
.tagList .ul .ABoxs a {
  transition: all 0.3s;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  padding: 0 5px;
  margin: 2px 10px;
}
.tagList .ul .ABoxs a:hover {
  color: #00bfbf;
  border-color: #00bfbf;
}
/**热门标签**/
.hotTags .titBox {
  /*padding: 0 12px;*/
}
.hotTags .tagsBlock {
  padding: 12px 12px;
}
.hotTags .tagsBlock .aBox {
  margin: -6px -3px;
  font-size: 0;
}
.hotTags .tagsBlock .aBox .span {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  padding: 6px 3px;
}
.hotTags .tagsBlock .aBox .a {
  display: block;
  transition: all 0.3s;
  border: 0px solid #e4e4e4;
  border-radius: 5px;
  padding: 0 5px;
  line-height: 24px;
  font-size: 13px;
  color: #666666;
  width:125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotTags .tagsBlock .aBox .a:hover {
  border-color: #00bfbf;
  color: #00bfbf;
}
.hotTags .tagsBlock .aBox.aBoxA .a {
  background: #f6f6f6;
  border-color: #f6f6f6;
  border-radius: 15px;
  color: #666666;
}
.hotTags .tagsBlock .aBox.aBoxA .a:hover {
  background: #f27c01;
  border-color: #f27c01;
  color: #ffffff;
}