#container{
    width: 600px;
    height: 400px;
}
.content{
    width: 100%;
    background-color: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 80px;
}
.content>div{
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    padding: 40px;
}
.content_text{
    width: 520px;
}
.content_text h1{
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.content_text>p{
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.content_text ul{
    color: #000;
    margin-top: 10px;
}
.content_text ul li{
    display: flex;
    height: 45px;
    align-items: center;
}
.content_text ul li .iconfont{
    color: #18b1f2;
    margin-right: 10px;
}
.content_text ul li{
    color: #666;
}
.content_text ul li span{
    color: #333;
}