.m-wg-ct {
    width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
}
.m-wg-ct .m-theme {
    margin-top: 0px;
}
.m-theme .m-theme-title{
    text-align: center;
    font-size: 24px;
    color: #4D4D4D;
}
.m-theme i{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #8f8f8f;
    font-size: 24px;
}
.news table {
    border-collapse: collapse;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

.m-wg-ct td {
    width: 150px;
    box-sizing: border-box;
    text-align: center;
    /* justify-content: normal; */
    vertical-align: top;
    margin:0;
    padding:0;

}
.m-theme tr:nth-of-type(1) > td a {
    display: inline-block;
    background-color: #c7000b;
    border-radius: 50%;
    padding: 15px;
}
.m-theme tr:nth-of-type(1) > td a img {
    width: 69px;
    height: 69px;
}
.m-theme tr:nth-of-type(2) > td p{
    width: 232px;
}
.m-wg-ct .m-theme table {
    width: 100%;
    cellpadding: 2;
    cellspacing: 0;
    border: 0;
    bordercolor: #000000;
    margin-top: 40px;
}
.m-theme p {
    width: 232px;
    padding: 0 20px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 1px;
    box-sizing: border-box;

}
.index-wrap {
    width: 1400px;
    padding-left: 15px;
    margin: 0 auto 65px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.index-title{
    width: 78px;
    height: 30px;
    font-size:15px;
    color: #000;
    position: relative;
    z-index: 10;

}
.index-des{
    font-size: 20px;
    height: 40px;
    color: #000;
    margin-top: 11px;
    letter-spacing: 1px;
    font-weight: 600;
}
.opa-img{
    position: relative;
    top: 21px;
}
.opa-des{
    font-size: 20px;
    height: 40px;
    color: #000;
    margin-top: 33px;
    letter-spacing: 1px;
    font-weight: 600;
}