.page-zt a:hover {
  text-decoration: none;
}

.page-zt {
  min-height: 500px;
  background: #F4F5F6;
}

/* 内容 */
.pBody {
  box-sizing: border-box;
  margin-right: 20px;
  width: 660px;
}

/* 列表 */
.listGroup {
  margin-bottom: 30px;
}


/* 单个 */
.itemGroup {
  box-sizing: border-box;
  padding: 20px;
  background: white;
}

.itemGroup+.itemGroup {
  margin-top: 20px;
}

.itemGroup .imgBox {
  margin-right: 18px;
}

.itemGroup .img {
  display: block;
  width: 210px;
  height: 116px;
}

.itemGroup .ct {
  width: 390px;
}

.itemGroup .tit {
  display: block;
  margin-bottom: 16px;
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.itemGroup .tit:hover {
  color: #FB4544;
  text-decoration: none;
}

.itemGroup .subTit {
  margin-bottom: 20px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.itemGroup .desc {
  margin-right: 15px;
  width: 260px;
}

.itemGroup .desc .txt {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.itemGroup .viewBtn {
  box-sizing: border-box;
  width: 110px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #FB4544;
  border-radius: 4px;
  line-height: 32px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FB4544;
  text-align: center;
}

.itemGroup .viewBtn:hover {
  background: #FB4544;
  color: white;
  text-decoration: none;
}

/* 侧边栏 */
.rightCT {
  width: 320px;
}

/* 侧边栏模块样式 */
.blockGroup {
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: white;
}

.blockGroup .titG .tit {
  padding: 0 10px;
  line-height: 42px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: #FB4544;
}

.blockGroup .titG .tShap {
  font-size: 16px;
  border-style: solid;
  border-color: #FB4544 transparent transparent #FB4544;
  border-width: 21px 10px 21px 10px;
}

.blockGroup .item {
  display: block;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
}

.blockGroup .item+.item::before {
  content: '';
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  left: 16px;
  top: 0;
  right: 16px;
  z-index: 10;
}

/* 排行特殊样式 */
.item:nth-child(1) .name {
  color: #FF6E6E;
}

.item:nth-child(1) .name::before {
  background-color: #FF6E6E;
}

.item:nth-child(2) .name {
  color: #FFBB33;
}

.item:nth-child(2) .name::before {
  background-color: #FFBB33;
}

.item:nth-child(3) .name {
  color: #67CF34;
}

.item:nth-child(3) .name::before {
  background-color: #67CF34;
}

.blockGroup .itemLine {
  border-top: 1px solid #F2F2F2;
}


/* 品牌排行 */
.ppItem .img {
  display: none;
}

.ppItem .ct {
  width: 246px;
}

.ppItem .name {
  line-height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-indent: 12px;
  position: relative;
}

.ppItem .name::before {
  content: '';
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #CCCCCC;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}

.ppItem .other {
  display: none;
}

.ppItem .num {
  width: 40px;
  line-height: 45px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: right;
}

/* 品牌排行选中样式 */
.ppItem.active {
  padding: 10px 0;
  background: #FAFAFA;
}

.ppItem.active .img {
  display: inline-block;
  margin-right: 10px;
  width: 136px;
  height: 76px;
}

.ppItem.active .ct {
  padding-top: 7px;
  width: 140px;
}

.ppItem.active .name {
  margin-bottom: 16px;
  line-height: 14px;
}

.ppItem.active .other {
  display: block;
}

.ppItem.active .txt {
  line-height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.ppItem.active .txt1 {
  margin-bottom: 10px;
}

.ppItem.active .num {
  display: none;
}


/* 热门资讯 */
.hotItem .name {
  line-height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-indent: 12px;
  position: relative;
}

.hotItem .name::before {
  content: '';
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #CCCCCC;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}

.hotItem .other {
  display: none;
}

/* 热门排行选中样式 */
.hotItem.active {
  padding: 15px 16px;
  background: #FAFAFA;
}

.hotItem.active .name {
  margin-bottom: 15px;
  line-height: 14px;
}

.hotItem.active .other {
  display: block;
  padding-left: 12px;
}

.hotItem.active .time {
  line-height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.hotItem.active .view {
  line-height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E65C5C;
}