@charset "utf-8";
.contentBox {
  margin: 140px auto 80px;
}
.panelTitle {
  font-size: 0px;
}
.panelTitle::after {
  content: "最新快讯";
  font-size: 20px;
}
.panelTitleLink {
  display: none;
}
.toolsHubArticleBox {
  width: 190px;
  margin-bottom: 30px;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
}

.toolsHubArticleImg {
  width: 100%;
  margin: 0px auto;
}

.toolsHubArticleGuide,
.toolsHubArticleGuideDesc {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

.toolsHubArticleGuide {
  font-weight: bold;
}

/* **** 快讯详情页 **** */
.articleItemDesc p{
  font-size: 16px;
  line-height: 32px;
  color: #292929;
}
.articleItemDesc p img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
.articleItem:last-child {
  padding-bottom: 50px;
  border-bottom: 0px;
}
.articleItemTitle {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 48px;
}
.articleItemTitleLink {
  color: #252525;
}
.articleItemSummary {
  margin-bottom: 25px;
}
.articleItemDesc {
  font-size: 16px;
  line-height: 32px;
  color: #292929;
}
.articleItemDesc ul, .articleItemDesc li {
  list-style: disc;
}
.articleItemDesc ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.articleItemDesc li {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.articleItemShareCaption {
  margin-right: 20px;
}
.relatedBox {
  margin-bottom: 20px;
  padding-top: 25px;
  border-top: 4px solid var(--themeColor);
}
.relatedCaptionBox {
  margin: 0px 0px 30px;
}
.relatedCaption {
  font-size: 20px;
  color: #292929;
}
.moreRelatedCaptionLink {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.relatedTopic {
  width: 100%;
}
.nextArticleBox {
  margin-bottom: 80px;
  padding-top: 25px;
  border-top: 4px solid var(--themeColor);
}
.nextArticleCaption {
  margin-bottom: 20px;
  font-size: 20px;
  color: #292929;
}
.nextArticleTitle {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  font-weight: bold;
}
.nextArticleDesc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.nextArticleDesc:hover {
  color: var(--themeColor);
}
.nextArticleTime {
  font-size: 14px;
  color: #aaaaaa;
}
.nextNews {
  padding: 20px;
  box-sizing: border-box;
  background: #F5FAFF;
  border-radius: 4px;
  border-top: 4px solid var(--themeColor);
}

.newsFlashTitle {
  font-size: 20px;
  font-weight: normal;
}

.loadMoreBtnBox {
  margin-bottom: 0px;
}

.communityLink {
  color: #0060DF;
  cursor: pointer;
}

/* 相关企业 */
.moduleCompanyBox {
  border: none;
  margin-bottom: 32px;
}
.moduleCompanyBox .relatedCaptionBox{
  justify-content: flex-start;
}
.relatedContentBox{
  align-items: flex-end;
}
.relatedDesc{
  margin-left: 16px;
  font-size: 14px;
  color: #BBBBBB;
}
.settleinLink{
  margin-left: 16px;
  width: 68px;
  height: 26px;
  font-size: 14px;
  color: #DC1E38;
  line-height: 26px;
  text-align: center;
  border: 1px solid #dc1e38;
  border-radius: 8px;
}
.settleinLink:hover{
  color: #fff;
  background: #DC1E38;
}
.modulePanel {
  margin: 0 0;
}

.moduleHeadPanel {
  margin-bottom: 30px;
}

.moduleContentPanel {
  background: #fff;
  border-radius: 0;
  padding: 0 0;
  box-sizing: border-box;
}

.moduleCompanyItem {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    width: 320px;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    cursor: auto;
}
.moduleCompanyItem:nth-child(2n){
    margin-right: 0;
}
.moduleCompanyItem:hover{
    box-shadow: 0px 10px 15px rgb(0 0 0 / 8%);
}
.moduleContentTitle:hover,.moduleContentDesc:hover{
    color: #0060DF;
}
.attentionBtn:hover{
  color: #fff;
  background: var(--themeLinearColor);
  border: var(--themeBorderColor);
}
.enterprisesCoverBox {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 8%);
}
.enterprisesCover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.moduleContentTextPanel {
    width: calc(100% - 76px);
    margin-left: 16px;
    font-size: 0;
}
.enterprisesName {
    margin-top: 0;
    text-align: left;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.moduleContentTitle {
    font-size: 18px;
    text-align: left;
    color: #292929;
    line-height: 20px;
    margin-bottom: 12px;
    cursor: pointer;
}
.moduleContentDesc{
    margin-bottom: 20px;
    font-size: 14px;
    color: #AAAAAA;
}
.attentionBtn {
    display: block;
    width: 68px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}