.contentBox{
    width:1280px;
    margin:0 auto;
    margin-bottom:20px;
}
.side.left{
    width:234px;
    float:left;
}
.side.right{
    width:1027px;
    float:right;
    background:#fff;
    padding:25px 30px 60px 30px;
    box-sizing: border-box;
    box-shadow: 0px 6px 28px 2px rgba(222,222,222,0.32);
    position: relative;
}
.side.right .title{
    width:100%;
    height:32px;
    border-bottom:3px solid #DEDEDE;
    font-size: 18px;
    font-weight: 500;
    margin-bottom:30px;
}
.side.right .title span{
    color: #3D70CD;
    border-bottom:3px solid #3D70CD;
    height:32px;
    display:inline-block;
    font-family: SourceHanSansSC;font-weight:600;
}


.side.right .top{
    overflow: hidden;
    margin-bottom:30px;
}
.side.right .top .device{
    width:580px;
    height:378px;
    float:left;
    position: relative;
}
.side.right .top .device .swiper-container{
    width:580px;
    height:378px;
}
.swiper-slide{
    position: relative;
}
.swiper-slide p{
    width:100%;
    height:50px;
    position: absolute;
    left:0;
    bottom:0;
    background: #3D70CD;
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    padding:14px 20px;
    box-sizing: border-box;
}
.swiper-slide p a{
    width:470px;
    line-height:50px;
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side.right .top .device img{
    width:100%;
    height:328px;
}

.side.right .top .pagination{
    position: absolute;
    bottom:16px;
    right:20px;
    width:80px;
    height:20px;
    z-index: 9;
    text-align: right;
}
.side.right .top .pagination span{
    width: 6px;
    height: 6px;
    display:inline-block;
    background: #6196D1;
    border-radius: 0;
    margin-left:6px;
    cursor:pointer
}
.side.right .top .pagination span.swiper-active-switch{
    background:#E30000;
}


.side.right .top .news{
    width:360px;
    height:382px;
    float:right;
}
.side.right .top .news h2{
    height:33px;
    font-size: 20px;
    font-weight: bold;
    color: #3D70CD;
    margin-bottom:20px;
    position: relative;
    font-family: SourceHanSansSC;font-weight:600;
}
.side.right .top .news h2::before{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width:39px;
    height:3px;
    background:#6196D1;
}
.side.right .top .news p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-bottom:10px;
    font-family: SourceHanSansSC;font-weight:600;
}
.side.right .top .news ul li{
    overflow: hidden;
    line-height:34px;
    position: relative;
    padding-left:14px;
    box-sizing: border-box;
    font-family: SourceHanSansSC;font-weight:400;
}
.side.right .top .news ul li::before{
    content:'';
    width:4px;
    height:4px;
    background: #6196D1;
    border-radius: 50%;
    position: absolute;
    top:15px;
    left:0;
}
.side.right .top .news ul li a{
    width:260px;
    display:block;
    float:left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:18px;
    
}
.side.right .top .news ul li span{
    float:right;
}





.side.right .list ul li{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 56px;
    border-bottom:1px dashed #DEDEDE;
    padding-left:30px;
    position: relative;
    font-family: SourceHanSansSC;font-weight:400;
    overflow: hidden;
}
.side.right .list ul li::before{
    width:4px;
    height:4px;
    background:#6196D1;
    border-radius: 50%;
    content:'';
    position: absolute;
    top:25px;
    left:15px;
}
.side.right .list ul li:nth-child(5n){
    margin-bottom:50px;
}
.side.right .list ul li a{
    display:block;
    float:left;
    width:800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.side.right .list ul li span{
    float:right;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 56px;
}
.side.right .list ul li .img{
    display:none;
}