@import "base.css";
@import "common.css";
.bg_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.container .banner {
  width: 100%;
  position: relative;
}
.container .banner .bg {
  width: 100%;
}
.container .banner .content {
  width: 6.7rem;
  position: absolute;
  bottom: 0.62rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.container .banner .content .input_box {
  width: 100%;
  height: 0.94rem;
  padding-left: 0.96rem;
  background: #ffffff;
  box-shadow: 0px 0.07rem 0.08rem 0px rgba(25, 42, 129, 0.1);
  font-size: 0;
  position: relative;
}
.container .banner .content .input_box input {
  font-size: 0.32rem;
  font-weight: 400;
  color: #999999;
  width: 100%;
  height: 100%;
}
.container .banner .content .input_box .search {
  position: absolute;
  width: 0.44rem;
  top: 50%;
  left: 0.32rem;
  transform: translateY(-50%);
}
.container .banner .content .hot_search {
  font-size: 0.24rem;
  font-weight: 400;
  color: #c0b7ce;
  margin-top: 0.19rem;
  margin-bottom: 0.82rem;
}
.container .banner .content .hot_search a {
  color: #c0b7ce;
}
.container .banner .content .btn_box img {
  width: 2.73rem;
}
.container .post_type_box {
  padding: 0.91rem 0.4rem 2rem 0.4rem;
}
.container .post_type_box h2 {
  font-size: 0.28rem;
  font-weight: 400;
  color: #999999;
  text-align: right;
}
.container .post_type_box h2 span {
  vertical-align: middle;
}
.container .post_type_box h2 span a {
  color: #999999;
}
.container .post_type_box h2 img {
  vertical-align: middle;
  margin-left: 0.16rem;
  width: 0.13rem;
}
.container .post_type_box .title div {
  font-size: 0.48rem;
  font-weight: bold;
  color: #2a2b2b;
}
.container .post_type_box .title p {
  font-size: 0.24rem;
  font-weight: 500;
  color: #666666;
  margin-top: 0.21rem;
  margin-bottom: 0.18rem;
}
.container .post_type_box .post_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.95rem;
}
.container .post_type_box .post_list .item {
  width: 3.2rem;
  height: 1.9rem;
  background: #ffffff;
  box-shadow: 0px 0.03rem 0.06px 0px rgba(95, 95, 95, 0.19);
  border-radius: 0.04rem;
  padding-left: 0.25rem;
  padding-top: 0.3rem;
  padding-right: 0.27rem;
  margin-top: 0.25rem;
  font-size: 0;
}
.container .post_type_box .post_list .item a {
  display: block;
}
.container .post_type_box .post_list .item .t {
  font-size: 0;
  font-size: 0.36rem;
  font-weight: bold;
  color: #2a2b2e;
  margin-bottom: 0.58rem;
  display: flex;
  align-items: center;
}
.container .post_type_box .post_list .item .t img {
  width: 0.51rem;
  margin-right: 0.14rem;
}
.container .post_type_box .zwtj_box {
  width: 100%;
  display: flex;
  margin-top: 1.05rem;
}
.container .post_type_box .zwtj_box .box.new_box {
  margin-right: 0.89rem;
}
.container .post_type_box .zwtj_box .box .zwtj_h {
  display: flex;
  align-items: center;
  margin-bottom: 0.68rem;
}
.container .post_type_box .zwtj_box .box .zwtj_h .t {
  font-size: 0.32rem;
  font-weight: bold;
  color: #2a2b2b;
  margin: 0 0.27rem;
}
.container .post_type_box .zwtj_box .box .zwtj_h .m {
  font-size: 0.28rem;
  font-weight: 400;
  color: #999999;
}
.container .post_type_box .zwtj_box .box .zwtj_h .line {
  width: 0.06rem;
  height: 0.44rem;
  background: #0d6ad8;
  border-radius: 0.03rem;
}
.container .post_type_box .zwtj_box .box .zwtj_h img {
  margin-left: 0.11rem;
  width: 0.13rem;
}
.container .post_type_box .zwtj_box .box ul {
  width: 100%;
  max-width: 3rem;
  white-space: normal;
}
.container .post_type_box .zwtj_box .box ul li {
  font-size: 0.28rem;
  font-weight: 500;
  margin-top: 0.26rem;
}
.container .post_type_box .zwtj_box .box ul li a {
  color: #2a2b2b;
  line-height: 0.36rem;
}
