/* about样式 */
.page_content { display: flex; flex-wrap: wrap; justify-content: space-between;}
.about_title { font-size: 32px; color: #355e87; margin-bottom: 20px; }
.right_img { background: url(../images/about01.jpg)no-repeat center center; background-size: cover; }
.left_img { background: url(../images/about02.jpg)no-repeat center center; background-size: cover; }
.about_text {font-size: 18px; color: #666; text-align: justify; line-height: 1.8em; text-indent: 2em }
.page_wrap img { margin: 0 auto;}

/* 联系我们 */
.contact_wrap { margin-top: 30px;}
.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; }

.honerimg_title { font-size: 18px; margin-top: 10px; text-align: center; }
/* 医院荣誉 */
.honer_li { margin-bottom: 30px; padding: 0 10px; }
.honer_imgbox { width: 100%; background: #fff; position: relative; overflow: hidden; border: 1px solid #dddddd;}


.honer_imgcover { width: 90%; height: 87%; overflow: hidden; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto;  }
.honer_img { position: absolute; left: 0; right: 0; top: 0; bottom: 0;  max-width: 100%; max-height: 100%; margin: auto;}
.honer_border { border: 1px #763a27 solid; }

/* 专科建设、人才引进、医院联盟等电子相册 */
.photos_wrap { margin: 0 auto; display: flex; justify-content: space-between; flex-direction: row-reverse;}
.bigphotos_wrap { width: 80%; background: #ddd; position: relative; }
.sltphotos_wrap { width: 17%; overflow-y:auto; overflow-x: hidden;}
.photos_li  { width: 100%; border: 1px solid #eeeeee; margin-bottom: 5px; }
.photos_title { width: 100%; height: 50px; background: rgba(0, 0, 0, 0.4); position: absolute; bottom: 0px; 
                color: #fff; font-size: 18px; line-height: 50px; text-align: center; }
.bigphotos { width: 100%; height: 100%; object-fit: cover; }
.photos_img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width:768px){
    /* about样式 */
    .about .left { width: 100%; }
    .about .right { width: 100%; margin-top: 30px; }
    .right_img, .left_img { height: 330px; }
    .page_content {  padding: 0; }
    .honer_ul { display: flex; justify-content: center; flex-wrap: wrap; }
    .honer_li { width: 50%; }
    .honer_imgbox { height: 135px; }
    .honer_li { margin-bottom: 15px; padding: 0 5px;}
    
    /*相册*/
    .photos_wrap { height: 220px; }
    .photos_li { height: 42px; }
    
    /*联系我们*/
    .rigth_contact { padding: 30px 20px; }
    .contact_wrap { margin-top: 10px; }
    .title_h1 { font-size: 30px; }
}

@media (min-width: 768px){
    /* 中间导航 */
   .minnav_ul li a.active { color: #763a27;}
    /* about样式 */
    .about .left { width: 100%; }
    .about .right { width: 100%; margin-top: 30px; }
    .right_img, .left_img { height: 330px; }
    .page_content {  padding: 0; }
    
    /* honer样式 */
    .honer_imgbox { height: 180px; }
    .page_honercontent { margin-top: 10px;}
    .photos_li { height: 90px; }
    
    /*相册样式*/
     .photos_wrap { height: 480px; }

    /* .about .left { width: 100%; }
    .about .right { width: 100%; margin-top: 30px; } */
    .honer_ul { display: flex; flex-wrap: wrap; justify-content: center }
    .honer_li { width: 33.3%; }
    .honer_img { transition: all .5s }
    .honer_img:hover { transform: scale(1.15) }   
}



@media (min-width:992px){
    /* 专科建设、人才引进、医院联盟等电子相册 */
    .photos_wrap { width: 990px; height: 520px; }
    .photos_li { height: 100px; }
    
     /* 联系我们 */
    .contact_wrap { display: flex;}
    .left_map { width: 67%;}
    .rigth_contact { width: 33%;  }
}



@media (min-width:1200px){
    /* about样式 */
    .about .left { width: 48%; }
    .about .right { width: 48%; margin-top: 0px; }
    .page_content { padding: 20px 0; }
    .right_img, .left_img { height: 100%; }

    .honer_ul { display: flex; flex-wrap: wrap; justify-content: flex-start }

    .honer_imgbox {height: 250px;}
    


     
}