﻿@charset "utf-8";


/* =================头部样式================= */
.mid-head{
	position: relative;
	background: url("/yl_oa_api/siteManageFront/templateManage/file/46cbfaf0e53849cda083c85463f57f2c/images/bnbg.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 100px; 
}
.mid-head .w_1300{position: relative;}

.mid-path {
	width: 100%;
	color: #77899E;
	font-size: 14px;
	padding-top: 24px;
    padding-bottom: 28px;
}
.mid-path a {color: #77899E;}
.mid-path a:hover {color: #37AAD9;}

.mid-main-title {
	position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #39A7D9;
    line-height: 50px;
    margin-bottom: 15px;
	z-index: 3;
}
.mid-sub-title {
    font-size: 16px;
    color: #1E3A5F;
    line-height: 22px;
	padding-bottom: 40px;
}

.mid-logo {
    position: absolute;
    right: 0;       
    top: 50%;            
    transform: translateY(-50%);
    height: 100%;        
    width: auto;
	z-index: 2;
}

.mid-tab-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px; 
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
    z-index: 10;
}
.mid-tab-list {
	position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
	z-index: 100;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
}
.mid-tab-list li {
    list-style: none;
    margin-right: 40px;
    height: 56px;
	line-height: 56px;
	text-align: center;
    display: flex;
    align-items: center;
}
.tab-item {
    font-size: 18px;
    color: #1E3A5F;
    height: 100%;
    position: relative;
	display: block;
}
.tab-item.current,li.current .tab-item,.tab-item:hover {
    color: #39A7D9;
    font-weight: bold;
}
.tab-item.current::after,li.current .tab-item::after,.tab-item:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #39A7D9;
}
.pc-hide{display: none;}

/* ==============响应式============== */
@media screen and (max-width: 1000px) {
	.mid-path,.mid-sub-title{ display: none; }
	.mid-head{ height: 140px; }
	.mid-head .w_1300{ height: 100%; }
    .mid-main-title {
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 32px; 
	    line-height: 40px;
	    margin-bottom: 0;
    }
	.mid-tab-wrap{
		margin: 0 20px;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		bottom: -24px
	}
  .mid-tab-wrap::-webkit-scrollbar {
    display: none !important;
}
	.mid-tab-list {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;    
        overflow-y: hidden;
        padding: 0 15px;
        min-width: max-content;
        scrollbar-width: none;
    }
	.mid-tab-list::-webkit-scrollbar { display: none; }
	.pc-hide{ display: block; }
	.mid-tab-list li{
		margin-right: 14px;
		line-height: 48px;
		height: 48px;
	}
	.tab-item{ font-size: 15px; }
}
@media screen and (max-width: 500px) {
	.mid-logo{right: -10%;}
}
/* 外层容器 */
.middle {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    overflow: hidden;
}

/* 主体内容 */
.mid-main {
    padding: 80px 0 40px;
    /*overflow: hidden;*/
}
.mid-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mid-title img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 12px;
}




.service-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  z-index: 1;
}

.service-left {
  position: relative;
  width: 600px;
  height: 100%;
  z-index: 2;
}

.service-bg {
  width: 100%;
  height: 420px; 
  object-fit: cover;
  display: block;
}


.service-right {
  position: relative; 
  width: 800px;
  height: auto;
  margin: -350px 0 0 auto; 
  z-index: 3; 
  border-radius: 26px 0;
  color: #1E3A5F;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 3px 10px 1px rgba(61,61,61,0.1);
}


/*
.service-right::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 10%;
  bottom: 10%;
  width: 1px;
  border-left: 2px dashed #ccc;
}
*/
.service-text h3{
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 30px;
	text-align: center;
}
.service-text h3 img,.item-title img {
    width: 20px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 8px;
}
.service-text p{
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 20px;
	text-indent: 2em;
}
.service-text p:last-child{
	padding-bottom: 0;
}

.item-title {
    display: flex;
    align-items: center;
/*    justify-content: center;*/
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 30px;
	color: #1E3A5F;
    text-align: center;
}

/* 医生卡片 */
.doctor-wrap {
    overflow: hidden;
    padding-top: 88px;
}
.doctor-item {
    width: 31.333%;
    height: 220px;
    float: left;
    margin-right: 3%;
    margin-bottom: 80px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    padding: 30px 25px 0;
    position: relative;
    box-sizing: border-box;
}
.doctor-item:nth-child(3n) {
    margin-right: 0;
}
.doc-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    right: 15px;
    overflow: hidden;
}
.doc-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.doc-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1E3A5F;
}
.doc-title {
    display: inline-block;
    background: #EBF6FB;
    color: #3AA8D9;
    padding: 8px 11px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.doc-desc {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media screen and (max-width: 1000px) {

	
	
    .mid-main { padding: 50px 0 20px; }
    .mid-title {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 24px;
    }
    .mid-title img {
        width: 25px;
        height: 25px;
    }
	.service-content{
		padding: 0;
	}
	.service-left{
		width: 60%;
		height: auto;
	}
	.service-bg {
    width: 100%;
    height: auto;
	}
	.service-right{
		width: 80%;
		margin: -30% 0 0 auto;
		padding: 25px 20px;
	}
	.service-text h3 img, .item-title img{
		width: 15px;
		height: 16px;
	}
	.service-text h3{
		padding-bottom: 18px;
		font-size: 15px;
	}
	.service-text p{
		font-size: 13px;
		line-height: 20px;
		padding-bottom: 18px;
	}

    .doctor-item {
        width: 48.5%;
    }
    .doctor-item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .doctor-item:nth-child(3n) {
        margin-right: 3%;
    }
/*	.service-right{
		width: 70%;
		padding: 25px 20px !important;
	}*/
	.item-title{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.service-left{
		width: 80%;
		height: auto;
	}
	.service-bg {
    width: 100%;
    height: auto;
	}
	.service-right{
		margin: -45% 0 0 auto;
	}
	.service-text p{
		padding-bottom: 10px;
	}
    .doctor-item {
        width: 100%;
        margin-right: 0;
        height: 208px;
    }
    .doc-avatar {
        width: 110px;
        height: 110px;
    }
    .doc-name {
        font-size: 20px;
    }
    .doc-title {
        font-size: 11px;
        padding: 7px 12px;
    }
    .doc-desc {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
	    .service-right {
        width: 90%;
	}
	    .service-text p {
        padding-bottom: 5px;
    }
	.doctor-item:last-child{
		margin-bottom: 40px;
	}
}