*{
    margin: 0%;
    padding: 0%;
}
.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    margin-bottom: 60px;
}
.content {
    width: 1200px;

}

.content-title  {
    margin-top: 50px;
    width: 100%;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    font-size: 1000;
    text-align: center;
}
.icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.br{
    margin-top: 23px;
    width: 60px;
    height: 4px;
    background-color:#F68228 ;
}
.main-box {
    margin-top: 26px;
    width: 1200px;
    display: flex;
}
.main-left {
    /* border: #195FB5 1px solid; */
    width: 344px;
    display: flex;
    flex-direction: column;  
    padding-bottom: 165px; 
    /* background-color:#FFFFFF ;  */
}
.left-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.left-item {
    cursor: pointer;
    margin-top: 14px;
    width: 210px !important;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#F8F8F8 ;
    color: #195FB5 ;
    font-size: 16px;
    justify-content: flex-start;
    padding-left: 17%;

}
.active1 {
    background-color: #195FB5;
    color: #FFFFFF;
}
.active1 a{
    background-color: #195FB5;
    color: #FFFFFF;
}
.active2 {
    background-color: #FFFFFF !important;

    
}

.left-item:nth-child(1){
    margin-top: 44px;
}
 .ball {
    width: 10px;
    height: 10px;
    background-color: #195FB5;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 3px;
 }
.main-right {
    margin-left: 25px;
    width: 1030px;
    /* height: 1232px; */
    background-color: #FFFFFF;
}
.back_go {
    margin-top: 25px;
    margin-left: 19px;
    /* width: 40px; */
    height: 14px;
    color: #999999;
    font-size: 14px;
}
.back_go i {
    margin-right: 7px;
}

.main-right-title {
    margin-top: 42px;
    width: 100%;
    height: 33px;
    font-size: 32px;
    line-height: 32px;
    font-weight: bolder;
    color: #333333;
    text-align: center;
}
.main-right-date-box {
    margin-top: 31px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17px;

}
.main-right-date  {
    font-size: 14px;
    line-height: 14px;
    height: 15px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-right-date p{
    margin-right: 15px;
}
.br2box {
    margin-top: 36px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.br2 {
    width: 90%;
    height: 1px;
    background-color: #999999;
}
.main-right-content {
    margin: auto;
    margin-top: 36px;
    width: 90%;
    display: flex;
    justify-content: center;
}


.content-text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.main-right-img-box {
    margin-top: 33px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-right-img-box img {
    margin-top: 36px;
    width: 90%;
    height: 278px;
}
.main-right-footer-box {
    margin-top: 28px;
    margin-bottom: 43px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-box {
    width: 90%;
}
.footer-box-item {
    
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}