.h_ggTitle {
  display: flex;
  justify-content: space-between;
}
.h_Bbox {
  align-items: flex-start;
  margin: 35px auto;
}
.h_Bbox .h_Left {
  width: 250px;
  margin-right: 20px;
}
.h_Bbox .h_Left .h_Title {
  line-height: 46px;
  background-color: var(--active-color);
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.h_Bbox .h_Left .h_list {
  margin-top: 10px;
}
.h_Bbox .h_Left .h_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  background: linear-gradient(180deg, #FAFAFA 0%, #E9E6ED 100%);
}
.h_Bbox .h_Left .h_list a span {
  display: inline-block;
  width: calc(100% - 30px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-family: MiSans-Normal, MiSans;
  font-weight: 400;
  color: #555555;
}
.h_Bbox .h_Left .h_list a i::before {
  font-size: 12px;
  width: 12px;
  height: 13px;
  background: #BABABC;
  border-radius: 1px 1px 1px 1px;
  color: #fff;
}
.h_Bbox .h_Left .h_list a:hover {
  background: var(--active-color);
}
.h_Bbox .h_Left .h_list a:hover span {
  color: #fff;
}
.h_Bbox .h_Left .h_list a:hover i::before {
  background: #fff;
  color: var(--active-color);
}
.h_Bbox .h_Left .h_list a.h_active {
  background: var(--active-color);
}
.h_Bbox .h_Left .h_list a.h_active span {
  color: #fff;
}
.h_Bbox .h_Left .h_list a.h_active i::before {
  background: #fff;
  color: var(--active-color);
}
.h_Bbox .h_Right {
  width: calc(100% - 270px);
}
.h_Bbox .h_Right .h_ggTitle {
  line-height: 46px;
  padding: 0;
  box-shadow: inset 0 -2px #E0E0E0;
}
.h_Bbox .h_Right .h_ggTitle > .h_L p:after {
  bottom: 0;
}
.h_Bbox .h_Right .h_ggTitle .h_R {
  width: calc(100% - 168px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #FFFFFF;
  text-align: right;
  display: inline-block;
}
.h_Bbox .h_Right .h_ggTitle .h_R a,
.h_Bbox .h_Right .h_ggTitle .h_R span,
.h_Bbox .h_Right .h_ggTitle .h_R i {
  line-height: 37px;
  font-size: 14px;
  font-family: MiSans-Normal, MiSans;
  font-weight: 400;
  color: #ccc;
}
.h_Bbox .h_Right .h_ggTitle .h_R a:hover {
  color: var(--active-color);
}
.h_Bbox .h_Right .h_content {
  padding: 24px 16px;
}
.h_Bbox .h_Right .h_content .h_newlist li {
  border-bottom: 1px dashed #d4d4d4;
}
.h_Bbox .h_Right .h_content .h_newlist li .h_icon {
  border-left: 6px solid #9F9F9F;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 6px;
}
.h_Bbox .h_Right .h_content .h_newlist li a {
  padding: 8px 0;
  display: inline-block;
  width: calc(100% - 120px);
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #555555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_Bbox .h_Right .h_content .h_newlist li .h_time {
  font-size: 14px;
  font-family: MiSans-Normal, MiSans;
  font-weight: 400;
  color: #777777;
  width: 80px;
  margin-left: 28px;
}
.h_Bbox .h_Right .h_content .h_newlist li:hover .h_icon {
  border-left-color: var(--active-color);
}
.h_Bbox .h_Right .h_content .h_newlist li:hover a {
  color: var(--active-color);
}
.h_Bbox .h_Right .h_content .h_newlist li:hover .h_time {
  color: var(--active-color);
}
.h_Bbox .h_Right .h_content .h_form .h_title {
  font-size: 20px;
  line-height: 70px;
  font-weight: bold;
}
.h_Bbox .h_Right .h_content form {
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_Bbox .h_Right .h_content form input,
.h_Bbox .h_Right .h_content form textarea,
.h_Bbox .h_Right .h_content form .h_box {
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #777777;
  padding: 15px 20px;
  margin-bottom: 18px;
  background: #F9F9F9;
}
.h_Bbox .h_Right .h_content form .h_box {
  width: 100%;
  cursor: pointer;
  display: flex;
  position: relative;
}
.h_Bbox .h_Right .h_content form .h_box .h_hide {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 100%;
}
.h_Bbox .h_Right .h_content form .h_box .h_hide p {
  padding: 15px 20px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.h_Bbox .h_Right .h_content form .h_box .h_hide p:hover {
  color: var(--active-color);
  background-color: #EEF9FF;
}
.h_Bbox .h_Right .h_content form input {
  width: 100%;
}
.h_Bbox .h_Right .h_content form .zwType,
.h_Bbox .h_Right .h_content form .ZWm {
  width: auto;
  margin: 0;
  margin-left: 10px;
  padding: 0;
}
.h_Bbox .h_Right .h_content form label {
  display: flex;
  align-items: center;
}
.h_Bbox .h_Right .h_content form .ZWm {
  border-bottom: 1px solid #CACACA;
  width: 60px;
}
.h_Bbox .h_Right .h_content form textarea {
  width: 100%;
  resize: none;
}
.h_Bbox .h_Right .h_content form button {
  width: 118px;
  height: 38px;
  background: var(--active-color);
  border: 1px solid var(--active-color);
  line-height: 38px;
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.h_Bbox .h_Right .h_content form button:hover {
  background-color: transparent;
  color: var(--active-color);
  transform: translateY(-5px);
}
.h_Bbox .h_Right .h_content table {
  width: 100%;
  border-collapse: collapse;
  border-color: #D8D8D8;
  border-left: none;
  border-right: none;
}
.h_Bbox .h_Right .h_content table tr:first-child td {
  padding: 28px 20px;
}
.h_Bbox .h_Right .h_content table tr td {
  border-color: #D8D8D8;
  font-size: 15px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #626467;
  text-align: center;
}
.h_Bbox .h_Right .h_content table tr td a {
  font-size: 15px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #626467;
}
.h_Bbox .h_Right .h_content table tr td img {
  width: 160px;
}
.h_Bbox .h_Right .h_content table tr td:last-child {
  border-right: none;
  text-align: center;
}
.h_Bbox .h_Right .h_content table tr td:first-child {
  border-left: none;
}
.h_Bbox .h_Right .h_content table tr td:first-child:hover {
  background-color: #fff;
}
.h_Bbox .h_Right .h_content table tr td:nth-child(3) {
  padding: 6px 10px;
  text-align: center;
}
.h_Bbox .h_Right .h_content table tr td:nth-child(4) {
  width: 17%;
  padding: 6px 10px;
  text-align: center;
}
.h_Bbox .h_Right .h_content table tr:first-child {
  background: #F2F2F2;
}
.h_Bbox .h_Right .h_content table tr:first-child td:hover {
  background: #F2F2F2;
}
.h_Bbox .h_Right .h_content table tr:first-child td {
  font-size: 16px;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #3D3D3D;
}
@media screen and (max-width: 767px) {
  .h_Bbox {
    flex-wrap: wrap;
  }
  .h_Bbox .h_Left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .h_Bbox .h_Right {
    width: 100%;
  }
  .h_Bbox .h_Left .h_list {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_Bbox .h_Right .h_ggTitle .h_L {
    display: none;
  }
  .h_Bbox .h_Right .h_ggTitle .h_R {
    width: 100%;
    text-align: left;
  }
}
