@charset "utf-8";
.zt-banner {
    width: 100%;
}

.zt-banner img {
    width: 100%;
    height: auto;
}
.zt-con1{
	padding: 0.97rem 0.72rem 0;
}
.zt-title{
    font-size: 0.72rem;
    line-height: 0.92rem;
    font-weight: bold;
    color: #2480C2;
    text-align: center;
}
.zt-entitle{
    font-size: 0.34rem;
    line-height: 0.34rem;
    font-weight: 300;
    color: #79AFD6;
    text-align: center;
    margin-top: 0.17rem;
}
.zt-con1 .zt-con1-desc{
	font-size: 0.38rem;
	font-weight: 400;
	color: #565656;
	line-height: 0.68rem;
	margin-top: 0.62rem;
}
.zt-con1 .zt-con1-edesc{
	font-size: 0.34rem;
	font-weight: 300;
	color: #9D9D9D;
	line-height: 0.36rem;
	margin-top: 0.49rem;
}
.zt-con1 .zt-notice{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0.63rem;
}
.zt-con1 .zt-01{
	width: 0.95rem;
	margin-right: 0.27rem;
}
.zt-con1 .zt-notice-key{
	font-size: 0.44rem;
	font-weight: bold;
	color: #7C7C7C;
	line-height: 0.44rem;
}
.zt-con1 .zt-notice-value{
	font-size: 0.36rem;
	font-weight: 300;
	color: #7C7C7C;
	line-height: 0.36rem;
	margin-top: 0.18rem;
}
.zt-con1 .zt_02{
	width: 9.36rem;
	margin-top: 0.68rem;
}
.zt-con2{
	padding: 1.5rem 0.72rem 0;
}
.zt-con2 .zt_03{
	width: 9.36rem;
	margin-top: 0.92rem;
}
.zt-con3{
	padding: 1rem 0.72rem;
}

.doctor_list{
	width: 100%;
}
.doctor_list .doctor_ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.18rem;
}
.doctor_list .doctor_li{
	width: 4.32rem;
	height: 5.76rem;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 0.2rem 0 rgba(17,50,68,0.12);
	margin: 0.58rem auto 0;
}
.doctor_list .doctor_li .doctor_li_avatar{
	width: 4.32rem;
	height: 4.32rem;
}
.doctor_li_info{
	width: 100%;
	height: 1.39rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.doctor_li_name{
	font-size: 0.44rem;
	font-weight: bold;
	color: #4390CA;
}
.doctor_li_position{
	font-size: 0.32rem;
	font-weight: 400;
	color: #4390CA;
	margin-left: 0.32rem;
}