.docPage .pageBody{
    width: 100%;
    background: #edf4fd;
    padding: 15px 0 43px 0;
}
.docPage .activityNav .tabItem{
    cursor: pointer;
}
/* *********搜索到的产品********** */
.docPage .pageBody .pageContent{
    width: 818px;
}
.docPage .docProduct{
    width: 100%;
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 12px;
}
.docPage .docProduct .productTitle{
    font-size: 15px;
    color: #333333;
    display: inline-block;
}
.docPage .docProduct .productCon{
    font-size: 14px;
    color: #636363;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 18px 0 32px 0;
}
.docPage .docProduct .productUrl a{
    width: 140px;
    height: 38px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #409eff;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #409eff;
    margin-right: 30px;
}
.docPage .docProduct .productUrl a:nth-child(1){
    background: #409eff;
    color: #fff;
}
.docPage .docProduct .productFrom{
    font-size: 12px;
    color: #bdbdbd;
    margin-top: 34px;
}
.docPage .resultBox .resultTitle{
    transition: all .5s;
}
.docPage .resultBox .resultTitle:hover{
    color: #ccc;
}
.docPage .sorter{
    margin: 50px 0;
}
/* ******************没有搜索到内容******************* */
.docPage .emptyData{
    margin-top: 100px;
    width: 100%;
}
.docPage .emptyData .icon{
    width: 268px;
    height: 206px;
    margin: 0 auto;
    background: url(../../img/banner/doc/1.png)no-repeat center center;
    margin-bottom: 17px;
}
.docPage .emptyData p{
    font-size: 16px;
    text-align: center;
    color: #9faec1;
}