/* CSS Document */
@charset "utf-8";
#searchApp{
    background: #ffffff;
    padding: 20px 0;
}
.search-flex{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.search-flex-left{
    width: 770px;
}
.search-input{
    margin-bottom: 20px;
}
.search-input label{
    font-size: 14px;
    font-weight: 500;
    color: #888888;
}
.search-input input{
    width: 558px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 0 15px;
}
.search-input button{
    width: 79px;
    height: 40px;
    background: #be0d0c;
    border: 1px solid #e36262;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 10px;
    cursor: pointer;
}
.search-result{
    display: flex;
    flex-direction: column;
}
.search-result-num{
    height: 35px;
    line-height: 35px;
}
.search-result-num .bold{
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    padding-right: 20px;
}
.search-result-num .num{
    font-size: 14px;
    font-weight: 500;
    color: #888888;
}
.search-result-num .num span{
    font-size: 14px;
    font-weight: 500;
    color: #8a0c0c;
    padding: 0 5px;
}
.search-result-tabs{
    height: 131px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 32px;
    margin: 10px 0;
}
.search-result-tabs .tabs-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 18px;
}
.search-result-tabs .tabs-item label{
    width: 90px;
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    padding: 6px 0;
}
.search-result-tabs .tabs-item ul{
    flex: 1;
    display: flex;
    flex-direction: row;
}
.search-result-tabs .tabs-item li{
    background: #fafafa;
    border-radius: 16px;
    margin: 0px 12px;
}
.search-result-tabs .tabs-item a{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    padding: 6px 16px;
}
.search-result-tabs .tabs-item  a:hover{
    color: #c10d0c;
}
.search-result-tabs .tabs-item .active{
    background: #c10d0c;
}
.search-result-tabs .tabs-item .active a{
    color: #ffffff;
}
.search-result-data{
    flex: 1;
}
.search-result-data ul li a{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e0e7eb;
    padding: 20px 0;
}
.search-result-data ul li img{
    width: 160px;
    height: 120px;
}
.search-result-data .info{
    padding-left: 30px;
}
.search-result-data .info .title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.search-result-data .info .tag{
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    background: #d00000;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}
.search-result-data .info .name{
    color: #454545;
    font-weight: bold;
    flex: 1;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    text-align: justify;
}
.search-result-data .info .date{
    line-height: 20px;
    padding: 0px 10px 0px 20px;
    color: #999999;
    background: url(../../images/new/ri_time-line.png) no-repeat 0px 2px;
    font-size: 14px;
    margin-left: 15px;
}
.search-result-data .info .desc{
    color: #7f8c8d;
    width: 100%;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 22px;
    text-align: justify;
    margin: 8px 0;
}
.search-result-data .info .tips{
    font-size: 12px;
    color: #9fb1bc;
}
.search-result-data .info .tips span:first-child{
    background: url(../../images/new/ri_price-tag-3-line.png) no-repeat 0px;
    padding: 0px 10px 0px 20px;
}
.search-result-data .info .tips span:last-child{
    background: url(../../images/new/ri_eye-line.png) no-repeat 0px;
    padding: 0px 10px 0px 20px;
}
.search-flex-right{
    flex: 1;
    margin-left: 41px;
}
.search-flex-right .hot-search-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 21px;
    margin-bottom: 17px;
}
.search-flex-right .hot-search-title h3{
    height: 27px;
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 27px;
}
.search-flex-right .hot-search-title a{
    height: 27px;
    font-size: 14px;
    font-weight: 400;
    color: #bebebe;
    line-height: 27px;
}
.search-flex-right .hot-search-data{

}
.search-flex-right .hot-search-data li{
    margin-bottom: 16px;
}
.search-flex-right .hot-search-data li h3{
    font-size: 15px;
    font-weight: 400;
    color: #454545;
    line-height: 24px;
}
.search-flex-right .hot-search-data li p{
    font-size: 14px;
    font-weight: 400;
    color: #bebebe;
    line-height: 21px;
    margin-top: 4px;
    text-align: right;
}