* {
    margin: 0;
    padding: 0;
}
.station{
    height: 40px;
}
.position {
    line-height: 16px;
    font-size: 16px;
}
.position img{
    vertical-align: text-top;
}
.position :nth-child(3){
    color: #d20b0e;
}
.main{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.main div{
    display: inline-block;
    height: 186px;
    width: 30.33%;
    margin: 10px 5px;

}
.main div img{
    height: 150px;
    width: 100%;
}
.main div span{
    width: auto;
    height: 36px;
    margin: 0 5px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    color: black;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media screen and (min-width:320px) {
    .main div{
        margin: 10px 4px;
    }
}




