*{
    box-sizing: border-box;
}
.listlmtt {
    clear: both;
    padding: 0px 18px 18px 18px;
    font-size: 12px;
    line-height: 30px;
}
.swim_conts{
    margin-top: 0;
}
.con_title {
    font-size: 3.6rem;
    line-height: 90px;
    min-height: 98px;
    height: auto;
    text-align: center;
    width: 100%;
    color: #bd172d;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
#zoomcon {
    border: 1px solid #efe6ce;
    padding: 21px 24px;
    width: 100%;
}
#zoomcon table,
#zoomcon table th,
#zoomcon table td {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    line-height: 50px;
    color: #ac0e1c;
    font-family: "Î¢ÈíÑÅºÚ";
}

#zoomcon table,
#zoomcon table th,
#zoomcon table td a {
    font-size: 16px;
    color: #ac0e1c;
    text-decoration: none;
}

.map01 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.map02 {
    text-align: center;
}

.map03 {
    text-align: center;
}
.wzfx_lf {
    text-align: left;
    padding-left: 20px;
}

.sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sitemap-section {
    margin-bottom: 20px;
    min-height: 63px;
    position: relative;
    z-index: 1;
  }
  .section-title{
    height: 56px;
    display: inline-block;
  }

  .section-title span{
    font-weight: bold;
    font-size: 2.4rem;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    width: 255px;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    z-index: -1;
    position: relative;
    background-color: #c60c30;
  }
  .section-links {
    background: #f6f3ed;
    display: flex;
    padding: 15px 0;
    padding-left: 80px;
    padding-right: 40px;
    flex-wrap: wrap;
    column-gap: 19px;
    font-size: 1.8rem;
    line-height: 51px;
    border-radius: 7px;
  
  }
  
  .section-links span {
    color: #999;
  }
@media (max-width: 630px)
{
  .section-title span{
    width: 160px;
  }
  .swim_conts{
    padding: 0px;
  }
  .section-links{
    padding: 15px 3px;
  }
  
  #zoomcon,.listlmtt{
    padding: 0;
  }
}