.clear{
    width:0;
    height:0;
    overflow: hidden;
    clear:both;
    margin-bottom:47px;
}
.contentBox{
    width:1280px;
    margin:0 auto;
    margin-bottom:20px;
}
.side.left{
    width:200px;
    float:left;
    overflow: hidden;
}
.side.right{
    width:1065px;
    float:right;
    background:#fff;
    padding:33px 16px 60px 16px;
    box-sizing: border-box;
    box-shadow: 0px 6px 28px 2px rgba(222,222,222,0.32);
    overflow: hidden;
}


.side.right .panel-left{
    width:730px;
    float:left;
}
.side.right .panel-right{
    width:278px;
    float:right;
    padding-top:30px;
}



.side.right .panel-left .title{
    width:100%;
    height:32px;
    border-bottom:3px solid #DEDEDE;
    font-size: 18px;
    font-weight: 500;
    margin-bottom:30px;
}
.side.right .panel-left .title span{
    color: #3D70CD;
    border-bottom:3px solid #3D70CD;
    height:32px;
    display:inline-block;
    font-weight:bold;
    font-family: SourceHanSansSC;
}
.side.right .panel-left .list ul li{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    font-family: SourceHanSansSC;
    border-bottom:1px dashed #DEDEDE;
    padding-left:30px;
    position: relative;
}
.side.right .panel-left .list ul li a{
    width:580px;
    display:inline-block;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
    line-height: 56px;
}
.side.right .panel-left .list ul li::before{
    width:4px;
    height:4px;
    background:#6196D1;
    border-radius: 50%;
    content:'';
    position: absolute;
    top:25px;
    left:15px;
}
.side.right .panel-left .list ul li:nth-child(5n){
    margin-bottom:50px;
}
.side.right .panel-left .list ul li span{
    float:right;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 56px;
}
.side.right .panel-left .list ul li .img{
    display:none;
}




.side.right .panel-right .block{
    border:1px solid #E6ECEF;
    margin-bottom:25px;
    padding:37px 10px 20px 10px;
    box-sizing: border-box;
    position: relative;
}
.side.right .panel-right .block .title{
    width:243px;
    height:30px;
    background:#F0F7FD;
    position: absolute;
    top:-10px;
    left:15px;
}
.side.right .panel-right .block .title::after{
    content:'';
    display:block;
    width:5px;
    height:8px;
    position: absolute;
    top:-9px;
    left:146px;
    background:url(trs_35.png);
}
.side.right .panel-right .block .title span{
    width:136px;
    height:38px;
    line-height:38px;
    background:#3D70CD;
    color:#fff;
    font-size:18px;
    font-weight:500;
    display:block;
    margin-top:-10px;
    margin-left:10px;
    text-align: center;
    font-family: SourceHanSansSC;
}

.side.right .panel-right .block .box .list li{
    width:230px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
    position: relative;
    padding-left:30px;
    font-family: SourceHanSansSC;
}

.side.right .panel-right .block .box ul.list li::before{
    width:4px;
    height:4px;
    background:#6196D1;
    border-radius: 50%;
    content:'';
    position: absolute;
    top:13px;
    left:15px;
}

.side.right .panel-right .block .tabs{
    text-align: center;
    margin-bottom:17px;
}
.side.right .panel-right .block .tabs span{
    display:inline-block;
    padding:3px 10px;
    font-size: 16px;
    color:#333;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: SourceHanSansSC;
	font-weight:500;
}
.side.right .panel-right .block .tabs span.active{
    font-weight: bold;
    color: #2E6ABC;
    background:#F0F7FD;
}
.side.right .panel-right .block .ctx ul{
    display:none;
}
.side.right .panel-right .block .ctx ul.active{
    display:block;
}
.side.right .panel-right .block .ctx ul li{
    margin-bottom:6px;
}
.side.right .panel-right .block .ctx ul li img{
    width:100%;
}