a {
    position: absolute;
    z-index: 9999;
    color: #333;
    font-size: 14px;
    right: 100px;
    text-decoration:none;
}
.select-t-new {
    width: 125px;
    height: 30px;
    border: 1px solid #eee;
    background: #fff;
    font-size: 14px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

em {
    font-style: normal;
}

.searchBtn-new {
    display: inline-block;
    height: 30px;
    padding: 0 30px;
    background: #015293;
    position: relative;
    top: 0;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.searchBtn-new:hover, .searchBtn-new:active {
    color: #fff;
    background: #2c6bab
}

.searchInfo-new {
    padding: 6px 0;
    background: #F6F6F6;
    font-size: 14px;
}
