main {
    position: relative;
    width: 100%;
    height: 890px;
    z-index: 10;
}

.main-container {
    width: 1184px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.main-container .title {
    margin: 35px auto 0;
    width: 724px;
    font-size: 56px;
    line-height: 90px;
    border-bottom: 4px solid #4e4e4e;
}

.main-container .search-bar {
    width: 962px;
    height: 65px;
    line-height: 65px;
    margin: 37px auto;
    text-align: center;
}

.main-container .search-box, .main-container .inquiry-box {
    position: relative;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.main-container .inquiry-circle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 65px;
    border: 1px solid #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container .inquiry-circle {
    width: 415px;
    background: #fff;
}

.main-container .inquiry-circle input {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 10px 20px;
    color: #7a7a7a;
    font-size: 26px;
    background: transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
}

.main-container .search-btn {
    display: inline-block;
    vertical-align: middle;
    width: 108px;
    line-height: 65px;
    font-size: 42px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    background: #000;
}

.main-container .content {
    width: 1184px;
    height: 512px;
    border: 1px solid #c4c3c3;
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


/* 表格 */

.content .content-table {
    width: 98%;
    margin: 0 auto;
    border-collapse: collapse;
    border: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content th {
    font-size: 38px;
    padding: 17px 0;
}

.content tr{
	border-bottom: 1px dashed #bdbdbd;
}

.content td {
	line-height: 40px;
    font-family: '\5B8B\4F53';
    font-size: 26px;
    font-weight: 700;
}

.content .content-table th .column {
    border: none;
}

.content .content-table .column {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px dashed #bdbdbd;
    box-sizing: border-box;
}

.content .column.one {
    width: 210px;
}

.content .column.two {
    width: 384px;
}

.content .column.three {
    width: 280px;
}

.content .column.four {
    width: 281px;
}
