/*-----------------------------左侧边栏-----------------------------*/

/*搜索结果*/
.search-result {
	width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    background-color: white;

    min-height: 594px;
}
.search-result .title span {
	padding-left: 34px;
    background: url(../../images/img/shouye.png) no-repeat left center;
    line-height: 50px;

    font-size: 14px;
    color: #7b7b7b;
}
.search-result .title a {
	color: #239aff;
}
.search-result .title-text {
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}
.search-result .title-text b {
	color: #ffa200;
	font-weight: bold;
	padding: 0 5px;
}
.search-result .title-text .search-name {
	padding-left: 0;
}

.search-result .list>ul {
    overflow: hidden;
    /*height: 216px;*/
    margin-top: 5px;
}
.search-result .list>ul>li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #e5e5e5;
    float: left;
    color: #337ab7;
}
.search-result .list>ul>li a:nth-child(1) {
	width: 70%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-result .list>ul>li a:nth-child(1):hover{
    color: red !important;
}
.search-result .list>ul>li span:nth-child(2) {
    width: 30%;
    float: right;
}
.search-result .list>ul>li ul {
    float: left;
    color: #c6c6c6;
}
.search-result .list>ul>li ul>li {
	float: left;
}
.search-result .list>ul>li ul>li:nth-child(1) {
    min-width: 68px;
}
.search-result .list>ul>li ul>li:nth-child(2) {
    min-width: 80px;
}
.search-result .list>ul>li ul>li:nth-child(3) {
    min-width: 70px;
    padding-left: 5px;
}


/*回答库搜索分页样式*/
.page a{
    padding: 5px 8px;
    display: inline-block;
    margin-left: 3px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.page div{
    max-width: 375px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 8px;
}

.page ul{
    display: flex;
}
.page ul a{
    width:16.5px;
    text-align: center;
}

.page a:hover,.active{
    background: #239aff;
    color: #fff;
}





#searchCon .list>ul>li:hover a:nth-child(1){
	color:#ffa200;
}


































