.content .navUl li:nth-child(3) {
    color: #3594cc;
    border-bottom: 1px solid #3594cc;
    cursor: pointer;
}
.content .navUl .navUla2 li {
    color: #888;
    border: none;
}
.searchBorder{
    height: 28px;
    width: 234px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.search input{
    width: 180px;
    padding-left: 5px;
    margin-left: 10px;
    line-height: 26px;
    border-radius: 14px;
}
.searchBtn{
    margin-top: 1px;
    width: 23px;
    height: 23px;
    background: url("../images/tb_03.png") no-repeat 3px -32px;
    margin-right: 10px;
    cursor: pointer;
}
