@charset "utf-8";

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-width: 1300px;
	background-color: #ffffff;
	color: #333333;
}

body a {
	color: #333333;
}

ul,
li,
p {
	list-style: none;
	margin: 0;
	padding: 0;
}

i {
	font-style: normal;
}

.in-wrapper {
	padding: 30px 0;
}

.aside {
	width: 300px;
}

.col-main {
	width: 860px;
}

.docter-box {
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #dfdfdf;
}

.aside-box {
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
}

.aside-hd {
	padding: 0 15px;
	height: 50px;
	border-bottom: 1px solid #eeeeee;
}

.aside-tit {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

.aside-tit::after {
	width: 100%;
	height: 4px;
	border-radius: 4px;
	content: '';
	background-color: #3c80f4;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.aside-hd .as-link {
	float: right;
	display: inline-block;
	color: #999999;
	line-height: 50px;
}

.aside-body {
	padding: 15px;
}

.doc-body {
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 20px;
	line-height: 1.2;
}

.doc-avatar {
	font-size: 0;
	margin-bottom: 20px;
}

.doc-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
}

.doc-info {
	margin-bottom: 20px;
}
.doc-info *{
	display: inline-block;
	vertical-align: middle;
}
.doc-info img{
	margin-right: 6px;
}
.doc-item {
	margin-bottom: 6px;
}

.doc-item:last-child {
	margin-bottom: 0;
}

.doc-data {
	padding: 20px 0;
}

.doc-data li {
	float: left;
	width: 50%;
	text-align: center;
}

.doc-info * {
	display: inline-block;
	vertical-align: middle;
}

.doc-info .name {
	font-size: 18px;
	margin-right: 10px;
}

.doc-info .tag {
	display: inline-block;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #3c80f4;
	color: #3c80f4;
	line-height: 24px;
	padding: 0 10px;
}

.doc-item .hd {
	color: #999;
}

.doc-item .tag {
	display: inline-block;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #3c80f4;
	color: #3c80f4;
	background-color: #f5f9fe;
	line-height: 18px;
	padding: 0 5px;
}

.doc-data {
	overflow: hidden;
	position: relative;
}

.doc-data .val {
	font-size: 20px;
	margin-bottom: 5px;
}

.doc-data::before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	width: 1px;
	height: 40px;
	content: '';
	display: inline-block;
	background-color: #dddddd;
}

.wd-card {
	padding: 0 15px;
}

.wd-card li {
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD;
}

.wd-card li:last-child {
	border: 0;
}

.wd-card-cell {
	display: block;
}

