.allContent .design-width {
  width: 1200px;
  margin: 0 auto;
}

.allContent .head-line-one .index-title {
  margin: 20px 0;
}

.allContent .head-line-one .index-title .iconfont {
  margin: 0 5px;
  color: #AAAAAA;
}

.allContent .head-line-one .index-title .index-news {
  color: #999999;
}

.allContent .imgagesBox {
  width: 100%;
}

.allContent .imgagesBox img {
  width: 100%;
}

.allContent .searchText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 15px;
}

.allContent .searchText .inpButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.allContent .searchText .inpButton input {
  width: 240px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #E9EAEF;
}

.allContent .searchText .inpButton button {
  width: 58px;
  height: 38px;
  background: #E60012;
  border-radius: 0px 4px 4px 0px;
  border: none;
  padding-right: 10px;
}

.allContent .searchText .inpButton button i {
  color: #fff;
}

.allContent .allBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.allContent .allBox .everyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 276px;
  height: 202px;
  background: #FFFFFF;
  margin-bottom: 32px;
  border: #E9EAEF 1px solid;
}

.allContent .allBox .everyBox img {
  width: 130px;
  height: 182px;
  margin: 10px 0 0 10px;
}

.allContent .allBox .everyBox .rightCon {
  margin-top: 55px;
  margin-left: 15px;
}

.allContent .allBox .everyBox .rightCon div {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #3848A0;
  line-height: 28px;
}

.allContent .allBox .everyBox .rightCon button {
  width: 100px;
  height: 32px;
  background-color: #3848A0;
  border: none;
  color: #fff;
  margin-top: 32px;
      cursor: pointer;
}

.allContent .allBox .everyBox .rightCon button:hover {
  background-color: #E60012;
  
}
/*# sourceMappingURL=reporterReports.css.map */