.comb_cons{
    margin-top: 40px;
}
.comb_cons p{
    font-size: 20px;
    color: #333333;
}
.comb_cons h2{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin: 35px 0;
}
.comb_cons i{
    color: #003c78;
    font-weight: bold;
}
.comb_cons h1{
    margin: 25px 0 10px;
    font-size: 30px;
    font-weight: bold;
    color: #003c78;
}
.cam_fei{
    margin-top: 30px;
}
.cam_fei>ul>li{
    float: left;
    margin-right: 0.18%;
    width: 17.15%;
}
.cam_fei>ul>li:last-child{
    margin-right: 0;
}
.cam_fei>ul>li:first-child{
    width: 13.15%;
}
.cam_fei>ul>li:first-child .cam_tit{
    background: #eeeff1;
}
.cam_fei>ul>li:first-child .cam_tit p{
    color: #333333;
}
.cam_fei>ul>li:first-child .cam_list{
    background: #eeeff1;
}
.cam_fei>ul>li:first-child  .cam_list p{
    color: #333333;
    line-height: 22px;
}
.cam_tit{
    border-radius: 4px;
    margin-bottom: 2px;
    text-align: center;
    background: #003c78;
    padding-bottom: 12px;
    min-height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.cam_tit p{
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
}
.cam_list{
    height: 460px;
    background: #be8a43;
    border-radius: 4px;
    text-align: center;
    padding-top: 20px;
}
.cam_list p{
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    line-height: 40px;
}
.cam_list_c{
    display: flex;
    align-items: center;
    justify-content: center;
}