.sideBar{
    display:block;
}

.sideBar2{
    display:none;
}


.contentBox{
    width:1280px;
    margin:0 auto;
    margin-bottom:20px;
}
.side{
    width:100%;
    background:#fff;
    padding:25px 20px 20px 20px;
    box-sizing: border-box;
    box-shadow: 0px 6px 28px 2px rgba(222,222,222,0.32);
    border-top:3px solid #3D70CC;
    position: relative;
}
.shareBox{
    width:100px;
    height:500px;
    background:url(shareBtn.png) no-repeat;
    position: absolute;
    right:-100px;
    top:0;
}
.side .sideBox{
    background:#F9F8FE;
    padding:30px;
    box-sizing: border-box;
}
.side .sideBox .sideBoxs{
    border:1px solid #7790D5;
    padding:40px;
    box-sizing: border-box;
    position: relative;
}
.side .sideBox .sideBoxs .title{
    position: absolute;
    top:-15px;
    left:26px;
    width:150px;
    height:30px;
    background:#F9F8FE;
    font-size: 20px;
    font-weight: bold;
    color: #3D70CD;
    padding-left:20px;
    font-family: SourceHanSansSCBold;
}
.side .sideBox .sideBoxs .title i{
    width:29px;
    height:35px;
    background:url(imap.png);
    display:inline-block;
    vertical-align: middle;
    margin-right:15px;
}
.side .sideBox .sideBoxs .box>ul{
    display:table;
}
.side .sideBox .sideBoxs .box>ul>li{
    width:100%;
    display:table-row;
}
.side .sideBox .sideBoxs .box>ul>li p.head{
    width:178px;
    text-align: center;
    background: #F3F3F9;
    font-size: 18px;
    font-weight: bold;
    color: #3D70CD;
    display:table-cell;
    vertical-align: middle;
    padding:25px 0;
    border-bottom:1px dashed #E8E7F1;
    font-family: SourceHanSansSCBold;
}
.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;
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    line-height: 30px;
    margin-right:50px;
    position: relative;
    font-family: SourceHanSansSCMedium;
}
.side .sideBox .sideBoxs .box ul.ctx li::after{
    content:'';
    width:1px;
    height:16px;
    background:#616161;
    position: absolute;
    top:8px;
    right:-25px;
}
.side .sideBox .sideBoxs .box ul.ctx li:last-child:after{
    display:none;
}
.side .sideBox .sideBoxs .box ul.ctx li a{
    color:#616161;
}
.side .sideBox .sideBoxs .box ul.ctx li a:hover{
    color:#3D70CC;
}