@charset "UTF-8";

.somelinks {
    margin: 20px 0;
}

.search-type-block {
    position: relative;
    clear: both;
    border-bottom: 0;
}

.search-type-item {
    margin-bottom: 1px;
    background: #fff;
}

.search-type-item .item-hd {
    float: left;
    padding: 5px 10px 5px 0;
    background: #fffae7;
    width: 90px;
    height: 30px;
    text-align: right;
    line-height: 30px;
    font-weight: 700;
}

.search-type-item .item-bd {
    padding: 0 0 0 100px;
}

.item-check {
    padding: 0 20px;
    height: 44px;
    background: #fff;
}

.item-check .chick-child {
    float: left;
    margin: 10px 10px 0 0;
    padding: 0 8px;
    height: 30px;
    background: #f6c90e;
    color: #fff;
    line-height: 30px;
}

.item-check .chick-child .closed {
    display: inline-block;
    margin: -3px 0 0 6px;
    width: 8px;
    height: 8px;
    background: url(../images/st-line-ico.png) no-repeat 0 0;
    vertical-align: middle;
}

.item-check .clear-item {
    float: left;
    margin-top: 12px;
    height: 24px;
    color: #ff0000;
    line-height: 24px;
}

.item-child {
    background: #fff;
}

.child-list:after,.item-child:after {
    clear: both;
    display: block;
    height: 0;
    content: "";
}

.child-block {
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
}

.item-child .all-link {
    float: left;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.child-list {
    height: 24px;
}

.child-list:after {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
    content: "";
}

.child-list .item {
    float: left;
    height: 30px;
}

.child-list .item a {
    float: left;
    overflow: hidden;
    margin: 0 10px;
    padding: 0 10px;
    height: 30px;
    max-width: 100px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.child-list .item a:hover,.item-child .all-link:hover {
    background: #f6c90e;
    color: #fff;
}

.item-child .all-link.active,.item-child .item a.active {
    background: #f6c90e;
    color: #fff;
}

.somelinks .searchbo {
    overflow: hidden;
    margin: 8px 5px 0 5px;
    width: 320px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 0;
}

.somelinks .searchbo input {
    display: inline-block;
    padding-left: 8px;
    width: 260px;
    height: 30px;
    border: none;
    font-size: 14px;
    line-height: 30px;
}

.somelinks .searchbo .st-btn {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 30px;
    background: url(../images/searchBoi.jpg) no-repeat center;
    font-size: 0;
    cursor: pointer;
}
/*无产品*/
.no-content {
    width: 600px;
    height: 80px;
    line-height: 88px;
    margin: 60px auto;
    text-align: center;
    border-radius: 5px;
    background: #fff;
}

.no-content p {
    color: #333;
    font-size: 14px;
}

.no-content p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    background: url(../images/photo-ico.png) no-repeat 0 bottom;
}

.no-content p a {
    color: #fc6000;
    text-decoration: underline;
}