.news {
      display: block;
      float: none;
      margin: 150px auto;
      width: 960px;
}
.news .news-list {
  width: 100%;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.news .news-list th,.news .news-list td {
  text-align: left;
  padding: 30px 0;
  border-bottom: 1px dotted #ccc;
  vertical-align: top;
  letter-spacing: 1px;
}

.news .news-list th {
  width: 280px;
}

.news .news-list th::after {
  content: "[" attr(data-info) "]";
  display: inline-block;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  color: #0074af;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 32px;
}

.news .news-list .news-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news .news-list .news-details>* {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.no-flexwrap .news .news-list .news-details {
  display: block;
}

.no-flexwrap .news .news-list .news-details>* {
  float: left;
}

@media only screen and (max-width: 1100px) {
  .news .news-list .news-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.no-flexwrap .news .news-list .news-details .news-text {
  width: 885px;
}

.no-flexwrap .news .news-list .news-details .news-link {
  width: 85px;
}

.news .news-list .news-text a {
  border-bottom: 1px solid #080808;
  -webkit-transition: 300ms color, 300ms border;
  transition: 300ms color, 300ms border;
}

.news .news-list .news-text a:hover {
  color: #0074af;
  border-bottom: 1px solid #0074af;
}

.news .news-list .news-link a {
  display: block;
  margin-left: 35px;
  width: 50px;
  font-size: 12px;
  text-align: center;
}

.news .news-list .news-link a::before {
  content: '';
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 44px;
  background: url(/assets/img/news/ico-pdf.png);
  margin-bottom: 7px;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
}

.news .news-list .news-link a:hover::before {
  opacity: 0.6;
}

.news .news-list h5 {
  margin-bottom: 15px;
  color: #0074af;
  font-weight: bold;
}

@media only screen and (max-width: 1100px) {
  .news {
    margin: 30px auto;
  }
  .news .news-list {
    border: 0;
  }

  .news .news-list,.news .news-list tr,.news .news-list th,.news .news-list td {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
  }

  .news .news-list tr {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
  }

  .news .news-list tr:first-child {
    border-top: 1px dotted #ccc;
  }

  .news .news-list th,.news .news-list td {
    border: 0;
    padding: 0;
  }

  .news .news-list th {
    position: relative;
  }

  .news .news-list th::after {
    width: auto;
    line-height: 1em;
    margin-left: 10px;
  }

  .news .news-list th+td {
    margin-top: 15px;
  }

  .news .news-list h5 {
    margin-bottom: 10px;
  }

  .news .news-list p {
    font-size: 13px;
    line-height: 1.7em;
  }

  .news .news-list .news-link {
    margin-top: 15px;
  }

  .news .news-list .news-link a {
    position: relative;
    height: 40px;
    width: 125px;
    line-height: 40px;
    margin: 0;
    padding-left: 35px;
    padding-right: 10px;
    text-align: left;
  }

  .news .news-list .news-link a::before {
    position: absolute;
    top: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    height: 25px;
    width: 22px;
    background-size: 22px 25px;
  }
}
/*# sourceMappingURL=news.css.map */