.fill .head {
  display: flex;
  justify-content: space-between;
  margin: 0 0.28rem;
  padding: 0.28rem 0;
  border-bottom: 0.01rem solid #DEDEDE;
}
.fill .head p {
  font-size: 0.32rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 0.32rem;
}
.fill .head a {
  display: block;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.32rem;
}
.notice-fill {
  position: relative;
}
.notice-fill .fill-box {
  width: 0.75rem;
}
.notice-fill .fill-box span {
  display: block;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.38rem;
  text-align: center;
}
.notice-fill .fill-box .fill-top {
  background: #4078ff;
  border-radius: 4px;
  color: #ffffff;
}
.notice-fill .notice-icon {
  position: absolute;
  top: -0.1rem;
  right: -0.13rem;
  width: 0.22rem;
  height: 0.22rem;
  background: #ffffff;
  border-radius: 0.1rem;
  padding-top: 0.1rem;
  padding-left: 0.05rem;
}
.notice-fill .notice-icon .icon-radius {
  width: 0.09rem;
  height: 0.09rem;
  background: #FF7440;
  border-radius: 0.1rem;
}
.notice-box {
  margin-top: 0.3rem;
  padding: 0.2rem 0 0.13rem 0.16rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
}
.notice-box .notice-itme {
  display: flex;
}
.notice-box .notice-itme .notice-list {
  margin-left: 0.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-box .notice-itme .notice-list a {
  display: inline-block;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.38rem;
}
.notice-box .notice-itme .notice-list .notice-more {
  display: inline-block;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 0.38rem;
  cursor: pointer;
  float: right;
  padding-right: 0.2rem;
}
.project-box {
  padding-left: 0.3rem;
  padding-right: 0.28rem;
}
.project-box ul li {
  padding: 0.28rem 0;
  border-bottom: 0.01rem solid #DEDEDE;
}
.project-box ul li .project_content-itme {
  display: flex;
}
.project-box ul li .project_content-itme .project_content_left {
  width: 2.82rem;
  height: 1.63rem;
}
.project-box ul li .project_content-itme .project_content_left img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
.project-box ul li .project_content-itme .project_content_right {
  width: 3.92rem;
  margin-left: 0.18rem;
}
.project-box ul li .project_content-itme .project_content_right .project_content_title {
  display: block;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.38rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.project-box ul li .project_content-itme .project_content_right .project_content_time {
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.project-box ul li .project_content-itme .project_content_right .project_content_county {
  display: flex;
  justify-content: space-between;
  margin-top: 0.18rem;
}
.project-box ul li .project_content-itme .project_content_right .project_content_county span {
  display: block;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.34rem;
  max-width: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.project-box ul li .project_content-itme .project_content_right .project_content_county .project_content_money {
  color: #FF6600;
  font-weight: 600;
}
.project-box ul li .project_content-itme .project_content_right .project_content_county .project_content_money b {
  font-size: 0.34rem;
}
.project-box ul li:last-child {
  border-bottom: none;
}
.itme-img-itme {
  padding: 0.28rem 0.28rem 0;
}
.itme-img-itme ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itme-img-itme ul li {
  display: flex;
  width: 3.36rem;
  margin-bottom: 0.28rem;
}
.itme-img-itme ul li a {
  display: block;
}
.itme-img-itme ul li .itme-img {
  width: 3.36rem;
  height: 1.95rem;
  border-radius: 0.08rem;
}
.itme-img-itme ul li .itme-img img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
.itme-img-itme ul li .itme-text {
  padding: 0.24rem 0.05rem 0;
}
.itme-img-itme ul li .itme-text .itme-title {
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.42rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.itme-img-itme ul li .itme-text .itme-time {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
body {
  padding-bottom: 1.0rem;
}
.navitme {
  position: fixed;
  bottom: 0;
  z-index: 222;
  width: 100%;
  background-color: #ffffff;
  padding: 0.18rem 0.87rem 0.3rem;
  border-top: 0.01rem solid rgba(151, 151, 151, 0.29);
}
.navitme ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navitme ul li {
  display: flex;
  width: 0.9rem;
  text-align: center;
}
.navitme ul li a {
  display: block;
}
.navitme ul li .icon-img {
  font-size: 0.4rem;
  color: #999999;
}
.navitme ul li .nav-title {
  margin-top: 0.08rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #999999;
  line-height: 0.22rem;
}
.navitme ul .active .icon-img {
  color: #4078ff;
}
.navitme ul .active .nav-title {
  color: #4078ff;
}
body {
  background-color: #ffffff;
}
.backF5 {
  background-color: #F5F5F5;
  padding: 0.24rem 0.27rem 0.28rem;
}
.header {
  background-color: #ffffff;
  padding: 0.58rem 0 0.23rem 0.21rem;
}
.header a {
  display: block;
}
.header a img {
  display: block;
  border: none;
  width: 5.04rem;
  height: auto;
}
.search-box {
  width: 100%;
  height: 0.66rem;
  background: #ffffff;
  border-radius: 33px;
  border: 1px solid rgba(151, 151, 151, 0.15);
  padding-left: 1.97rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-box .search-btn {
  border: none;
  display: inline-block;
  font-size: 0.3rem;
  color: #9A9A9A;
  line-height: 0.4rem;
}
.search-box .search-input {
  display: inline-block;
  border: none;
  background-color: #ffffff;
  width: 4.30rem;
  height: 0.38rem;
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.39rem;
  margin-left: 0.03rem;
  padding-bottom: 0.01rem;
}
.sider-box {
  margin-top: 0.23rem;
  width: 100%;
  height: 3.46rem;
  overflow: hidden;
}
.sider-box img {
  width: 100%;
  height: 3.46rem;
  border-radius: 0.1rem;
}
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 6px;
  background: #4078ff;
}
.project-itme .swiper-containerOne {
  margin: 0.32rem 0 0 0.21rem;
  overflow: hidden;
}
.project-itme .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.project-itme .swiper-wrapper .swiper-slide a {
  display: block;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.44rem;
  background: #F1F1F1;
  border-radius: 0.04rem;
  padding: 0 0.18rem;
  text-align: center;
  margin-right: 0.28rem;
}
.project-itme .swiper-wrapper .on a {
  background: #4078ff;
  color: #ffffff;
}
.backline {
  width: 100%;
  height: 0.16rem;
  background: #F7F7F7;
}
.banner-box {
  padding: 0.28rem 0 0.36rem;
}
.banner-box a {
  display: block;
}
.banner-box .box-image {
  position: relative;
}
.banner-box .box-image .image-img {
  width: 6.94rem;
  height: 1.45rem;
  background: #0078FF;
  margin: 0 auto;
  border-radius: 0.16rem;
}
.banner-box .box-image .image-img img {
  width: 100%;
  height: 100%;
}
.banner-box .box-image .banner-title {
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.36rem;
  position: absolute;
  top: 0.55rem;
  right: 1.26rem;
  letter-spacing: 2px;
}
