.el-banner{
	margin-top: 1.5rem !important;
}
.el-banner-left{
	padding-right: 1rem;
	box-sizing: border-box;
}
.el-banner-left .el-carousel__container{
	height: 355px;
}
.el-banner-left .el-carousel__container img{
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.el-carousel--horizontal{
	position:relative;
}
.el-carousel__indicators--outside{
	position:absolute;
	bottom: 0;
}
.el-carousel__indicators--outside button{
	background-color:#f67f9c;
}
.el-carousel__button{
	width:.7rem;
	height:.7rem;
}

.el-banner-view{
	padding: 1rem;
	border: 1px solid #f3f3f3;
	box-shadow: 0px 1px 10px #eaeaea;
}
.el-banner-view ul li:first-child a{
	color: #232222;
	font-size: 1.1rem;
}
.el-banner-view ul li:not(:first-child){
	font-size: .95rem;
	margin-top: .75rem;
	align-items: center;
}
.el-banner-view ul li:not(:first-child) i{
	padding-right: .7rem;
	font-style:normal;
	color:#08aeea;
}
.el-banner-view ul li:not(:first-child) a{
	color: #555;
}

.el-index-title{
	width: 100%;
	border-bottom: 1px #dcdcdc solid;
	justify-content:center;
	position:relative;
	height: 4rem;
	margin-bottom: 3rem !important;
}
.el-index-title>h2{
	align-items: center;
	padding: .8rem 1rem;
	margin:0;
	font-weight: normal;
	position: absolute;
	bottom: -1.8rem;
	background-color: #fff;
}
.el-index-title>h2 a.typename{
	font-size: 1.8rem;
	color: #0c0c0c;
}
.el-index-title>h2>i{
	font-style:normal;
	color: rgb(155 157 163);
	padding-left: .5rem;
}
.el-index-title>h2 a.more{
	display:block;
	font-size: .8rem;
	padding-left: 1.5rem;
}
.el-index-title>h2 a.more,.el-index-title>h2 a.more i{
	color: #08b6ef;
}
.index-border{
	padding-top: 1rem;
}
.index-hospital{
	margin-top: 1rem !important;
}
.index-hospital-left .left-list{
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-hospital-left .left-list li{
	margin-right:2%;
	width:32%;
	margin-bottom: 1rem;
}
.index-hospital-left .left-list li:nth-child(3n){
	margin-right:0;
}
.index-hospital-left .left-list li:nth-child(n+4){
	margin-bottom:0;
}
.index-hospital-left .left-list li a:first-child{
	width: 30%;
	height: 8rem;
}
.index-hospital-left .left-list li a:first-child img{
	display: block;
	width: 100%;
	height: 8rem;
	object-fit: cover;
}
.index-hospital-left .left-list li p{
	margin-top:.5rem;
	font-size: .95rem;
	color: #797979;
}
.index-hospital-right,.index-doctor-left{
	padding-left: 1.5rem;
	box-sizing: border-box;
}
.index-hospital-right ul li{
	margin-bottom: .92rem;
	font-size: .95rem;
}
.index-hospital-right ul li:last-child{
	margin-bottom:0;
}
.index-hospital-right ul li i{
	padding-right: .5rem;
	color: #e1e1e1;
	font-style: normal;
}
.index-hospital-right ul li a{
	color:#555;
}
.index-doctor-right{
	padding-left: 0;
}

.index-price-left,.index-price-right{
	box-sizing:border-box;
}
.index-price-left{
	padding-right: 1rem;
}
.index-price-right{
	padding-left: .6rem;
}
.index-price-list dl{
	justify-content:space-between;
}
.index-price-list dl dt{
	width: 25%;
}
.index-price-list dl dt,.index-price-list dl dt img{
	height: 6rem;
}
.index-price-list dl dt img{
	object-fit: cover;
	width: 100%;
}
.index-price-list dl dd{
	width: 73%;
	margin: 0;
}
.index-price-list dl dd a{
	font-size: 1rem;
}
.index-price-list dl dd p{
	color: #999;
	margin-top:.5rem;
	line-height: 1.4rem;
	font-size: .8rem;
	text-align:justify;
	text-indent: 2rem;
}
.index-price-list ul{
	margin-top:1rem;
}
.index-price-list ul li{
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: .9rem;
}
.index-price-list ul li a{
	width: 80%;
	font-size: .95rem;
}
.index-price-list ul li a i{
    color: #e1e1e1;
    padding-right: .5rem;
    font-style: normal;
}
.index-price-list ul li time{
	width: 20%;
	text-align: right;
	font-size: .8rem;
	color: #a09e9e;
}

@media(max-width: 800px) {
	.el-banner,.index-hospital,.index-price{
		flex-wrap: wrap;
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.el-banner{
		margin-top: 0 !important;
		border: none;
	}
	.el-banner-left{
		padding-right: 0;
	}
	.index-hospital-right{
		padding-left: 0;
		margin-top: 1rem;
	}
	.index-hospital-left{
	   padding-left: 0;
	}
	.index-doctor-right{
		margin-top: 0;
		margin-bottom: 1rem;
	}
	.index-price-left{
		padding-right: 0;
	}
	.index-price-right{
		padding-left: 0;
	}
}

@media(max-width: 480px) {
	.el-banner-left .el-carousel__container {
	    height: 280px;
	}
	.el-index-title{
		margin-bottom: 2rem !important;
	}
}
@media(max-width: 375px) {
	.el-banner-left .el-carousel__container {
	    height: 200px;
	}
	.index-hospital-left .left-list li{
		width: 49%;
	}
	.index-hospital-left .left-list li:nth-child(2n){
		margin-right: 0;
	}
	.index-price-list ul li a{
		width: 70%;
	}
	.index-price-list ul li time{
		width: 30%;
	}
}

@media(max-width: 360px) {
	.index-price-list ul li a{
		width: 75%;
	}
	.index-price-list ul li span{
		width: 25%;
	}
	}
}
