.Tr_main{
    width: 100%;
    margin-bottom: 100px;
}
.post_table{
    margin: 50px auto ;
    background-color: white;
    width: 1200px;
}
/*头*/
.table_header{
    position: relative;
    padding: 5px;
    background-color: #00ba51;
    width: 100%;
    font-size: 16px;
    color: white;
    height: 54px;
}
.table_header span{
    position: absolute;
    margin: 0px 28px 0px 19px;
    top: 15px;
    left: 20px;
}
.table_header ul  {
    position: absolute;
    top: 15px;
    left: 253px;
}
.table_header ul li {
    display: inline-flex;
    /* padding: 2px; */
    margin: 0px 15px;
    text-align: center;
    width: 86px;
    font-size: 15px;
    justify-content: center;
}

/*列表主体*/
.table_body{
    position: relative;
    padding: 5px;
    background-color: #f2f2f2;
    width: 100%;
    font-size: 16px;
     color:#333333;
    margin-top: 10px;
    height: 53px;
    font-size: 16px;
}
.table_body span{
    position: absolute;
    margin: 0px 28px 0px 19px;
    top: 15px;
    left: 20px;
}
.table_body ul  {
    position: absolute;
    top: 15px;
    left: 253px;
}
.table_body ul li {
    display: inline-flex;
    /* padding: 2px; */
    margin: 0px 15px;
    text-align: center;
    width: 86px;
    font-size: 15px;
    justify-content: center;
}


.table_body .body_on{
    position: absolute;
    width: 60px;
    top: 0;
    right: 0px;
    padding: 14.5px;
    background:#00b951 url(../images/downward.png) no-repeat center;
}
.table_body_div{
    display: none;
}
.table_body_div ul{
    margin-top: 20px;
}
.table_body_div h3{
    font-size: 18px;
    margin: 42px 0px 0px 5px
}
.table_body_div ul li{
    line-height: 2em;
    font-size: 16px;
    color: #68645c;
}
/*.table_body_div ul li:nth-child(8){
    margin-top: 40px;
}
.table_body_div ul li:nth-child(10){
    margin-top: 40px;
}*/
.table_body_div_btn{
    font-weight: bold;
    padding: 15px 50px;
    background-color: #00ba51;
    color: white;
    margin: 20px 0px 30px 0px;
}


