.left-info-list {
    width: 800px;
    float: left;
}

.left-info-list .top-title h3 {
    background: url("../img/xx.png") no-repeat left center;
}

.left-info-list table {
    width: 100%;
}

.left-info-list table th,
.left-info-list table td {
    text-align: center;
    vertical-align: middle
}

.left-info-list table th {
    background: #e8f1f6;
    font-weight: 700;
    height: 40px;
}

.left-info-list table td {
    padding: 10px 0
}

.left-info-list table tbody tr:nth-child(2n) td {
    background: #f4fcff
}

.right-info {
    width: 280px;
    float: right;
}

.right-info .contract-search {
    margin-bottom: 20px
}

.right-info .contract-search .top-box {
    width: 100%;
    height: 40px;
    background: #2551b4;
    color: #fff;
    padding: 5px;
}

.right-info .contract-search .top-box h3 {
    border: 1px dashed #d4e1fc;
    padding: 0 20px;
    font-size: 16px;
    height: 30px;
    line-height: 28px
}

.right-info .contract-search .search-box {
    background: #eee;
    padding: 15px
}

.right-info .contract-search .search-box .form-group {
    margin-bottom: 10px
}

.right-info .contract-search .search-box input {
    display: inline-block;
    width: 160px
}

.right-info .contract-search .search-box .btn-search {
    width: 90%;
    display: block;
    margin: auto
}

.right-info .transaction .top-box {
    border-bottom: 2px solid #ccc;
    height: 50px;
    margin-bottom: 10px
}

.right-info .transaction .top-box h3 {
    width: 160px;
    height: 50px;
    border-bottom: 2px solid #2551b4;
    line-height: 48px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.right-info .tody-transaction .top-box h3 {
    background: url("../img/jrcj.png") no-repeat left center;
}

.right-info .month-transaction .top-box h3 {
    background: url("../img/dycj.png") no-repeat left center;
}

.right-info .organ-transaction .top-box h3 {
    background: url("../img/xx.png") no-repeat left center;
}

.right-info .transaction .info-box table {
    width: 100%;
    margin-bottom: 10px
}

.right-info .transaction .info-box table th {
    background: #80a1ee;
    font-weight: 700;
    height: 40px;
    text-align: center
}

.right-info .transaction .info-box table td {
    padding: 10px 0;
    text-align: center
}

.right-info .transaction .info-box table tbody tr:first-child td {
    /***nth-child(2n-1) 改为了first-child***/
    background: #d6e4ff;
}

.foot {
    width: 100%;
    border-top: 3px solid #2551b4;
    text-align: center;
    padding: 30px 0
}