.body p{
	line-height:0.533333rem;
	color: #b89287;
	font-size:0.346666rem;
}
body {
	background-color: #7a0700;
}
.fm{
	width: 10rem;
	background-color:#121011;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
	-display: none;
}
.fm img {
	float: left;
	width: 10rem;
}
#fmswiper {
	height: 100%;
}



/*第五届医生名单 px/75*/
.banner,.banner2 {
	width: 100%;
	background-color: #a82219;
	text-align: center;
}
.banner img,.banner2 img {
	width: 100%;
	float: left;
}
.navi {
	width: 100%;
	height: 1.36rem;
	background-color: #970c0c;
	box-shadow: 0 0.027rem 0.04rem #951607;
}
.navi span {
	float: left;
	width: 21%;
	text-align: center;
	background: url("../images/s-line.png") no-repeat;
	background-size: auto 0.54rem;
	background-position: 0rem 0.4rem;

}
.navi span:first-child {
	background-image: none;
	width: 16%;
}
.navi span a {
	font-size: 0.32rem;
	color: #ffdf95;
	display: inline-block;
	text-decoration: none;
	line-height: 1.3;
	padding-top: 0.24rem;
	padding-bottom: 7%;
	width: 77%;
	letter-spacing: 0.02rem;
	vertical-align: middle;
	height: 0.88rem;
	border-bottom: 0.04rem solid transparent;
}
.navi span a.current {
	border-bottom: 0.04rem solid #ffdf95;
	font-weight: bolder;
}
.navi span:first-child a {
	height: 0.916rem;
	line-height:0.916rem;
}
/*首页-视频*/
.m-video {
	padding: 0.54rem 0.8rem 0;
	overflow: hidden;
	text-align:center;
}
.m-video iframe {
	vertical-align: top;
	background-color: #b31a11;
	background-size:1.14rem auto;
	background-position: center center;
}
.index-title {
	width: 100%;
	text-align: center;
	padding-top: 0.8rem;
	padding-bottom: 0.2rem;
}
.index-title img {
	width: 6.31rem;
}
.index-m-word p {
	text-indent: 2em;
}
.index-content {
	width: 100%;
	overflow: hidden;
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.index-content>p {
	padding: 0.3rem 0.8rem;
	font-size: 0.34rem;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.6;
	text-indent: 2em;
}
.index-content h6 {
	padding-left: 0.8rem;
}
.index-content h6 img {
	height: 0.93rem;
}


/* 主体样式 */
.main {
	width: 100%;
	background-color: #b31a11;
	overflow: hidden;
}
.one-title {
	padding-top: 0.5rem;
	width: 100%;
	text-align: center;
}
.one-title img {
	width: 9rem;
}
.main-word {
	padding: 0.08rem 0.8rem 0;
	font-size: 0.34rem;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.6;
}
.main-word > p {
	text-align: inherit;
}

/*人物排列*/
.d_per_pic {
	width: 100%;
}
.d_per_pic img {
	width: 97%;
	height: 2.64rem;
	border: 0.07rem solid #ff9638;
	border-radius: 0.03rem;
}
.d_per_name {
	font-size: 0.35rem;
	text-align: center;
	color: #fff;
	padding-top: 0.2rem;
}
p.d_per_time {
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 0.25rem;
	line-height: 1.3;
	margin-top: 0.2rem;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.d_per_rin {
	margin-top: 0.18rem;
	font-size: 0.28rem;
	-webkit-text-size-adjust:none;
	text-align: left;
	color: #fff;
	line-height: 1.3;
	-webkit-text-size-adjust:none;
	height: 1.36rem;
	width: 2.26rem;

}
.d_per_rin>span {
	-webkit-line-clamp: 3;  /*设置多少行*/
	-webkit-box-orient: vertical;   /*必须结合的属性,设置或检索伸缩盒对象的子元素的排列方式*/
	overflow: hidden;   /*文本会被修剪，并且剩余的部分不可见*/
	/*text-overflow: ellipsis;   /*显示省略号来代表被修剪的文本*/
	display: -webkit-box;
}
.look_btn {
	width: 100%;
	color:#ffcb52;
	text-align: center;
	font-size: 0.07rem;
	text-decoration: none;
	margin-top: 0.03rem;
	vertical-align: top;
}
.look_btn img {
	width: 100%;
	vertical-align: top;
}

.d_per_b {
	width: 100%;
	height: 0.6rem;
}
.d_per_piao>a {
	float: left;
}
.d_per_piao>a>img {
	float: left;
	width: 0.91rem;
}
.d_per_piao>span {
	float: right;
	color: #ebe25c;
	font-size: 0.45rem;
	margin: -0.09rem -0.1rem 0 0;
	display: inline;
}
.d_per_piao>span>i {
	display: inline-block;
	transform: scale(0.4);
	font-style: normal;
}
.d_person{
	text-align: center;
	padding-top: 0.2rem;
	display: none;
}
.d_person>li {
	display: inline-block;
	width: 20.6%;
	margin: 0.22rem 0.25rem 0;
	vertical-align: top;
}

/*弹层简介*/
.d_per_info {
	-display: none;
}

.foot {
	width: 100%;
	background-color: #7a0700;
	color: #dc7b74;
	text-align: center;
	padding-bottom: 0.1rem;
}
.foot p {
	padding-top: 0.1rem;
	width: 100%;
	text-align: center;
	font-size: 0.4rem;
	transform: scale(0.6);
}

/*菜单*/
.menu_fix {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 88;
}
