body, ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font: 13px "宋体";
}

.test {
    width: 96%;
    margin: 20px auto;
    overflow: hidden;
    background: #fff;
}

.test ul {
    margin-bottom: 20px;
    height: 35px;
}

.test ul li {
    float: left;
}

.test ul li a {
    color: #000;
    font-family: "微软雅黑";
    padding: 6px 25px;
    text-decoration: none;
    display: block;
    line-height: 31px;
    text-align: center;
    overflow: hidden;
}

.test ul li a:active {
    color: #fff;
}

.test ul li.yes {
    padding: 0;
    border: none;
    background: #75B9F8;
}

.test ul li.yes a {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    overflow: hidden;
}

.content {
    clear: both;
    font-size: 14px;
}

.no {
    display: none;
}

.month_data_title {
    font-family: "微软雅黑";
}

.month_data_title h1 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
}

.month_data_title span {
    font-size: 14px;
    display: block;
    text-align: center;
}

.tzsjtab1 {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

.tzsjtab1 td {
    font-size: 14px;
    height: 23px;
    border-bottom: 1px solid #000;
}

.bl {
    border-left: 1px solid #000;
}

.alincenter {
    text-align: center;
    font-weight: bold;
}