.news__body h2.tit {
  border: none;
  color: #2F2F2F;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0;
}

.news__body .topics__info {
  align-items: center;
  box-sizing: border-box;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.news__body .topics__info .date {
  font-size: 15px;
}
.news__body .topics__info .cate {
  align-items: center;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 11px;
  display: flex;
  height: 30px;
  padding: 0 40px;
  justify-content: center;
}

.news__body .topics__body {
  padding-top: 40px;
}
.news__body .topics__body .file-btn {
  border: 2px solid #333;
  border-radius: 10px;
  box-sizing: border-box;
  width: 240px;
}
.news__body .topics__body .file-btn a {
  background: url("../../img/common/icon-pdf.svg") no-repeat;
  background-position: right 20px center;
  color: #3F3F3F;
  font-size: 17px;
  font-weight: bold;
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 100%;
}
/*# sourceMappingURL=single.css.map */