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

.side .info{
    padding-bottom:30px;
    border-bottom:8px solid #E1E1E1;
    margin-bottom:26px;
}
.side .info h2{
    width:100%;
    height:auto;
    font-size: 49px;
    font-weight: bold;
    color: #0C4CAB;
    margin:0 auto;
    margin-bottom:30px;
    text-align: left;
line-height: 74px;
    text-align: justify;
    font-family: SourceHanSansSCBold;
}
.side .info p{
    width:100%;
    overflow: hidden;
    font-size:25px;
    color:#ACACAC;
}
.side .info p span.left{
    float:left;
}
.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: 32px;
    font-weight: 400;
    color: #333333;
    line-height: 67px;
    margin-bottom:60px;
    text-align: justify;
}
.side .content p{
    text-indent: 2em;
    margin-bottom:20px;
}

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

.side .mfoot{
    width:100%;
    margin-bottom:30px;
}
.side .mfoot .code{
    width:545px;
    height:439px;
    margin:30px auto;
}
.side .mfoot .code img{
    width:100%;
}
.side .mfoot p{
    width:100%;
    text-align: right;
    color:#999;
    font-size:29px;
}
.side .share .title{
    width:100%;
    text-align: center;
    font-size:29px;
    margin-bottom:30px;
    position: relative;
    color:#999;
    font-family: SourceHanSansSCRegular;
}
.side .share .title::before{
    content:'';
    width:100%;
    height:1px;
    background:#f4f4f4;
    position: absolute;
    top:20px;
    left:0;
}
.side .share .box{
    width:584px;
    height:106px;
    margin:0 auto;
    background:url(share.png) no-repeat center;
    background-size:contain;
}
.side .share .box span{
    width:50%;
    height:106px;
    float:left;
}