.bus {
}

.bus img {
	width:100%;
    max-width:830px;
    display:block;
    margin:0 auto 20px;
}

.bus  .bus_2 {
	width:100%;
    display:inline-block;
    margin-bottom:20px;
        
}

.bus h3 {
	background-color:#2190ee;
    color:#fff;
    padding:10px 20px 10px 10px;
    font-size:16px;
    border-radius:0 0 30px;
    display:inline-block;
}

.bus ul {
	width:31%;
    float:left;
    margin:1%;
    border:2px solid #eee;
    height:130px;
}

.bus ul li {
	font-size:14px;
    line-height:1.5;
    padding:5px;
        text-align:center;
}

.bus ul .bus_txt {
	display:block;
    text-align:center;
    font-weight:bold;
    color:#2190ee;
    font-size:17px;
    border-bottom:1px solid #ddd;
    background-color:#eee;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .bus ul {
    	width:100%;
        height:inherit;
        float:none;
        margin-left:0;
        margin:10px 0;
    }
}
