﻿@charset "utf-8";

.doc_cate-swiper{
	width: 100%;
}
#doctorCateSwiper{
	overflow: hidden;
	background-color: #7AB3DF;
}
#doctorCateSwiper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
}
#doctorCateSwiper .cate-li{
	font-size: 0.36rem;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 0.68rem;
	height: 0.76rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#doctorCateSwiper .cate-li-active{
	background-color: #2480C2;
}
.doc_cate-swiper .swiper-button-prev, .doc_cate-swiper .swiper-button-next{
	width: 0.19rem;
	height: 0.36rem;
	top: 25%;
	margin-top: 0;
	background-size: cover;
}
.doc_cate-swiper .swiper-button-prev{
	background-image: url(../images/doctor_list/previous_icon02.png);
    left: 0.26rem;
}
.doc_cate-swiper .swiper-button-prev:after{
    content: none;
}
.doc_cate-swiper .swiper-button-next{
    background-image: url(../images/doctor_list/next_icon02.png);
    right: 0.26rem;
}
.doc_cate-swiper .swiper-button-next:after{
    content: none;
}

/* doc-content */
.doc-content{
	padding: 0.65rem 0.72rem 1.03rem;
	background-color: #ffffff;
}
.doc-cover{
	width: 10.8rem;
	height: 5.98rem;
}
.doc-cover>img{
	width: 100%;
}
.doc-nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.doc-nav-right{
	width: 2.60rem;
	height: 0.76rem;
	background: #3A91D0;
	border-radius: 0.1rem;
	position: relative;
	flex-shrink: 0;
}
.doc-nav-right .doc-wrapper{
	width: calc(100% - 0.54rem);
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.27rem;
	background: #3A91D0;
	border-radius: 0.1rem;
	position: absolute;
	z-index: 3;
}
.doc-wrapper .doc-wrapper-name{
	width: 1.5rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.doc-wrapper .bottom_icon{
	width: 0.3rem;
	height: 0.3rem;
}
.doc-nav-right .doc-cate-ul{
	width: 100%;
	max-height: calc(8.87rem - 1rem);
	background: #57A5DD;
	border-radius: 0.1rem;
	position: absolute;
	margin-top: 0.5rem;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 2;
	padding: 0.26rem 0 0;
}
.doc-nav-right .doc-cate-ul .doc-cate-li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.36rem;
	font-weight: 300;
	color: #FFFFFF;
	height: 1.16rem
}
.doc-nav-right .doc-cate-ul .doc-cate-li:nth-child(n+2){
	border-top: 1px solid #8ac0e7;
	box-sizing: border-box;
}
.doc-info .doc-name-title{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.doc-info .doc-name{
	font-size: 0.86rem;
	line-height: 0.80rem;
	font-weight: bold;
	color: #2480C2;
	flex-shrink: 0;
}
.doc-info .doc-enname{
	font-size: 0.43rem;
	line-height: 0.33rem;
	font-weight: 400;
	color: #4390CA;
	margin-left: 0.39rem;
}
.doc-info .doc-jio-title{
	font-size: 0.48rem;
	line-height: 0.44rem;
	font-weight: 400;
	color: #4390CA;
	margin-left: 0.35rem;
}
.doc-info .doc-position{
	font-size: 0.39rem;
	line-height: 0.44rem;
	font-weight: bold;
	color: #4390CA;
	margin-top: 0.41rem;
}

.doc-content .doc-module{
	margin-top: 0.76rem;
}
.doc-module .doc-title{
	width: 3.08rem;
	height: 0.8rem;
	background: #3D8DCA;
	border-radius: 0.16rem;
	font-size: 0.48rem;
	font-weight: 500;
	color: #FFFFFF;
}
.doc-module .doc-details{
	font-size: 0.36rem;
	font-weight: 300;
	color: #353535;
	line-height: 0.78rem;
	margin-top: 0.4rem;
}
.doc-details ul li{ list-style-type:disc; margin-left:0.5rem;}
.doc-content .dm1>.doc-details{
	line-height: 0.6rem;
	padding: 0 0.4rem;
}
.doc-content .dm2>.doc-details{
	line-height: 0.6rem;
	padding: 0 0.4rem;
}

/* article-box */
.article-box{
	padding: 0.57rem 0.72rem 0.89rem;
	background: #F1F9FC;
}

.article-ul{
	
}
.article-ul .article-li{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0.6rem;
}
.article-li .article-li-cover{
	width: 3.33rem;
	height: 2.38rem;
	padding-right: 0.32rem;
	object-fit: cover;
}
.article-li .article-li-title{
	width: 100%;
	font-size: 0.36rem;
	font-weight: 300;
	color: #565656;
	line-height: 0.6rem;
}
.article-li .article-li-more{
	color: #8EBADD;
}