.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30rem;
  text-align: center;
}

.pagenation li + li {
  margin-left: .5em;
}

.pagenation li a {
  color: #fff;
  border: 1px solid #5F9E55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (hover: hover) and (pointer: fine) {
  .pagenation li a:hover {
    color: #fff !important;
    background-color: #5F9E55;
    opacity: 1;
  }
}

.pagenation li.active {
  color: #fff;
  background-color: #5F9E55;
  border: 1px solid #5F9E55;
  height: 2em;
  width: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation li.active a {
  color: #fff;
  background-color: #5F9E55;
}

#page_news article .news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#page_news article .news_list li + li {
  margin-top: 1em;
}

#page_news article .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  width: 100%;
  padding-right: 50rem;
  padding-bottom: 22rem;
  border-bottom: 1px dashed #D6D6D6;
  text-decoration: none;
}

#page_news article .news_list li a .time {
  color: #333;
  width: 6em;
}

#page_news article .news_list li a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 790rem;
}

#page_news article .pagenation li a {
  width: 2em;
}

#page_single article .time {
  color: #333;
}

#page_single article .title {
  font-size: 28rem;
  font-weight: 700;
  margin-top: .5em;
}

#page_single article .content {
  padding: 2em 0;
  margin-top: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#page_single article .content img {
  display: block;
  margin-top: 30rem;
  margin-left: auto;
  margin-right: auto;
}

#page_single article .content .ql-align-right {
  text-align: right;
}

#page_single article .content .ql-align-center {
  text-align: center;
}

#page_single article .content em {
  font-style: italic;
}

#page_single article .content strong {
  font-weight: bold;
}

#page_single article .content a {
  text-decoration: underline;
  color: #419de4;
}

#page_single article .content h2 {
  font-size: 28rem;
  font-weight: 700;
}

#page_single article .content h3 {
  font-size: 22rem;
}

#page_single article .pagenation li a {
  width: 8em;
}

@media screen and (max-width: 767px) {
  #page_news article .news_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page_single article .title {
    font-size: 16rem;
  }
  #page_single article .content img {
    margin-top: 20rem;
  }
  #page_single article .content h2 {
    font-size: 16rem;
  }
  #page_single article .content h3 {
    font-size: 16rem;
  }
}
/*# sourceMappingURL=news.css.map */