@import "common.css";
.news_consultation_container {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 49px;
}
.news_consultation_container .news_consultation {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.news_consultation_container .container .news_wrapper {
  width: 860px;
  background: #ffffff;
  padding-bottom: 21px;
}
.news_consultation_container .container .news_wrapper a {
  display: block;
}
.news_consultation_container .container .news_wrapper a:hover {
  background: #faf6f6;
}
.news_consultation_container .container .news_wrapper a:hover .item_des h1 {
  color: #f2531c;
}
.news_consultation_container .container .news_wrapper a .news_item:first-of-type {
  padding-top: 41px;
}
.news_consultation_container .container .news_wrapper a:last-child .news_item::after {
  display: none;
}
.news_consultation_container .container .news_wrapper .news_item {
  padding: 35px 21px 34px 24px;
  position: relative;
}
.news_consultation_container .container .news_wrapper .news_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 19px;
  right: 21px;
  height: 1px;
  background-color: #eeeeee;
}
.news_consultation_container .container .news_wrapper .news_item .item_date {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.news_consultation_container .container .news_wrapper .news_item .item_date .day {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
}
.news_consultation_container .container .news_wrapper .news_item .item_date .year {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
  margin-top: 13px;
  margin-bottom: 9px;
}
.news_consultation_container .container .news_wrapper .news_item .item_date .time {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
}
.news_consultation_container .container .news_wrapper .news_item .game_photo {
  width: 160px;
  height: 110px;
  border-radius: 2px;
  margin-left: 29px;
  margin-right: 22px;
  display: inline-block;
  vertical-align: middle;
}
.news_consultation_container .container .news_wrapper .news_item .item_des {
  display: inline-block;
  vertical-align: middle;
}
.news_consultation_container .container .news_wrapper .news_item .item_des h1 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 490px;
}
.news_consultation_container .container .news_wrapper .news_item .item_des p {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
  line-height: 18px;
  max-width: 490px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 10px 0;
}
.news_consultation_container .container .news_wrapper .news_item .item_des div {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #00a2ff;
}
.news_consultation_container .container .page_box {
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.news_consultation_container .container .page_box .btn {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
  cursor: pointer;
  margin-right: 7px;
}
.news_consultation_container .container .page_box .btn:hover {
  background-color: #ED6666;
  color: #ffffff;
}
.news_consultation_container .container .page_box div {
  padding: 9px 11px 9px 12px;
}
.news_consultation_container .container .page_box span {
  padding: 10px 10px;
  cursor: pointer;
}
.news_consultation_container .container .page_box span.active {
  background-color: #ED6666;
  color: #ffffff;
}
.news_consultation_container .container .page_box .all_num strong {
  font-size: 12px;
}
