body {
  background-color: #eef0f4;
}

.page-Aggregation {
  margin: 0 auto;
  width: 1200px;
  padding: 10px 0 70px 0;
}

.com-crumb {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0;
}

.com-crumb .crumb-item.current,
.com-crumb .crumb-item.current:hover {
  color: #999;
}

.com-crumb .crumb-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.com-crumb .crumb-item:hover {
  color: #00a4ff;
  cursor: pointer;
}

.com-crumb .crumb-split {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background-image: url('https://sign-online-group.oss-cn-hangzhou.aliyuncs.com/sign-open/juheyesvg');
  background-position: 63.870000000000005% 96.3%;
  background-size: 3456.25% 3312.5%;
  background-repeat: no-repeat;
}

.sitemap-groups {
  /* border-top: 1px solid #D2D9E7; */
}

.sitemap-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 15px 0;

  /* border-bottom: 1px solid #D2D9E7; */
}

.sitemap-item-title {
  display: table-cell;
  vertical-align: top;
  width: 60px;
  font-size: 20px;
  line-height: 36px;
}

.sitemap-item-cnt {
  display: table-cell;
  vertical-align: top;
  font-size: 0;
  padding-top: 10px;
}

.sitemap-item-more-wrap {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  width: 60px;
}

.sitemap-item .sitemap-link {
  width: 12.5%;
  height: 50px;
  line-height: 50px;
  min-width: 8em;
  padding-right: 10px;
  border-top: 1px solid #D2D9E7;
  border-bottom: 1px solid #D2D9E7;

}

.sitemap-link {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  color: #00a4ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sitemap-item-more-wrap {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  width: 60px;
}

.com-arrow-link {
  color: #00a4ff;
}



/* 详情 */

.info-main {
  display: flex;
  justify-content: space-between;
}

.info-main .info-main-content {
  padding-right: 80px;
  box-sizing: border-box;
}

.info-main-content {
  margin-right: 20px;
}

.info-main-content:after {
  content: '';
  display: block;
  position: absolute;
  margin-left: -40px;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #e1e8f0;
  overflow: hidden;
}

.special-article {
  position: relative;
  overflow: hidden;
}

.special-article-body {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.special-article-heading {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  overflow: hidden;

}

.special-article-info {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}

.special-mod {
  padding-top: 28px;
}

.special-mod-title {
  margin-bottom: 24px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #e4e9f0;
}

.special-mod .special-article {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4e9f0;
}

.special-article {
  position: relative;
  overflow: hidden;
}

.special-article {
  display: flex;
}

.special-article-img {
  width: 180px;
  min-width: 150px;
  overflow: hidden;
}

.special-article-img img {
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}

.special-article-title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.685);
  margin-bottom: 16px;
  cursor: pointer;
}

.special-article-title:hover {
  color: #036aa1;
  cursor: pointer;
}

.special-article-title .sidebar-recommend {
  margin-bottom: 30px;
}

.info-main-sidebar {
  margin-left: 20px;
}

.sidebar-title {
  margin-bottom: 12px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}

.info-main-sidebar .info-list-item {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #666;
  font-weight: 400;
}

.info-main-sidebar .info-list-link {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.info-main-sidebar .info-list-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background-color: #00a4ff;
  border-radius: 50%;
  overflow: hidden;
}

.sidebar-hottag {
  margin-bottom: 28px;
}

.sidebar-hottag-list {
  font-size: 0;
  margin-right: -10px;

  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
}

.sidebar-hottag-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  flex: auto;
  -webkit-flex: auto;
  padding: 6px 10px;
}

@media (max-width: 1200px) {
  .page-Aggregation {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1000px) {

  .info-main-sidebar,
  .info-main-content {
    margin-left: 0;
    margin-right: 0;
  }
  .xinwen img{
    width: 100% !important;
    height: auto !important;
  }
}