/*
   文件名：search.css
   备注：方案中心-搜索页style
   版本：v2.0
 Created by lc on 2016-03-03.
 Copyright 2016 lc. All rights reserved.
*/
/*左侧内容*/
.page_bodyer_left{
    width: 800px;
}
.sarch_box{
    display: block;
    border: 2px solid #7FB9DB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
     margin-bottom: 20px;
}
.sarch_box input,.sarch_box input:active{
    border: none;
}
.search_input{
    width: 680px;
}
.search_btn{
    width: 70px;
    line-height: 34px;
    background: #7FB9DB;
    color: #fff;

}
.search_tips ins{
    padding: 0 3px;
}
.no_list{
    text-align: center;
    color: #ddd;

    padding:150px 40px;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px dashed #ddd;
    margin-top: 10px;
}
.no_list ins{
    padding: 0 5px;
}
.content_ul li{
     border-bottom: 1px dashed #ddd;
     padding: 20px 0;
     font-size: 12px;
     color: #999;
}
.list_img{
    width: 200px;
    height: 135px;
    margin-right: 20px;
}
.list_title{
    font-weight: bold;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.list_text{
    line-height: 25px;
    height: 75px;
    margin-bottom: 10px;
}
.list_time{
    display: block;
    float: right;
}
/*右侧边栏*/
.page_bodyer_right{
    display: block;
    width: 300px;
    background: #FFF6ED;
    padding: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.page_bodyer_right p{
    padding: 3px 0;
}
.team_list{
    color: #9a9a9a;
    margin-bottom: 20px;
}
.team_list li{
    padding: 5px 0;
}
.team_user_img{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.team_user_info{
    display: block;
    width: 240px;
    line-height: 25px;
}
.team_user_info span{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
