﻿.cku {
    width: 105px;
    height: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.animation__logo {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.th__edit {
    position: relative;
}
.edit--tips {
    position: absolute;
    right: 25px;
    top: 0px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.tips__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.edit--tips:hover .tips__box {
    display: block;
}
.tips__box {
    display: none;
    position: absolute;
    top: 3px;
    right: -203px;
    width: 203px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
    z-index: 66;
    text-align: left;
    font-weight: normal;

}
.resource--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
    padding-right: 10px;
}
.resource--title > h3 {
    border-bottom: unset!important;
}
.inquiry {
    width: 59px;
    height: 22px;
    line-height: 22px;
    background: #F56602;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}
.forbid {
    background: #BDBBBC!important;
    cursor: unset!important;
    text-decoration: none;
    color: #666!important;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}
.pagenation_box {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top:25px;
    justify-content:space-between;
}
.return_btn {
    width: 120px;
    height: 37px;
    border: 1px solid #FF6600;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    margin-bottom:15px;
}
.page {
    margin-top: 0;
}
.pgm {
    margin:0 auto;
}