.box {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.02);
}

.header {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.header .left {
    width: 400px;
    float: left;
    height: 100%;
}

.header .left > .img {
    width: 190px;
    float: left;
    top: 50%;
    transform: translate(0, 50%);
    border-right: 1px solid #ebebeb;
}

.header .left p {
    display: inline-block;
    font-size: 18px;
    line-height: 90px;
    height: 17px;
    margin-left: 20px;
    color: #191f25;

}

.header .right {
    float: right;
    width: 440px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    position: relative;
    margin-top: 27px;
    z-index: 99;
}

.header .right input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 369px;
    height: 100%;
    border: none;
    margin-left: 15px;
    font-size: 14px;
    color: #191f25;
}

.header .right .input span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../../images/web/answers/search.png") no-repeat center;
    background-size: 100%;
}

.search-list {
    right: 18.5%;
    top: 75px;
    width: 441px;
    height: 290px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    overflow-y: auto;
    padding: 18px 15px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 50px;
}

.search-list .item {
    font-size: 14px;
    font-weight: normal;
    color: #191f25;
    margin-bottom: 18px;
    cursor: pointer;
}

.search-list .item .keyword {
    color: #3072f6;
}