.news_cont {
	margin-top: .1rem;
	background: #fff;
	padding: .1rem .15rem .15rem;
}

.news_title {
	color: #333333;
	font-size: .22rem;
	line-height: .3rem;
}
.author_div {
	text-align: center;
	margin: .1rem 0;
	color: #888888;
	font-size: .12rem;
}
.new_dont {
	color: #636363;
	font-size: .13rem;
	line-height: .26rem;
}
.new_dont img {
	max-width: 100%;
}
.new_time {
	text-align: right;
	color: #888888;
	font-size: .12rem;
	margin-top: .1rem;
}


.two_div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .1rem .15rem;
}

.two_div img {
	height: .62rem;
	width: calc((100% - .1rem) / 2);
}


.two_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: .35rem;
	padding: 0 .15rem;
}

.two_title h4 {
	color: #333333;
	font-size: .15rem;
}

.two_title a {
	color: #5D5D5D;
	font-size: .11rem;
}

.hosptial_div {
	background: #fff;
}

.hosi_list {
	display: flex;
	flex-flow: column;
	font-size: initial;
	padding: 0 .15rem;
}

.hosi_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .11rem 0;
	border-bottom: 1px solid #F5F5F5;
}

.hosi_list a:last-child .hosi_item {
	border-bottom: none;
}

.hosi_item>img {
	width: .61rem;
	height: .61rem;
	border-radius: .04rem;
}

.hosi_item .hosi_item_r {
	width: calc(100% - .72rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hosi_item .hosi_item_rl h4 {
	color: #333333;
	font-size: .15rem;
	line-height: .2rem;
}

.hosi_item .hosi_item_rl img {
	width: .15rem;
	height: .15rem;
	margin-right: .02rem;
}

.hosi_item .hosi_item_rl p,
.hosi_item .hosi_item_rl .loca_div {
	display: flex;
	align-items: center;
	height: .17rem;
	color: #8B8B8B;
	font-size: .12rem;
}

.hosi_item .hosi_item_rr {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}

.hosi_item .hosi_item_rr img {
	width: .32rem;
	height: .13rem;
	margin-bottom: .1rem;
}

.hosi_item .hosi_item_rr_btn {
	width: .62rem;
	height: .16rem;
	background: #F6F6F6;
	border-radius: .04rem;
	text-align: center;
	line-height: .16rem;
	color: #8B8B8B;
	font-size: .1rem;
}

.hosi_item .hosi_item_rr_btn.active {
	color: #fff;
	background: #FE6484;
	margin-top: .04rem;
}

.anli_div {
	margin: .1rem 0 .3rem;
	background: #fff;
}

.anli_list {
	font-size: initial;
	padding: 0 .15rem .01rem;
	display: flex;
	flex-flow: column;
}

.cs_item {
	margin-bottom: .1rem;
	background: #FFFFFF;
	border-radius: .04rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cs_item h4 {
	color: #000000;
	font-size: .15rem;
	line-height: .2rem;
	margin-bottom: .06rem;
}

.cs_item .two_line {
	color: #636363;
	font-size: .11rem;
	line-height: .18rem;
}

.cs_item img {
	width: 1.08rem;
	height: .81rem;
	border-radius: .04rem;
}

.cs_item .cs_item_r {
	width: 100%;
}

.cs_item.active .cs_item_r {
	width: calc(100% - 1.32rem);
}

.cs_item.active .two_line {
	line-height: .15rem;
}

.cs_item .cs_time {
	color: #888888;
	font-size: .1rem;
	line-height: .15rem;
	margin-top: .06rem;
}



.prot_div {
	background: #fff;
	margin-bottom: 10px;
}

.prot_list {
	display: flex;
	flex-wrap: wrap;
	font-size: initial;
	padding: 0 .15rem .05rem;
}

.prot_list a {
	display: inline-block;
	width: calc((100% - .1rem) / 2);
	margin-right: .1rem;
}

.hos_pro_one {
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: .05rem;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	margin-bottom: .1rem;
}

.prot_list a:nth-child(2n) {
	margin-right: 0;
}

.hos_pro_one img {
	width: 100%;
	height: 1.69rem;
}

.hos_pro_one .pro_one_bot {
	padding: .07rem .1rem .1rem;
}

.hos_pro_one .pro_one_bot h4 {
	color: #333333;
	font-size: .14rem;
	line-height: .16rem;
}

.hos_pro_one .pro_one_bot p {
	color: #FC2F59;
	font-size: .1rem;
	margin: .07rem 0 .06rem;
	font-weight: bold;
}

.hos_pro_one .pro_one_bot div {
	color: #8B8B8B;
	font-size: .13rem;
	line-height: .16rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.doct_div {
	margin: .1rem 0 .4rem;
	background: #fff;
}

.doct_list {
	display: flex;
	flex-flow: column;
	font-size: initial;
	padding: 0.02rem .15rem .05rem;
}

.doc_item {
	width: 100%;
	background: #FFFFFF;
	border-radius: .04rem;
	margin-bottom: .1rem;
	padding: 0.1rem;
	display: flex;
	justify-content: space-between;
	border: 1px solid #F6F6F6;
}

.doc_left {
	width: .50rem;
	height: .50rem;
	border-radius: .04rem;
	overflow: hidden;
}

.doc_right {
	width: calc(100% - .58rem);
	position: relative;
}

.on_line {
	position: absolute;
	right: 0;
	top: 0;
	width: .6rem;
	height: .2rem;
	background: #FC2F59;
	color: #FFFFFF;
	text-align: center;
	line-height: .2rem;
	font-size: .0.8rem;
	border-radius: .02rem;
}

.doc_right h4 {
	line-height: .2rem;
}
.doc_right h4 i {
	font-style: normal;
	color: #333333;
	font-size: .14rem;
}

.doc_right h4 span {
	font-weight: 100;
	color: #6B6B6B;
	font-size: .11rem;
	margin-left: .06rem;
}

.doc_hos_name {
	display: flex;
	align-items: center;
	height: .16rem;
	color: #6B6B6B;
	font-size: .11rem;
	margin: .04rem 0 .06rem;
}

.doc_hos_name img {
	width: .13rem;
	height: .1rem;
	margin-right: .03rem;
}

.doc_num {
	color: #6B6B6B;
	font-size: .11rem;
	line-height: .16rem;
}

.doc_right .one_line {
	width: 100%;
	height: .2rem;
	background: #F6F6F6;
	line-height: .2rem;
	border-radius: .04rem;
	padding: 0 .06rem;
	color: #A5A5A5;
	font-size: .11rem;
	margin-top: .05rem;
}


.zx_list {
	display: flex;
	flex-flow: column;
	font-size: initial;
	padding: 0 .15rem 0.08rem;
}
.list_one {
	width: 100%;
	border-radius: .05rem;
	border: 1px solid #F5F5F5;
	height: 1.1rem;
	padding: .08rem .08rem .07rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .1rem;
}
.list_one img {
	width: 1.35rem;
	height: .93rem;
	border-radius: .05rem;
}
.list_one_rr {
	width: calc(100% - 1.51rem);
}
.list_one_rr h4 {
	color: #000000;
	font-size: .14rem;
	line-height: .2rem;
}
.list_one .two_line{
	color: #888888;
	font-size: .12rem;
	line-height: .18rem;
	margin: .04rem 0 .1rem;
}
.list_one .one_time {
	color: #888888;
	font-size: .12rem;
	line-height: .17rem;
}