
.jh_bus div { padding:20px 15px; }

/* h3 */
.jh_bus h3 {
	font-size:17px;
    font-weight:500;
    margin-bottom:10px;
    margin-left:15px;
}
.jh_bus h3 span { display:inline-block; margin-right:5px; margin-left:-15px; }
.jh_bus h3 span:before {
	display:block;
    content:'';
    width:8px;
    height:7px;
    background-color:#9e0000;
    vertical-align:middle;
}
.jh_bus h3 span:after {
	display:block;
    content:'';
    width:8px;
    height:7px;
    background-color:#c4c4c4;
    vertical-align:middle;
}

/* p */
.jh_bus p {
	font-size:13.5px;
    line-height:1.5;
    color:#595959;
}
.jh_bus p.bg_g {
	border:5px solid #e4e4e4;
    background-color:#f6f6f6;
    padding:25px 10px;
}


/* .cont1 */
.jh_bus .cont1 {
	width:100%;
    height:200px;
    background: url(/app/dubu_sourcecode/docs/imgs/1484725554_bus_img03.png) no-repeat center;
    background-size:auto 100%;
}


/* div.cont2 */
.jh_bus .cont2 { padding-bottom:0; }


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

/* mobile */
@media screen and (max-width:768px){
}
