.company_right {
  width: 1026px;
  height: 851px;
  float: left;
}
.company_mony {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}
.company_mony span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(42, 42, 42, 1);
  margin: 0 10px;
}
.company_mony input {
  width: 300px;
  height: 40px;
  background: rgba(238, 247, 255, 1);
  border-radius: 4px;
  border: none;
}
.company_count {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #2a2a2a;
  margin: 20px 0px;
}
.company_count :nth-child(1) {
  margin-left: 20px;
}
.company_count :nth-child(2) {
  color: #f99615;
}
.companyForm_box {
  margin-left: 20px;
}
.companyForm_box thead {
  background: rgba(213, 234, 255, 1);
  color: #2a2a2a;
  font-size: 14px;
  text-align: center;
}
.companyForm_box thead :nth-child(1) {
  width: 200px;
  height: 40px;
}
.companyForm_box thead :nth-child(2) {
  width: 200px;
  height: 40px;
}
.companyForm_box thead :nth-child(3) {
  width: 582px;
  height: 40px;
}
.companyForm_box tbody {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.companyForm_box tbody tr:nth-child(even) {
  background: rgba(238, 247, 255, 1);
}
.companyForm_box tbody tr :nth-child(1) {
  width: 200px;
  height: 40px;
}
.companyForm_box tbody tr :nth-child(2) {
  width: 200px;
  height: 40px;
}
.company_right .page_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.22rem 0rem;
}
.company_right .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.company_right .info {
  color: #409efe;
  margin-left: 10px;
}
