.nav{
    width: 100%;
}
.width92{
    width:92.00%;
    margin:0 auto;
}
.search{
    width:94.20%;
    height:42px;
    margin:0 auto;
    background-color: #fff;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}
.search_img{
    width:30px;
    padding-top: 5px;
}
.search_input{
    display: block;
    width:95%;
    margin-left: 3%;
    height: 42px;
    font-size: 18px;
    color: #9a9a9a;
}
.keys{
    width:94.20%;
    margin: 0 auto;
    margin-top: 5px;
}
.key_txt,.key_d p{
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    float: left;
    padding: 3px 3px;
}
.red_t_i{
    width:48%;
    margin:0 auto;
    margin-top: .21rem;
    margin-bottom: .21rem;
}
.news{
    width:100%;
    padding: .12rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 12px;
}
.occupation{
    width:1rem;
    height:1.1rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}
.news_r{
    width:2rem;
    margin-left: 0.1rem;
}
.news_title{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.red_tag{
    margin-top: 8px;
}
.red_tag span{
    display: inline-block;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    height: 28px;
    padding: 0 4px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.12rem;
    background-color: #e9e9e9;
}
.price_d{
    margin-top:0.12rem;
}
.price_d>span:nth-child(1){
    color: #960014;
    font-size: 16px;
}
.price_d>span:nth-child(2){
    color:#999999;
    font-size: 14px;
}