﻿.pagination {
 display: -ms-flexbox;
 display: flex;
 padding-left: 0;
 list-style: none;
 border-radius: .25rem;
 justify-content: center;
 }
 .pagination li{
 margin: 0 5px;
 }
 .page-link{
 position: relative;
 display: block;
 padding: .5rem .75rem;
 margin-left: -1px;
 line-height: 1.25;
 color: #00a5c0;
 background-color: #fff;
 border: 1px solid #dee2e6;
 }
 .page-item.disabled .page-link {
 color: #6c757d;
 pointer-events: none;
 cursor: auto;
 background-color: #fff;
 border-color: #dee2e6;
 }
 .pagination-sm .page-link {
 padding: .25rem .5rem;
 font-size: .875rem;
 line-height: 1.5;
 }
 .page-item.active .page-link {
 z-index: 1;
 color: #fff;
 background-color: #00a5c0;
 border-color: #00a5c0;
 }
 .menuB{
 display: none;
 }
  .linkmap a.go,.linkmap span i{display: none!important}
  /*医生列表样式*/
 .expert_title {
 text-align: center;
 line-height: 40px;
 height: 40px;
 font-size: 36px;
 font-weight: bold;
 color: #404040;
 margin-bottom: 47px;
margin-top: 47px;

 }
 .doc_search{
 background: #f0f0f0;
 padding: 11px 0;
 margin-bottom: 71px;
 text-align: center;
 }
 .doc_search .title{
 font-size: 16px;
 color: #404040;
 display: inline-block;
 width: 93px;
 text-align: left;
 line-height: 38px;
 height: 38px;
 }
 .keywords_value{
 width: 242px;
 height: 36px;
 padding: 0 18px;
 border: 1px solid #e6e6e6;
 margin-right: 10px;
 background: #ffffff;
 font-size: 14px;
 color: #666;
 }
 .keywords_search{
 width: 84px;
 height: 38px;
 line-height: 38px;
 text-align: center;
 font-size: 16px; 
 color: #fff;
 background: #00a5c0;
 transition: all 0.3s linear 0s;
 -webkit-transition: all 0.3s linear 0s;
 }
 .keywords_search:hover{
 background: #72d6c8;
 }
 .doct_box{
 overflow: hidden;
 }
 .doct_box b{
 font-weight:normal;
 }
 .doct_box li h3{
 color: #00a5c0;
 font-size: 24px;
 border-bottom: 1px solid #dbdbdb;
 line-height: 43px;
 padding-bottom: 10px;
 margin-bottom: 6px;
 }
 .doct_box li .txt{
 font-size: 16px;
 color: #4c4c4c;
 line-height: 26px;
 padding-bottom: 11px;
 border-bottom: 1px solid #dbdbdb;
 margin-bottom: 32px;
 overflow: hidden;
 box-sizing: content-box;
 height: 110px;
 }
 .doct_box li .txt p{
 padding-bottom: 5px;
 }
 .doct_box li .more{
 color: #fff;
 font-size: 16px;
 width: 110px;
 height: 42px;
 line-height: 42px;
 text-align: center;
 background: #47cab8;
 transition: all 0.3s linear 0s;
 -webkit-transition: all 0.3s linear 0s;
 box-shadow: 1px 3px 2px 1px rgba(71, 202, 184, 0.1);
 }
 .doct_box li dt{
 /* width:208px; */
 width: 173px;
 height: 260px;
 float: left;
 overflow: hidden;
 }
 .doct_box li dt img{
 width: 100%;
 height: 100%;
 }
 .doct_box li dd{
 float: left;
 width: 340px;
 margin-left: 30px;
 }
 .doct_box li{
 width: 50%;
 float: left;
 margin-bottom: 40px;
 }
@media only screen and (max-width:768px) {
   .pagination-sm .page-link {
 padding: .22rem .3rem;
 }
.expert_title {
 text-align: center;
 line-height: 40px;
 height: 40px;
 font-size: 30px;
 font-weight: bold;
 color: #404040;
 margin-bottom: 20px;
}
.doc_search {
 background: #f0f0f0;
 padding: 11px 0;
 margin-bottom: 36px;
 text-align: center;
}
.doc_search .title {
 font-size: 14px;
 color: #404040;
 display: inline-block;
 width: 70px;
 text-align: left;
 line-height: 38px;
 height: 38px;
}
.keywords_value {
 width: 206px;
 height: 36px;
 padding: 0 18px;
 border: 1px solid #e6e6e6;
 margin-right: 0;
 background: #ffffff;
 font-size: 12px;
 color: #666;
}
.keywords_search {
 width: 50px;
 height: 34px;
 line-height: 31px;
 text-align: center;
 font-size: 12px;
 color: #fff;
 background: #00a5c0;
 transition: all 0.3s linear 0s;
 -webkit-transition: all 0.3s linear 0s;
}
.doct_box li {
 width: 100%;
 float: left;
 margin-bottom: 40px;
}
.doct_box li dt {
 width: 50%;
 height: auto;
 float: left;
 overflow: hidden;
}
.doct_box li dd {
 float: left;
 width: 49%;
 margin-left: 1%;
}
.doct_box li h3 {
 color: #00a5c0;
 font-size: 18px;
 border-bottom: 1px solid #dbdbdb;
 line-height: 43px;
 padding-bottom: 0;
 margin-bottom: 0;
}

.doct_box li .more {
 font-size: 14px;
 margin-top: 10px;
}
.pagination span.page-link {
 font-size: 12px;
}
.pagination li {
 margin: 0;
}
.fule{
	padding: 0 !important;
}
.doct_box li .txt {
 font-size: 14px;
 color: #4c4c4c;
 line-height: 50px;
 padding-bottom: 11px;
 border-bottom: 1px solid #dbdbdb;
 margin-bottom: 0;
 overflow: hidden;
 box-sizing: content-box;
 height: auto;
}
}
@media only screen and (max-width:540px){
	.doct_box li .txt {
 font-size: 12px;
 color: #4c4c4c;
 line-height: 20px;
 padding-bottom: 11px;
 border-bottom: 1px solid #dbdbdb;
 margin-bottom: 0;
 overflow: hidden;
 box-sizing: content-box;
 height: auto;
}
}
@media only screen (min-width:430px){
	.doct_box li dd {
	 margin-top: 8%;
	}
	.doct_box li .txt{
		line-height: 33px;
		font-size:14px;
	}
	
}  
@media only screen and (max-width:330px) {
	.doc_search .title {
 font-size: 12px;
 color: #404040;
 display: inline-block;
 width: 60px;
 text-align: left;
 line-height: 38px;
 height: 38px;

}
.keywords_value {
 width: 180px;
 height: 36px;
 padding: 0;
 border: 1px solid #e6e6e6;
 margin-right: 0;
 background: #ffffff;
 font-size: 12px;
 color: #666;
}
.keywords_search {
 width: 50px;
 height: 34px;
 line-height: 31px;
 text-align: center;
 font-size: 12px;
 color: #fff;
 background: #00a5c0;
 transition: all 0.3s linear 0s;
 -webkit-transition: all 0.3s linear 0s;
}
.doct_box li .more {
 font-size: 12px;
 margin-top: 10px;
 width: 60px;
 line-height: 22px;
 height: 22px;
}
.doct_box li dt img{
width:84%;
}
} 