.whitelist{
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    background: #fff;
}
.whitelist>h2{
    font-size: 45px;
    line-height: 150px;
    text-align: center;
}
.whitelist .search{
    width: 650px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1.5px #ecbc0e solid;
    border-radius: 3px;
    margin: 0 auto;
}
.whitelist .search input{
    width: 610px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-indent: 1em;
}
.whitelist .search form button{
    height: 45px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.whitelist .whitelistnames{
    border-top: 1px #dddddd solid;
    margin-top: 50px;
    padding: 30px 0 0;
}
.whitelist .whitelistnames ul{
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e3e3;
    margin-top: 2%;
    margin-bottom: 2%;
}
.whitelist .whitelistnames ul li{
    padding: 1.2% 2%;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    line-height: 20px;
}
.whitelist .whitelistnames ul li:last-child {
    border-bottom: none;
}
.whitelist .whitelistnames ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
}
.whitelist .whitelistnames .nodatas{
    font-weight: bold;
    color: #000000;
    margin: 20px 0;
}