*{
    margin:0;
    padding:0;
}

#newBridge #nb_icon_wrap{display:none;}
#last{
    width: 100%;
    overflow: hidden;
    background: #f1faf5;
    padding: 50px 0;
}
#last ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px dashed #e56e28;
    color: #e56e28;
    padding: 15px 0;
}
#last ul li{
    list-style: none;
}
#last ul li a{
    text-decoration: none;
    color: #e56e28;
}
#last ul li a:hover{
    color: #e56e28;
}

.ewm{
    width: 1100px;
    margin: 20px auto;
    color: white;
    display: flex;
    justify-content: space-between;
}
.ewm p{
    font-size: 13px;
    line-height: 30px;
    color: #666666;
}

.last_p{
    width:1100px;
    text-align:center;
    margin:0 auto;
    color: darkgrey;
    font-size: 13px;
}
.last_p a{
    text-decoration:none;
    color: darkgrey;
}
.ewm_ewm{
    display:inline-block;
    margin:0 10px;
}
.ewm_ewm img{
    width:100%;
}
.ewm_ewm p{
    font-size:15px;
    text-align:center;
}