*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background-color: #f5f5f5;
}

.main-content {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.page-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    height: 40px;
}

.titel-text {
    border-bottom: 2px solid #000;
}

.summary {
    font-size: 17px;
}

.section {
    margin-top: 10px;
    margin-bottom: 10px;
}

table {
    width: 100%;
    height: 270px;
}

th,
td {
    border: 1px solid #000;
    vertical-align: middle;
    font-size: 18px;
}

th {
    font-weight: bold;
    background-color: #dcffd1;
    color: #57ab46;
}

th+td {
    padding-left: 10px;
    padding-right: 10px;
}

h2 {
    padding: 0.4em 0.5em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
    border-bottom: solid 3px #d7d7d7;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

h3 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
}

.bid-info {
    text-indent: 20px;
    font-size: 18px;
}

.table-image {
    text-align: center;
}

.tcci-image {
    width: 280px;
    height: 374px;
    display: inline-block;
}


.return-top {
    text-align: center;
}

.flyer {
    width: 100%;
}

.support-money{
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}