.taxs {
    width: 1200px;
    margin: 20px auto 0;
}

.taxs-city {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5rem;
}

.tax-item {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dashed;
}
.nav li {
    width: 18%;
    margin: 0 3%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 10px;
}
.nav li:hover {
    border: 1px solid #ddd;
    background-color: #F1F1F1;
}
.nav li a {
    display: block;
    text-decoration: none;
}
.nav li a:hover {
    text-decoration: none;
}
.pager {
    margin: 30px auto 10px;
    font-size: 16px;
    text-align: center;
}

.tax-left li.page-item {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}
.page-link{
    color:gray
}

.active.page-item.disabled {
    font-weight: bold;
    font-size: 17px;
}

.tax-left {
    width: 640px;
}

.tax-right {
    width: 462px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-item {
    height: auto
}

.taxs-city a {
    margin-right: 29px;
    display: inline-block;
    width: 46px;
    text-align: center;
}

.tax-bottom {
    width: 1200px;
    margin: 10px auto 10px
}

.example {
    width: 560px;
    margin-top: 0;
}

.desc .table {
    width: 534px;
}

.well {
    margin-top: 20px;
}

.btn-primary {
    background: rgb(255, 68, 56);
    border-color: rgb(255, 68, 56);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background: rgb(255, 68, 56);
    border-color: rgb(255, 68, 56);
}
.btn-primary:hover{
    background: rgb(255, 68, 56);
    border-color: rgb(255, 68, 56);
}
.col-sm-12.columnhead{
    font-size: 16px;
    font-weight: bold;
}
.tax-left .nav{
    width:auto;
    margin-left: 0;
}
.tax-left li {
    height: 64px;
    line-height: 64px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
.tax-left li a.active {
    border-bottom: 2px solid #656565;
}
.tab-content{
    padding-top: 20px;
    clear: both;
}
.tab-content p{
    line-height: 30px;
    font-size: 15px;
}
.tax-left .nav li a{
    width: 100%;
    height: 100%;
}
.clueForm{
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
    background: url(/tax/images/formBg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 26px;
    line-height: 1;
}
.clueForm h2 {
    height: 64px;
    font-size: 24px;
    font-weight: 600;
    color: #2772ff;
    line-height: 33px;
    letter-spacing: 1px;
    padding: 24px 0 8px;
    text-align: center;
}
.clueForm>p {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #858fab;
    line-height: 20px;
    text-align: center;
}
