.search {
    margin-top: 30px;
}
.search-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.search-box .search-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 1px;
    right: 0;
    background: url(../images/icon-search.png) no-repeat center;
    background-size: 24px;
    cursor: pointer;
}
#searchKW {
    display: inline-block;
    outline: none;
    width: 300px;
    height: 35px;
    line-height: 35px;
    padding-right: 35px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #777777;
}
#searchKW:focus {
    box-shadow: 0 0 5px #ddd;
}
.w-list-ul {
    margin-top: 30px;
}
.w-list-ul .w-list-item:first-child {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px dotted #ddd;
}
.w-list-ul.nosearch .w-list-item:first-child {
border-top: 0;
}
