<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.documentList .documentItem .title i, .documentList .documentItem {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contentBox .leftBox {
  float: left;
  width: 64%;
}
@media (max-width: 640px) {
  .contentBox .leftBox {
    float: none;
    width: 100%;
  }
}
.contentBox .rightBox {
  float: right;
  width: 30%;
}
@media (max-width: 640px) {
  .contentBox .rightBox {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.note {
  padding: 10px;
  font-size: 15px;
  line-height: 1.6;
  background-color: #f1f1f1;
}
.note a {
  font-size: 18px;
  color: #09f;
}
@media (min-width: 1201px) {
  .note a:hover {
    text-decoration: underline;
  }
}

.documentList .documentItem {
  padding: 15px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
  .documentList .documentItem:hover {
    padding: 15px;
    background-color: #fff;
  }
  .documentList .documentItem:hover h3 a,
  .documentList .documentItem:hover h3 i {
    margin: 0 5px;
    color: #c30e22;
  }
}
.documentList .documentItem .title a {
  position: relative;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
.documentList .documentItem .title i {
  color: #000;
}
.documentList .documentItem .text {
  font-size: 13px;
  line-height: 1.8;
  color: #474747;
}

.mainArea {
  padding: 97px 0;
}
.mainArea &gt; .bread {
  display: none;
}
.mainArea .wrap {
  max-width: 1400px;
}
.mainArea .wrap .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mainArea .wrap .titleBox .title {
  width: 50%;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mainArea .wrap .titleBox .title {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .mainArea .wrap .titleBox .title {
    width: 100%;
  }
}
.mainArea .wrap .titleBox .bread {
  width: 50%;
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.mainArea .wrap .titleBox .bread .wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
.mainArea .wrap .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainArea .wrap .contentBox .leftBox {
  width: 25%;
  padding-right: 60px;
}
.mainArea .wrap .contentBox .leftBox .classLink {
  border-top: 1px solid #666666;
}
.mainArea .wrap .contentBox .leftBox .classLink li {
  border-top: none;
}
.mainArea .wrap .contentBox .leftBox .classLink li a {
  height: 50px;
  line-height: 1;
  background-color: transparent;
  color: #999999;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mainArea .wrap .contentBox .leftBox .classLink li a.current {
  background-color: #008787;
  color: #fff;
  border-bottom: 1px solid #666666;
}
.mainArea .wrap .contentBox .leftBox .classLink li a.current:before {
  background-color: #666666;
}
@media (min-width: 1201px) {
  .mainArea .wrap .contentBox .leftBox .classLink li a:hover {
    background-color: #008787;
    color: #fff;
  }
}
@media (max-width: 1125px) {
  .mainArea .wrap .contentBox .leftBox .classLink li a {
    border-bottom: none;
  }
  .mainArea .wrap .contentBox .leftBox .classLink li a.current {
    border-bottom: none;
  }
}
@media (max-width: 1023px) {
  .mainArea .wrap .contentBox .leftBox {
    width: 100%;
    padding-right: 0;
  }
}
.mainArea .wrap .contentBox .rightBox {
  width: 75%;
}
.mainArea .wrap .contentBox .rightBox .downloadList .downloadItem {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 55px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  position: relative;
}
.mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .title a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666666;
  font-size: 25px;
}
@media (max-width: 1180px) {
  .mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .title a {
    font-size: 20px;
  }
}
@media (min-width: 1201px) {
  .mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .title a:hover {
    color: #008787;
  }
}
.mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .text {
  height: 75px;
  margin-top: 15px;
  overflow-y: auto;
  white-space: pre-wrap;
}
.mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .text::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .text::-webkit-scrollbar-thumb {
  background: #008787;
}
.mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .type {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .type {
    font-size: 15px;
  }
}
.mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .icon {
  position: absolute;
  top: 12px;
  right: 0;
  background-color: #666666;
  fill: white;
  border-radius: 50%;
  padding: 7px 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .icon:hover {
    background-color: #008787;
  }
}
@media (max-width: 768px) {
  .mainArea .wrap .contentBox .rightBox .downloadList .downloadItem {
    padding-right: 0;
  }
  .mainArea .wrap .contentBox .rightBox .downloadList .downloadItem .icon {
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .mainArea .wrap .contentBox .rightBox {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .mainArea .wrap .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}</pre></body></html>