
.swiper-container{
    width: 100%;
    height: 500px;
}
.swiper-slide{
    background-size: cover;
    background-position: center;
}

.Tab{
    width: 100%;
    display: flex;
}
.Tab .TabT{
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    background-color: #21B07A;
    color: #FFF;
}
.Tab .TabT.Select{
    background-color: #F96C2C;
}
.TabContent{
    height: 300px;
    display: none;
}
.TabContent.Select{
    display: block;
}
#TabContent1{
    padding: 0 20px;
}
#TabContent1 .C{
    line-height: 22px;
    font-size: 12px;
    color: #666;
}
#TabContent1 .B{
    color: #CCC;
    margin: 10px 0;
    font-size: 12px;
    text-transform:uppercase
}
#TabContent1 .A{
    font-size: 30px;
    font-family: "华文新魏";
    padding-top: 20px;
}

.ImgNews .I {
    display: flex;
    flex-wrap: wrap;
}

.ImgNews .I a {
    width: 50%;
}

.ImgNews .I a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#container {
    width: 100%;
    height: 100%;
}