/*
底部
*/
.bottom{
    padding-top: 40px;
    padding-bottom: 20px;
    width: 100% ;
    background-color: #191e32;
}
.bottom .bottom-content{
    height: 200px;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content:space-between;
}
.content-left{
    color: rgb(179,179,181);
    display: flex;
}
.content-left li{
    font-size: 16px;
    margin-top: 15px
}
.content-right{
    display: flex;
    color: rgb(179,179,181);
}
.detailed{
    margin: 15px 0 0 30px;
    font-size: 16px;
    line-height:52px;
}
.text{
    color: rgb(150,151,156);
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
}