.article_title_container {
    max-width: 1440px;
    margin: 30px auto;
    background: #fff;
    box-sizing: border-box;
  }
  .article_title_container-title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 0 auto 21px;
    max-width: 860px;
    line-height: 40px;
    margin-top: 30px;
  }
  .article_title_container-source {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    gap: 20px;
  }
  .article_title_container-tool {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 18px;
    margin-top: 24px;
    gap: 30px;
  }
  .article_title_container-tool-font {
    display: flex;
    gap: 10px;
  }
  .article_title_container-tool-font span:nth-child(2),
  .article_title_container-tool-font span:nth-child(3),
  .article_title_container-tool-font span:nth-child(4) {
    cursor: pointer;
  }
  .article_title_container-tool-font span:nth-child(2):hover,
  .article_title_container-tool-font span:nth-child(3):hover,
  .article_title_container-tool-font span:nth-child(4):hover {
    color: #CF0A0A;
    font-weight: bold;
  }
  .article_title_container-tool-font span.active {
    color: #CF0A0A;
    font-weight: bold;
  }
  .article_title_container-tool-print {
    cursor: pointer;
  }
  .article_title_container-tool-print:hover {
    color: #CF0A0A;
  }
  .article_title_container-line {
    width: calc(100% - 60px);
    height: 1px;
    background: rgb(244, 246, 251);
    margin: 26px auto 0;
  }
  .article_title_container-msg {
    padding: 30px;
    line-height: 1.5em;
  }