.topicCover {
    height: 300px;
}

.ctx .tap {
    text-align: center;
}

.ctx .tap a {
    width: 25%;
    margin: 0 0.5%;
    padding: 15px 30px;
    box-sizing: border-box;
    display: inline-block;
    border-left: solid 7px #b0b0b0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #b0b0b0;
    background: #e8e8e8;
}

.ctx .tap .active {
    border-left: solid 7px #0066bc;
    color: #0066bc;
    background: rgb(210, 235, 255);
}

.ctx .tap_m {
    width: 100%;
    padding: 10px 5px;
    display: none;
    font-weight: bold;
    font-size: 16px;
}

.chart3 {
    width: 1000px;
    margin: auto;
}

.chart4 {
    margin: 0 0 0 40px;
    float: right;
}

.left1 {
    width: 60%;
    float: left;
}

.right1 {
    width: 35%;
    float: right;
}

.right1 img {
    width: 100%;
}

.left2 {
    width: 60%;
    float: left;
}

.right2 {
    width: 35%;
    float: right;
}

.right2 img {
    width: 100%;
}

.gallery {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery li {
    width: 100%;
    margin: auto;
    padding: 0;
    float: left;
}

.gallery li .awardPic {
    height: 500px;
}

.gallery li:nth-child(1) .awardPic {
    /* background: url(../img/governance_28.png) center no-repeat; */
    background: url(../img/governance_31.jpg) center no-repeat;
    background-size: contain;
}

/* .gallery li:nth-child(2) .awardPic {
    background: url(../img/governance_29.png) center no-repeat;
    background-size: contain;
}

.gallery li:nth-child(3) .awardPic {
    background: url(../img/governance_30.png) center no-repeat;
    background-size: contain;
} */

.gallery li .awardName {
    margin: 10px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .ctx .tap {
        display: none;
    }

    .ctx .tap_m {
        display: block;
    }

    .chart4 {
        width: 100%;
        margin: 0;
        float: right;
    }

    .left1 {
        width: 100%;
    }

    .right1 {
        width: 100%;
    }

    .left2 {
        width: 100%;
    }

    .right2 {
        width: 100%;
    }

    .gallery li {
        margin: 0 0 10px;
    }

    .gallery li .awardPic {
        height: 250px;
    }
}