@charset "UTF-8";
html {
  font-size: 62.5%; }

@media only screen and (min-width: 320px) {
  html {
    font-size: 75% !important;
    /* 12÷16=73.4% */ } }
@media only screen and (min-width: 360px) {
  html {
    font-size: 84.375% !important;
    /* 12÷16=73.4% */ } }
@media only screen and (min-width: 375px) {
  html {
    font-size: 87.890625% !important;
    /* 14.0625÷16=73.2% */ } }
@media only screen and (min-width: 410px) {
  html {
    font-size: 97.03% !important;
    /* 15.525÷16=94% */ } }
@media only screen and (min-width: 480px) {
  html {
    font-size: 112.5% !important;
    /* 18÷16=94% */ } }
@media only screen and (min-width: 560px) {
  html {
    font-size: 131.25% !important;
    /* 21÷16=109% */ } }
@media only screen and (min-width: 640px) {
  html {
    font-size: 150% !important;
    /* 24÷16=125% */ } }
@media only screen and (min-width: 720px) {
  html {
    font-size: 168.75% !important;
    /* 27÷16=146.43% */ } }
@media only screen and (min-width: 750px) {
  html {
    font-size: 131.25% !important;
    /* 28.125÷16=146.43% */ } }
@media only screen and (min-width: 800px) {
  html {
    font-size: 131.25% !important;
    /* 30÷16=187.5% */ } }
@media only screen and (min-width: 960px) {
  html {
    font-size: 131.25% !important;
    /* 36÷16=225% */ } }
@media only screen and (min-width: 1080px) {
  html {
    font-size: 131.25% !important;
    /* 40.5÷16=253.125% */ } }
.article-list .normal-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-top: 25px;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .article-list .normal-content .card {
    height: 214px;
    width: 370px;
    height: 214px;
    width: 370px; }
    .article-list .normal-content .card .slogan {
      height: 42px;
      text-align: left;
      text-indent: 2em;
      line-height: 42px;
      opacity: 0; }
  .article-list .normal-content .card:hover .slogan {
    opacity: 0.7; }

.article-list {
  height: auto;
  width: 1200px;
  min-height: 100px;
  background-color: white;
  margin: 0 auto; }

.mt-none {
  margin-top: 0px; }

.bread-crumb {
  height: 71px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  display: flex;
  display: -webkit-flex;
  flex-direction: column; }
  .bread-crumb .bread-crumb-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    font-size: 16px;
    color: #4a4a4a; }
    .bread-crumb .bread-crumb-content .site {
      color: #0B84FF; }

.article-title {
  font-size: 24px;
  color: #4a4a4a;
  margin-top: 33px;
  text-indent: 10px;
  border-left: 6px solid #FF720B; }

.article-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding: 0 20px; }
  .article-list .articles {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    flex: 1;
    position: relative;
    margin-top: 20px; }
    .article-list .articles .item {
      height: 74px;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -o-box;
      display: box;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      display: flex;
      display: -webkit-flex;
      flex-direction: row;
      position: relative;
      align-items: center;
      -webkit-align-items: center;
      border-bottom: 1px solid #E2E2E2;
      font-size: 20px;
      color: #4a4a4a; }
      .article-list .articles .item .time {
        font-size: 16px;
        color: #999;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

.mb-normal {
  margin-bottom: 16px; }

.mt-normal {
  margin-top: 28px; }

.article-content {
  height: auto;
  width: 1200px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding: 0 20px;
  margin: 0 auto 66px;
  background-color: white;
  padding-bottom: 60px; }
  .article-content .article-header {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    flex: 1;
    border-bottom: 1px solid #E2E2E2; }
    .article-content .article-header .title {
      width: 100%;
      font-size: 24px;
      text-align: center;
      margin-top: 50px; }
    .article-content .article-header .time {
      height: auto;
      width: 100%;
      font-size: 16px;
      color: #999;
      margin: 25px 0;
      text-align: right; }
  .article-content .article-words {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    flex: 1;
    margin-top: 16px;
    padding: 0 20px; }
    .article-content .article-words p {
      font-size: 16px;
      color: #9e9e9e;
      text-indent: 2em;
      line-height: 3em; }

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