/* 顶部快捷导航 */
.guide_nav { margin-top: 50px; display: flex; justify-content: space-evenly; flex-wrap: wrap; background: url(../images/bg_line.png) repeat-x center;}
.guide_navli { background: #fff; display: flex; flex-direction: column; align-items: center;}
.guide_navli span { font-size: 22px; margin-top: 10px; }   
.guide_navli span:hover { color: #355e87; }

.jy_active { color: #355e87; }

/* 内容 */

/* 医保 */
.yibao_list { display: flex; flex-wrap: wrap; justify-content: space-between;}
.yibao_li { background: #f5f5f5; padding: 20px 30px; list-style: none; margin-bottom: 20px;}
.yibao_newstitle { margin-bottom: 15px; font-size: 17px; line-height: 30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.yibao_newstime { color: #999; font-size: 14px; }

/* 交通线路 */
/* 联系我们 */
.left_map { background: #ddd;}
.rigth_contact { background: url(../images/bg_add.jpg) no-repeat center center; background-size: cover; padding: 60px 40px;}
.rigth_contact span { color: rgba(255, 255, 255, 0.6); font-size: 18px; font-weight: bold;}            
.rigth_contact p { color: #fff; line-height: 1.7em; text-align: justify; margin-top: 10px;}    
.contact_ul { display: flex; align-items: center; }
.contact_i1 { width: 24px; height: 24px; margin-right: 8px; background: url(../images/icon_add.png) no-repeat center center; background-size: cover; }
.contact_i2 { width: 24px; height: 24px; margin-right: 8px; background: url(../images/icon_bus.png) no-repeat center center; background-size: cover; }


/* 根据媒体查询 */
@media (max-width:768px){

}


@media (min-width: 768px) {
 .yibao_li { width: 48%;}

 

}

@media (min-width:902px){

}



@media (min-width:1200px){
    /* 联系我们 */
    .contact_wrap { display: flex;}
    .left_map { width: 67%;}
    .rigth_contact { width: 33%;  }
}

