.m_box_bg .m-box {
  background: none;
}
.details-right {
  margin-left: 60px;
  flex: 1;
}
.details-right .guild_title {
  display: flex;
  font-size: 26px;
  font-weight: 600;
  /*margin-bottom: 20px;*/
}
.details-right .guild_title .guild_title_left {
  color: #005293;
  z-index: 1;
  line-height: 50px;
}
.details-right .guild_title .guild_title_right {
  flex: 1;
  color: #CAD3DD;
  background: #fff url('../images/guild-title-bg.png') no-repeat right / contain;
  margin-left: -100px;
}
.details-right .guild_title .guild_title_right .guild_title_right_en {
  padding-left: 20px;
  margin: 8px 0 20px 116px;
  border-left: 2px solid #C9E2FF;
  line-height: 34px;
  font-family: DINAlternate-Bold, DINAlternate;
}
.details-right .guild_content {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-indent: 2rem;
  padding: 20px 40px;
}
.details-right .guild_content > p {
  margin-bottom: 20px;
}
.details-right .guild_content_address {
  text-align: right;
  color: #005293;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
.details-right .regulation_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.details-right .regulation_list li {
  font-size: 14px;
  color: #666666;
  font-weight: 600;
  padding: 6px 18px;
  border: 1px solid #CCCCCC;
  margin-right: 22px;
  background: #fff;
  margin-bottom: 10px;
}
.details-right .regulation_list .active {
  background: #005293;
  color: #fff;
}
.details-right .regulation_content_title {
  display: flex;
  background: linear-gradient(270deg, #FFFFFF 0%, #F5F5F5 100%);
  color: #131313;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.details-right .regulation_content_title img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.details-right .regulation_content_address {
  font-size: 14px;
  color: #333;
}
.details-right .organizational-structure {
  padding: 20px 40px;
}
.details-right .organizational-structure img {
  width: 100%;
}
.details-right .leader .leader_title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #005293;
  margin-top: 20px;
}
.details-right .leader .leader_title::after {
  content: '';
  display: block;
  height: 1px;
  background: #2974DD;
  flex: 1;
  margin-left: 20px;
}
.details-right .leader .leader_list dl,
.details-right .leader .leader_sublist dl {
  display: flex;
  margin-top: 24px;
}
.details-right .leader .leader_list dl dt img,
.details-right .leader .leader_sublist dl dt img {
  width: 150px;
  height: 187px;
}
.details-right .leader .leader_list dl dd,
.details-right .leader .leader_sublist dl dd {
  margin-left: 16px;
  max-width: 300px;
  text-align: justify;
}
.details-right .leader .leader_list dl dd .leader_list_name,
.details-right .leader .leader_sublist dl dd .leader_list_name {
  font-size: 18px;
  font-weight: 600;
  color: #005293;
}
.details-right .leader .leader_list dl dd .leader_list_tag,
.details-right .leader .leader_sublist dl dd .leader_list_tag {
  width: 52px;
  text-align: center;
  background: linear-gradient(270deg, #B88B3E 0%, #E4B587 100%);
  border-radius: 0px 4px 0px 4px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0;
}
.details-right .leader .leader_list dl dd .leader_list_content,
.details-right .leader .leader_sublist dl dd .leader_list_content {
  line-height: 23px;
  color: #666;
}
.details-right .leader .leader_sublist {
  display: flex;
  flex-wrap: wrap;
}
.details-right .leader .leader_sublist dl {
  display: block;
  margin-right: 46px;
}
.details-right .leader .leader_sublist dl:nth-child(5n) {
  margin-right: 0;
}
.details-right .leader .leader_sublist dl dd {
  margin: 0;
  width: 150px;
}
.details-right .leader .leader_sublist dl dd .leader_list_above {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 14px 0 4px;
}
.details-right .leader .leader_sublist dl dd .leader_list_above .leader_list_tag {
  margin: 0 4px;
  width: auto;
  padding: 0 6px;
}
.details-right .leader .leader_sublist dl dd .leader_list_content {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
.details-right .leader_speech {
  color: #666;
}
.details-right .leader_speech dl {
  display: flex;
  margin-bottom: 50px;
}
.details-right .leader_speech dl dt img {
  width: 330px;
}
.details-right .leader_speech dl dd {
  margin-left: 50px;
}
.details-right .leader_speech dl dd .leader_speech_title {
  font-size: 22px;
  font-weight: 600;
  color: #005293;
  line-height: 30px;
  margin-bottom: 20px;
}
.details-right .leader_speech dl dd .leader_speech_content {
  color: #666;
  text-indent: 2rem;
  line-height: 28px;
  font-size: 16px;
}
.details-right .leader_speech dl dd .leader_speech_content p {
  margin-bottom: 20px;
}
.details-right .department .department_title {
  color: #131313;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.details-right .department .department_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.details-right .department .department_list .department_list_item {
  width: 450px;
  margin-bottom: 20px;
}
.details-right .department .department_list .department_list_item .department_list_item_title {
  font-size: 16px;
  padding: 10px;
  display: flex;
  background: linear-gradient(270deg, #FFFFFF 0%, #F5F5F5 100%);
  font-weight: 600;
  color: #131313;
}
.details-right .department .department_list .department_list_item .department_list_item_title img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.details-right .department .department_list .conent {
  margin-top: 10px;
  font-size: 16px;
}
.details-right .department .department_list .conent p {
  color: #666666;
  line-height: 28px;
}
.details-right .department .department_list ul {
  margin-top: 10px;
}
.details-right .department .department_list ul li {
  color: #666666;
  line-height: 28px;
}
.file_tab{
    display: flex;
    padding-bottom: 20px;
}
.file_tab .item{
    width: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.file_tab .item span{
    display: inline-block;
    padding: 6px 20px;
    border-radius: 8px;
    background: #f5f5f5;
    cursor: pointer;
}
.file_tab .item.on{
    /*font-weight: bold;*/
}
.file_tab .item.on span{
    color: #ffffff;
    background: #005293;
}
.file_content .file_body{
    display: none;
}
.file_content .file_body.show{
    display: block;
}
@media screen and (max-width: 800px) {
    .file_tab{
        display: block;
    }
    .file_tab .item{
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .file_tab .item span{
        width: 80%;
        display: block;
        margin: 0 auto;
    }
  .organizational-structure,
  .guild_content {
    padding: 10px 20px;
  }
  .m-details.m-flex {
    display: block;
  }
  .m-details.m-flex .details-left {
    width: 100%;
  }
  .details-right {
    margin: 0;
    margin-top: 30px;
  }
  .details-right .guild_title {
    font-size: 18px;
  }
  .details-right .guild_title .guild_title_right .guild_title_right_en {
    line-height: 36px;
  }
  .details-right .guild_content_address {
    font-size: 16px;
    text-align: left;
  }
  .details-right .regulation_list li {
    margin-right: 10px;
  }
  .details-right .regulation_list :nth-child(4n) li {
    margin-right: 0;
  }
  .details-right .regulation_content_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .details-right .leader .leader_list dl dd .leader_list_name,
  .details-right .leader .leader_sublist dl dd .leader_list_name {
    font-size: 16px;
  }
  .details-right .leader .leader_sublist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .details-right .leader .leader_sublist dl {
    margin-right: 0;
  }
  .details-right .leader .leader_sublist dl dt{
      text-align: center;
  }
  .details-right .leader_speech dl {
    display: block;
  }
  .details-right .leader_speech dl dt img {
    width: 100%;
  }
  .details-right .leader_speech dl dd {
    margin: 0;
  }
  .details-right .leader_speech dl dd .leader_speech_title {
    margin: 10px 0;
    font-size: 18px;
  }
  .details-right .department .department_list {
    display: block;
  }
  .details-right .department .department_list .department_list_item {
    width: 100%;
  }
}
