.home-notice027 {
  overflow: hidden;
background-size: cover;
}

.home-notice027 .layout .inner-box {
  display: flex;
  justify-content: space-between;
}

.home-notice027 .layout .inner-box .box-item {
  width: 48%;
}

.home-notice027 .layout .inner-box .box-item h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-notice027 .layout .inner-box .box-item ul {
  border-top: 3px solid #1586D9;
  background-size: cover;
  margin-top: 0.4rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.4rem 0.4rem 0.4rem;
}

.home-notice027 .layout .inner-box .box-item ul li a {
  display: block;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #ccc;
}

.home-notice027 .layout .inner-box .box-item ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice027 .layout .inner-box .box-item ul li a .tit {
  flex: 1;
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #333;
  height: 0.54rem;
}
.home-notice027 .layout .inner-box .box-item ul li a .time-box {
  display: flex;
  align-items: center;
  color: #666;
}
.home-notice027 .layout .inner-box .box-item ul li a .time-box i {
  margin-right: 0.1rem;
}
.home-notice027 .layout .inner-box .box-item ul li a .time {
  
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 960px) {
  .home-notice027 .layout .inner-box {
    display: block;
  }

  .home-notice027 .layout .inner-box .box-item {
    width: 100%;
  }

  .home-notice027 .layout .inner-box .box-item ul {
    margin-top: 20px;
    padding: 0 20px;
  }

  .home-notice027 .layout .inner-box .box-item.right-box {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=home-notice027.css.map */