/* 閹兼粎鍌� */
.search-wrapper{
  background: #00b686;
}
.search-wrapper .search-panel{
  width: 530px; margin: 0 auto; padding: 10px 0;
}
.search-panel .search-combobox-input-wrap{
  float: left; width: 419px; height: 31px; margin: 1px 0; padding: 0 10px; background: #fff;
}
.search-panel .search-combobox-input-wrap input{
  width: 100%; height: 100%;
}
.search-panel .search-button{
  float: left; margin-left: 1px; cursor: pointer;
}
.search-panel .search-button .btn-search{
  width: 90px; height: 33px; line-height: 33px; font-size: 12px; color: #fff; background: #007858; border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0;
}
/* 閺傚洨鐝烽崚妤勩�� */
.article-list li{
  margin-top: 15px; padding: 15px 25px; background: #fff;
}
.article-list li .copyright{
  display: block; height: 22px; line-height: 22px; color: #999;
}
.article-list li h6{
  height: 43px; line-height: 43px; font-size: 18px; font-weight: normal;
}
.article-list li .text{
  line-height: 22px;
}
.article-list li .text a{
  color: #175199;
}
.article-list li .article-inf{
  height: 26px; line-height: 26px; padding-top: 11px; color: #999;
}
.article-list li .article-inf span{
  float: left; margin-right: 50px;
}
.article-list li:hover{
  top: -1px; box-shadow: 0 0 15px #d4d4d4; -webkit-box-shadow: 0 0 15px #d4d4d4; -ms-box-shadow: 0 0 15px #d4d4d4;
}
.ui-page{
  margin-top: 36px;
}

/* 娑旓附婀伴崚妤勩�� */
.books-list{
  overflow: hidden;
}
.books-list .books-list-box{
  width: 1010px;
}
.books-list li{
  float: left; position: relative; width: 164px; margin: 0 8px 30px 0; padding: 15px; background: #fff;
}
.books-list li:hover{
  top: -1px; box-shadow: 0 0 10px #cdcdcd; -webkit-box-shadow: 0 0 10px #cdcdcd; -ms-box-shadow: 0 0 10px #cdcdcd;
}
.books-list li a{
  display: block; text-decoration: none;
}
.books-list li .commd-img{
  width: 107px; height: 154px; margin: 5px auto 0; overflow: hidden;
}
.books-list li .commd-title{
  height: 36px; line-height: 18px; padding-top: 17px; font-size: 14px; color: #333; overflow: hidden;
}
.books-list li .source-name{
  display: block; height: 23px; line-height: 23px; padding-top: 5px; font-size: 12px; color: #999;
}
.books-list li .d-price{
  height: 27px; line-height: 27px; padding-top: 4px;
}
.books-list li .d-price .price-box{
  float: left; font-size: 16px; color: #f8194d;
}
.books-list li .d-price .p-int{
  font-size: 20px;
}
.books-list li .d-price .kc-count{
  float: right; font-size: 12px; color: #999;;
}

/* 缁涙盯锟藉鍨悰锟� */
.screening-list{
  position: relative; height: 40px; line-height: 40px; background: #fff;
}
.screening-list li{
  float: left; width: 88px; font-size: 12px; text-align: center; border-right: 2px solid #f0f0f0; cursor: pointer;
}
.screening-list li a{
  display: block; font-size: 12px; color: #333;
}
.screening-list li.on, .screening-list li.on a{
  color: #00b686;
}
.screening-list .switch-probation{
   margin-left: 20px; top: 0; font-size: 14px; cursor: pointer;
}
.screening-list .switch-probation input{
  position: relative; margin-right: 5px;
}

/*瀵艰埅*/
.search-crumb {
    position: relative;
    z-index: 20;
    height: 26px;
    margin-bottom: 15px;
    color: #777;
    margin-top:20px;
    font:12px/1.5 Arial,'PingFang SC','Hiragino sans gb','Helvetica Neue',Helvetica,'\5FAE\8F6F\96C5\9ED1','Microsoft YaHei',Tahoma,SimSun,Sans-serif
}
.search-crumb .keyword em {
    color: #fc6238;
}
.search-crumb li {
    float: left;
}
.search-crumb-down {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 28px;
    width: 980px;
    padding: 15px 10px 5px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.search-crumb-down .title {
    padding-left: 10px;
    line-height: 20px;
    color: #999;
    text-align: right;
    display: block;
}

.search-crumb-down .keyword-con {
    margin-left: 55px;
}
.search-crumb-down .keyword-con li {
    float: left;
    
    margin-right: 30px;
    height: 28px;
}
.search-crumb-down a {
    margin: 0 0 10px;
    height: 20px;
    line-height: 20px;
    color: #555;
    word-break: break-all;
    word-wrap: break-word;
    display: inline-block;
}
.search-crumb .link, .search-crumb li:hover .link.all-type {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    color: #555;
    vertical-align: top;
    border: 1px dashed #bbb;
    box-shadow: none;
}
.search-crumb li:hover .link {
    height: 28px;
    border-color: #fff;
        border-bottom-color: rgb(255, 255, 255);
    border-bottom: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    background: #fff;
}
.search-crumb .btn-arrow-down {
    margin-right: -6px;
    background: url(../images/arrow-d-bold_4763252.png) no-repeat center;
}

 .search-crumb li:hover .btn-arrow-down {
     background: url(../images/arrow-u-bold_2a834ca.png) no-repeat center;
 }


.search-crumb .keyword {
    padding-left: 20px;
    line-height: 26px;
    display: inline-block;
}
.search-crumb .gt {
    padding: 4px 10px 0;
    display: inline-block;
    font-family: simsun;
    color: #777;
}

/*鎼滅储*/
.know-selection-condition{
	border:1px solid #e2e2e2;
	width: 230px;
    height: 30px;
  position: absolute; left: 0; top: 0; text-align: center;
}
.know-selection-condition .know-toogle-box{
  position: relative; width: 230px; height: 25px; line-height: 25px; padding: 3px 0; cursor: pointer;
}
.know-selection-condition .know-down-menu{
z-index:100;  display: none; position: absolute; left: 0; top: 100%; width: 228px; margin-top: 1px; border: 1px solid #fff; background: #fff; box-shadow: 3px 3px 5px 0 rgba(4, 15, 8, .3); -webkit-box-shadow: 3px 3px 5px 0 rgba(4, 15, 8, .3); -ms-box-shadow: 3px 3px 5px 0 rgba(4, 15, 8, .3);
}
.know-selection-condition .know-down-menu li{
 width:100%; height: 30px; line-height: 30px; color: #010101; text-align: center; transition: background .3s ease; -webkit-transition: background .3s ease; -ms-transition: background .3s ease;
}
.know-selection-condition .know-down-menu li.on{
  background: #eee;
}
.know-selection-condition .know-down-menu li:hover{
  background: #f3f3f3;
}
.know-selection-condition .know-toogle-box .know-toogle-text{
  position: relative; padding-right: 10px; color: #010101;
}
.know-toogle-box .know-toogle-text i{
  position: absolute; right: 0; top: 50%; margin-top: -3px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #5f5f5f;
}
.know-selection-condition.on .know-toogle-box .know-toogle-text i{
  border-top: none; border-bottom: 6px solid #5f5f5f;
}