/**
 * @file
 * This file is used to style the bottom region.
 */

.layout-bottom {
  overflow: hidden;
  position: relative;
  padding: 2rem 1rem;
  background: #ededed;
  /* background: url(../../../../../../../../../sites/default/files/white-noise.png); */
  font-size: 0.875rem;
  color: #343a40;
  line-height: 1rem;
  /* border-top: 1px solid #1565c0; */
}

.layout-bottom .container {
    position: relative;
}
@media screen and (min-width: 75rem) {
  .layout-bottom {
    padding: 1rem;
  }
}


#block-lianxidianhua.block-type-basic {
    margin: 0;
}


/* .region-header {
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    background: linear-gradient(to bottom,#fefefe,#f1f1f1);
} */
