.st-search-nav{
    float: left;
    width: 100%;
    border-bottom: 2px solid #00b7ee;
}
.st-search-menu{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}
.st-menu-home{
    display: block;
    width: 20px;
    height: 30px;
    padding: 5px 0 6px;
    text-align: center;
    position: absolute;
    top: -1px;
    left: -20px;
    background: #f5f5f5;
}
.st-menu-list>li{
    float: left;
}
.st-menu-list>li>a{
    color: #666;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 19px;
    position: relative;
    font-size: 14px;
}
.st-menu-list>li>a:hover,
.st-menu-list>li>a.active{
    color: #fff;
    background: #00b7ee;
}

.st-menu-list>li>a:after{
    content: "";
    display: block;
    width: 0;
    height: 26px;
    position: absolute;
    right: 0;
    top: 7px;
    border-left: 1px solid #e5e5e5;
}

.st-menu-list>li>a.active:after,
.st-menu-list>li>a:hover:after{
    display: none;
 }

.search-type-block{
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    background: #fff;
}
.search-type-item{
    border-bottom: 1px solid #e6e6e6;
    background: #f0f5fb;
}
.search-type-item .item-hd{
    float: left;
    color: #666;
    width: 90px;
    height: 24px;
    line-height: 24px;
    padding: 5px 10px 5px 0;
    text-align: right;
}
.search-type-item .item-bd{
    padding: 0 0 0 100px;
}
.item-check{
    height: 44px;
    padding: 0 20px;
    background: #fff;
}
.item-check .chick-child{
    float: left;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin: 10px 10px 0 0;
    background: #00b7ee;
}
.item-check .chick-child .closed{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    background: url("../images/st-line-ico.png") no-repeat 0 0;
}
.item-check .clear-item{
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
}
.item-child{
    background: #fff;
}
.item-child:after,
.child-list:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.child-block{
    padding: 5px 20px;
    overflow: hidden;
    position: relative;
    /*border-bottom: 1px dotted #ebebeb;*/
}
.item-child .all-link{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
}
.child-list{
    height: 24px;
    padding: 0 84px 0 0;
    overflow: hidden;
}
.child-list:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.child-list .item{
    float: left;
    width: 120px;
    height: 24px;
}
.child-list .item a{
    float: left;
    color: #666;
    max-width: 100px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.item-child .all-link:hover,
.child-list .item a:hover{
    background: #eef3f4;
}
.item-child .all-link.active,
.item-child .item a.active{
    color: #fff;
    background: #00b7ee;
}
.arrow{
    display: block;
    color: #999;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 5px;
}
.arrow:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.arrow.down:after{
    border-top: 4px solid #999;
}
.arrow.up:after{
    border-bottom: 4px solid #999;
}
.search-type-item .last{
    border-bottom: 0;
}


.search-console-btn{
    color: #00b7ee;
    display: block;
    width: 182px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -92px;
    border: 1px solid #e6e6e6;
    border-top: 1px solid #fff;
    background: #fff;
}
.search-console-btn:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.search-console-btn.up:after{
    border-bottom: 4px solid #00b7ee;
}
.search-console-btn.down:after{
    border-top: 4px solid #00b7ee;
}


/* 搜索结果 */
.search-results-container{
    padding-top: 20px;
}
.search-results-list{
    border: 1px solid #e6e6e6;
    background: #fff;
}
.search-results-list>li{
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.search-results-list>li:last-child{
    border-bottom: 0;
}
.search-results-list .hd{
    float: left;
    width: 200px;
    height: 136px;
    overflow: hidden;
}
.search-results-list .hd .pic{
    display: table-cell;
    width: 200px;
    height: 136px;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e7;
}
.search-results-list .hd .pic img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.search-results-list .info{
    padding: 0 170px 0 220px;
}
.search-results-list .full{
    padding: 0 0 0 220px;
}
.search-results-list .info .tit{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.search-results-list .info .tit:hover{
    color: #f60;
}
.search-results-list .info .txt{
    color: #666;
    max-height: 44px;
    line-height: 22px;
    margin-top: 12px;
    overflow: hidden;
}
.search-results-list .info .attr{
    height: 16px;
    margin-top: 12px;
    overflow: hidden;
    font-size: 0;
}
.search-results-list .info .attr .item{
    color: #ff9b3a;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
    margin-right: 4px;
    border: 1px solid #ff9b3a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}
.search-results-list .info .attr .item:last-child{
    margin-right: 0;
}
.search-results-list .info .label{
    margin-top: 10px;
    font-size: 0;
}
.search-results-list .info .label .item{
    display: inline-block;
    height: 12px;
    line-height: 12px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ccc;
    font-size: 12px;
}
.search-results-list .info .label .item:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.search-results-list .sum{
    float: right;
    width: 125px;
    height: 136px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
}
.search-results-list .sum .pri{
    color: #f60;
    display: block;
    margin-top: 20px;
}
.search-results-list .sum .pri .num{
    padding: 0 3px;
    font-size: 22px;
    font-weight: normal;
    font-family: Arial, "宋体", "Microsoft YaHei", Helvetica, sans-serif;
}
.search-results-list .sum .pri .dx{
    font-size: 22px;
    font-weight: normal;
}
.search-results-list .sum .del{
    display: block;
    color: #999;
    text-decoration: line-through;
}
.search-results-list .sum .myd{
    color: #ffb346;
    display: block;
    height: 34px;
    line-height: 34px;
    margin-top: 15px;
    border: 1px solid #ffb346;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fffaeb;
}
.search-results-list .sum .myd .num{
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, "宋体", "Microsoft YaHei", Helvetica, sans-serif;
}
.search-results-list .sum .icon{
    display: inline-block;
    width: 40px;
    height: 43px;
    margin-top: 30px;
    background: url("../images/gl_youji_ico.png") no-repeat 0 -90px;
}
.search-results-list .sum .read{
    display: block;
    margin-top: 10px;
    color: #999;
}
.search-results-list .sum .read .num{
    color: #fa0;
    font-weight: normal;
    font-family: Arial, "宋体", "Microsoft YaHei", Helvetica, sans-serif;
}


/* 日期选择 */
.search-type-block .choose-start-date{
    display: inline-block;
}






