/* Reset and Base Styles */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  min-width: 1200px;
}

.container,
.container-layout {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Hero Section */
.hero {
  background: url("../../assets/service-bg.png") no-repeat center center;
  background-size: 130% 100%;
  color: white;
  padding-bottom: 150px;
}
.hero .nav {
  padding-top: 124px;
  padding-bottom: 20px;
  width: 1200px;
  margin: 0 auto;
  span {
    font-size: 14px;
    color: #333333;
    text-align: left;
  }
}

.hero h1 {
  font-size: 48px;
  margin: 0;
  text-align: center;
}

.hero p {
  font-size: 20px;
  margin: 10px 0 0;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 170px;
}

/* Content Section */
.content {
  margin-top: -50px;
  margin-bottom: 80px;
}

.content .container {
  padding-bottom: 40px;
  padding: 0;
}
.consult-box {
  display: flex;
  justify-content: space-between;
}
.consult-box .consult-left {
  width: 250px;
  background-color: #fff;
}
.consult-box .consult-left .consult-nav .consult-item {
  width: 250px;
  height: 52px;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.consult-box .consult-left .consult-nav .consult-item:last-child {
  border-bottom: none;
}
.consult-box .consult-left .consult-nav .consult-item a {
  line-height: 52px;
  font-size: 18px;
  color: #333;
  padding-left: 36px;
}
.consult-box .consult-left .consult-nav .consult-item.active,
.consult-box .consult-left .consult-nav .consult-item:hover {
  background: linear-gradient(90deg, #005d52 0%, #3daf82 100%);
}
.consult-box .consult-left .consult-nav .consult-item.active a,
.consult-box .consult-left .consult-nav .consult-item:hover a {
  color: #fff;
}
.consult-box .consult-right {
  width: 935px;
  background-color: #fff;
  padding: 32px 32px 48px 32px;
  box-sizing: border-box;
  /* Announcement List */
  /* Pagination */
}
.consult-box .consult-right .announcement-item {
  padding: 0 0px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
}
.consult-box .consult-right .header-img img {
  width: 200px;
  height: 132px;
}
.consult-box .consult-right .item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8px;
}
.consult-box .consult-right .item-body h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  line-height: 36px;
  margin: 0 0 8px 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 820px;
}
.consult-box .consult-right .item-body h4 .green-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #005d52;
  margin-right: 12px;
  vertical-align: middle;
}
.consult-box .consult-right .item-body h4:hover {
  color: #005d52;
}
.consult-box .consult-right .item-body p {
  font-size: 14px;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.consult-box .consult-right .item-body .date {
  color: #b7b7b7;
  margin-left: 16px;
}
.consult-box .consult-right .item-body .sepLine {
  height: 1px;
  background-color: #f2f2f2;
  margin-top: 10px;
}
.consult-box .consult-right .date-box {
  width: 132px;
  height: 132px;
  background: rgba(0, 93, 82, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.consult-box .consult-right .date-box .year-month {
  font-size: 16px;
  color: #005d52;
}
.consult-box .consult-right .date-box .day {
  font-weight: bold;
  font-size: 64px;
  color: #005d52;
}
.consult-box .consult-right .pagination {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.consult-box .consult-right .pagination span,
.consult-box .consult-right .pagination a {
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
}
.consult-box .consult-right .pagination a.active {
  background-color: #007b5f;
  color: white;
  border-color: #007b5f;
}
.consult-box .consult-right .pagination .page-input {
  width: 42px;
  height: 28px;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.consult-box .consult-top-box .explain {
  position: relative;
}
.consult-box .consult-top-box .explain .line {
  position: absolute;
  background: #dbb698;
  width: 16px;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.consult-box .consult-top-box .explain .text {
  font-weight: normal;
  font-size: 15px;
  color: #b0b0b0;
  letter-spacing: 2px;
  padding-left: 24px;
}
.consult-box .consult-top-box .title {
  position: relative;
  margin-top: 10px;
}
.consult-box .consult-top-box .title .text {
  font-weight: bold;
  font-size: 48px;
  color: #2f2f2f;
}
.consult-box .consult-top-box .title .line-img {
  position: absolute;
  width: 160px;
  height: 20px;
  bottom: 0;
  left: 0;
}
.consult-box .consult-img {
  margin-top: 40px;
  margin-bottom: 24px;
}
.consult-box .consult-img img {
  width: 100%;
  height: auto;
}
.consult-box .consult-detail p {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 28px;
}
