.banner {
  width: 100%;
  height: 460px;
  position: relative;
  margin-bottom: 50px;
}
.banner img {
  position: absolute;
  width: 100%;
  height: 460px;
  object-fit: cover;
  z-index: -1;
}
.banner .w1600 {
  height: 100%;
}
.banner .w1600 h3 {
  font-size: 38px;
  color: #ffffff;
  line-height: 52px;
  margin-bottom: 35px;
}
.banner .w1600 p {
  font-size: 18px;
  color: #ffffff;
}
.container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.container > .left {
  flex: 1;
  width: calc(100% - 420px);
  margin-right: 60px;
}
.container > .right {
  width: 360px;
}
.container .layui-tab-title li {
  padding: 0;
  text-align: left;
  min-width: auto;
  margin-right: 40px;
  font-size: 18px;
  line-height: 30px;
}
.layui-tab {
  margin: 15px 0 0;
}
.layui-tab-brief > .layui-tab-title .layui-this {
  color: var(--primary-color);
  font-weight: bold;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-color: var(--primary-color);
}
.layui-tab-content {
  padding: 0;
}

.news-list .news-item {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  padding: 26px 0 20px;
  border-bottom: solid 1px #dadbdf;
}
.news-list .news-item .left {
  flex: 1;
}
.news-list .news-item .left .news-title {
  font-size: 20px;
  margin-bottom: 19px;
  display: block;
}
.news-list .news-item .left .news-title:hover {
  color: var(--primary-color);
}
.news-list .news-item .left .tag-list {
  font-size: 14px;
}
.news-list .news-item .left .tag-list span {
  color: #999999;
  margin-right: 30px;
}
.news-list .news-item .left .tag-list .iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #999999;
}
.news-list .news-item .left .content {
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  margin: 16px 0 14px;
}

.news-list .news-item .left .bottom .author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.news-list .news-item .left .bottom span {
  margin-left: 30px;
  color: #999999;
  display: flex;
  align-items: center;
}
.news-list .news-item .left .bottom span .iconfont {
  color: #999999;
  font-size: 16px;
  margin-right: 10px;
}

.news-list .news-item .right img {
  width: 200px;
  height: 120px;
  object-fit: cover;
  margin-left: 46px;
}
.wechat-box {
  width: 360px;
  height: 460px;
  background: #ffffff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 36px;
}
.wechat-box .title {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  margin: 20px 0 25px;
}
.wechat-box .wechat {
  width: 220px;
  height: 220px;
  background: #f7f8fa;
  margin: 0 auto;
}
.wechat-box .wechat img {
  width: 200px;
  height: 200px;
}
.wechat-box .tips {
  font-size: 17px;
  text-align: center;
  margin-top: 24px;
}
.news-list .news-item .right {
  width: 200px;
}
.news-list .news-item .left {
  width: calc(100% - 200px);
}
@media screen and (max-width: 960px) {
  .container > .right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 4.6rem;
    margin-bottom: 20px;
  }
  .banner img {
    height: 100%;
  }
  .banner .w1600 h3 {
    font-size: 0.38rem;
    line-height: 1.6;
  }
  .banner .w1600 p {
    font-size: 0.22rem;
  }
  .search-container {
    margin-top: 20px;
  }

  .search-container .layui-form-item {
    width: 208px;
  }
  .search-container .left,
  .search-container .right {
    margin-bottom: 10px;
  }
  .container {
    padding-bottom: 80px;
  }
  .container > .left {
    margin-right: 0;
    width: 100%;
  }
  .container .layui-tab-title li {
    font-size: 16px;
    line-height: 40px;
  }
  .news-list .news-item .right {
    width: 150px;
    height: auto;
  }
  .news-list .news-item .right img {
    height: auto;
    margin-left: 20px;
  }
  .news-list .news-item .left {
    width: calc(100% - 150px);
  }
  .news-list .news-item .left .news-title {
    font-size: 16px;
  }
  .news-list .news-item .left .content {
    font-size: 14px;
    line-height: 1.5;
  }
  .news-list .news-item .left .tag-list span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 510px) {
  .search-container .layui-form-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .search-container .left {
    width: 100%;
    margin-bottom: 0;
  }
  .search-container.flex.row-center-between {
    flex-direction: column;
  }
  .search-container .right-search-input {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .news-list .news-item {
    flex-direction: column-reverse;
  }
  .news-list .news-item .left,
  .news-list .news-item .right {
    width: 100%;
  }
  .news-list .news-item .right {
    margin-bottom: 20px;
    text-align: center;
  }
  .news-list .news-item .right img {
    width: 100%;
    margin-left: 0;
  }
}
