/* 
* @Author: anchen
* @Date:   2021-08-13 10:49:48
* @Last Modified by:   anchen
* @Last Modified time: 2021-08-16 11:53:15
*/

.about-banner.wpo-breadcumb-area:before{
    background:none;
}
.about-banner.wpo-breadcumb-area {
    background: url(/addons/WebSites/frontend/resources/img/hospital-10.png) no-repeat center top/cover;
    min-height: 800px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.wpo-section-title h2{
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

/*通栏图适配*/
@media only screen and (max-width: 320px) {
    .wpo-hero-slider {
        width: 100%;
        height: 150px;
    }
}
@media only screen and (min-width: 320px) {
    .wpo-hero-slider {
        width: 100%;
        height: 170px;
    }
}
@media only screen and (min-width: 375px) {
    .wpo-hero-slider {
        width: 100%;
        height: 170px;
    }
}
@media only screen and (min-width: 425px) {
    .wpo-hero-slider {
        width: 100%;
        height: 190px;
    }
}
@media only screen and (min-width: 525px) {
    .wpo-hero-slider {
        width: 100%;
        height: 240px;
    }
}
@media only screen and (min-width: 625px) {
    .wpo-hero-slider {
        width: 100%;
        height: 290px;
    }
}
@media only screen and (min-width: 725px) {
    .wpo-hero-slider {
        width: 100%;
        height: 340px;
    }
}
@media only screen and (min-width: 825px) {
    .wpo-hero-slider {
        width: 100%;
        height: 380px;
    }
}
@media only screen and (min-width: 925px) {
    .wpo-hero-slider {
        width: 100%;
        height: 420px;
    }
}
@media only screen and (min-width: 1025px) {
    .wpo-hero-slider {
        width: 100%;
        height: 460px;
    }
}
@media only screen and (min-width: 1125px) {
    .wpo-hero-slider {
        width: 100%;
        height: 500px;
    }
}
@media only screen and (min-width: 1225px) {
    .wpo-hero-slider {
        width: 100%;
        height: 550px;
    }
}
@media only screen and (min-width: 1440px) {
    .wpo-hero-slider {
        width: 100%;
        height: 620px;
    }
}

@media only screen and (min-width: 1640px) {
    .wpo-hero-slider {
        width: 100%;
        height: 800px;
    }
}

@media only screen and (min-width: 1840px) {
    .wpo-hero-slider {
        width: 100%;
        height: 900px;
    }
}


/* 科室详情 */

/*.hospital-info.wpo-gallery-section .wpo-gallery-container .grid {
    padding: 0;
    width:33.3333333333%;
}*/
/*.hospital-info.wpo-gallery-section .wpo-gallery-container .wpo-gallery-item{
    width:100%;
}
.hospital-info.wpo-gallery-section .wpo-gallery-container .wpo-gallery-item .line{
    display:block;
    height:2px;
    background:#fff;
    width:30%;
    margin:0 auto;
}
.hospital-info.wpo-gallery-section .wpo-gallery-container .wpo-gallery-item p{
    color : #fff;
}*/

.room-info{
    margin-top: 80px;
}
.room-info .col {
    padding:0;
}

.room-info .room-item {
    height: 330px;
    overflow:hidden;
    position:relative;

}

.room-info .room-item img{
    height:100%;
    width:100%;
}

@keyframes room-ani {
    from {
        /*background-color: red;*/
        width:100px;
    }
    to {
        /*background-color: yellow;*/
        width:80%;
    }
}
@keyframes room-img-ani {
    from {
        width:100%;
        height:100%;
    }
    to {
        width:110%;
        height:110%;
    }
}
@keyframes room-board-ani {
    from {
        background:red;
        opacity: 0.2;
    }
    to {
        background:none !important;
        opacity: 0.5;
    }
}

.room-info .room-item:hover .line{
    animation-name: room-ani;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.room-info .room-item:hover img{
    animation-name: room-img-ani;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.room-info .room-item:hover .room-board{
    animation-name: room-board-ani;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.room-info .room-item .room-board{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background:red;
    opacity: 0.1;
}
.room-info .room-item .room-text{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    
    padding:150px 0;
    text-align: center;
}
.room-info .room-item .room-text h3,
.room-info .room-item .room-text p{
    color:#fff !important;
    text-indent: 0;
    padding-top: 0;
}
.room-info .room-item .room-text .line{
    width:100px;
    background:#fff;
    height: 2px;
    margin: 20px auto 50px;
}

.another .room-board{
    background:#c98b28 !important;
}


/**/
/*.maodian {
    width: 100%;
    height: 101px;
    background: url(/addons/WebSites/frontend/resources/img/maodian.png);
    padding-left: 20%;
	padding-bottom: 30px;
	border-bottom: 3px solid #AC1F24;
}

.maodian div {
    width: 20%;
    float: left;
}

.maodian div a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A92611;
    padding-bottom: 38px;
    border-bottom: none;
}

.maodian div a:hover {
    border-bottom: 3px solid #AC1F24;
}*/

/*  */

.hospital-team{
    min-height: 500px;
}
.team-list{
    margin-top: 80px;;
}
.team-item{
    list-style: none;
    width:25%;
    height:300px;
    display:block;
    float:left;
    background-image:url("/addons/WebSites/frontend/resources/img/empty-1.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;

}

.team-item.b1{
    background-image:url("/addons/WebSites/frontend/resources/img/empty-2.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    box-shadow: 0 0 1px #ccc;
}

.team-item .avatar{
    float:right;
    width:130px;
    height:170px;
    position:relative;
}
.avatar-box{
    overflow: hidden;
    height:170px;
    width:130px;
    box-shadow: 0 0 4px #ccc;
}
.team-item .avatar img{
    width:100%;
}
.square{
    width:30px;
    height:30px;
    background:#AC1F24;
    position:absolute;
    bottom:-10px;
    left:-10px;
}

@keyframes room-square-ani {
    from {
        bottom:-10px;
        left:-10px;
    }
    to {
        bottom:0;
        left:0;
    }
}
@keyframes room-square-img-ani {
    from {
        width:100%;
    }
    to {
        width:110%;
    }
}
.team-item:hover .avatar .square {
    animation-name: room-square-ani;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.team-item:hover .avatar img{
    animation-name: room-square-img-ani;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.team-item .info{
    width:100%;
    padding: 150px 20px 80px;
}

.team-item .info .docter a{
    color:#AC1F24;
}
.team-item .info .docter{
    line-height: 35px;
    padding-left: 15px;
    color:#AC1F24;
    font-size: 32px;
}

.team-item .info .work{
    line-height: 1.5rem;
    padding-left: 15px;
    color:#666;
    font-size: 0.8rem;
    margin-top: 15px;
}

.team-item .info .desc{
    line-height: 1.5rem;
    padding-left: 15px;
    color:#666;
    font-size: 0.8rem;
}


@media only screen and (max-width: 767px) {
    .team-item {
        width:50%;
    }

    .team-item .avatar{
        float:right;
        width:100px;
        height:120px;
        position:relative;
    }
    .avatar-box{
        overflow: hidden;
        height:120px;
        width:100px;
    }
    .team-item .info .docter{
        line-height: 18px;
        padding-left: 15px;
        color:#AC1F24;
        font-size: 18px;
    }
}

@media only screen and (min-width: 767px) {
    .team-item {
        width:33.3333333%;
    }
    .team-item .avatar{
        float:right;
        width:115px;
        height:140px;
        position:relative;
    }
    .avatar-box{
        overflow: hidden;
        height:140px;
        width:115px;
    }
    .team-item .info .docter{
        line-height: 24px;
        padding-left: 15px;
        color:#AC1F24;
        font-size: 24px;
    }
}

@media only screen and (min-width: 1280px) {
    .team-item {
        width:25%;
    }
    .team-item .avatar{
        float:right;
        width:130px;
        height:170px;
        position:relative;
    }
    .avatar-box{
        overflow: hidden;
        width:130px;
        height:170px;
    }
    .team-item .info .docter{
        line-height: 32px;
        padding-left: 15px;
        color:#AC1F24;
        font-size: 32px;
    }
} 

#news .wpo-section-title{
    margin:60px 0;
}
/*  */
.article-item .content {
    padding-right: 80px;
}
.article-item .date{
    /*display:inline-block;*/
    /*background-image:url("/addons/WebSites/frontend/resources/img/bank31.png");*/
    /*background-repeat:no-repeat;*/
    /*background-size:100% 100%;*/
    /*-moz-background-size:100% 100%;*/
    /*width:150px;*/
    /*line-height: 35px;*/
    /*padding-left: 15px;*/
    /*font-size: 14px;*/
    /*margin-bottom: 30px;*/
    /*color: #AC1F24;*/
    display: inline-block;
    background-image: url(/addons/WebSites/frontend/resources/img/bank31.png);
    background-repeat: no-repeat;
    line-height: 25px;
    padding: 5px 15px 5px 10px;
    margin-bottom: 30px;
    color: #AC1F24;
    background-size: 100% 90%;
}
.hospital-article{
    min-height: 500px;
    margin-top: 50px;
}

.hospital-article .more,
.hospital-article .more a{
    text-align: center;
    line-height: 1.5rem;
    color:#999;
    font-size: 14px;
    cursor: pointer;
    margin: 50px 0;
}

.article-item{
    margin-top: 10px;
}

.article-item .title,
.article-item .title a{
    line-height: 35px;
    color:#000;
    font-size: 24px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*加一个*/
.article-item .title a:hover {
  color: #AC1F24;
}

.article-item .info{
    line-height: 35px;
    color:#ccc;
    font-size: 14px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.article-item img{
    width: 100%;
}

/*  */
.hospital-contact{
    margin-top: 30px;
}
.hospital-contact .map{
    background:#ccc;
    min-height: 350px;
}

.hospital-contact .address p:nth-child(1),
.hospital-contact .hot-line p:nth-child(1){
    font-size: 1.1rem;
}
.hospital-contact .address{
    padding-top: 30px;
}
.hospital-contact p,
.hospital-contact a{
    color:#eee;
    font-size: 1rem;
}
.hospital-contact h2{
    color:#fff;
}
.hospital-contact {
    background-image:url("/addons/WebSites/frontend/resources/img/contact-1.png");
    background-repeat:no-repeat;
    background-size: cover;
    -moz-background-size:cover;
    margin-bottom: -30px;
    border-bottom: #AC1F24 5px solid;
}

.hospital-contact .wpo-support-wrapper{
    padding:80px 0;
}