.detail_index {
  padding-bottom: 60px;
}
.detail_index .newsList .list-item:hover {
  color: #666666;
}
.detail_index .newsList .list-item:hover::before {
  content: "";
  background: #DBDBDB;
}
.detail_index .search-box {
  margin: 0 auto;
  box-shadow: inherit;
}
.detail_index .content {
  display: flex;
  width: 1204px;
  margin: 20px auto 0;
  justify-content: space-between;
}
.detail_index .content .left {
  width: 834px;
  margin-right: 20px;
  position: relative;
}
.detail_index .content .left-top {
  width: 100%;
  min-height: 204px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  padding: 52px 185px 51px 30px;
}
.detail_index .content .left-top-right .img-area {
  position: absolute;
  right: 26px;
  top: 20px;
  width: 159px;
  height: 159px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E8ECF2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_index .content .left-top-right .img-area img {
  width: 143px;
  height: 143px;
  border-radius: 6px 6px 6px 6px;
}
.detail_index .content .left-top-right-top .name {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.detail_index .content .left-top-right-top .beianhao {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 10px;
}
.detail_index .content .left-top-right-top .status {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 30px;
}
.detail_index .content .left-top-right-top .status a {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #3382F7;
}
.detail_index .content .left-top-right-top .status a.status-text {
  display: inline-block;
  max-width: 520px;
  text-wrap: wrap;
  vertical-align: text-top;
}
.detail_index .content .left-top-right-top .infos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.detail_index .content .left-top-right-top .infos .info-item {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-right: 48px;
  margin-bottom: 15px;
}
.detail_index .content .left-bottom {
  margin-top: 20px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.detail_index .content .left-bottom-container {
  display: none;
}
.detail_index .content .left-bottom-container.active {
  display: block;
}
.detail_index .content .left-bottom-tabs {
  display: flex;
  align-items: center;
  padding: 23px 0 24px 32px;
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
}
.detail_index .content .left-bottom-tabs .left-bottom-tab-item {
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-right: 30px;
  padding-bottom: 15px;
  cursor: pointer;
}
.detail_index .content .left-bottom-tabs .left-bottom-tab-item.active {
  color: #3382F7;
  border-bottom: 2px solid #3382F7;
}
.detail_index .content .left-bottom .tabs {
  display: flex;
  align-items: center;
  position: sticky;
  top: 60px;
  padding: 0 0 14px 32px;
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
}
.detail_index .content .left-bottom .tabs .tab-item {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-right: 21px;
  cursor: pointer;
}
.detail_index .content .left-bottom .tabs .tab-item.active {
  color: #3382F7;
}
.detail_index .content .left-bottom-content-item-title,
.detail_index .content .left-bottom-content-item-name {
  height: 36px;
  background: #F6F9FF;
  padding-left: 30px;
  line-height: 36px;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.detail_index .content .left-bottom-content-item-content {
  padding: 18px 28px 38px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  word-break: break-all;
}
.detail_index .content .left-bottom-content-item-content.noResult {
  padding: 34px 0 41px;
}
.detail_index .content .left-bottom-content-item-content.noResult img {
  width: 100px;
  height: 100px;
  margin: 0 auto 18px;
}
.detail_index .content .left-bottom-content-item-content.noResult .text {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  text-align: center;
  color: #999999;
}
.detail_index .content .left-bottom-content-item-content.noResult .text a {
  color: #3382F7;
  text-decoration: underline;
}
.detail_index .content .left-bottom-content-item#baseInfo .left-bottom-content-item-content {
  padding: 25px 55px;
}
.detail_index .content .left-bottom-content-item#baseInfo .left-bottom-content-item-content .table .tr {
  display: flex;
}
.detail_index .content .left-bottom-content-item#baseInfo .left-bottom-content-item-content .table .tr .td-left {
  width: 240px;
  padding-right: 20px;
  text-align: right;
  line-height: 43px;
  border-bottom: 1px solid #FFFFFF;
  background: #EFF6F6;
}
.detail_index .content .left-bottom-content-item#baseInfo .left-bottom-content-item-content .table .tr .td-right {
  flex: 1;
  line-height: 43px;
  background: #FAFCFC;
  padding-left: 15px;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #FFFFFF;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content {
  padding: 18px 50px 12px;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .table-data {
  background: #F3F5F7;
  padding: 4px 5px;
  overflow-y: auto;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .table-data::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #eef2f5;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .table-data::-webkit-scrollbar-thumb {
  background: #dee4ea;
  border-radius: 6px;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .table-data::-webkit-scrollbar-button {
  width: 0;
  height: 12px;
  color: #999999;
  background: #eeeeee;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .table-data .tr {
  display: flex;
  align-items: center;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .table-data .tr.head .td {
  background: #EFF6F6;
  border-right: 1px solid #FFFFFF;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .table-data .tr .td {
  flex-shrink: 0;
  width: 120px;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  padding-left: 14px;
  background: #FAFCFC;
  border-right: 1px solid #F3F5F7;
  border-bottom: 1px solid #F3F5F7;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .pagination .prev,
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .pagination .next {
  width: 30px;
  height: 30px;
  border: 1px solid #f1f2f3;
  text-align: center;
  line-height: 30px;
  color: #BFBFBF;
  margin-left: 10px;
  cursor: pointer;
  user-select: none;
  outline: none;
}
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .pagination .prev:hover,
.detail_index .content .left-bottom-content-item#historyData .left-bottom-content-item-content .pagination .next:hover {
  color: #3382F7;
}
.detail_index .content .right {
  flex: 1;
}
