.contBox{
    display: block;
    min-height: calc(100vh - 421px);/*用于中间区域放大缩页都正常高，100%的高－抬头和下部的高度（这是最小时高度）*/
	max-height: calc(100vh - 200px);/*用于中间区域放大缩页都正常高，100%的高－抬头和下部的高度（这是最大时高度）*/
}
.contboxsearch{
    width: 613px;
    margin: 16px auto;
}
.contBox::before{
    clear: both;
    content: "";
    display: block;
}
.nav_a{
    font-size: 16px;
    text-align: left;
    color: #333;
}
.nav_a a{
    display: inline;
    padding: 0 0 0 2px;
}
.nav_a span{
    padding: 0 2px;
}
.SearchBox{
    margin: 52px 60px;
    display: flex;
}

.searchTxt{
    font-size: 12px;
    text-align: left;
    line-height: 38px;
}

.searchInput{
    width: 298px;
    height: 36px;
    border: 1px solid #333;
    border-radius: 5px;
    cursor:text;
    outline: none;
    margin: 0 16px 0 10px;
}
.searchButton{
    background-color: #016839;
    color:#fff;
    font-size: 16px;
    text-align: center;
    min-width: 80px;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}
.searchButton:hover{
    background-color: rgba(1, 104, 57,0.8);
}
.tabBox{
    width: 750px;
    margin: 0 auto 40px auto;
}
.tables{
    width: 100%;
    text-align: center;
    font-size: 12px;
    table-layout:fixed;
    border: 1px solid #fff;
    border-spacing:1px;
    border-collapse:separate;
}
.tables thead{
    background-color: #f6d68b;
    font-weight: bold;
    line-height: 30px;
}
.tables tbody{
    background-color: #eeeeee;

}
.tables tbody td{
    word-wrap:break-word;
    height: 55px;
    vertical-align:middle;
}






