.banner-container {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  box-sizing: border-box;
  background: #fff;
}

.banner-container a {
  width: 18%;
  max-width: 280px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.banner-container a:not(:last-child) {
  margin-right: 1.3%;
}

.banner-container a .banner-title {
  position: absolute;
  bottom: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.39);
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.banner-container a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.5s;
}

.banner-container a:hover img {
  transform: scale(1.08);
}

.ar-nav {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
}

.ar-nav span {
  color: #FF9225;
}

.notice-list-container {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.left-container {
  flex: auto;
  margin-right: 25px;
  position: relative;
}

.right-container {
  width: 340px;
  flex-shrink: 0;
}

.notice-list {
  padding: 0 20px;
  overflow: hidden;
}

.notice-list .layui-tab-title {
  border: 0;
}

.notice-list .layui-tab-title .layui-this {
  color: #0079fe;
}

.notice-list .layui-tab-title .layui-this::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  background: #0079fe;
}

.notice-list .layui-tab-title li {
  padding: 0 8px;
  margin-right: 10px;
  font-size: 16px;
}

.notice-list .layui-tab-title li:hover {
  color: #0079fe;
}

.notice-list .layui-tab-item.layui-show {
  animation: hideIndex 0.4s;
}

@keyframes hideIndex {
  0% {
    opacity: 0;
    transform: translate(500px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.list-type {
  width: 200px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.list-type .layui-input,
.list-type .layui-select,
.list-type .layui-textarea {
  height: 30px;
}

.list-type .layui-form-select dl {
  top: 34px;
}

.list-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}

.list-item:hover {
  color: #0079fe;
}

.list-item .list-poster {
  width: 190px;
  height: 120px;
  display: block;
  margin-right: 15px;
  flex-shrink: 0;
}

.list-item .list-desc {
  flex: auto;
  font-size: 16px;
}

.list-item .list-desc .right {
  font-size: 14px;
}

.list-item .notice-title {
  display: flex;
  justify-content: space-between;
  height: 22px;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.list-item .notice-title p {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-top: 2px;
  margin-right: 20px;
  line-height: 20px;
}

.list-item .notice-title span {
  flex-shrink: 0;
  font-size: 14px;
}

.list-item .notice-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  color: #999;
  margin-bottom: 20px;
}

.list-item .list-buttom {
  align-items: center;
}

.list-item .list-buttom .star-num {
  font-size: 13px;
  padding-top: 5px;
}

.list-item .list-buttom .star-num span {
  color: #888888;
  min-width: 60px;
  display: inline-block;
  margin-right: 4px;
  text-align: right;
}

.list-item .list-buttom .star-num i {
  margin-right: 5px;
}

.list-item .list-buttom .star-num .icon-kanguo {
  font-size: 16px;
}

.hot-notice-wrp {
  padding: 20px 10px;
  box-sizing: border-box;
}

.box-header {
  font-weight: bold;
  font-size: 18px;
  border-left: 6px solid #0079fe;
  padding-left: 10px;
}

.hot-notice-list {
  padding: 10px;
  box-sizing: border-box;
}

.hot-notice-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 22px 0;
  color: #666;
}

.hot-notice-item:hover {
  color: #0079fe;
}

.hot-notice-item__title {
  font-size: 17px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
}

.hot-notice-item__desc {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 18px;
  line-height: 20px;
  font-size: 15px;
}

.hot-notice-item__date {
  margin-top: 18px;
}

.view-more {
  display: block;
  margin-top: 20px;
  color: #0079fe;
}

.view-more:hover {
  color: cornflowerblue;
}