.wd-card-cell .wd-tit {
	background: url(../images/wen.png) left center no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 26px;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.wd-card-cell .wd-cont {
	background: url(../images/da.png) 0 0 no-repeat;
	padding-left: 26px;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}

.wd-card-cell .icon-hot {
	color: #dc493d;
	font-size: 22px;
}

.wd-list li {
	position: relative;
	height: 30px;
	padding-left: 40px;
}

.wd-list li a {
	font-size: 15px;
	display: block;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wd-list li .rk-n {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.rk-n-1 {
	background-image: url(../images/rk1.png);
}

.rk-n-2 {
	background-image: url(../images/rk2.png);
}

.rk-n-3 {
	background-image: url(../images/rk3.png);
}

.wd-list li {
	margin-bottom: 10px;
}

.wd-list li:last-child {
	margin-bottom: 0;
}

.wd-list li .rk-num {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 333px;
	background-color: #e6f1fd;
	color: #0571ec;
	text-align: center;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.art-head {
	margin-bottom: 30px;
}

.art-head .art-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.art-head .art-meta {
	color: #999999;
}

.art-head .art-meta .item {
	display: inline-block;
	margin-right: 20px;
	color: #999999;
}

.art-body {
	line-height: 1.8;
	font-size: 16px;
}

.art-body h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

.art-body p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 20px;
}

.art-main {
	margin-bottom: 40px;
}

.rel-panel_hd {
	margin-bottom: 20px;
}

.rel-panel_hd .rel-tit {
	font-size: 20px;
	line-height: 1;
	padding-left: 15px;
	font-weight: bold;
	border-left: 6px solid #3c80f4;
}

.art-card li {
	padding: 18px 0;
	overflow: hidden;
	border-bottom: 1px solid #f4f6f8;
}

.art-card .art-card_hd {
	display: block;
	float: left;
	width: 140px;
	text-align: center;
	margin-right: 20px;
	color: #333333;
}

.art-card_bd {
	overflow: hidden;
	padding-top: 10px;
}

.art-card_hd .c-avatar {
	position: relative;
	width: 84px;
	height: 84px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.art-card_hd .item .name {
	color: #3c80f4;
	font-size: 15px;
}

.art-card_hd .c-avatar img {
	position: relative;
	z-index: 9;
	width: 84px;
	height: 84px;
	border-radius: 73px;
	background-color: #FFF;
}

.art-card_hd .c-avatar::after {
	width: 84px;
	height: 84px;
	content: '';
	border-radius: 94px;

	position: absolute;
	left: 2px;
	top: 2px;
}

.art-card_bd .card-tt {
	margin-bottom: 10px;
}

.art-card_bd .card-tt a {
	font-size: 16px;
	font-weight: bold;
}

.art-card_bd .card-desc {
	margin-bottom: 10px;
	line-height: 1.8;
	color: #999;
}

.card-ft .item {
	display: inline-block;
	margin-right: 30px;
	color: #999;
}

.bk-head {
	margin-bottom: 20px;
	position: relative;
}

.bk-head .bk-title {
	font-size: 22px;
	padding-left: 15px;
	line-height: 1;
	border-left: 5px solid #3c80f4;
}

.bk-head .hd {
	margin-top: 15px;
	height: 45px;
	background-color: #f4f6f8;
	border-radius: 4px;
}

.bk-head .hd ul {
	height: 45px;
}

.bk-head .hd li {
	position: relative;
	float: left;
	padding: 0 24px;
	line-height: 44px;
}

.bk-head .hd li a {
	font-size: 15px;
}

.bk-head .hd li.on a {
	color: #3c80f4;
}

.bk-head .hd li::after {
	width: 1px;
	height: 10px;
	content: '';
	background-color: #757677;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.bk-panel {
	margin-bottom: 30px;
}

.bk-row {
	margin: 0 -15px;
}

.bk-row li {
	float: left;
	padding: 10px 15px;
}

.bk-cell {
	overflow: hidden;
}

.bk-row .bk-cell {
	width: 585px;
}

.bk-cell .bk-photo {
	float: left;
	width: 190px;
	height: 130px;
	margin-right: 15px;
}

.bk-cell .bk-photo img {
	width: 190px;
	height: 130px;
}

.bk-cell .bk-col {
	overflow: hidden;
	padding-top: 8px;
}

.bk-cell .bk-tit {
	margin-bottom: 10px;
}

.bk-cell .bk-tit a {
	font-weight: bold;
	font-size: 20px;
}

.bk-cell .bk-desc {
	color: #999999;
	line-height: 2;
}

.wk-main .aside {
	margin-bottom: 0;
	width: 370px;
}

.wk-main .aside-box {
	margin-bottom: 0;
}

.wk-col {
	float: left;
	width: 795px;
}

.wk-list li {
	margin-bottom: 20px;
}

.wk-list li:last-child {
	margin-bottom: 0px;
}

.ks-card {
	width: 560px;
	border-radius: 5px;
	height: 140px;
	margin-bottom: 20px;
	background-color: #f4f6f8;
	overflow: hidden;
}

.ks-card:hover {
	background-image: url(../images/bk-box.png);
	background-size: cover;
	background-size: 100% 100%;
}

.ks-card:hover * {
	color: #FFFFFF;
}

.ks-left {
	float: left;
	width: 90px;
	text-align: center;
	border-right: 1px solid #ffffff;
	height: 140px;
	padding-top: 40px;
	box-sizing: border-box;
}

.ks-card:hover .ks-left {
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.ks-left .ks-icon {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center
}

.ks-icon.ks-1 {
	background-image: url(../images/k1.png);
}

.ks-icon.ks-2 {
	background-image: url(../images/k2.png);
}

.ks-icon.ks-3 {
	background-image: url(../images/k3.png);
}

.ks-icon.ks-4 {
	background-image: url(../images/k4.png);
}

.ks-card:hover .ks-icon.ks-1 {
	background-image: url(../images/k1_w.png);
}

.ks-card:hover .ks-icon.ks-2 {
	background-image: url(../images/k2_w.png);
}

.ks-card:hover .ks-icon.ks-3 {
	background-image: url(../images/k3_w.png);
}

.ks-card:hover .ks-icon.ks-4 {
	background-image: url(../images/k4_w.png);
}

.ks-left .ks-txt {
	margin-top: 15px;
	font-size: 16px;
}

.ks-key {
	padding: 15px;
	overflow: hidden;
}

.ks-key li {
	display: inline-block;
	padding: 5px 0;
	line-height: 18px;
}

.ks-key li.line {
	padding: 5px 10px;
}

.ks-key li a:hover {
	color: #fff600 !important;
}

.bg-wrapper {
	padding: 15px 0;
	background-color: #f4f6f8;
	overflow: hidden;
}
.bk-head .v-link {
	color: #0571ec;
	font-size: 16px;
	display: inline-block;
	line-height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.v-panel {
	margin-bottom: 10px;
}

/* .v-panel:last-child{
	margin-bottom: 0;
} */

.v-panel_hd {
	position: relative;
	margin-bottom: 30px;
	line-height: 1;
}

.v-panel_hd .v-en {
	line-height: 1;
	margin-bottom: 18px;
}

.v-panel_hd .v-title {
	font-size: 20px;
}

.v-panel_hd .v-link {
	color: #0571ec;
	font-size: 16px;
	display: inline-block;
	line-height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}


.video-cells {
	margin: 0 -10px;
}

.video-cells li {
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}

.video-cells .video-cell {
	width: 285px;
	background-color: #FFFFFF;
}

.video-cells .video-box {
	position: relative;
	height: 170px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.video-cells .video-box a {
	position: relative;
	display: block;
}

.video-cells .video-box a .play-icon {
	display: block;
	background: url(../images/play.png) no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
}

.video-cells .video-box img {
	width: 100%;
	height: 170px;
	border-radius: 4px 4px 0 0;
}

.video-cells .video-box .v-tag {
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .3);
	padding: 0 10px;
}

.video-cell .v-grid {
	padding: 15px 10px;
}

.v-grid .v-title {
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.v-grid .v-title a {
	font-size: 16px;
}

.v-foot {
	overflow: hidden;
}

.v-foot .v-info {
	float: left;
	color: #999999;
}

.v-foot .v-info * {
	display: inline-block;
	vertical-align: middle;
}

.v-foot .v-info img {
	width: 34px;
	height: 34px;
	border-radius: 35px;
	margin-right: 10px;
}

.v-foot .v-time {
	float: right;
	line-height: 34px;
	color: #999999;
}

.v-foot .v-time .iconfont {
	font-size: 14px;
	padding-right: 5px;
}

.dis-row {
	margin: 0 -10px;
}

.dis-row .col {
	float: left;
	padding: 0 10px;
}

.dis-card {
	box-sizing: border-box;
	width: 285px;
	padding: 20px 20px 10px 20px;
	border-radius: 4px;
	background-color: #FFFFFF;
}

.dis-head {
	overflow: hidden;
	margin-bottom: 10px;
}

.dis-head .dis-tit {
	float: left;
}

.dis-head .dis-tit * {
	display: inline-block;
	vertical-align: middle;
}

.dis-head .dis-tit span {
	font-size: 20px;
	margin-left: 5px;
}

.dis-head .dis-lk {
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #0571ec;
	line-height: 20px;
}

.dis-list {
	overflow: hidden;
	margin-right: -20px;
}

.dis-list li {
	float: left;
	margin-bottom: 10px;
	margin-right: 26px;
}

.dis-list li a {
	color: #666666;
	font-size: 16px;
}

.v-slide-main {
	float: left;
	width: 860px;
}

.swiper-vv {
	width: 860px;
	height: 300px;
}

.swiper-vv img {
	border-radius: 5px;
	width: 860px;
	height: 300px;
}

.v-aside {
	border-radius: 3px;
	background-color: #FFFFFF;
	width: 300px;
	height: 300px;
	padding: 0 10px;
	float: right;
}

.v-aside .hd {
	margin-bottom: 10px;
}

.v-aside .hd ul {
	height: 54px;
	border-bottom: 1px solid #e5e5e5;
}

.v-aside .hd ul li {
	position: relative;
	float: left;
	color: #999999;
	line-height: 54px;
	margin-right: 20px;
	cursor: pointer;
}

.v-aside .hd ul li.on {
	font-size: 18px;
	color: #333333;
}

.v-aside .hd ul li.on::before {
	height: 3px;
	width: 100%;
	bottom: -1px;
	background-color: #3c80f4;
	content: '';
	position: absolute;
	left: 0;
}

.pv-foucs-box {
	position: relative;
	display: block;
}

.pv-foucs-box img {
	height: 120px;
}

.pv-foucs-box .abs-tit {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.pv-foucs-box .abs-n {
	height: 36px;
	line-height: 36px;
	border-radius: 0 0 18px 0;
	background-color: #ff9000;
	position: absolute;
	left: 0;
	color: #FFFFFF;
	font-size: 18px;
	width: 40px;
	text-align: center;
	top: 0;
	z-index: 1;
}

.pv-list li {
	overflow: hidden;
	margin-bottom: 12px;
}

.pv-list li .nn {
	float: left;
	width: 22px;
	line-height: 22px;
	text-align: center;
	height: 22px;
	background-color: #e6f1fd;
	color: #0571ec;
	margin-right: 10px;
	border-radius: 40px;
	margin-right: 10px;
}

.pv-list li .pv-tit {
	float: left;
	display: inline-block;
	max-width: 166px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pv-list li .pv-r {
	float: right;
	line-height: 22px;
	font-size: 12px;
	color: #999999;
}

.pv-list li .pv-r span {
	color: #0571ec;
}


.bk-banner {
	background: url(../images/banner.png) no-repeat center #f4f5f8;
	background-size: cover;
	height: 190px;
}

.approval {
	padding: 6px 0 20px;
	width: 180px;
}

.symptom {
	font-size: 36px;
	color: #333333;
	line-height: 2;
}


.department {
	font-size: 16px;
	color: #333333;
	line-height: 2;
}


.bk-banner-content {
	padding: 30px 0;
}



.c-avatar {
	position: relative;
	width: 84px;
	height: 84px;
	margin: 0 auto;
}


.c-avatar img {
	position: relative;
	z-index: 9;
	width: 84px;
	height: 84px;
	border-radius: 73px;
	background-color: #FFF;
}

.c-avatar::after {
	width: 84px;
	height: 84px;
	content: '';
	border-radius: 94px;

	position: absolute;
	left: 2px;
	top: 2px;
}


.sp-doctor-pic.c-avatar img {
	background-color: #e1e2ed;
}

.sp-doctor-tags {
	font-size: 13px;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #3c80f4;
	width: 65px;
	margin: 0 auto;
	margin-top: -9px;
	position: relative;
	z-index: 10;
	left: 2px;
}


.doctor-post {
	font-size: 14px;
	color: #999999;
	margin-top: 16px;
	line-height: 1.1;
}

.doctor-post .doctor-name {
	font-size: 18px;
	color: #333333;
	margin-right: 15px;
}

.sp-doctor {
	text-align: center;
	float: left;
	margin-left: 60px;
}

.bk-detail .hd ul {
	border-radius: 2px;
	overflow: hidden;
}

.bk-detail .hd ul li {
	width: 25%;
	float: left;
}

.bk-detail .hd ul li a {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 45px;
	background-color: #3c80f4;
	text-align: center;
	display: block;
}

.bk-detail .hd ul li.on a {
	background-color: #fbc216;
}

.bk-detail .hd {
	margin-bottom: 25px;
}

.bk-explain-tit {
	font-size: 22px;
	color: #333333;
	line-height: 40px;
}

.bk-explain-desc {
	font-size: 15px;
	color: #333333;
	line-height: 34px;
}

.bk-explain-pic {
	width: 350px;
}

.bk-explain-pic img{
	width: 350px;
	height: 210px;
}


.col-detail {
	width: 880px;
}

.bk-explain-content {
	width: 510px;
	padding: 10px 0;
}

.catalog-tit {
	font-size: 22px;
	color: #333333;
	line-height: 1;
}

.catalog {
	padding: 40px 0;
}

.Symptom-ch {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 4px;
}

.Symptom-en {
	font-size: 12px;
	color: #999999;
	line-height: 1;
}

.catalog-index {
	width: 36px;
	height: 36px;
	font-size: 12px;
	color: #ffffff;
	padding-right: 2px;
	box-sizing: border-box;
	text-align: center;
	line-height: 36px;
	font-style: italic;
	background: url(../images/block.png) no-repeat center;
	margin-right: 10px;
	float: left;
}

.catalog-list li a {
	padding: 20px 0;
	display: block;
	box-sizing: border-box;
	border-bottom: 1px dashed #dfdfdf;
}

.catalog-content {
	position: relative;
	margin-left: 46px;
}

.pub-panel .bk-head .bk-title {
	font-size: 16px;
	line-height: 20px;
	float: left;
}

.pub-panel .bk-head .as-link {
	float: right;
	font-size: 16px;
	color: #3c80f4;
}

.hospital-name {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}

.hospital-content {
	padding: 3px 0;
	position: relative;
	margin-left: 123px;
}

.hospital-tags {
	margin: 10px 0;
}

.hospital-tag {
	display: inline-block;
	font-size: 13px;
	color: #3c80f4;
	line-height: 19px;
	border-radius: 2px;
	text-align: center;
	padding: 0 5px;
	background-color: #ebf2fe;
}

.hospital-address {
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hospital-address .iconfont {
	font-size: 14px;
	color: #689cf6;
	margin-right: 6px;
}

.hospital-pic {
	float: left;
	margin-right: 13px;
}

.hospital-pic img{
	width: 110px;
	height: 80px;
}

.art-tj-list .hospital-pic img{
	width: 90px;
	height: 75px;
}

.hospital-list li a {
	display: block;
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
}

.hospital-list li:last-child a {
	border-bottom: 0;
}


.doctor-swiper .c-avatar {
	width: 162px;
	height: 162px;
}

.doctor-swiper .c-avatar img {
	width: 162px;
	height: 162px;
	border-radius: 151px;
}

.doctor-swiper .c-avatar::after {
	width: 162px;
	height: 162px;
	border-radius: 172px;
	left: 4px;
	top: 4px;
}

.doctor-swiper .doc-info {
	margin-top: 20px;
	margin-bottom: 12px;
}

.doctor-swiper .doc-info .name {
	font-size: 22px;
}

.doctor-swiper .doc-item {
	font-size: 14px;
	color: #999999;
	margin-bottom: 18px;
}

.doctor-swiper .doc-item .line {
	width: 1px;
	height: 11px;
	background-color: #999999;
	display: inline-block;
	margin: 0 10px;
}

.doc-desc {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	text-align: left;
}

a.zx-btn {
	font-size: 16px;
	background-color: #3c80f4;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 17px;
	height: 35px;
	line-height: 35px;
	display: block;
	margin: 0 auto;
	width: 160px;
}

.doctor-swiper {
	background-color: #f5f6f9;
}


.doctor-swiper .doc-body {
	padding: 30px 15px 22px;
	margin: 0;
	border-bottom: 0;
}

.doc-footer {
	margin-top: 15px;
}

.doctor-swiper .swiper-button-next,
.doctor-swiper .swiper-button-prev {
	top: 96px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #e5e5e5;
	opacity: 1;
	margin-top: 0;
	text-align: center;
}

.doctor-swiper .swiper-button-prev:after,
.doctor-swiper .swiper-button-next:after {
	font-size: 12px;
	color: #fff;
}

.doctor-swiper .swiper-button-next.swiper-button-disabled {
	background-color: #e5e5e5;
}

.doctor-swiper .swiper-button-prev.swiper-button-disabled {
	background-color: #e5e5e5;
}

.doctor-swiper .swiper-button-next.active,
.doctor-swiper .swiper-button-prev.active {
	background-color: #3c80f4;
}



.doctor-swiper .swiper-button-next {
	right: 20px;
}

.doctor-swiper .swiper-button-prev {
	left: 20px;
}

.hospital-list li:first-child a {
	padding-top: 0;
}

.hospital-list li:last-child a {
	padding-bottom: 0;
}

.art-tj-desc {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 7px;
}

.art-tj-list .hospital-pic {
	margin-right: 10px;
}

.art-tj-list .hospital-content {
	margin-left: 100px;
	padding: 6px 0;
}

.art-tj-list li a {
	padding: 5px 0;
	border-bottom: 0;
}

.aside-detail {
	padding: 13px 0;
}

.aside-detail .bk-panel:last-child {
	margin-bottom: 0;
}

.art-time {
	margin-left: 20px;
}

.art-video-play {
	position: relative;
}

.art-video-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
}

.art-video-mask .play-icon {
	display: block;
	background: url(../images/video.png) no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}


.art-video-content__desc {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.art-video-content__tit {
	font-size: 24px;
	color: #333333;
	line-height: 1;
	margin-bottom: 10px;
}

.art-video-content__tit .iconfont {
	font-size: 30px;
	color: #333333;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.video-main .art-head .art-title {
	margin-bottom: 10px;
}

.video-main .art-head {
	margin-bottom: 20px;
}

.art-video-play {
	margin-bottom: 35px;
}

.art-video {
	margin-bottom: 60px;
}

.tj-panel .card-tt {
	background: url(../images/wen.png) left top 2px no-repeat;
	padding-left: 28px;
}

.tj-panel .card-desc {
	background: url(../images/da.png) left top 4px no-repeat;
	padding-left: 28px;
}


.tj-panel .card-ft {
	padding-left: 28px;
}

.tj-panel .item.active .iconfont {
	color: #0571ec;
}

.art-card li:last-child {
	border-bottom: 0;

}

.docter-box--shadow {
	border: 0;
	box-shadow: 0px 2px 6px 4px rgba(0, 0, 0, 0.05);
}

.docter-box--shadow .doc-info .tag {
	border: 0;
	color: #666666;
	padding: 0;
	border-radius: 0;
	line-height: 1;
}

.docter-box--shadow .doc-info {
	margin-bottom: 15px;
}

.docter-box--shadow .doc-avatar img {
	width: 80px;
	height: 80px;
}

.docter-box--shadow .doc-body {
	margin: 0 13px;
}

.doc-works {
	margin: 0;
}

.doc-works li {
	padding: 0;
	float: none;
}

.doc-works li:last-child {
	margin-bottom: 0;
}

.doc-works .video-cell {
	width: 300px;
	margin: 0;
	box-shadow: 0px 2px 6px 4px rgba(0, 0, 0, 0.05);
}


.rel-video-cells .video-box {
	float: left;
	height: 80px;
}

.rel-video-cells {
	margin: 0;
}

.rel-video-cells li {
	padding: 0;
	float: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 20px 0;
	box-sizing: border-box;
}

.rel-video-cells li:last-child {
	border-bottom: 0;
}

.rel-video-cells li:first-child {
	padding-top: 0;
}

.rel-video-cells .video-cell {
	width: 300px;
}


.rel-video-cells .video-box img {
	height: 80px;
}

.rel-video-cells .v-grid {
	position: relative;
	padding: 0;
	margin-left: 125px;
	padding-top: 10px;
}


.rel-video-cells .v-grid .v-title {
	padding-right: 20px;
}


.rel-video-cells .v-info .line {
	width: 1px;
	height: 11px;
	background-color: #999999;
	display: inline-block;
	margin: 0 10px;
}

.aside-padding {
	padding-top: 30px;
}

.answer-panel .bk-head .hd li a {
	font-size: 16px;
}

.answer-panel .bk-head .hd li {
	padding: 0 29px;
	margin-right: 10px;
}

.answer-panel .bk-head .hd li:last-child {
	margin-right: 0;
	border-radius: 0 4px 4px 0;
}

.answer-panel .bk-head .hd li:first-child {
	border-radius: 4px 0 0  4px ;
}


.answer-panel .bk-head .hd li.active {
	background-color: #3c80f4;
}

.answer-panel .bk-head .hd li.active a {
	color: #fff;
}

.answer-panel .bk-head .hd {
	margin-top: 0;
}


.answer-panel .bk-head .hd li::after {
	width: 0;
}


.answer-search-head {
	font-size: 16px;
	color: #333333;
	line-height: 1;
	margin-bottom: 20px;
}

.answer-search {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 20px;
}

.answer-search-body .search-v {
	float: none;
	width: unset;
	margin: 0;
	box-sizing: 0;
	position: relative;
	margin-right: 95px;
}

.answer-search-body .search-v .input {
	height: 42px;
	line-height: 42px;
	background-color: #f4f6f8;
	width: 100%;
	padding-left: 14px;
	box-sizing: border-box;
}

.answer-search-body .search-bar {
	width: 100%;
	border: 0;
	border-radius: 2px;
	height: 42px;
}

.answer-search-body .search-bar .btn-search {
	width: 95px;
	height: 42px;
	top: 0;
	right: 0;
}

.tab-slide .hd ul li {
	float: left;
	padding: 0 30px;

}

.tab-slide .hd ul li a {
	font-size: 16px;
	color: #999999;
	padding: 12px 0;
	display: block;
	position: relative;
}

.tab-slide .hd ul {
	padding-top: 8px;
}

.tab-slide .hd ul li.on a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #3c80f4;
}

.tab-slide .tj-panel .art-card li:hover {
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}

.tab-slide .tj-panel .art-card li:hover .card-tt a {
	color: #3c80f4;
}

.tab-slide .tj-panel .art-card li {
	padding: 20px;
}

.tab-slide .tj-panel .art-card li .card-ft {
	line-height: 27px;
}

.tab-slide .tj-panel .art-card li .card-desc {
	margin-bottom: 7px;
}

.tab-slide .tj-panel .art-card li .zx-btn {
	background-color: #fff;
	font-size: 14px;
	color: #3c80f4;
	border: 1px solid #3c80f4;
	height: 26px;
	line-height: 26px;
	width: 92px;
	float: right;
}

.tab-slide .tj-panel .art-card li:hover .zx-btn {
	background-color: #3c80f4;
	color: #fff;
}

.add-banner {
	display: block;
	background: url(../images/an1.png) no-repeat center #288ccf;
	height: 150px;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 10px 24px;
	box-sizing: border-box;
}

.add-banner-tit {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 38px;
}

.join-btn {
	font-size: 16px;
	color: #247dc0;
	padding: 0 16px;
	line-height: 2;
	border-radius: 16px;
	border: 0;
	outline: 0;
	background-color: #2af9ff;
	margin-top: 10px;
}

.question-box {
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
	padding: 0 20px;
}

.question-list-tit {
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
	line-height: 1;
}

.question-list-time {
	font-size: 14px;
	color: #999999;
	line-height: 1;
}


.question-list-time .line {
	width: 1px;
	height: 11px;
	background-color: #999999;
	display: inline-block;
	margin: 0 10px;
}


.question-list li {
	padding: 20px 0;
	padding-left: 45px;
}

.question-list li+li {
	border-top: 1px solid #DDDDDD;
}

.question-list-label {
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	margin-bottom: 6px;
}

.question-list-desc {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}

.question-head {
	background: url(../images/wen1.png) left top 20px no-repeat;
}


.answer-box {
	border-radius: 5px;
	border: 1px solid #eeeeee;
}

.answer-box-tit {
	font-size: 18px;
	color: #3c80f4;
	line-height: 26px;
}

.answer-box-head {
	background-color: #f0f5fe;
	padding: 8px 20px;
}

.answer-doc-name {
	font-size: 20px;
	color: #333333;
	line-height: 22px;
}


.answer-doc-name .tag {
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}

.answer-doc-name .tag .line {
	width: 1px;
	height: 11px;
	background-color: #999999;
	display: inline-block;
	margin: 0 10px;
}

.answer-doc-adv {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin-top: 8px;
}

.answer-doc-pic {
	float: left;
}

.answer-doc-content {
	position: relative;
	margin-left: 105px;
	padding-top: 5px;
}

.answer-box-body {
	padding: 20px 15px 20px 30px;
}


.answer-text {
	font-size: 15px;
	line-height: 2;
	color: #333333;
}

.answer-text p {
	margin-bottom: 15px;
}

.answer-art {
	margin-top: 35px;
	background: url(../images/da1.png) left top 5px no-repeat;
	padding-left: 40px;
}


.answer-art-ft .item {
	font-size: 14px;
	color: #999999;
	float: left;
}

.answer-art-ft .answer-art-good {
	float: right;
}

.answer-art-ft .answer-art-good .iconfont {
	color: #0571ec;
	margin-right: 10px;
}

.audio-cells .video-box a .play-icon {
	background-image: url(../images/audio.png);
}

.art-audio-play audio {
	background-color: #f5f7fa;
	width: 100%;
}

.art-audio-play {
	margin-bottom: 35px;
	height: 148px;
	border-radius: 74px;
}

.new-audio--item {
	width: 25%;
	float: left;
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 24px 20px;
}

.new-audio-row {
	border-radius: 4px;
}

.new-audio--head {
	font-size: 16px;
	color: #333333;
	padding-left: 28px;
	line-height: 19px;
	background: url(../images/wen.png) left center no-repeat;
}


.new-audio--ft {
	font-size: 13px;
	color: #333333;
	line-height: 1;
}

.new-audio--ft span {
	margin-right: 10px;
}

.new-audio--middle {
	margin: 17px 0 18px;
}

.new-audio-num {
	font-size: 14px;
	color: #999999;
	line-height: 35px;
	float: left;
}

.new-audio-ava {
	float: left;
}

.new-audio-ava img {
	height: 35px;
	width: 35px;
	border-radius: 50%;
}

.new-audio-time {
	font-size: 14px;
	color: #333333;
}

.new-audio-play {
	background-color: #fff;
	padding: 5px 12px;
	border-radius: 15px;
	float: left;
	line-height: 20px;
	margin: 3px 10px 2px 15px;
}

.new-audio-play .iconfont {
	font-size: 19px;
	color: #3c80f4;
	vertical-align: bottom;
	margin-right: 36px;
}


.new-audio-row {
	margin-top: 20px;
}

.audio-wrapper1 {
	padding: 10px 0;
}

.audio-wrapper2 {
	padding: 70px 0;
}

.audio-wrapper2 .v-panel {
	margin: 0;
}

.audio-wrapper2 .v-panel_hd {
	margin-bottom: 50px;
}

.tj-panel .new-audio-play {
	background-color: #3c80f4;
	margin: 0 10px 0 28px;
}

.tj-panel .new-audio--middle {
	margin: 0;
	margin-bottom: 15px;
}

.tj-panel .new-audio-play .iconfont {
	color: #FFF;
}

.tj-panel .new-audio-time {
	color: #FFF;
}

.tj-panel .new-audio-num {
	line-height: 30px;
}

.doc-detail-info {
	font-size: 14px;
	color: #b2b2b2;
	margin-bottom: 10px;
	line-height: 26px;
}

.doc-detail-info__label {
	font-size: 16px;
	color: #333333;
}

.aside-box--padding {
	padding: 25px 18px;
}

.doc-slide .hd li a {
	font-size: 16px;
	color: #333333;
	padding-bottom: 12px;
	display: block;
	position: relative;
}

.doc-slide .hd li.on a::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -1px;
	width: 30px;
	height: 3px;
	background-color: #3c80f4;
	margin-left: -15px;
}

.doc-slide .hd li {
	float: left;
	margin-right: 88px;
}


.doc-slide .hd li.on a {
	color: #3c80f4;
}

.doc-slide .hd {
	border-bottom: 1px solid #DDDDDD;
}


.doc-slide .bd {
	padding: 30px 25px;
}

.works-cells li {
	padding: 0;
	float: none;
	margin-bottom: 30px;
	padding-left: 67px;
	padding-right: 87px;
	position: relative;
}

.works-cells li::after {
	position: absolute;
	left: -5px;
	top: 55px;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #4a8cf4;
}

.works-cells .video-box {
	float: left;
	height: 120px;
}

.works-cells .v-grid {
	position: relative;
	padding: 8px 0;
	margin-left: 230px;
	/* height: 170px; */
}

.works-cells .video-cell {
	width: 100%;
}

.works-cells .video-box img {
	height: 120px;
}

.v-desc {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.works-cells .v-grid .v-title a {
	font-size: 20px;
	font-weight: 600;
}

.works-cells .v-grid .v-title {
	margin-bottom: 4px;
}

.works-cells .v-grid .v-time {
	line-height: 1.2;
}

.works-cells .v-grid .v-foot {
	line-height: 1.2;
	margin-top: 10px;
}

.works-cells {
	padding-bottom: 24px;
	margin: 0;
	border-left: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.works-cells .v-grid.v-grid-padding {
	margin-left: 0;
	padding-bottom: 0;
}


.v-grid-padding .v-foot .new-audio-play {
	margin: 0;
	margin-right: 20px;
	background-color: #f6f6f6;
	line-height: 44px;
	height: 44px;
	padding: 0 35px;
	box-sizing: border-box;
	border-radius: 22px;
	width: 240px;
	text-align: center;
}

.v-grid-padding .v-foot .new-audio-time {
	font-size: 16px;
}

.v-grid-padding .v-foot .new-audio-play .iconfont {
	margin-right: 22px;
}

.works-cells .v-grid.v-grid-padding .v-foot {
	line-height: 44px;
}

.v-grid-padding .new-audio-num {
	line-height: 44px;
}

.works-cells .v-grid.v-grid-padding .v-time {
	line-height: 44px;
}

.seek-slide .hd li a {
	padding: 12px 0;
}

.seek-group {
	line-height: 26px;
	padding: 24px 0;
}

.seek-group--label {
	font-size: 14px;
	color: #333333;
	float: left;
	min-width: 70px;
	text-align: right;
	white-space: nowrap;
}

.seek-group--tags {
	position: relative;
	margin-left: 100px;
}

.seek-group--all {
	display: block;
	float: left;
}

.seek-group--tag {
	position: relative;
	margin-left: 55px;
}

.seek-group--tag li {
	float: left;
}

.seek-group--tag li a {
	display: block;
}

.seek-group--tag .italic {
	padding: 0 14px;
}

.doc-slide.seek-slide .bd {
	padding: 0;
}


.seek-group--item {
	margin-bottom: 16px;
}

.doc-list {
	overflow: hidden;
	margin: 0 -20px;
}

.doc-list li {
	width: 25%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
	height: 313px;
	overflow: hidden;
}

.tj-swiper{
	position: relative;
}


.doc-list-name {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	padding: 15px 0;
}
.doc-list-name *{
	display: inline-block;
	vertical-align: middle;
}
.doc-list-name .v-icon{
	margin-right: 6px;
}

.doc-list-post {
	font-size: 14px;
	color: #3c80f4;
	line-height: 22px;
	border: 1px solid #3c80f4;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}

.doc-list-hospital {
	font-size: 14px;
	line-height: 20px;
	min-height: 40px;
}

.doc-list-hospital .ks {
	color: #3c80f4;
}

.doc-list-box {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}


.oc-list-grid {
	border-radius: 4px;
}

.doc-list-grid__pic {
	position: relative;
	float: left;
}
.doc-list-grid__pic img{
	width: 46px;
	height: 46px;
	border-radius: 56px;
}
.doc-list-grid__pic .v-icon{
	width: 16px;
	height: 16px;
	background: url(../images/ver.png) no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.doc-list-grid__name {
	font-size: 24px;
	color: #fff;
	line-height: 46px;
	float: right;
	margin-right: 30px;
}

.doc-list-grid__post {
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	float: right;
	padding: 0 5px;
}

.doc-list-grid__head {
	background-image: linear-gradient(#319efc, #3db9fc);
	border-radius: 4px 4px 0 0;
	padding: 18px 10px;
}

.doc-list-grid .doc-list-hospital {
	line-height: 2;
	color: #fff;
	min-height: auto;
	text-align: center;
	margin-top: 15px;
}

.doc-list-grid .doc-list-hospital .ks {
	color: #fff;
}

.doc-list-grid__content {
	padding: 18px 12px;
	background-color: #fff;
	text-align: center;
}

.doc-list-grid__js {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-bottom: 6px;
}

.doc-list-grid__desc {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}

a.doc-list-link {
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	border-radius: 18px;
	text-align: center;
	width: 118px;
	background-color: #3c80f4;
	color: #fff;
	display: block;
	margin: 0 auto;
	margin-bottom: -17px;
}

.doc-list li:hover .doc-list-grid{
	transform: translateY(-313px);
}

.doc-list-grid {
	height: 290px;
	transition:.3s all;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.pagination .pagination-nav {
	float: right;
	margin-top: 20px;
	margin-bottom: 50px;
}


.pagination-nav li {
	float: left;
}

.pagination-nav li a {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	min-width: 28px;
	box-sizing: border-box;
	margin: 0 10px;
	text-align: center;
	border: 1px solid #999999;
}

.pagination-nav li:hover a {
	background-color: #3c80f4;
	color: #fff;
	border-color: #3c80f4;
}

.pagination-nav li a.prev,
.pagination-nav li a.next {
	padding: 0 15px;
}

.aside-nav {
	width: 230px;
	background-color: #fff;
	margin-top: -8px;
}

.aside-navbar-icon {
	float: left;
	margin-right: 18px;
}

.aside-navbar-txt {
	font-size: 15px;
	float: left;
}

.aside-navbar-ft {
	float: right;
}

.aside-navbar-ft .iconfont {
	color: #999999;
	font-size: 12px;
}

.aside-navbar li a {
	display: block;
	line-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	/* box-sizing: border-box; */
	padding: 0 20px;
}

.aside-navbar li:last-child a {
	border-bottom: 0;
}


.v-aside-panel {
	height: auto;
}

.v-aside-panel .pv-list li.pv-foucs {
	margin-bottom: 22px;
}

.v-aside-panel .pv-list li {
	margin-bottom: 17px;
}


.top-swiper {
	width: 650px;
	box-sizing: border-box;
	padding: 0 20px;
}

.lively-grid .doc-list-grid {
	display: block;
	height: auto;
	width: 300px;
	position: unset;
	padding-bottom: 17px;
	margin: 0;
}

.lively-grid .doc-list-grid__ft a.doc-list-link {
	margin-bottom: 0;
}

.doc-list-grid__ft{
	padding-top: 7px;
	height: 17px;
	background-color: #fff;
}

.lively-grid .doc-list-grid__ft {
	background-color: #fff;
	height: 34px;
	padding-top: 0;
}

.lively-grid .doc-list-grid__content {
	padding: 15px 12px 10px;
}

.lively-grid .doc-list-box {
	padding-top: 40px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
	margin-bottom: 10px;
	padding-bottom: 0;
}

.tj-list .hospital-pic {
	margin-right: 0;
}

.tj-list .hospital-content {
	margin-left: 160px;
	padding: 12px 20px;
	background-color: #f8f8f8;
	border: 1px solid transparent;
	box-sizing: border-box;
	border-left: 0;
	border-radius: 0 3px 3px 0;
}

.tj-list .hospital-name {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}

.tj-list .art-tj-desc {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 16px;
}


.tj-list .zx-btn {
	position: absolute;
	right: 20px;
	bottom: 10px;
	height: 38px;
	border: 1px solid #3c80f4;
	line-height: 36px;
	font-size: 14px;
	color: #3c80f4;
	width: 120px;
	background-color: #fff;
	border-radius: 2px;
}

.tj-list li a {
	border: 0;
	padding: 0;
}

.tj-list li {
	margin-bottom: 20px;
	border-radius: 3px;
}

.tj-list li:hover .hospital-name {
	color: #3c80f4;
}

.tj-list li:hover .hospital-content {
	border-color: #3c80f4;
}

.pagination-ac .pagination-nav {
	margin-bottom: 0;
	float: none;
	display: inline-block;
	margin-top: 30px;
}


.pagination-ac {
	text-align: center;
}


.aside-w1 {
	width: 320px;
}

.aside-w {
	width: 230px;
}

.aside-w .aside-box {
	background-color: #fff;
	border: 0;
	margin-bottom: 0;
}

.top-middle {
	padding: 0 10px;
	width: 720px;
}

.top-row-col {
	width: 33.3333%;
	padding: 0 7.5px;
	box-sizing: border-box;
	float: left;
}

.top-row {
	margin: 0 -7.5px;
	margin-top: 10px;
}

.top-row-col .pv-foucs-box img {
	height: 106px;
}

.aside-w .aside-body {
	padding: 19px 15px;
}

.aside-w .aside-hd {
	height: 52px;
}

.aside-w .aside-tit {
	line-height: 52px;
}

.zj-slide .bk-head .hd li {
	margin-right: 4px;
}

.zj-slide .tj-panel .art-card li .zx-btn {
	background-color: #fff;
	font-size: 14px;
	color: #3c80f4;
	border: 1px solid #3c80f4;
	height: 26px;
	line-height: 26px;
	width: 92px;
	float: right;
}

.zj-slide .tj-panel .art-card li .card-ft {
	line-height: 27px;
}

.zj-slide .bk-head .hd li.on {
	background-color: #3c80f4;
}

.zj-slide .bk-head .hd li.on a {
	color: #fff;
}

.answer-swiper {
	padding-bottom: 20px;
}

.zj-slide .bk-head {
	margin-bottom: 0;
}

.answer-swiper .swiper-pagination {
	bottom: 0;
}

.answer-swiper .swiper-pagination .swiper-pagination-bullet {
	border-radius: 2px;
	background-color: #999999;
	opacity: 1;
}

.answer-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3c80f4;
	width: 20px;
}

.col-w {
	width: 892px;
}

.aside-w2 {
	width: 288px;
}

.jx-txt {
	overflow-y: auto;
	height: 510px;
	box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.jx-txt::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.jx-txt .hospital-list {
	padding: 15px;
}

.flex-row{
	background-color: #f8f8f8;
	border-radius: 3px;
	margin-bottom: 25px;
}

.flex-row-col {
	width: 33.3333%;
	float: left;
	padding: 14px 30px 14px 35px;
	box-sizing: border-box;
	position: relative;
}

.flex-row-col::before{
	position: absolute;
	content: '';
	width: 1px;
	height: 50px;
	background-color: #e7e7e7;
	top: 50%;
	left: 0;
	margin-top: -25px;
}

.flex-row-col:first-child{
	padding-left: 20px;
}

.flex-row-col:first-child::before{
	width: 0;
}


.flex-row-tit {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	line-height: 1;
}


.flex-row-tit img {
	height: 16px;
	width: 13px;
	margin-left: 8px;
	vertical-align: top;
}

.flex-row-desc {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin: 7px 0;
}

.flex-row-time {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	line-height: 1;
}

.flex-row-pic {
	float: left;
}

.flex-row-content {
	position: relative;
	margin-left: 102px;
	padding: 4px 0;
}


.bk-panel:last-child{
	margin-bottom: 0;
}

/* .aside-box:last-child{
	margin-bottom: 0;
} */


.tj-swiper .swiper-button-next ,.tj-swiper .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-color: #dcdcdc;
	border-radius: 50%;
	opacity: 1;
}


.tj-swiper .swiper-button-next:hover ,.tj-swiper .swiper-button-prev:hover{
	background-color: #3c80f4;
}

.tj-swiper  .swiper-button-next:after, .tj-swiper  .swiper-button-prev:after{
	font-size: 18px;
	color: #fff;
}


@media  (min-width:1400px) {
	.tj-swiper .swiper-button-next{
		right: -100px;
	}

	.tj-swiper .swiper-button-prev{
		left: -100px;
	}
}

.s-art-col{
	float: left;
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}

.s-art{
	margin: 0 -15px;
}

.s-art-list-fous .s-art-tit{
	font-size: 18px;
	line-height: 32px;
}

.s-art-list li:last-child{
	margin-bottom: 0;
}

.s-art-list li.s-art-list-fous{
	margin-bottom: 15px;
}

.s-art-list li:hover .s-art-tit{
	color: #0571ec;
}

.s-art-list li{
	margin-bottom: 10px;
}

.s-art-tit{
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	line-height: 25px;
}

.s-art-desc{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 15px;
}

.s-art-time{
	font-size: 14px;
	color: #999999;
	float: left;
	max-width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.s-art-ft{
	line-height: 24px;
	overflow: hidden;
}

.s-art-num{
	font-size: 14px;
	color: #999999;
	float: right;
}


.s-art-num .iconfont{
	margin-right: 4px;
}

.s-art-img{
	float: left;
}

.s-art-content{
	position: relative;
	margin-left: 180px;
}

.s-art-box .s-art-tit{
	font-size: 18px;
	line-height: 2;
}

.s-art-box .s-art-desc{
	line-height: 30px;
	margin-bottom: 6px;
}

.s-art-box-pic{
	margin-bottom: 4px;
}

.join-vv .swiper-slide  img{
	width: 100%;
}

.tj-list .hospital-pic img{
	width: 160px;
	height: 140px;
}

.doc-list-grid__pic img{
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.doc-list-ava img{
	width: 130px;
	height: 130px;
}

.flex-row-pic img{
	width: 92px;
	height: 92px;
}

.tj-swiper .doc-list li{
	margin-bottom: 20px;
}

.art-banner a{
	display: block;
}
