.news_inner {
  padding-top: 80px;
}

.pagination {
  margin-top: 80px;
  font-size: 16px;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li {
  color: #000 !important;
  border: 1px solid #00851B !important;
  padding: 0px 8px !important;
}

.pagination li.current {
  color: #FFF !important;
  border: 1px solid #00851B !important;
  padding: 0px 8px !important;
  background-color: #00851B !important;
}

.pdf::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  background: url(../../lib/cmn_img/pdf.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}

.news_title a {
  word-break: break-all;
}

.detail p {
  word-break: break-all;
}

.detail a[href $='.pdf'] {
  content: "";
  width: 10px;
  height: 10px;
  padding-left: 20px;
  background: url(../../lib/cmn_img/pdf.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}

.normalLink {
  text-decoration: underline;
}

.normalLink:hover {
  text-decoration: none;
}

@media screen and (max-width: 1025px) {
  .pdf a::before {
    vertical-align: baseline;
  }

  .news_inner {
    padding-top: 60px;
  }
}




.newsBox .news_title{
  overflow: hidden;
}

.newsBox_ .news_title{
  overflow: unset;
}