
.search-boyd{
    max-width: 1200px;
    margin: auto;
    height: calc(100vh);
    padding: 303px 0 30px;
}
.search-box{
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
}
.search-form{
    width: 60%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 32px;
    padding-right: 32px;
    display: inline-flex;
    align-items: center;
}
.search-form input{
    background-color: #fff;
    width: 100%;
    height: 64px;
    text-align: center;
    border: none;
    border-radius: 32px 0 0 32px;
    padding: 0 32px;
    color: rgba(0, 0, 0, .6);
    font-size: 20px;
}
.search_form_icon{
    width: 40px;
    height: 40px;
}


.sousuo-list-data{
    width: 1200px;
    display: flex;
    height: 260px;
    border: 1px solid #e6e6e6;
	transition: border-color 0.3s ease;
    border-radius: 4px;
    padding: 40px 32px;
    margin-bottom: 24px;
    cursor: pointer;
}
.sousuo-list-data:hover{
	border: 1px solid red;
}
.sousuo-list-data-zuo{
    width: 25%;
}
.sousuo-list-data-zuo img{
    width: 100%;
    height: 100%;
}
.sousuo-list-data-you{
    width: 75%;
    padding-left: 30px;
	display: flex !important;
    justify-content: space-between !important;
    flex-direction: column !important;
}
.sousuo-list-data-you-biaoti{
    font-size: 20px;
    color: rgba(0, 0, 0, .9);
    line-height: 28px;
}
.sousuo-list-data-you-xiaozi{
    max-height: 84px;
    overflow: hidden;
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    letter-spacing: .89px;
    text-align: left;
    line-height: 28px;
    margin-top: 12px;
}
#search-form-Input:focus {
    outline: none;
  }
#search-form-Input:focus {
    border: 1px solid #e6e6e6;
}
.sousuo_more{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
}

.sousuo_list{
    padding-bottom: 50px;
}
.sousuo_zhankaigengduo_zi{
    color: #d61518;
    border-radius: 50px;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
    font-size: 13.39pt;
    font-weight: normal;
    border: 1px solid #d61518;
    width: 154.29px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.09rem;
    line-height: 16.61pt;
}
.sousuoguanjianci{
	position: relative;
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    text-transform: capitalize;
    padding: 0 12px;
    background: #f0f0f0;
    border-radius: 16px;
    margin-right: 12px;
}