/**{ margin:0; padding:0; list-style:none;}*/

.searchPageCode a {
    text-decoration: none;
}

.searchPageCode a:hover {
    text-decoration: none;
}

.searchPageCode {
    padding: 15px 20px;
    color: #ccc;
    text-align: center;
    margin: 20px;
}

.searchPageCode a {
    color: #428bca;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.searchPageCode a:hover {
    text-decoration: none;
    border: 1px solid #428bca;
}
.searchPageCode span, .searchPageCode a {
margin-bottom: 8px !important;
}
.searchPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
}

.searchPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

/** search frame css */
#search-kw {
    background-color: rgba(237, 237, 237, .7);
    font-size: 14px;
    font-weight: bold;
    color: rgba(80, 80, 80, .7);
    width:482px;
    height:40px;
    padding: 6px 15px 6px 14px;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
    display: block;
    float: left;
    box-sizing: border-box;
}
.search-btn{
    line-height:40px;
    color:#fff;
    cursor:pointer;
    -webkit-border-radius:0px 4px 4px 0px;
    -moz-border-radius:0px 4px 4px 0px;
    border-radius:0px 4px 4px 0px;/*边框圆角*/
    background-color:#f7b501;
    display: block;
    float: left;
    height: 40px;
    width: 118px;
    position: relative;
    font-size: 18px;
}
.search-btn:hover {
    color: #fff;
}

#search_frame {
    margin: 64px 0 25px;
    border-bottom: 1px solid #999;
}

#search_frame div {
    text-align: center;
}

.post-right{
    margin-top: 24px;
}

.search_art_box {

    height: 150px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/search_art_bg.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-top: 12px;
    position: relative;
    box-shadow: 2px 2px 3px #bbbabb;
    margin-bottom: 30px;
}

.search_art_avatar {
    float: left;
    width: 150px;
    height: 150px;
    -webkit-background-size:cover;
    background-size:cover;
    background-position: center;

}
.search_art_info {
    /*width: 75%;*/
    height: 100%;
    padding-top: 30px;
}
.search_art_info p{
    text-align: left;
    margin-bottom: 0;
    font-size:14px;
    line-height: 24px;
    color: gray;
}

.search_art_info p:first-child {
     font-weight:bold;
     font-size: 20px;
    margin-bottom: 14px;
    color: rgb(34, 34, 34);
 }

.container{zoom:1;_height:1px}
.container:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.search_art_info p:first-child:after {
    font-weight:bold;
    font-size: 16px;
    content: ' ';
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(4, 237 , 143, 1);
    width: 0px;
    height: 0px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 8px;
}

.search_art_detail {
    position: absolute;
    left: 180px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    text-align: left;
}

#video-recommend img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.total {
    margin: 10px 10px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 0px;
}

/** search_content_item */
.result_filter {
    overflow: hidden;
    /*margin: 0px 10px 0px 10px;*/
    /*padding-left:20px;*/
    /*padding-right:36px;*/
}
.result_filter .filters {
    margin-left: 0px;
    padding-bottom: 10px;
      border-bottom:2.5px solid rgba(0,0,0,.2);
      margin-bottom: 9px;
    padding-bottom: 34px;

}
.result_filter  .filters .item {
    /*color:crimson;*/
    float: left;
    list-style: none;
    padding: 0px 10px 9px 10px;
    /*color: rgb(34, 34, 34);*/
}
.main-wrapper {
    /*margin: 0px 10px 0px 10px;*/
    overflow: hidden;
    /*padding-right: 20px;*/
}
.main-wrapper:first-child{
    margin:0px;
}
.main-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 750px;
    margin-bottom: 30px;
}

.entries-container article {
    overflow: hidden;

}
.highlight-total {
    color: #4d92df;
    font-weight: bold;
}
.result_total{
    margin-bottom: 20px;
    font-size: 16px;
}
.post-right-title-new {
    display: block;
    font-size: 13px;
    color: #393939;
    margin-bottom: 5px;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(80, 80, 80, .3);

}

.post-right-title-new a.more {
    font-weight: normal;
    float: right;
    font-size: 12px;
}
.post-right-title-new span {
    padding-bottom: 7px;
    border-bottom: 2px solid black;
}

/************************************/
.item_a{
    font-size: 14px;
    color:black;
    padding:0px 10px 0px 10px;
}
.ext{
    font-weight: bold;
    color: #0c0c0c;
}
._option{
    display: inline-block;
}
.result_filter .current{
    font-weight: bold;
    display: inline-block;
    border-bottom:2px solid #0c0c0c;
}
.search-location-title {
    padding-bottom: 40px;
    width: 600px;
    margin: 0 auto 64px;
}
.title-highlight-red{
    color: #f83f1d;
}
.filters a:hover{
    font-weight: bold;
    color: #000;
}

.main-wrapper {
    margin-bottom: 0px;
    overflow: hidden;
}

/*新增作者品牌*/
.post-right-author a{font-size:20px;color:black;margin-bottom: 22px;font-weight: bold;}
.post-right-author a:hover{color:#0098d9;}
.post-right-name p:last-child{margin-bottom:20px;color:gray;font-size:12px;display: block;width:190px;
    white-space:nowrap;text-overflow:ellipsis;-moz-text-overflow: ellipsis; overflow:hidden;}

.post-right-author-box span a{display:block;margin-left:0px;margin-top:10px;}
.post-right-author-box span a img{width:96px;height:96px;float: left;border-radius: 48px;}

.post-right-part-num{float:left;width:50%;margin-top:20px}
.post-right-read-num{float:right;margin-top:20px;width:50%;}
.post-right-num p:first-child{margin-bottom: 20px;font-size:16px;color:black;text-align: center;line-height:16px;}
.post-right-num p:last-child{text-align: center;font-size:24px;color:black;margin-bottom:3px;}
.post-right-author span {
    width: 70px;
    background: #F39200;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    vertical-align: top;
    margin-left: 2px;
    margin-top: -2px;
}