@charset "UTF-8";
/**
 * 违规通报
 * date: 2024-9-24
 * author: fxyue;
 */
.violate-search {
  display: flex;
  margin-bottom: 20px;
}
.violate-box {
  margin-right: 37px;
  width: calc(50% - 36px - 37px);
  display: flex;
}
.violate-box label {
  flex-shrink: 0;
  line-height: 40px;
  font-size: 16px;
}
.violate-input {
  flex: 1;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 0 10px;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
}
.violate-btn {
  width: 72px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: #0189D4;
  border-radius: 4px;
  line-height: 40px;
}