*{
    margin: 0;
    padding: 0;
}
.BaseBox{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.contentMain{
    background-color:#181748;
    width: 100%;
    min-height: 89vh;
    height: auto;
    background-image: url('../image/active/activebg.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 6vh;
    padding-top: 1px;
    padding-bottom: 5vh;
}
.content{
    width: 90%;
    min-height: 75vh;
    margin: 3vh auto;
    background-color: white;
    padding: 10px 30px;
    box-sizing: border-box;
}
.content-title{
    font-size: 5.5vw;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 36px;
    margin-top: 6px;
}
.content-time{
    text-align: center;
    font-size: 4vw;
    margin-top: 1vh;
    color: #444552;
}
.content-xian{
    width: 100%;
    height: 1vh;
    background-image: url('../image/field/fieldxian.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1vh;
}
.content-body{
    margin: 2vh auto;
    width: 100%;
}
.content-end{
    width: 100%;
    height: 1.5vh;
    background-image: url(../image/end.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.content-body img{
    max-width: 100%;
}


.bottomtext{
    text-align: center;
    font-size: 2vw;
    color: white;
    margin-top: 3vh;
}
.content-body p{
    line-height: 29px;
    color: #2c3332;
}