/*内容部分*/

#content {
    width: 1026px;
    margin: 0 auto;
    padding: 10px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ccc;
}

.mar-top {
    margin-top: 10px;
}

.bscx-input {
    width: 90%;
    line-height: 15px;
}

.table-query {
    font-size: 14px;
    color: #595959;
}

.inputCheckbox {
    margin-right: -2px;
}

.query-box {
    padding: 15px;
    text-align: right;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 25px;
}

.basic-info {
    margin-left: 10px;
    float: left;
    width: 150px;
    background: url(../img/bscw-4-2.jpg);
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #1f4ebe;
}

.basic-info-tip {
    margin-left: 10px;
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: red;
}

.table2-box {
    border: 1px solid #a2cae3;
    padding: 15px 5px 10px;
    background-color: #f9fdff;
    font-size: 14px;
}

.table2-box a:hover {
    text-decoration: underline;
}
.select1 {
    font-size: 10px;
    line-height: 21px;
    vertical-align: middle;
    width: 49px;
    height: 20px;
}

.header-logo {
    position: absolute;
    top: 40px;
    margin-left: 50px;
    background: url(../../img/community/shzz-logo.png) no-repeat;
    background-size: cover;
    width: 445px;
    height: 78px;
}
