.punish_info{
    padding: 2rem;
}
.punish_info h2 {
    font-size: 16px;
}
.fund-module-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: 0.4rem;
    background: linear-gradient(90deg, #e3271c 0%, #ff5b27 100%);
}

.punish_infoList{
    padding: 2rem 0;
}
.punish_infoList ul{
    display: flex;
}
.punish_infoList ul li{
    margin-right: 110px;
    font-size: 14px;
    line-height: 40px;
}
.punish_infoList ul:nth-of-type(2n) {
    background: rgb(248, 251, 255);
}
.punish_infoList ul:hover{
    color: rgb(68, 162, 230);
}
.punish_infoList ul li:nth-of-type(3){
    cursor: pointer;
}

/* 蒙层 */
.smegma{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 12;
    /* overflow: auto; */
}
.punish {
    width: 65%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    /* position: relative;
    margin: 0 auto 50px; */
}
.punish-title{
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid rgb(233, 233, 233);
    font-size: 15px;
}
.punish-title p{
    width: 100%;
    text-align: center;
}
.punish_c{
    padding: 20px 20px 26px 20px;
}
.punish_con{
    width: 100%;
    height: auto;
    overflow: auto;
}
.punish_con p{
    line-height: 30px;
    font-size: 14px;
    height: 230px;
}

/* 分页 */
.page-box {
    justify-content: end;
    align-items: center;
    font-size: 14px;
    color: #2e2b29;
    margin-top: 20px;
    padding-bottom: 20px;
}
.page-box .button-group {
    margin: 0 16px;
}
.page-box .button-group .custom-button {
    align-items: center;
    padding: 0 8px;
    margin-right: 8px;
    min-width: 30px;
    height: 30px !important;
    background: #f8f8f9;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}
.page-box .button-group .custom-button.active {
    background: #ffefeb !important;
    color: #e3271c;
}
.page-box .button-group .more-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
}
.page-box .custom-dropdown {
    width: 90px;
    margin-right: 8px;
}
.page-box .custom-dropdown .custom-dropdown-button {
    align-items: center;
    padding: 0 8px;
    height: 30px;
    background: #f8f8f9;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    font-size: 12px;
}

.page-box .jump-to {
    font-size: 12px;
}
.page-box .jump-to input {
    align-items: center;
    padding: 0 8px;
    margin-right: 8px;
    width: 56px;
    height: 30px;
    background: #f8f8f9;
    border: none;
    border-radius: 4px;
    outline: none;
    text-align: center;
}

/* body */
.modal-open {
    overflow: hidden;
    padding-right: 17px; /* 设置与滚动条相同宽度的值 */
}

.point_out {
    background: #FFFCF0;
    padding: 1.6rem;
    color: #D99116;
    line-height: 2rem;
    font-size: 1.2rem;
    margin-top: 2rem;
}

/* 单行文本省略号 */
/* .textLeave{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  } */
/* 表格 */
.punish_infoList table thead {
    height: 4.8rem;
    /* line-height: 4.8rem; */
    color: #2E2B29;
    background: #F4F4F5;
}
.punish_infoList table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ccc;
}

.punish_infoList tbody td{
    width: 10rem;
    text-align: center;
    /* border: 1px solid #ccc; */
    border-left: 1px solid #ccc;
}
.punish_infoList tbody tr{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.punish_infoList thead th{
    width: 10rem;
    border-left: 1px solid #ccc;
}
.punish_infoList thead th:nth-of-type(2){
    width: 11rem;
}
.punish_infoList thead th:nth-of-type(3){
    width: 30rem;
}
.punish_infoList tbody td:nth-of-type(3){
    width: 63rem;
    line-height: 5rem;
    text-align: center;
    padding: 0 1rem;
}
.punish_infoList tbody tr:nth-of-type(2n) {
    background-color: #F8F8F9;
}
.box_font{
    cursor: pointer;
    color: #3C7EEE;
}
