#body .content {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 40px;
}
#body .content .left {
  width: 976px;
  display: flex;
  justify-content: space-between;
}
#body .content .left .category {
  width: 180px;
}
#body .content .left .category .category-list {
  background: #F7F9FC;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 24px;
}
#body .content .left .category .category-list .category-item {
  padding: 16px;
  line-height: 22px;
  font-size: 16px;
  color: #323647;
  border-radius: 8px;
  cursor: pointer;
}
#body .content .left .category .category-list .category-item:hover {
  font-weight: bold;
  color: #084E9E;
}
#body .content .left .category .category-list .category-item.active {
  background: #E8EEFC;
  font-weight: bold;
  color: #084E9E;
}
#body .content .left .category .category-list .category-item .iconfont {
  margin-right: 10px;
}
#body .content .left .container {
  width: 764px;
}
#body .content .left .container .news-info .name {
  display: block;
  line-height: 48px;
  font-size: 28px;
  font-weight: bold;
  color: #323647;
  margin-bottom: 24px;
}
#body .content .left .container .news-info .info {
  display: flex;
  align-items: center;
}
#body .content .left .container .news-info .info .tags {
  flex: 1;
  display: flex;
}
#body .content .left .container .news-info .info .tags .tag {
  line-height: 18px;
  font-size: 14px;
  color: #8B919F;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  padding: 7px 11px;
  margin-right: 12px;
}
#body .content .left .container .news-info .info .author-info {
  background: url(/assets/images/common/icon-author.png) no-repeat left center;
  background-size: 14px;
  padding-left: 20px;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0;
}
#body .content .left .container .news-info .info .author-info span {
  display: inline-block;
  line-height: 16px;
  font-size: 14px;
  color: #8B919F;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #EDEEF2;
}
#body .content .left .container .news-info .info .author-info span:last-child {
  padding: 0;
  border: 0 none;
}
#body .content .left .container .news-content {
  margin-top: 32px;
}
#body .content .left .container .news-content .text {
  line-height: 32px;
  color: #323647;
  word-break: break-all;
}
#body .content .left .container .news-content .text.text-content img {
  max-width: 100%;
}
#body .content .left .container .news-content .text.text-content video {
  max-width: 100%;
}
#body .content .left .container .news-content .text div {
  line-height: 32px;
  color: #323647;
}
#body .content .left .container .news-content .text p {
  margin: revert;
}
#body .content .left .container .news-content .text h1,
#body .content .left .container .news-content .text h2,
#body .content .left .container .news-content .text h3,
#body .content .left .container .news-content .text h4,
#body .content .left .container .news-content .text h5,
#body .content .left .container .news-content .text h6,
#body .content .left .container .news-content .text strong {
  display: revert;
  font-weight: revert;
  font-size: revert;
}
#body .content .left .container .news-content .text a {
  color: revert;
}
#body .content .left .container .end {
  line-height: 21px;
  font-size: 16px;
  color: #8B919F;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 16px;
}
#body .content .left .container .state {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #8B919F;
}
#body .content .left .container .related {
  margin-top: 48px;
}
#body .content .left .container .related .related-top {
  background: url(/assets/images/common/icon-related.png) no-repeat 16px center;
  background-size: 20px;
  background-color: #EEF1F8;
  padding: 12px 44px;
  border-radius: 8px;
}
#body .content .left .container .related .related-top .title {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #141F33;
}
#body .content .left .container .related .related-list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
}
#body .content .left .container .related .related-list .list-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#body .content .left .container .related .related-list .list-item:hover img {
  transform: scale(1.05);
}
#body .content .left .container .related .related-list .list-item:hover .info .name {
  color: #0071DF;
}
#body .content .left .container .related .related-list .list-item .item-img {
  width: 136px;
  height: 86px;
  border-radius: 4px;
  margin-right: 15px;
  overflow: hidden;
}
#body .content .left .container .related .related-list .list-item .item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#body .content .left .container .related .related-list .list-item .info {
  width: 215px;
  overflow: hidden;
}
#body .content .left .container .related .related-list .list-item .info .name {
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #15213A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
#body .content .left .container .related .related-list .list-item .info .author-info {
  background: url(/assets/images/common/icon-author.png) no-repeat left center;
  background-size: 14px;
  padding: 1px 0;
  padding-left: 20px;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0;
}
#body .content .left .container .related .related-list .list-item .info .author-info span {
  display: inline-block;
  line-height: 16px;
  font-size: 14px;
  color: #8B919F;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #EDEEF2;
}
#body .content .left .container .related .related-list .list-item .info .author-info span:last-child {
  padding: 0;
  border: 0 none;
}
#body .content .right {
  width: 342px;
}
#body .content .right .model {
  margin-bottom: 24px;
}
#body .images {
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
#body .images img {
  width: 100%;
}
