.newslist-default {
  float: left;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px 20px;
}
.newslist-default .block_title {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 10px;
}
.newslist-default .block_title a:hover {
  color: #ffbb00;
}
.newslist-default .title {
  position: relative;
  padding-left: 15px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 5px;
}
.newslist-default .title .item {
  color: #777777;
}
.newslist-default .title i {
  position: absolute;
  left: 0px;
  top: 5px;
}
.newslist-default .title:hover a {
  color: #ffbb00;
}

.newslist-default {
  width: 100%;
}

.newslist-default_home {
  width: 100%;
  padding: 40px 0px;
  float: left;
  background-color: #ffffff;
}
.newslist-default_home .block_title {
  text-align: center;
  font-size: 40px;
  line-height: 105px;
  margin-bottom: 25px;
  text-transform: uppercase;
  background: url(../images/bk-titleblock.png) no-repeat center center;
}
.newslist-default_home .item {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.newslist-default_home .item .item-images {
  float: left;
  width: 100%;
  background-size: contain !important;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newslist-default_home .item .content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5882352941);
  padding: 10px 15px;
}
.newslist-default_home .item:hover .item-images {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.newslist-default_home .item-lagre {
  color: #ffff;
}
.newslist-default_home .item-lagre .item-images {
  height: 406px;
}
.newslist-default_home .item-lagre a {
  color: #ffff;
}
.newslist-default_home .item-lagre .item-title {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
}
.newslist-default_home .item-lagre .summary {
  font-size: 14px;
  line-height: 20px;
  color: #cccccc;
}
.newslist-default_home .item-small .item-images {
  height: 196px;
  margin-bottom: 15px;
}
.newslist-default_home .item-small .item-title {
  font-size: 15px;
  line-height: 23px;
  padding: 15px 0px;
  position: relative;
  margin-bottom: 15px;
}
.newslist-default_home .item-small .item-title:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 55px;
  border: 1px solid #ffbb00;
}
.newslist-default_home .item-small .summary {
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.newslist-default_home .item-small .details {
  font-size: 14px;
}

/*# sourceMappingURL=highlight.css.map */
