.full-banner {
  position: relative;
  background-image: linear-gradient(to right, #6a6ef6, #709cff);
}
.full-banner__inner {
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
}
.full-banner__inner .inner-image {
  width: 100%;
}
.news-category {
  position: relative;
  transform: translateY(-50%);
}
.news-category .wrap {
  display: flex;
  justify-content: space-between;
}
.news-category__item {
  width: 23%;
  padding: 20px 0 40px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
.news-category__item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 21px 1px #eee;
}
.news-category__item:hover img {
  transform: rotate(360deg);
  transition: 0.8s;
}
.news-category__item.active {
  transform: scale(1.05);
  box-shadow: 0 0 21px 1px #eee;
}
.news-category__item .item-icon {
  width: 80px;
}
.news-category__item .item-title {
  font-size: 28px;
  margin-top: 15px;
}
.list-view {
  position: relative;
  width: 1360px;
  margin: 20px auto 0;
  background-image: url(../../images/dot.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 300px auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.list-view__title {
  position: relative;
  padding: 20px 0 0;
}
.list-view__title .title-search {
  position: absolute;
  top: 30px;
  right: 200px;
  width: 257px;
  height: 48px;
}
.list-view__title .title-search input {
  width: 100%;
  height: 48px;
  border: 0;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  padding-left: 16px;
  padding-right: 48px;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
                    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
                    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.list-view__title .title-search input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
.list-view__title .title-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  border-radius: 9999px;
  background-color: rgb(59 130 246);
  animation-duration: 200ms;
  transition-duration: 200ms;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.list-view__title .title-search button svg {
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  color: #ffffff;
}
.list-view__pages > div {
  display: block;
  width: 53px;
  height: 53px;
  border: 1px solid #bbbcc7;
  color: #bbbcc7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -26.5px;
}
.list-view__pages > div.pages-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23bbbcc7'%2F><%2Fsvg>");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-view__pages > div.pages-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23bbbcc7'%2F%3E%3C%2Fsvg%3E");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-view__pages > div.disable {
  opacity: 0.5;
}
.list-view__pages > div:hover:not(.disable) {
  border-color: #005bac;
}
.list-view__pages > div:hover:not(.disable).pages-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23005bac'%2F><%2Fsvg>");
}
.list-view__pages > div:hover:not(.disable).pages-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23005bac'%2F%3E%3C%2Fsvg%3E");
}
.list-view .news_list {
  width: 1140px;
  margin: 0 auto;
}
.list-view .news_list > div.item {
  width: 360px;
  float: left;
  margin: 0 10px 22px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
.list-view .news_list > div.item img {
  width: 360px;
  height: 220px;
}
.list-view .news_list > div.item .text {
  padding: 0 25px 20px;
  box-sizing: border-box;
}
.list-view .news_list > div.item .text .title {
  margin-top: 20px;
  line-height: 30px;
  height: 58.89px;
}
.list-view .news_list > div.item .text .title a {
  font-size: 16px;
  font-weight: bold;
  color: #005bac;
}
.list-view .news_list > div.item .text .time {
  font-size: 14px;
  color: #89898d;
  line-height: 40px;
  position: relative;
}
.list-view .news_list > div.item .text .dec {
  font-size: 12px;
  color: #57565d;
  line-height: 24px;
  height: 48px;
}
.list-view .news_list > div.item .text .link {
  display: inline-block;
  font-size: 14px;
  color: #5c97ff;
  line-height: 50px;
  margin-top: 10px;
}
.list-view .news_list > div.item:hover {
  transform: translateY(-6px);
  transition: 0.8s;
}
.list-view .no-data {
  text-align: center;
  width: 1140px;
  margin: 0 auto;
  padding: 80px 0 140px;
}
.list-view .no-data p {
  color: #bbbcc7;
  font-size: 24px;
}
.load_more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #4286f3;
  background-color: #e5edfa;
  border-radius: 20px;
  margin: 77px auto 136px;
  cursor: pointer;
}
