.table {
    width: 90%;
    margin: 60px auto 0;
}

.table>table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #333;
}

.table>table td {
    text-align: center;
    border-bottom: 1px solid #333;
}

.table>table td {
    font-size: 22px;
    height: 98px;
}

.table>table td>a {
    font-size: 16px;
    color: #ccc;
    text-decoration: none;
}

.table>table td>a:hover {
    cursor: pointer;
}

.table>table .faLst>td {
    height: 80px;
    background-color: #efe9e9;
}

.table>.main_zp {
    width: 100%;
    margin-top: 100px;
}

.table>.main_zp>h2 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(0, 0, 0);
	text-indent:0.5em;
}

.table>.main_zp>h2:after {
    content: '';
    display: block;
    width: 160px;
    height: 5px;
    border-radius: 5px;
    background-color: #33accc;
    margin-top: 10px;
}

.table>.main_zp>.main_table {
    width: 100%;
    margin-top: 10px;
}

.table>.main_zp>.main_table td {
    height: 40px;
    text-indent: 30px;
    font-size: 22px;
}

.table>.main_zp>hr {
    background-color: #ccc;
}

.table>.main_zp>h3 {
    margin-left: 16px;
}

.table>.main_zp>p {
    margin: 10px 0 0 20px;
    font-size: 22px;
  /* width: 70%;*/  
    line-height: 40px;
	
}

.container1>.table {
    transform: translateY();
}

.container1>.table>.main_zp {
    display: none;
}

@media screen and (min-width: 1300px) {
    .table {
        width: 80%;
    }
}