﻿
.spgroup {
    margin: 20px 0;
    border: 1px solid #ddd;
    padding-left: 10px
}
.searchkey {
    margin: 10px;
    font-size: 16px;text-align:left
}
.table {
    text-align: left
}
.table > thead > tr > th {
    border-bottom: 1px solid #e6e7e8;
    vertical-align: middle;
    height: 50px;
}

.searchdiv {
    width: 550px;
    height: 46px;
    margin:0 auto;
    position:relative;
}


    .searchdiv input {
        height: 42px;
        width: 450px;
        color: #999;
        font-size: 17px;
        border: none;
        margin-top: 2px;
        border:1px solid #ccc
    }

.curalink {
    margin: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 20px;
    border: 1px solid #f8dd9e;
    text-decoration: none;
    position: relative
}

.icon-btn-x {
    position: absolute;
    right: 5px;
    top: 8px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("/hnshs/images/delimg.png");
    background-position: -4px -4px
}

    .icon-btn-x:hover {
        background-position: -20px -4px
    }
.sptypediv {
    padding: 6px 0;
    display: flex
}

.sptypetitle {
    text-align: left;
    float: left;
    width: 70px;
    color: #777;
}

.sptypeinfo {
    float: left;
    flex: 1;
    min-width: 200px;
    padding-bottom: 3px;
}

.sptypealllist {
    float: left;
    width: 80px;
}

.typetxtdiv {
    float: left;
    margin-bottom: 3px;
    margin-right: 2px;
}

a.xbtn:link, a.xbtn:visited {
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 5px 8px;
    text-decoration: none;
}

a.xbtn:hover {
    background: #ffeabd;
    border: 1px solid #f8dd9e;
    border-radius: 3px;
    padding: 5px 8px;
    color: #555;
}

a.xbtn img {
    margin: 0 3px 3px 0px;
}
a.xbtn-white:link, a.xbtn-white:visited {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 1px 8px 2px 8px;
    text-decoration: none;
}

a.xbtn-white:hover {
    background: #3ba3f8;
    border: 1px solid #3ba3f8;
    border-radius: 3px;
    padding: 1px 8px 2px 8px;
    color: #fff;
}
a.xbtn-white-active:link, a.xbtn-white-active:visited {
    background: #3a92d9;
    border: 1px solid #3a92d9;
    border-radius: 3px;
    padding: 1px 8px 2px 8px;
    color: #fff;
}