.article-list {
  color:#313437;
  background-color:#fff;
}

.article-list p {
  color:#7d8285;
}

.article-list h2 {
  font-weight:bold;
  margin-bottom:30px;
  padding-top:30px;
  color:inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.article-list .intro {
  max-width:700px;
  margin:0 auto;
}

.article-list .intro p {
  margin-bottom:0;
}

.article-list .articles {
  padding-bottom:30px;
}

.article-list .item {
  padding-top:30px;
  min-height:425px;
  text-align:center;
}

.article-list .item .name {
  font-weight:bold;
  font-size:16px;
  margin-top:20px;
  color:inherit;
}

.article-list .item .description {
  font-size:14px;
  margin-top:15px;
  margin-bottom:0;
}

.article-list .item .action {
  font-size:24px;
  width:24px;
  margin:22px auto 0;
  line-height:1;
  display:block;
  color:#4f86c3;
  opacity:0.85;
  transition:opacity 0.2s;
  text-decoration:none;
}

.article-list .item .action:hover {
  opacity:1;
}

* {
  margin:0;
}

.frame {
  height:200px;
  width:200px;
  overflow:hidden;
}

.zoomin img {
  height:100%;
  width:100%;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  transition:all .2s ease;
}

.zoomin img:hover {
  /*width:300px;*/
  /*height:300px;*/
  transform:scale(1.5);
  -ms-transform:scale(1.5);
  -webkit-transition:scale(1.5);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color:#fff;
}

.navbar.navbar-light.navbar-expand-md.fixed-top.bgnav {
  background-color:rgb(0,0,0,0.83);
}

header {
  min-height:180px;
  background:#000;
}

.bglist {
  width:100%;
  height:300px;
}

.header-img {
  background-image:url(../../assets/img/1-BG.jpg);
  background-position:center 10px;
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
  color:#fff;
}

.breadcrumb {
  background-color:rgb(0,0,0,0);
  margin:0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color:#fff;
}

.fa.fa-home.icone {
  color:#fff;
}

.breadcrumb-item a {
  font-size:.8rem;
}

