* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
}

a{
    text-decoration: none;
    color: #000;
}

ul,li,ol{
    list-style: none;
}

div{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
/* 标题 */
.column-title{
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    background-color: #f1f6ff;
}

.column-title h1{
    font-size: 22px;
    font-weight: normal;
}

/* 内容 */
.column-body{
    width: 100%;
    text-align: center;
    padding: 0px 30px;
    padding-top:20px;
}

.column-body .column-box {
    width: 100%;
}

.column-body .column-box tr th{
    border: 1px solid #bbb;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.column-body .column-box tr td{
    border: 1px solid #bbb;
    height: 40px;
    color: #606266;
    font-size: 14px;
    padding: 10px 0px;
}
/* 检索 */
        .retrieval {
            min-height: 60px;
            padding-top: 20px;
            font-size: 14px;
        }

        .column-body .retrieval tr td {
            border: 0px;
        }

        #retrieval-text {
            height: 32px;
            width: 200px;
            border: 1px solid #dcdfe6;
            padding-left: 10px;
            margin-left: 10px;
            border-radius: 4px;
            color: #000;
            outline: none;
        }

        #retrieval-text::-webkit-input-placeholder {
            color: #dcdfe6;
        }
#retrieval-btn {
            width: 56px;
            height: 32px;
            border-radius: 4px;
            background-color: #409Eff;
            border: 0px;
            color: #fff;
            margin-left: 10px;
        }

