.home-notice017 {
  position: relative;
  padding: 0.8rem 0 0 !important;
}

.home-notice017::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-notice017 .layout {
  display: flex;
  justify-content: space-between;
}

.home-notice017 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-notice017 .layout h1 .column-tit001 {
  width: 100% !important;
}

.home-notice017 .layout .left-box {
  width: 61%;
}

.home-notice017 .layout .left-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.home-notice017 .layout .left-box ul li {
  width: 48%;
  margin-bottom: 0.24rem;
  position: relative;
}

.home-notice017 .layout .left-box ul li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(205, 169, 109, 0.2);
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.home-notice017 .layout .left-box ul li a {
  position: relative;
  border: 1px solid #ebf0f0;
  padding: 14px 20px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
}

.home-notice017 .layout .left-box ul li a .tit {
  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;
  height: 0.54rem;
  margin-bottom: 0.1rem;
}

.home-notice017 .layout .left-box ul li a .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
  display: block;
}

.home-notice017 .layout .left-box ul li a .time i {
  font-size: 0.16rem;
  color: #cda96d;
  margin-right: 0.05rem;
}

.home-notice017 .layout .left-box ul li:hover::before {
  background: rgba(0, 124, 194, 0.6);
}

.home-notice017 .layout .left-box ul li:hover a {
  border-color: #007cc2;
}

.home-notice017 .layout .left-box ul li:hover a p {
  color: #007cc2;
}

.home-notice017 .layout .right-box {
  width: 35%;
}

.home-notice017 .layout .right-box ul {
  margin-top: 0.4rem;
}

.home-notice017 .layout .right-box ul li {
  margin-bottom: 0.2rem;
}

.home-notice017 .layout .right-box ul li a {
  display: block;
  border-left: 1px solid #e5e5e5;
  padding-left: 0.2rem;
  position: relative;
  transition: all .3s ease-in-out;
}

.home-notice017 .layout .right-box ul li a:before {
  content: '';
  display: block;
  width: 0.02rem;
  height: 0.18rem;
  background: #cda96d;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s ease-in-out;
}

.home-notice017 .layout .right-box ul li a .tit {
  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;
  height: 0.54rem;
  margin-bottom: 0.1rem;
}

.home-notice017 .layout .right-box ul li a .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
  display: block;
}

.home-notice017 .layout .right-box ul li a .time i {
  font-size: 0.16rem;
  color: #cda96d;
  margin-right: 0.05rem;
}

.home-notice017 .layout .right-box ul li a:hover {
  transform: translateX(5px);
}

.home-notice017 .layout .right-box ul li a:hover:before {
  background: #007cc2;
}

.home-notice017 .layout .right-box ul li a:hover .tit {
  color: #007cc2;
}

.home-notice017 .layout .right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

@media (max-width: 960px) {
  .home-notice017 {
    padding: 40px 0 0 !important;
  }

  .home-notice017 .layout {
    display: block;
  }

  .home-notice017 .layout .left-box {
    width: 100%;
  }

  .home-notice017 .layout .left-box ul {
    margin-top: 20px;
  }

  .home-notice017 .layout .left-box ul li {
    width: 100%;
  }

  .home-notice017 .layout .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .home-notice017 .layout .right-box ul {
    margin-top: 20px;
  }
}