#navbar .nav-menu:first-child {
  padding-left: 0;
}

.through_img {
  width: 100%;
  height: 260px;
  background-image: url(../images/825381d857ba1493.jpg);
  background-position: center center;
}

.through_img>div {
  position: relative;
  height: 100%;
}

.through_img p {
  position: absolute;
  left: 0;
  top: 32px;
}

.through_img p,
.through_img p a {
  font-size: 14px;
  color: #fff;
}

.through_img h3 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  height: 260px;
  line-height: 260px;
}

.search_keyword {
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding: 0 29px;
  background-color: #f5f5f5;
  margin-top: 65px;
}

.search_keyword p {
  font-size: 16px;
  color: #333;
}

.search_keyword p span {
  font-size: 16px;
  color: #468f73;
}

.search_keyword .fr span {
  padding: 0 4px;
}

/* 搜索列表 */
.main_content {
  width: 100%;
  margin-top: 26px;
}

.main_content li a {
  display: block;
  padding: 42px 25px;
}

.main_content li {
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.main_content a>span {
  font-size: 12px;
  color: #333333;
}

.main_content a>h3 {
  font-size: 22px;
  color: #468f73;
  text-decoration: underline;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main_content a>h3 span {
  font-size: 25px;
  display: inline-block;
  padding: 0 5px;
}

.main_content a>p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 16px;
  color: #333333;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content li:hover a>p {
  color: #468f73;
}

.main_content li:hover {
  background-color: #f5f5f5;
}

.separatePage {
  margin-top: 60px;
}

.doctors {
  width: 100%;
  height: 405px;
  margin-top: 50px;
}

#doc-scroll {
  width: 100%;
  height: 100%;
}

.doc {
  width: 202px;
  height: 362px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doc-img {
  width: 202px;
  height: 280px;
}

.doc-name {
  font-size: 20px;
  color: #4b9a7b;
  margin-top: 24px;
  line-height: 1em;
}

.doc-title {
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  margin-top: 14px;
  line-height: 1em;
}

.swiper-scrollbar-drag {
  background: #7fb6a1!important;
}

/*移动端*/
@media screen and (max-width: 768px){
.through_img {
    width: 100%;
    height: 3rem;
    /* background-image: url(../images/common/banner_green.png); */
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.through_img p, .through_img p a {
    font-size: 0.2rem;
    color: #fff;
}
.through_img p {
    position: absolute;
    left: 0rem;
    top: 0.3rem;
}
.centerArea {
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    margin-right: 0.24rem;
}
.through_img h3 {
    text-align: center;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
}
.main_medical {
    padding-top: 0.5rem;
}
.main_medical h3 {
    position: relative;
    color: #555;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.4rem!important;
    font-weight: bolder!important;
}
.main_medical h3::before {
    content: "";
    width: 2.1em;
    height: 0.25rem;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.search_keyword {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.3rem;
    background-color: #f5f5f5;
    margin-top: 0.5rem;
}
.search_keyword p,.search_keyword p span {
    font-size: 0.25rem;
    color: #333;
}
.doctors {
    width: 100%;
    height: 4rem;
    margin-top: 0.5rem;
}
.doc {
    width: 100%;
    height: 100%;
    /* background: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.doc-img {
    width: 2rem;
    height: 2.5rem;
}
.doc-name {
    font-size: 0.3rem;
    color: #4b9a7b;
    margin-top: 0.2rem;
    line-height: 1em;
}
.doc-title {
    white-space: nowrap;
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.2rem;
    line-height: 1em;
}
.main_content {
    width: 100%;
    margin-top: 0.3rem;
}
.main_content li a {
    display: block;
    padding: 0.2rem;
}
.main_content a>span {
    font-size: 0.2rem;
    color: #333333;
}
.main_content a>h3 {
    font-size: 0.3rem;
    color: #468f73;
    text-decoration: underline;
    margin-top: 0.1rem;
    width: 100%;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main_content a>p,.main_content a>p span {
    font-size: 0.2rem;
    line-height: 1.35;
    margin-top: 0.1rem;
    color: #333333;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main_content a>h3 span {
    font-size: 0.3rem;
    display: inline-block;
    padding: 0 0.05rem;
}

}
