﻿
/******** 内容模块--顶呱呱资讯 ********/
.dgg-module-consult {
  margin-bottom: 20px;
}
.dgg-module-consult-head {
  padding: 20px 0 36px;
}
.dgg-module-consult-head__title {
  font-size: 26px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.dgg-module-consult-head__describe {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #979c9b;
  font-weight: 400;
}
.dgg-module-consult-body__news {
  background: #ffffff;
  width: 796px;
  height: 400px;
}
.dgg-module-consult-body__news .news-head {
  height: 63px;
  padding-right: 24px;
  border-bottom: 1px solid #eeeeee;
}
.dgg-module-consult-body__news .news-head-tab {
  box-sizing: border-box;
}
.dgg-module-consult-body__news .news-head-tab .active {
  color: #ff6600;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #e4e7ed;
  border-left: 1px solid #e4e7ed;
}
.dgg-module-consult-body__news .news-head-tab-item {
  display: block;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  padding: 0 32px;
  color: #292e2e;
  font-size: 16px;
  font-weight: bold;
  float: left;
  box-sizing: border-box;
}
.dgg-module-consult-body__news .news-head-tab-item:first-child.active {
  border-left: none;
}
.dgg-module-consult-body__news .news-head-more {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 12px;
  color: #979c9b;
}
.dgg-module-consult-body__news .news-head-more:hover {
  color: #ff6600;
}
.dgg-module-consult-body__news .news-body-content {
  padding: 0 24px;
  display: none;
}
.dgg-module-consult-body__news .news-body .active {
  display: block;
}
.dgg-module-consult-body__news .news-body-list__img-item {
  padding: 19px 0;
  position: relative;
  height: 85px;
  display: block;
}
.dgg-module-consult-body__news .news-body-list__img-item-cover {
  width: 144px;
  height: 85px;
  position: absolute;
  top: 19px;
  left: 0;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  overflow: hidden;
}
.dgg-module-consult-body__news .news-body-list__img-item-cover img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.dgg-module-consult-body__news .news-body-list__img-item-cover:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.dgg-module-consult-body__news .news-body-list__img-item-content {
  padding-left: 154px;
}
.dgg-module-consult-body__news .news-body-list__img-item-content h3 {
  font-size: 16px;
  color: #525959;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dgg-module-consult-body__news .news-body-list__img-item-content h3:hover {
  color: #ff6600;
}
.dgg-module-consult-body__news .news-body-list__img-item-content p {
  margin-top: 13px;
  font-size: 12px;
  color: #979c9b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dgg-module-consult-body__news .news-body-list__img-item-content .time {
  margin-top: 16px;
  font-size: 12px;
  color: #cccccc;
}
.dgg-module-consult-body__news .news-body-list__no-img-item {
  height: 56px;
  line-height: 56px;
  display: block;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.dgg-module-consult-body__news .news-body-list__no-img-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.dgg-module-consult-body__news .news-body-list__no-img-item__content {
  color: #525959;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding-left: 12px;
  box-sizing: border-box;
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dgg-module-consult-body__news .news-body-list__no-img-item__content:hover {
  color: #ff6600;
}
.dgg-module-consult-body__news .news-body-list__no-img-item__time {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #aaaaaa;
}
.dgg-module-consult-body__news .news-body-list__no-img-item__time:hover {
  color: #ff6600;
}
.dgg-module-consult-body__knowledge {
  background: #ffffff;
  width: 391px;
  -height: 415px;
}
.dgg-module-consult-body__knowledge .knowledge-head {
  height: 64px;
  box-sizing: border-box;
  padding: 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.dgg-module-consult-body__knowledge .knowledge-head-title {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #292e2e;
  font-weight: bold;
}
.dgg-module-consult-body__knowledge .knowledge-head-more {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 12px;
  color: #979c9b;
}
.dgg-module-consult-body__knowledge .knowledge-head-more:hover {
  color: #ff6600;
}
.dgg-module-consult-body__knowledge .knowledge-body {
  padding: 24px 24px 0;
}
.dgg-module-consult-body__knowledge .knowledge-body-tag {
  height: 156px;
  box-sizing: border-box;
}
.dgg-module-consult-body__knowledge .knowledge-body-tag-item {
  width: 162px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #525959;
  margin-right: 8px;
  margin-bottom: 16px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.dgg-module-consult-body__knowledge .knowledge-body-tag-item:nth-child(4n + 4) {
  margin-right: 0px;
}
.dgg-module-consult-body__knowledge .knowledge-body-tag-item:hover {
  color: #ff6600;
  background: rgba(255, 102, 0, 0.1);
  border: 1px solid #ff6600;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item {
  height: 56px;
  line-height: 56px;
  display: block;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item__content {
  color: #525959;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding-left: 12px;
  box-sizing: border-box;
  width: calc(100% - 48px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item__content:hover {
  color: #ff6600;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item__time {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #aaaaaa;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item__time:hover {
  color: #ff6600;
}
