@charset "utf-8";

/*搜索框*/
.searchinput_zone{
    position: relative;
    height: 51px;
    margin-bottom: 15px;
    border-radius:2px;
    border-width: 1px;
    border-style: solid;
    background:#FFF;
}
.searchinput_zone input{
    position: relative;
    left: 1px;
    display: block;
    box-sizing: border-box;
    float: left;
    width: 648px;
    height: 51px;
    border: none;
    text-indent: 20px;
    color:rgba(35,35,35,1); 
}
.searchinput_zone .search_btn {
    display: block;
    box-sizing: border-box;
    float: right;
    width: 80px;
    height: 51px;
    background-image: url('../../images/icon/search_bai_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:24px;
}
.searchinput_zone .search_tips_res{
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 648px;
    background: #FFF;
    -webkit-box-shadow: 2px 2px 4px rgb(148, 148, 148);
    -moz-box-shadow: 2px 2px 4px rgb(148, 148, 148);
    box-shadow: 2px 2px 4px rgb(148, 148, 148);
}
.searchinput_zone .search_tips_res li{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 20px;
    cursor: pointer;
}
.searchinput_zone .search_tips_res li:hover{
    background: #eaeaea;
}

/* 搜索tab */
.search_selection{
    width: 100%;
    border-bottom: 1px solid rgba(232,232,232,1);
}
.search_tab{
    display: block;
    float: left;
    width: 50%;
    height: 56px;
    line-height: 56px;
    font-size:16px;
    text-align: center;
}
.search_tab li{
    float: left;
    display: block;
    margin-right: 40px;
    cursor: pointer;
}
.search_tab li.active{
    height: 54px;
    font-weight: 700;
    border-bottom: 2px solid #009CFF;
}
.select_select_tab{
    display: block;
    float: right;
    height: 56px;
    line-height: 56px;
    font-size:14px;
    text-align: center;
}
.select_select_tab li{
    float: left;
    display: block;
    margin-left: 10px;
    cursor: pointer;
}
.select_select_tab li span{
    border-left: 1px solid #E8E8E8;
    padding-left:10px;
}
.select_select_tab li:nth-child(1) span{
    border:none;
    padding-left:10px;
}
.select_select_tab li.active span{
    color:#009CFF;
}






/* ---------搜索结果列表-------- */
.searches_zone_pc{
    width: 100%;
}

/* 研报搜索列表 */
.report_es_list{
    display: block;
}
.report_es_list li{
    display: block;
    padding: 20px 0 20px 25px;
    border-bottom: 1px solid #f2f2f2;
    background: url('../../images/icon/cvrep_icon.png') no-repeat;
    background-position: 0 26px;
    background-size: 16px;
    cursor: pointer;
}
.report_es_list li h1{
    display: block;
    height:28px;
    margin-bottom: 10px;
    font-size:18px;
    line-height:28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.report_es_list li:hover h1{
    color: #009CFF;
}
.report_es_list li h2{
    display: block;
    height:20px;
    margin-bottom: 8px;
    font-family:Arial;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.report_es_list li p{
    display: block;
    height:16px;
    color:#999999;
    line-height:16px;
    overflow: hidden;
    font-size: 12px;
}

.no_esconent{
    position: relative;
    width: 100%;
    height: 400px;
    background: url('/images/nocontent_bg.png') no-repeat center;
    background-size: 30%;
}
.no_esconent p{
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    top: 75%;
    color: #999999;
}


