
.webContainerTable {
    width: 100%;
}
.webContainer {
    width: 1200px;
    margin: 0 auto 0;
    /* border: 1px solid red; */
}
.title-wrapper {
    display: flex;
    justify-content: center;
    padding: 30px;
}
.center-title {
    margin: 0 auto 0;
}
.center-title h2 {
    font-size: 48px;
    font-weight: bold;
    font-family: 微软雅黑;
}

.center-title p {
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}

.img-wrapper {
    width: 100%;
    padding: 40px 0;
}
.img-wrapper img {
    width: 100%;
}

/* 编程赛事介绍 */
.play-introduce {

}
.play-introduce .item-img-left,
.play-introduce .item-img-right {
    width: 100%;
    display: flex;
    margin-bottom: 100px;
}

.list-item .img-box,
.list-item .text-box {
    width: 50%;
}
.list-item .text-box h3 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}
.list-item .text-box p {
    font-size: 20px;
    color: #666666;
    line-height: 36px;
}

.item-img-left .text-box {
    padding: 30px 0 30px 40px;
}
.item-img-right .text-box {
    padding: 30px 40px 30px 0;
}
.item-img-right .text-box h3 {
    text-align: right;
}
.item-img-right .text-box p {
    text-align: justify;
}

/* 编程赛事证书 */
.certificate-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.certificate-wrapper .img-item {
    width: 377px;
    height: 265px;
    margin-bottom: 30px;
}