.sideBar{
    display:block;
}

.sideBar2{
    display:none;
}

.contentBox{
    width:1280px;
    margin:0 auto;
    margin-bottom:20px;
}
.side{
    width:100%;
    background:#fff;
    padding:40px 70px 0px 70px;
    box-sizing: border-box;
    box-shadow: 0px 6px 28px 2px rgba(222,222,222,0.32);
    border-top:3px solid #3D70CC;
}

.side .info{
    padding-bottom:24px;
    border-bottom:2px solid #E1E1E1;
    margin-bottom:26px;
}
.side .info h2{
    width:100%;
    height:auto;
    font-size: 32px;
    font-weight: bold;
    color: #0C4CAB;
    margin:0 auto;
    margin-bottom:40px;
    text-align: center;
    line-height:50px;
    font-family: SourceHanSansSCBold;
}
.side .info p{
    width:100%;
    overflow: hidden;
    font-size:16px;
    color:#ACACAC;
}
.side .info p span.left{
    float:left;
    font-family: SourceHanSansSCRegular;
    font-weight:400;
}
.side .info p span.left i{
    margin-right:30px;
}
.side .info p span.right{
    float:right;
}
.side .info p span.right a{
    color:#ACACAC;
}
.side .info p span.right a.active{
    color:#0C4CAB;
}


.side .content{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom:60px;
}
.side .content p{
    text-indent: 2em;
    margin-bottom:20px;
    font-weight:400;
}

.side .foot{
    border-top:1px dashed #ccc;
    padding-top:27px;
    position: relative;
    height:203px;
    overflow: hidden;
    padding-right:300px;
    box-sizing: border-box;
}

.side .foot h2{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-left:70px;
    margin-bottom:18px;
    position: relative;
    font-family: SourceHanSansSCMedium;
}
.side .foot h2::before{
    content:'';
    width:19px;
    height:20px;
    background:url(a001.png);
    position: absolute;
    top:0;
    left:-30px;
}
.side .foot p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-left:136px;
    font-family: SourceHanSansSCNormal;
}
.side .foot .code{
    width:237px;
    height:172px;
    position: absolute;
    top:14px;
    right:31px;
}