.contentBox{
    width:100%;
    margin:0 auto;
    margin-bottom:20px;
}
.side{
    width:100%;
    background:#fff;
    padding:37px;
    box-sizing: border-box;
    box-shadow:none;
    border-top:0;
    position: relative;
}
.shareBox{
    width:100px;
    height:500px;
    background:url(shareBtn.png) no-repeat;
    position: absolute;
    right:-100px;
    top:0;
}
.side .sideBox{
    background:none;
    padding:0;
    box-sizing: border-box;
}
.side .sideBox .sideBoxs{
    border:0;
    padding:0;
    box-sizing: border-box;
    position: relative;
}
.side .sideBox .sideBoxs .title{
    position: initial;
    top:initial;
    left:initial;
    font-size: 38px;
    font-weight: bold;
    color: #3D70CD;
    width:100%;
    height:60px;
    text-align: center;
    background: none;
}
.side .sideBox .sideBoxs .title i{
    display:none;
}
.side .sideBox .sideBoxs .box>ul{
    display:table;
}
.side .sideBox .sideBoxs .box>ul>li{
    width:100%;
    display:block;
    margin-bottom:6px;
}
.side .sideBox .sideBoxs .box>ul>li p.head{
    width:178px;
    text-align: center;
    background: #F3F3F9;
    font-size: 35px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #3D70CD;
    display:table-cell;
    vertical-align: middle;
    padding:25px 0;
    border-bottom:1px dashed #E8E7F1;
}
.side .sideBox .sideBoxs .box>ul>li:nth-child(2n) p.head{
    background: #EAEAFA;
}
.side .sideBox .sideBoxs .box ul.ctx{
    overflow: hidden;
    display:table-cell;
    padding:25px 0 25px 25px;
    box-sizing: border-box;
    border-bottom:1px dashed #E8E7F1;
}
.side .sideBox .sideBoxs .box ul.ctx li{
    float:left;
    margin-right:30px;
    position: relative;
    font-size: 35px;
    font-weight: 400;
    color: #616161;
    line-height: 56px;
}
.side .sideBox .sideBoxs .box ul.ctx li::after{
    content:'';
    width:1px;
    height:16px;
    background:#616161;
    position: absolute;
    top:8px;
    right:-25px;
    display:none;
}
.side .sideBox .sideBoxs .box ul.ctx li a{
    color:#616161;
}
.side .sideBox .sideBoxs .box ul.ctx li a:hover{
    color:#3D70CC;
}