.aboutNav-rt{
   
    background: url('../images/applic.png') no-repeat left center;
}
.content{
    width: 1100px;
    margin: 40px auto 0;
}
.cont01{
    margin-bottom: 70px;
}
.content h2{
    color: #0961bb;
    font-size: 30px;
    text-align: center;
    padding-bottom: 11px;
    background: url('../images/appline.png')no-repeat center bottom;
    margin-bottom: 42px;
}
.content p{
    color: #4c4c4c;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 60px;
    text-indent: 2em;
}
.cont-info .img{
    float: left;
    width: 350px;
    margin-right: 30px;
}
.cont-list{
    float: right;
    width: 720px;
    /* height: 238px; */
    background: #f7f7f7;
    overflow: hidden;
}
.content h6{
    font-size: 16px;
    margin-top: 18px;
    text-align: center;
}
.piclist{
    width: 680px;
    padding-bottom: 24px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden; 
    white-space: nowrap;
    margin-top: 20px;
}
.piclist li{
    display: inline-block;
    
}
.piclist li img{
    display: block;
    /* width: 137px; */
    height: 136px;
}
.piclist li span{
    display: block;
   text-align: center;
   font-size: 16px;
   margin-top: 12px;
}
.piclist li:nth-child(n+2){
    margin-left: 38px;
}