.content{
    background: url(../img/film/red.jpg) no-repeat center;
}
.content h2{
    font-size: 40px;
    color: #000;
    text-align: center;
    padding: 80px 0 0px 0;
    
}
.content ul{
    width: 1200px;
    height: 820px;
    margin: 40px auto;
    
}

.content ul li{
    float: left;
    width: 360px;   
    box-shadow: 0px 3px 19px 0px rgba(40, 44, 71, 0.18);
    margin: 10px; 
    background: #fff;
    border-radius: 8px;
    /* background: url(../img/home/banner.jpg) no-repeat center; */

}
.content ul li img{
    width: 80px;   
    height: 80px;
    margin:0 140px;
}

.content ul li i{
    display:block;
    color: #000;
    font-size: 24px;
    margin: 40px 20px 10px;
    font-weight: 600px;
}
.content ul li p{
    color: #000;
    font-size: 18px;
    margin: 0px 20px 20px;
}

.icon{
    width: 1200px;
    height: 200px;
    margin: auto;
}
.icon p{
    text-align: center;
    font-size: 22px;
    color: #000000;
    margin: 30px 0px;
}
.icon ul li{
    float: left;
    margin: 0 30px;
}


