/* 我要查询 */
div.tit{
   width:1100px;
   margin:20px auto 60px;
   height:50px;
   background:#f2f2f2;
}
.s_tit{
    font-size: 17px;
    color: #0a5491;
    border-left:5px solid #0a5491;
    padding-left:18px;
    margin-left:30px;
    margin-top:15px;
}
.s_tit span{
    font-size: 15px;
    color: #999;
    display: inline-block;
    margin-left:20px;
}

.com input{
    height:40px;
    color:#999;
    border:1px solid #d9d9d9;
    padding-left:20px;
    padding-right:20px;
    line-height: 40px;
}

.sub a{
    width:80px;
    height:40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-top: 25px;;
}
.sub1{
    background:#0a5491;
    color:#fff;
    margin-left: 285px;
}
.sub2{
    border:1px solid #0a5491;
    background: #fff;
    color: #0a5491;
    margin-left: 30px;
}