.floatImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .floatImg .closePdf {
    display: none; }
  .floatImg iframe,
  .floatImg embed {
    width: 50%;
    height: 100%; }

.f_ac {
  display: block; }

@media screen and (max-width: 720px) {
  .floatImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    text-align: center; }
    .floatImg .closePdf {
      display: none; }
    .floatImg iframe,
    .floatImg embed {
      width: 50%;
      height: 100%; }

  .floatImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    text-align: center; }
    .floatImg iframe,
    .floatImg embed {
      width: 100%;
      height: 88%;
      position: absolute;
      left: 0;
      top: 0; }
    .floatImg .closePdf {
      display: block;
      width: 1.8181818182rem;
      position: absolute;
      bottom: 6%;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .floatImg .closePdf img {
        width: 100%; }

  .f_ac {
    display: block; } }
.res-buttons {
  padding: 90px 0;
  width: 1440px;
  position: relative;
  left: 50%;
  margin-left: -720px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .res-buttons ._item {
    width: 49%;
    display: flex;
    cursor: pointer;
    margin-bottom: 50px; }
  .res-buttons .style-1 img {
    max-width: 100%; }
  .res-buttons .style-2 {
    padding: 40px;
    background-color: #6D8456;
    color: #fff;
    box-sizing: border-box; }
    .res-buttons .style-2 ._icon {
      display: inline-flex;
      align-items: center;
      margin-right: 40px; }
      .res-buttons .style-2 ._icon img {
        width: 52px;
        height: auto; }
    .res-buttons .style-2 ._text {
      border-left: 1px solid #ddd;
      height: 90px;
      font-size: 24px;
      padding-left: 36px;
      display: inline-flex;
      align-items: center;
      line-height: 31px; }

.inner-title {
  width: 1440px;
  position: relative;
  left: 50%;
  margin-left: -720px;
  margin-top: 82px;
  margin-bottom: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .inner-title .separator-line {
    width: 26%;
    border-top: 2px solid #A6A5A5; }
  .inner-title span {
    font-size: 55px;
    font-weight: bold;
    color: #444;
    line-height: 51px; }

.articles {
  padding: 90px 0px;
  width: 1440px;
  position: relative;
  left: 50%;
  margin-left: -720px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 220px;
  flex-wrap: wrap; }
  .articles ._item {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 90px; }
    .articles ._item ._left ._date-box {
      width: 80px;
      height: 80px;
      background: #E7E7E7;
      position: relative; }
      .articles ._item ._left ._date-box ._month {
        line-height: 14px;
        font-size: 16px;
        font-weight: 500;
        color: #3B3B3B;
        position: absolute;
        bottom: 16px;
        right: 8px; }
      .articles ._item ._left ._date-box ._day {
        position: absolute;
        line-height: 20px;
        font-size: 24px;
        font-weight: 500;
        color: #97A985;
        left: 8px;
        top: 10px; }
      .articles ._item ._left ._date-box .separator-line {
        border: 1px solid #999;
        background-color: #999;
        transform: rotate(35deg);
        transform-origin: right bottom;
        position: absolute;
        left: 18px;
        top: 8px;
        height: 44px; }
    .articles ._item ._right {
      margin-left: 32px;
      width: 485px; }
      .articles ._item ._right ._title {
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        line-height: 26px;
        padding: 6px;
        border-bottom: 1px solid #C7C7C7;
        white-space: nowrap; }
      .articles ._item ._right ._desc {
        padding: 6px;
        margin-top: 6px;
        line-height: 20px;
        font-size: 18px;
        font-weight: 400;
        color: #000000; }

.wechat-mp-guide {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 360px;
  text-align: center; }

.wechat-mp-guide a {
  color: #6D8456;
  border-bottom: 2px solid #6D8456;
  padding-bottom: 12px; }

@media screen and (max-width: 1440px) {
  .res-buttons {
    width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -600px; }
    .res-buttons ._item {
      width: 49%;
      display: flex;
      cursor: pointer;
      margin-bottom: 50px; }

  .articles {
    width: 1200px;
    left: 50%;
    margin-left: -600px; }

  .inner-title {
    width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -600px; } }
@media screen and (max-width: 750px) {
  body .res-buttons {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    body .res-buttons ._item {
      width: 100% !important;
      display: flex;
      cursor: pointer; }
    body .res-buttons .style-1 {
      margin-bottom: 0; }
      body .res-buttons .style-1 img {
        width: 60%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        margin-bottom: 20px; }
    body .res-buttons .style-2 {
      padding: 10px;
      background-color: #6D8456;
      color: #fff;
      box-sizing: border-box;
      margin-bottom: 10px; }
      body .res-buttons .style-2 ._icon {
        display: inline-flex;
        align-items: center;
        margin-right: 10px; }
        body .res-buttons .style-2 ._icon img {
          width: 30px;
          height: auto; }
      body .res-buttons .style-2 ._text {
        border-left: 1px solid #ddd;
        height: 50px;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        line-height: 24px; }
  body .inner-title {
    width: 100% !important;
    margin: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    body .inner-title .separator-line {
      width: 26%;
      border-top: 2px solid #A6A5A5; }
    body .inner-title span {
      font-size: 18px;
      font-weight: bold;
      color: #444;
      line-height: 30px; }
  body .articles {
    width: 100%;
    left: 0 !important;
    margin-left: 0 !important;
    padding: 10px;
    margin: 0;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    body .articles ._item {
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      body .articles ._item ._left ._date-box {
        width: 50px;
        height: 50px;
        background: #E7E7E7;
        position: relative; }
        body .articles ._item ._left ._date-box ._month {
          line-height: 14px;
          font-size: 12px;
          font-weight: 500;
          color: #3B3B3B;
          position: absolute;
          bottom: 4px;
          right: 4px; }
        body .articles ._item ._left ._date-box ._day {
          position: absolute;
          line-height: 20px;
          font-size: 14px;
          font-weight: 500;
          color: #97A985;
          left: 4px;
          top: 4px; }
        body .articles ._item ._left ._date-box .separator-line {
          border: 1px solid #ccc;
          transform: rotate(35deg);
          transform-origin: right bottom;
          position: absolute;
          left: 12px;
          top: 2px;
          height: 32px; }
      body .articles ._item ._right {
        margin-left: 6px;
        width: auto; }
        body .articles ._item ._right ._title {
          font-size: 0.7636363636rem;
          font-weight: bold;
          color: #000000;
          line-height: 20px;
          padding: 2px;
          border-bottom: 1px solid #C7C7C7;
          white-space: nowrap; }
        body .articles ._item ._right ._desc {
          padding: 2px;
          margin-top: 2px;
          font-size: 0.6181818182rem;
          line-height: 0.9090909091rem;
          font-weight: 400;
          color: #000000; }
  body .wechat-mp-guide {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 60px;
    text-align: center; }
  body .wechat-mp-guide a {
    color: #6D8456;
    border-bottom: 2px solid #6D8456;
    padding-bottom: 6px; } }

/*# sourceMappingURL=resources.css.map */
