@charset "UTF-8";
/**!
* 处罚强制
* date:2023-2-3
* author: tangmingkang;
*/
.punish {
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.punish-item {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}
.punish-item + .punish-item {
  margin-left: 20px;
}
.punish-item:nth-child(2n+1) {
  margin-left: 0;
}
.punish-item:nth-child(n+3) {
  margin-top: 10px;
}
.punish-link {
  display: block;
  height: 44px;
  border: 1px solid #cccccc;
  line-height: 42px;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.punish-link:hover {
  border-color: #2e5bb5;
  color: #2d5ab5;
}
.punish-btn {
  display: block;
  margin-top: 20px;
  text-align: center;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  background-color: #2e5bb5;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.footer {
  margin-top: 297px;
}

.normal-tt {
    min-width: 110px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #2e5bb5;
}