.zt img {
    width: 100%;
}
.zt .con {
    background-color: #084c97;
    padding: 30px 0;
}
.zt h1 {
    font-size: 39px;
    font-weight: bold;
    text-align: center;
    color: #fcef03;
}
.zt .left {
    float: left;
    width: 52%;
    padding-left: 50px;
    margin-top: 30px;
}
.zt .left table {
    border-collapse: collapse;
    text-align: center;
    margin: 20px auto 0 auto;
    font-size: 16px;
}
.left table tr {
    text-align: center;
}
.left table tr td {
    border: 1px solid #fff;
    height: 44px;
    text-align: center;
    overflow:hidden;
    font-size: 16px;
    padding: 0 10px;
    color: #fff;

    
}
.left table:nth-child(1) tr td:nth-child(1) {
    width: 28%;
}
.left table:nth-child(2) tr td:nth-child(1) {
    width: 10%;
}
.left table tr th {
    height: 44px;
    color: red;
    background-color: #fcef03;
    border: 1px solid #fff;
}
.zt .right {
    float: left;
    width: 36%;
    margin-left: 50px;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    padding-right: 10px;
}
.right h2 {
    font-size: 30px;
    color: #fcef03;
    text-align: center;
    padding-top: 10px;
}
.right .y {
    color: #fcef03;
    font-weight: bold;
}
.right  p {
    text-indent: 2em;
}
