.bannr_box {
  width: 100%;
  height: 320px;
  background: url(/static_source/image/hangyebaogao/banner.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
  box-sizing: border-box;
}

.bannr_box h1 {
  font-size: 50px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101e;
  line-height: 70px;
}

.bannr_box p {
  width: 592px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #7b7a7b;
  line-height: 32px;
}

.sencle {
  width: 1440px;
  margin: 0 auto;
  background-color: #f5f8fa;
  padding-top: 20px;
  padding-bottom: 100px;
}

.sencle .head {
  width: 1200px;
  height: 78px;
  background: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.sencle .head ul {
  display: flex;
  gap: 29px;
}

.sencle .head ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.sencle .head ul li .xuanzhe_box {
  width: 180px;
  height: 38px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e1e8f1;
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}

.sencle .head ul li .xuanzhe_box .text {
  color: #06101e;
}

.sencle .head ul li .xuanzhe_box img {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 13px;
}

.sencle .head ul li .left_zhi {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #787878;
}

.sencle .head ul li .input_box {
  position: relative;
}

.sencle .head ul li .input_box input {
  width: 360px;
  height: 38px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e1e8f1;
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
}

.sencle .head ul li .input_box .icon_search {
  position: absolute;
  width: 38px;
  height: 38px;
  background: #1080fc;
  right: 0px;
  top: 0px;
  border-radius: 0px 6px 6px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sencle .head ul li .input_box .icon_search img {
  width: 16px;
  height: 16px;
}

.sencle .head ul .search_box {
  margin-left: 50px;
}

.sencle .middle_box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.sencle .middle_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sencle .middle_box ul li {
  width: 285px;
  background: #ffffff;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.sencle .middle_box ul li .big_img {
  width: 265px;
  height: 114px;
  margin-bottom: 12px;
}

.sencle .middle_box ul li .title {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101e;
  line-height: 20px;
}

.sencle .middle_box ul li .text {
  font-size: 12px;
  font-family: AppleSystemUIFont;
  color: #787878;
  width: 209px;
  line-height: 18px;
}

.sencle .middle_box ul li .bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sencle .middle_box ul li .bottom_box img {
  width: 11px;
  height: 11px;
}

.sencle .middle_box ul li .bottom_box .time {
  font-size: 12px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.sencle .middle_box ul li .bottom_box .xiazai_box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sencle .middle_box ul li .bottom_box .xiazai_box span {
  font-size: 12px;
  font-family: AppleSystemUIFont;
  color: #1080fc;
}

.sencle .fanyeqi_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  margin-top: 40px;
}

.sencle .fanyeqi_box .el-pagination.is-background .el-pager li {
  background-color: white;
}

.sencle .fanyeqi_box .el-pagination.is-background .btn-prev {
  background-color: white;
}

.sencle .fanyeqi_box .el-pagination.is-background .btn-next {
  background-color: white;
}
