/* CSS Document */
.newsList {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 -ms-flex-line-pack: start;
     align-content: flex-start;
 margin: 0 -25px;
}
@media (max-width: 1180px) {
 .newsList {
  margin: 0 -10px;
 }
}
.newsList .newsItem {
 width: 33.3333333333%;
 padding: 0 25px 80px;
}
@media (max-width: 1180px) {
 .newsList .newsItem {
  width: 50%;
  padding: 0 10px 50px;
 }
}
@media (max-width: 480px) {
 .newsList .newsItem {
  width: 100%;
 }
}
.newsList .item {
 position: relative;
}
@media (min-width: 1181px) {
 .newsList .item:hover .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
 }
 .newsList .item:hover .Txt .title {
  color: #df1a0e;
 }
}
.newsList .Img {
 overflow: hidden;
}
.newsList .Img::after {
 content: "";
 width: 100%;
 height: 100%;
 background-color: #000;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0.2;
 pointer-events: none;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.newsList .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.newsList .Txt {
 position: absolute;
 left: 40px;
 bottom: 30px;
 font-weight: 500;
}
.newsList .Txt .title {
 color: #fff;
 font-size: 23px;
 letter-spacing: 1.15px;
}
.newsList .linkWrap {
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 2;
}

.sideDataArea .item {
 position: relative;
}
@media (min-width: 1181px) {
 .sideDataArea .item:hover .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
 }
 .sideDataArea .item:hover .Txt .title {
  color: #df1a0e;
 }
}
.sideDataArea .Img {
 overflow: hidden;
}
.sideDataArea .Img::after {
 content: "";
 width: 100%;
 height: 100%;
 background-color: #000;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0.2;
 pointer-events: none;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.sideDataArea .Img img {
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.sideDataArea .Txt {
 position: absolute;
 left: 40px;
 bottom: 30px;
 font-weight: 500;
}
.sideDataArea .Txt .title {
 color: #fff;
 font-size: 23px;
 letter-spacing: 1.15px;
}
.sideDataArea .linkWrap {
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 2;
}
/*# sourceMappingURL=solutions.css.map */