.list-main {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr) 282px;
  gap: 28px;
  padding: 30px 0 0;
}

.list-left,
.list-right,
.list-center {
  min-width: 0;
}

.mini-user,
.side-box,
.result-box {
  background: #fff;
  border: 1px solid #ddd;
}

.mini-user {
  min-height: 376px;
}

.mini-welcome {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 36px;
}

.mini-welcome strong,
.mini-welcome span {
  display: block;
}

.mini-welcome strong {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.mini-welcome span {
  color: #9a9a9a;
  margin-top: 8px;
}

.mini-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 58px;
  background: #078fd2;
}

.mini-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.mini-hotline {
  min-height: 166px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}

.mini-hotline .phone-big {
  font-size: 48px;
  line-height: 1;
}

.mini-hotline span {
  font-size: 20px;
}

.mini-hotline strong {
  color: #777;
  font-size: 24px;
}

.ssht-authenticated.mini-user {
  min-height: 330px;
}

.ssht-authenticated .mini-welcome {
  gap: 14px;
  min-height: 76px;
  padding: 14px 24px;
}

.ssht-authenticated .mini-welcome .avatar {
  width: 34px;
  height: 34px;
}

.ssht-authenticated .mini-welcome strong {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.ssht-authenticated .mini-welcome span {
  font-size: 14px;
  margin-top: 3px;
}

.ssht-authenticated .mini-welcome .vip {
  display: inline;
  color: #f00;
  font-size: 14px;
  font-weight: 700;
  margin: 0 3px;
}

.ssht-authenticated .mini-actions {
  height: 50px;
}

.ssht-authenticated .mini-actions a {
  gap: 8px;
  font-size: 18px;
}

.ssht-authenticated .action-icon {
  font-size: 26px;
}

.ssht-authenticated .mini-hotline {
  min-height: 150px;
}

.side-box {
  margin-top: 14px;
  min-height: 190px;
  padding: 24px 16px;
}

.side-box.tall {
  min-height: 376px;
  margin-top: 0;
}

.list-right .side-box + .side-box {
  margin-top: 14px;
}

.box-heading,
.result-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #333;
}

.box-heading span,
.result-heading span {
  width: 4px;
  height: 24px;
  background: #078fd2;
}

.box-heading strong,
.result-heading strong {
  font-size: 28px;
}

.box-heading a,
.result-heading a {
  margin-left: auto;
  color: #078fd2;
  font-size: 36px;
  line-height: 1;
}

.box-heading a.company-directory-link:first-of-type {
  margin-left: 0;
  color: #333;
  font-size: 28px;
  line-height: normal;
}

.box-heading a.company-directory-link:first-of-type + a {
  margin-left: auto;
}

#side-notice {
  color: #1f3654;
  font-size: 18px;
  line-height: 1.75;
  margin: 18px 0 0;
}

#side-notice a {
  color: inherit;
  text-decoration: none;
}

.compact-list,
.result-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.compact-list li,
.result-list li {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr) 96px;
  gap: 14px;
  align-items: center;
  color: #1f3654;
}

.compact-list li {
  grid-template-columns: 6px minmax(0, 1fr);
  min-height: 36px;
}

.result-list li {
  min-height: 40px;
  font-size: 17px;
}

.compact-list li::before,
.result-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #078fd2;
}

.compact-list a,
.result-list a {
  min-width: 0;
  overflow: hidden;
  color: #1f3654;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compact-list a.notice-read,
.result-list a.notice-read {
  color: #004cff !important;
}

.search-highlight {
  padding: 0 1px;
  background: #fff176;
  color: inherit;
  font-weight: 700;
}

.notice-category-tag {
  color: #e60012;
}

.result-list time {
  color: #999;
  text-align: right;
  white-space: nowrap;
}

.company-detail-box .result-list {
  margin-top: 38px;
}

.company-detail-item {
  display: block !important;
}

.company-detail-item::before {
  display: none !important;
}

.company-detail-card {
  position: relative;
  min-height: 720px;
  padding: 18px 10px 70px;
  border-bottom: 1px dashed #e6e6e6;
  color: #1f3654;
}

.company-detail-tab {
  display: inline-block;
  min-width: 132px;
  height: 32px;
  margin-bottom: 28px;
  background: #078fd2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.company-detail-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 0;
  min-height: 54px;
  align-items: center;
  font-size: 17px;
}

.company-detail-row span {
  color: #333;
}

.company-detail-row strong {
  color: #1f3654;
  font-weight: 400;
}

.company-detail-share {
  position: absolute;
  right: 12px;
  bottom: 18px;
  color: #333;
  font-weight: 700;
}

.result-pager {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #333;
  font-size: 14px;
}

.result-pager button {
  min-width: 48px;
  height: 28px;
  border: 1px solid #aaa;
  background: #fff;
  color: #333;
  cursor: pointer;
}

.result-pager button[disabled] {
  color: #aaa;
  cursor: default;
}

.result-pager input {
  width: 44px;
  height: 28px;
  border: 1px solid #999;
  padding: 0 4px;
}

.result-box {
  padding: 30px 32px 32px;
  min-height: 330px;
}

.result-box + .result-box {
  margin-top: 14px;
}

.results-main .results-box {
  min-height: 1015px;
  height: 1015px;
}

.results-main .results-industry-box {
  min-height: 625px;
  height: 625px;
}

.right-ads {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.right-ads a {
  display: block;
  height: 122px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e4e4;
}

.right-ads img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

@media (max-width: 1100px) {
  .list-main {
    grid-template-columns: 1fr;
  }
}

/* IE10/IE11 fallback for the search/category list page. */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-main {
    display: block;
  }

  .list-main:after,
  .result-box:after,
  .mini-welcome:after,
  .mini-actions:after,
  .box-heading:after,
  .result-heading:after,
  .right-ads:after {
    content: "";
    display: table;
    clear: both;
  }

  .list-left {
    float: left;
    width: 282px;
  }

  .list-center {
    float: left;
    width: 864px;
    margin-left: 28px;
  }

  .list-right {
    float: right;
    width: 282px;
  }

  .mini-welcome,
  .mini-actions,
  .box-heading,
  .result-heading,
  .nwline {
    display: block;
  }

  .mini-welcome .avatar {
    float: left;
    margin-right: 16px;
  }

  .mini-actions a {
    float: left;
    width: 50%;
    height: 58px;
    line-height: 58px;
    text-align: center;
  }

  .box-heading span,
  .result-heading span {
    float: left;
    margin-right: 16px;
  }

  .box-heading a,
  .result-heading a {
    float: right;
  }

  .compact-list li,
  .result-list li {
    display: block;
    min-height: 40px;
    line-height: 40px;
    white-space: nowrap;
  }

  .compact-list li:before,
  .result-list li:before {
    float: left;
    margin-top: 18px;
    margin-right: 14px;
  }

  .compact-list a,
  .result-list a {
    float: left;
    width: 72%;
  }

  .result-list time {
    float: right;
    width: 96px;
  }

  .right-ads {
    display: block;
  }
}
