.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}

.header {
    background-color: #3f3f3f;
    height: 66px;
    line-height: 66px;
}

.web-title {
    color: #272727;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-top: 130px;
    font-family: Microsoft YaHei;
}

.project-search {
    font-size: 0;
    text-align: center;
    margin-top: 67px;
    vertical-align: middle;
}

.project-search .search .input-group input {
    height: 60px;
    border: 1px solid #CCCCCC;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
    outline: none;
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
}

.project-search .search .input-group button {
    width: 163px;
    height: 60px;
    color: #fff;
    background: #16c40d;
    font-size: 24px;
    border: 1px solid #CCCCCC;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    margin-left: -1px;
}

.project-date {
    margin-top: 30px;
}

.project-date .left-label {
    color: #000;
    display: inline-block;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    width: 100%;
}

.project-table {
    margin-top: 30px;
}
