.contentBox{
    width:100%;
    margin:0 auto;
    margin-bottom:20px;
    overflow: hidden;
}
.side.right{
    width:100%;
    float:initial;
    background:none;
    box-shadow: 0;
    overflow: hidden;
    padding:0;
}
.side.right .title{
    display:none;
}

.item{
    overflow: hidden;
    margin-bottom:8px;
}
.item .title{
    background:#fff;
}
.item .title img{
    width:100%;
}
/* .side.right .list li{
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    background:#fff;
    margin-bottom:8px;
    padding:30px 25px;
    box-sizing: border-box;
}
.side.right .list ul li a{
    text-overflow: initial;
    white-space: initial;
    line-height: 56px;
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.side.right .list li span{
    display:block;
    font-size: 24px;
    font-weight: 500;
    color: #989898;
    margin-top:8px;
}
.side.right .list li i{
    width:30px;
    height:30px;
    display:block;
    background:url(m01@2x.png) no-repeat;
    background-size: contain;
    float:right;
    margin-top:24px;
}
.side.right .list li:nth-child(1) .img,.side.right .list li:nth-child(2) .img{
    float:left;
    width:250px;
    height:141px;
    margin-right:40px;
} */




.side.right .list ul li{
    padding:30px 33px;
    box-sizing: border-box;
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    background:#fff;
    margin-bottom:8px;
    overflow:hidden;
}
.side.right .list ul li a{
    float:initial;
    text-overflow: initial;
    white-space: initial;
    line-height: initial;
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.side.right .list ul li::before{
    display:none;
}
.side.right .list ul li:nth-child(5n){
    margin-bottom:8px;
}
.side.right .list ul li span{
    float:initial;
    font-size: 24px;
    font-weight: 500;
    color: #989898;
    line-height: 56px;
}
.side.right .list ul li .img{
    display:block;
    float:left;
    width:250px;
    height:190px;
    margin-right:40px;
}
.side.right .list ul li .img img{
    width:100%;
    height:141px;
}
.side.right .list ul li::after{
    content: '';
    width:30px;
    height:30px;
    display:block;
    /* background:url(m01@2x.png) no-repeat; */
    background-size: contain;
    float:right;
    margin-top:30px;
}






.baseList li{
    padding:33px;
    box-sizing: border-box;
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    background:#fff;
    margin-bottom:8px;
}
.baseList li span{
    display:block;
    font-size: 24px;
    font-weight: 500;
    color: #989898;
    margin-top:8px;
}
.baseList li i{
    width:30px;
    height:30px;
    display:block;
    /* background:url(m01@2x.png) no-repeat; */
    background-size: contain;
    float:right;
    margin-top:24px;
}
.baseList li:nth-child(1) .img,.baseList li:nth-child(2) .img{
    float:left;
    width:250px;
    height:141px;
    margin-right:40px;
}
.baseList li img{
    width:100%;
    height:100%;
}