/*通用样式*/
*{padding:0;margin:0;}
ul,li{list-style:none;}
a{text-decoration:none;color:gray;}
.clearfix:after{clear:both;display:block;content:"";}
.left{float:left;}
.right{float:right;}

.search-wrap{
   
	width: 69%;
padding-top: 26px;
}

.search-result span a{
    color:#FF6405;
}

.search-result p.result {
	font-size : 16px;
}
.btn-a a{
    diaplay:inline-block;
    width:100px;
    height:30px;
    line-height:30px;
    text-align:center;
    border:1px solid #E8E8E8;
    border-radius:5px;
    margin-top:5px;
    font-size: 14px;
}
.btn-a a:hover{
    cursor:pointer;
    border-color:#FF6405;
    color:#FF6405;
}

.btn-a a.select {
	cursor:pointer;
    border-color:#FF6405;
    color:#FF6405;
}

.span-color{
    color:#FF6405;
}
.detail-wrap{
    margin-top:20px;
}
.detail-wrap a{
    color:#35AEFE;
    text-decoration:underline;
}
.detail-content{
    margin:18px 0px 40px 0px;
    height:40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
a.title,
a.title span{
    font-size:16px;
}
.btn-page{
    text-align:center;
    margin-top:20px;
}
.btn-direc {
    display:inline-block;
    width:90px;
    height:35px;
    line-height:35px;
    border:1px solid #E8E8E8;
    text-align:center;
    border-radius:4px;
}
.btn-direc:hover{
    background:#FF6405;
    color:#fff;
}
.page-count{
    display:inline-block;
    width:35px;
    height:35px;
    line-height:35px;
    border:1px solid #E8E8E8;
    text-align:center;
    border-radius:4px;
}
.page-count:hover{
    background:#FF6405;
    color:#fff;
}
.page-count-select {
    background:#FF6405;
    color:#fff;
}
.show{
    display:block;
}
.hide{
    display:none;
}
