@font-face {
  font-family: "Roboto";
  src: url("../../font/RobotoCondensed-Bold.ttf");
}

.news {
  width: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Roboto";
}

.news .new {
  width: 100%;
  min-height: 550px;
  background-color: #1e1d32;
  z-index: 10000;
  position: relative;
  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;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.55);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.55);
}

.news .new .container {
  width: 80%;
  min-height: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news .new .container .structure_news {
  width: 70%;
  min-height: 300px;
  background-color: #181818;
  -webkit-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.55);
          box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  overflow: hidden;
}

.news .new .container .structure_news .title {
  width: 100%;
  height: 40px;
  background-color: #151414;
  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;
  text-transform: uppercase;
  overflow: hidden;
  color: #fff;
}

.news .new .container .structure_news .structure_text {
  width: 100%;
  min-height: 220px;
  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;
  overflow: hidden;
}

.news .new .container .structure_news .structure_text .content_text {
  width: 98%;
  height: 96%;
}

.news .new .container .structure_news .footer {
  width: 100%;
  height: 40px;
  background-color: #151414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news .new .container .structure_news .footer .author {
  min-width: 10%;
  height: 100%;
  color: #fff;
  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;
  margin-right: 5px;
}

.news .new .list_news {
  width: 27%;
  min-height: 250px;
  background-color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.news .new .list_news .case {
  width: 100%;
  height: 160px;
  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;
  border-bottom: 1px solid #272727;
}

.news .new .list_news .case .content {
  width: 98%;
  height: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .new .list_news .case .content .image {
  width: 98%;
  height: 80%;
  border: 1px solid #ccc;
  margin-top: 5px;
  overflow: hidden;
}

.news .new .list_news .case .content .image img {
  width: 100%;
  height: 100%;
}

.news .new .list_news .case .content .title_new {
  width: 98%;
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.news .new .list_news .case .content .title_new a {
  text-decoration: none;
  color: #fff;
}

.news .new .list_news .case .content .title_new a:hover {
  color: #9bc12a;
}
/*# sourceMappingURL=news.css.map */