.content{
    background: #ffffff;
}
.red{
    color: #D2232A;
}
.search-wrap{
    width: 1000px;
    padding-top: 64px;
    margin: 0 auto;
    padding-bottom: 120px;
}
.search-wrap .search-header{
    width: 720px;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    margin: 0 auto 40px;
    padding: 12px 16px;
}
.search-wrap .search-header .search-input{
    width: 657px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}
.search-wrap .search-header a{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/search.png) no-repeat top center;
    background-size: 24px;
}
.search-wrap .search-content .search-no{
    padding-top: 40px;
}
.search-wrap .search-content .search-no p{
    font-size: 16px;
    font-weight: 550;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin-bottom: 6px;
}
.search-wrap .search-content .search-yes .search-title{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-bottom: 32px;
}
.search-wrap .search-content .search-yes .search-list .search-item{
    margin-bottom: 32px;
}
.search-wrap .search-content .search-yes .search-list .search-item .search-href{
    display: block;
}
.search-wrap .search-content .search-yes .search-list .item-text{
    font-size: 20px;
    font-weight: 550;
    color: #333333;
    line-height: 28px;
    margin-bottom: 8px;
}
.search-wrap .search-content .search-yes .search-list .item-content{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.search-wrap .search-content .search-yes .search-list .item-footer{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}
.search-wrap .search-content .search-yes .search-btn{
    text-align: center;
    padding: 40px 0;
}
.search-wrap .search-content .search-yes .search-btn a{
    display: inline-block;
    padding: 13px 68px;
    font-size: 16px;
    font-weight: 400;
    color: #D2232A;
    line-height: 22px;
    border: 1px solid #D2232A;
}
.search-wrap .search-content .search-yes .search-btn a:hover{
    color: #ffffff;
    background: #D2232A;
}