body{
    background: #f2f2f2;
}

.Header,
.Header img{
    width: 100%;
}

.MarTop{
    margin: 30px 0px;
}

.Table{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Table p{
    /*width: 32.333%;*/
    flex: 1;
    margin: 0 10px;
    height: 100px;
    font-size: 2rem;
    border-radius: 5px;
    color: rgb(1,102,199);
    border: 1px solid rgb(1,102,199);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.Table div{
    width: 32.333%;
}

.Table .AcTer{
    color: white;
    background: rgb(1,102,199);
}

.Context{
    margin-top: 30px;
}

.Context>div{
    display: none;
}

.Context>div>div{
    margin-bottom: 10px;
}
.whiteBack{
    background: white;
    padding: 10px 22px;
}
.whiteBack h2{
    font-size: 2rem;
}
.whiteBack dl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
}
.whiteBack dl dt{
    width: 50px;
}
.whiteBack dl dt img{
    width: 100%;
}
.whiteBack dl dd{
    flex: 1;
    margin-left: 30px;
    font-size: 1.8rem;
    background: rgb(215,239,255);
    padding: 8px 12px;
    border-radius: 10px;
}
.Red{
    color:#BA0031;
}
.Green{
    color:#039D12;
}
.Blue{
    color: #0166c7;
}
.Bold{
    font-weight: bold;
}
.Display{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
}
.Warper{
    flex-wrap: wrap;
}
.FlexWidth45 a{
    width: 48%;
    min-height: 100px;
    padding: 15px 20px;
    border: 1px solid rgb(109,168,220);
    color: rgb(1,102,199);
    border-radius: 50px;
    font-size: 1.6rem;
    margin: 10px 0px;
    text-decoration: none;

}
.FlexWidth32 a{
    width: 32%;
    min-height: 100px;
    padding: 15px 20px;
    border: 1px solid rgb(109,168,220);
    color: rgb(1,102,199);
    border-radius: 50px;
    font-size: 1.6rem;
    margin: 10px 0px;
    text-decoration: none;
}
.FlexWidth45 a,.FlexWidth32 a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.whiteBack ol{
    margin-left: 100px;
    color: #555555;
}
.whiteBack ol li,
.whiteBack ul li{
    list-style: outside;
    font-size: 1.8rem;
    line-height: 3rem;
}
.whiteBack ol li{
    list-style: none;
    padding-left:30px;
    background:url(../images/educationImg.png) no-repeat;
    background-position: 0px 6px;
    background-size: 17px auto;
}

.Color ul li{
    color: #7F7F7F;
}