.tagsPage {
  width: 1200px;
  margin: 16px auto 65px;
}
.tagsPage .crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0 20px;
  font-size: 14px;
}
.tagsPage .crumbs p,
.tagsPage .crumbs span {
  color: #666;
  letter-spacing: 1px;
}
.tagsPage .crumbs a {
  letter-spacing: 1px;
  color: #555;
}
.tagsPage .crumbs a:hover {
  color: #ff8533;
}
.tagsPage .crumbs span {
  margin: 0 5px;
}
.tagsPage .container {
  min-height: 750px;
  overflow: hidden;
  padding-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tagsPage .viewNumber {
  display: inline-block;
  background: url("../imgs/help/read.png") no-repeat center;
  width: 14px;
  height: 14px;
}
.tagsPage .timeIcon {
  background: url("../imgs/help/time.png") no-repeat center;
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.tagsPage .keywordIcon {
  background: url("../imgs/help/keyword.png") no-repeat center;
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.tagsPage .tagsContent {
  width: 1000px;
  background: #fff;
  overflow: hidden;
  padding: 0px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tagsPage .tagsContent .tagsContentAll {
  padding: 0px 0 40px 0;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem {
  overflow: hidden;
  padding: 17px 0;
  border-bottom: dashed 1px #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem .tagsContentImg {
  float: left;
  width: 255px;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem .tagsContentImg img {
  width: 255px;
  height: 155px;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem .tagsContentTitle {
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem .tagsContentTitle:hover {
  color: #ff8e68;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem .tagsContentDesc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  padding: 3px 0 0 20px;
  text-align: left;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem .tagsContentDesc .tagsText {
  color: #777;
  font-size: 14px;
  line-height: 22px;
  height: 70px;
  margin-top: 23px;
  width: 660px;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem .tagsContentDesc .time {
  float: left;
  margin-top: 27px;
  color: #888888;
  font-size: 13px;
  line-height: 17px;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem .tagsContentDesc .explainLabel {
  float: right;
  margin-top: 27px;
  color: #888888;
  font-size: 13px;
  margin: 27px 8px 0 0;
  width: 500px;
}
.tagsPage .tagsContent .tagsContentAll .tagsContentItem .tagsContentDesc .explainLabel .tag {
  float: right;
  margin-left: 16px;
  line-height: 17px;
}
.tagsPage
  .tagsContent
  .tagsContentAll
  .tagsContentItem
  .tagsContentDesc
  .explainLabel
  .tag
  .classification {
  color: #888;
}
.tagsPage
  .tagsContent
  .tagsContentAll
  .tagsContentItem
  .tagsContentDesc
  .explainLabel
  .tag
  .classification:hover {
  color: #ff8e68;
}
.tagsPage .helpPagination {
  margin: 8px 0 40px 0;
}
.tagsPage a:hover {
  color: #ff8e68;
}
