*{
    margin: 0%;
    padding: 0%;
}
.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background-color: white;
}
.content {
    width: 1200px;

}
.content-title {

}
.content-title p {
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    font-size: bold;
    padding-left: 80px;
}
.br{
    margin-top: 23px;
    width: 60px;
    height: 4px;
    background-color:#F68228 ;
    margin-left: 120px;
}
.main-box {
    margin-top: 26px;
    width: 1200px;
    display: flex;
}
.main-left {
    width: 309px;
    display: flex;
    flex-direction: column;
}
.left-item {
    margin-top: 14px;
    width: 308px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#F8F8F8 ;
    color: #195FB5 ;
    font-size: 18px;
    justify-content: flex-start;
    padding-left: 25%;
}
.active1 {
    background-color: #195FB5;
    color: #FFFFFF;
}
.active2 {
    background-color: #FFFFFF !important;


}

.left-item:nth-child(1){
    margin-top: 20px;
}
.ball {
    width: 10px;
    height: 10px;
    background-color: #195FB5;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 3px;
}
.main-right {

}
.right-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.right-box > a{
    width: 31%;
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
}
.right-item {
    width: 100%;
    height: 222px;
    display: flex;
    flex-direction: column-reverse;
    /* justify-content: center; */
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 13px;
}
.show{
    display: block;
}
.hide{
    display: none;
}