[v-cloak] {
    display: none;
}

body {
    background-color: #F1F6FF;
}

.header_box img {
    width: 100%;
    min-width: 1200px;
    display: block;
}

.w_content {
    width: 1200px;
    margin: auto;
    min-height: 80vh;
}

.img_block {
    display: inline-block;
}

.box_list {
    background: #FFFFFF;
    padding: 40px 47px;
    min-height: 60vh;
}

.t_right {
    text-align: right;
    padding: 40px 0;
}

.tip_msg {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.input_txt {
    width: 273px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    margin-right: 15px;
    margin-left: 10px;
    box-sizing: border-box;
    padding-left: 14px;
}

.input_txt::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #B7B7B7;
}

.input_txt::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B7B7B7;
}

.input_txt:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #B7B7B7;
}

.ck_detail {
    width: 82px;
    height: 36px;
    background: #517EE6;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.show-msg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 250px;
    padding: 0 25px;
    border-radius: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
}

.event_none {
    pointer-events: none;
}

.table-list-page {
    padding: 0 0 40px 0;
    text-align: center;
}

.table-list-page.el-pagination .btn-next,
.table-list-page.el-pagination .btn-prev {
    min-width: 70px;
    padding: 4px 14px;
    height: 36px;
    box-sizing: border-box;
    background: #F1F6FF;
    color: #000000;
}

.table-list-page.el-pagination .btn-next:disabled,
.table-list-page.el-pagination .btn-prev:disabled {
    background-color: #eee;
    color: #000000;
    cursor: not-allowed;
    /* 仅保留禁用鼠标样式，视觉上不“变灰” */
}

.table-list-page.el-pagination.is-background .el-pager li {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    background: #F1F6FF;
    color: #606266;
    text-align: center;
}

.table-list-page.el-pagination.is-background .el-pager li:hover {
    color: #fff;
    background: #517EE6;
}

.table-list-page.el-pagination.is-background .el-pager li.active {
    background: #517EE6;
    color: #fff;
}

/* 容器：整体对齐与间距 */
.table-list-page.el-pagination .el-pagination__jump {
    display: inline-flex;
    align-items: center;
    margin-left: 12px;
    font-size: 14px;
    color: #606266;
    height: 36px;
    line-height: 36px;
}

/* 输入框：尺寸、边框、圆角、聚焦态 */
.table-list-page.el-pagination .el-pagination__jump .el-input {
    width: 56px;
    /* 按需调整 */
    margin: 0 6px;
    height: 36px;
}

.table-list-page.el-pagination .el-pagination__jump .el-input__inner {
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.table-list-page.el-pagination .el-pagination__jump .el-input__inner:focus {
    border-color: #409eff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}


.list-item {
    position: relative;
    border-radius: 8px;
    border: 1px solid #D6ECFF;
    padding: 37px 29px 23px;
    margin-bottom: 36px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    background: linear-gradient(180deg, #F0F8FF 0%, #F4FAFF 47.02%, #F8FCFF 99.86%, #FFFFFF 100%);
    box-sizing: border-box;
    cursor: pointer;
}

.list-item-academician::after {
    background: url("../img//bg_user_img.png") no-repeat;
    content: "";
    position: absolute;
    width: 128px;
    height: 136px;
    right: 0;
    bottom: 0;
}

.item-name {
    font-weight: 600;
    font-size: 20px;
    color: #0F40F5;
    line-height: 28px;
    text-align: justify;
    font-style: normal;
    margin-right: 10px;
}

.item-info {
    margin-top: 12px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.item-job {
    margin-top: 8px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 22px;
}

.item-line {
    border: 1px solid;
    margin: 20px 0;
    border-image: linear-gradient(270deg, rgba(244, 245, 247, 0), rgba(230, 231, 235, 0), rgba(230, 231, 235, 1)) 1 1;
}

.flex-center {
    display: flex;
    align-items: center;
}

.total-num {
    font-weight: 600;
    font-size: 16px;
    padding: 0 4px;
}

.mtb-34 {
    margin: 40px 0 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.search-form .el-form-item__label {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.search-form .el-form-item {
    margin-bottom: 30px;
}

.search-form .el-form-item.form-item-style {
    margin-bottom: 10px;
}

.search-form .el-form-item__content {
    padding-left: 12px;
}

.radio-group-list .el-radio-button__inner {
    color: #333;
    background: #F5F5F5;
    margin-right: 20px;
    border: 0;
    border-radius: 4px;
}

.radio-group-list.group-item-btm .el-radio-button__inner {
    margin-bottom: 20px;
}

.radio-group-list:first-child .el-radio-button__inner {
    border: 0;
    border-radius: 4px;
}

.reset-btn {
    width: 136px;
    height: 53px;
    border-radius: 4px;
    border: 1px solid #1D5CFF;
    font-weight: 400;
    font-size: 18px;
    color: #1D5CFF;
    line-height: 25px;
    margin: 0 auto;
    cursor: pointer;
    line-height: 53px;
    text-align: center;
}

.radio-group-list .el-radio-button__orig-radio:disabled+.el-radio-button__inner {
    color: #333;
    background: #F5F5F5;
}

.radio-group-list .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
}

.region-type .el-input.is-disabled .el-input__inner {
    background-color: #fff;
    color: #606266;
}
.no-data{
    width: 494px;
    height: 294px;
    margin: 0 auto;
    padding: 40px;
}
.no-data-img{
    width: 100%;
    height: 100%;
}
.w-60{
        width: 60px;
}