
    @charset 'utf-8';

    html,
    body,
    div,
    p,
    hr,
    pre,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    table,
    tr,
    td,
    th,
    tfoot,
    tbody,
    thead,
    form,
    input,
    textarea,
    label,
    ul,
    ol,
    dl,
    li,
    dt,
    dd,
    .clearfix:after {
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '&#229;&#190;&#174;&#232;&#189;&#175;&#233;&#8250;…&#233;&#187;『', 'STHeitiSC-Light', 'simsun', '&#229;&#174;&#8249;&#228;&#189;「', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
    }

    li {
      list-style-type: none;
    }

    a {
      text-decoration: none;
      outline: none;
      color: #000;
    }

    a:hover {
      text-decoration: none;
      color: #ffbc3f !important;
    }

    table {
      border-collapse: collapse;
      border-spacing: 0;
    }

    iframe,
    img {
      border: 0;
    }

    img {
      vertical-align: top;
    }

    .clearfix {
      display: block;
    }

    .clearfix:after {
      content: '';
      overflow: hidden;
      width: 100%;
      height: 0px;
      font-size: 0px;
      display: block;
      clear: both;
    }

    i {
      font-style: normal;
    }

    .left {
      float: left;
    }

    .right {
      float: right;
    }

    .nav {
      height: 60px;
    }

    .detail {
      width: 1300px;
      margin: 0 auto;
    }

    .detail-top {
      padding: 30px 0;
      font-size: 16px;
      color: rgb(175, 17, 15);
      line-height: 23px;
      padding-left: 34px;
      text-align: left;
      background: url(//www.zlb.gov.cn/2024new/xl/icon-home.png) 5px center no-repeat;
      background-size: auto 23px;
    }

    .detail-top a {
      color: rgb(175, 17, 15);
    }

    .main {
      background-color: rgb(255, 255, 255);
      box-shadow: 0px 6px 28.2px 1.8px rgba(222, 222, 222, 0.4);
      border-top: 3px solid rgb(214, 3, 12);
      padding: 40px 80px;
      margin-bottom: 20px;
    }

    .main-tit {
      border-bottom: 2px solid rgb(225, 225, 225);
      padding-bottom: 30px;
    }

    .main-tit #title {
      font-size: 36px;
      color: rgb(51, 51, 51);
      font-weight: bold;
      line-height: 1.2;
      text-align: center;
    }

    .main-tit .info {
      font-size: 16px;
      color: rgb(172, 172, 172);
      line-height: 24px;
      margin-top: 20px;
      text-align: center;
    }

    .main-tit #source {
      margin-left: 15px;
      margin-right: 15px;
    }

    .main-tit .set_font {

      display: inline-block;
    }

    .main-tit .set_font a {
      width: 24px;
      height: 24px;
      margin-right: 6px;
      display: inline-block;
      vertical-align: text-bottom;
      background: url(//www.zlb.gov.cn/images/xl/526common.png) 0 -383px no-repeat;
    }

    .main-tit .set_font .font_small:hover {
      background-position: 0 -356px;
    }

    .main-tit .set_font .font_small_dis {
      background-position: -26px -383px;
      cursor: default;
    }

    .main-tit .set_font .font_small_dis:hover {
      background-position: -26px -383px;
      cursor: default;
    }

    .main-tit .set_font .font_add {
      background-position: 0 -329px;
    }

    .main-tit .set_font .font_add:hover {
      background-position: -26px -356px;
    }

    .main-tit .set_font .font_add_dis {
      background-position: -26px -329px;
    }

    .main-tit .set_font .font_add_dis:hover {
      background-position: -26px -329px;
    }

    .main-cont {
      padding-top: 20px;
      font-size: 18px;
    }

    .main-cont p {
      color: rgb(51, 51, 51);
      line-height: 2;
      padding-bottom: 20px;
    }

    .main-cont img {
      max-width: 900px;
      height: auto !important;
      margin: 0 auto;
      display: block;
    }

    @media screen and (max-width: 1199px) {
      .detail {
        width: 100%;
        margin: 0 auto;
      }

      .detail-top {
        padding: 15px 0 15px 38px;
        font-size: 14px;
        line-height: 18px;
        background-position: 10px 14px;
        background-size: auto 18px;
      }

      .main {
        padding: 15px 4%;
      }

      .main-tit {
        padding-bottom: 20px;
      }

      .main-tit #title {
        font-size: 26px;
      }

      .main-tit .info {
        font-size: 14px;
      }

      .main-tit #source {
        margin-left: 10px;
        margin-right: 10px;
      }

      .main-cont img {
        max-width: 100%;
      }
    }