﻿.menuB {
  padding-top: 0;
  padding-bottom: 50px;
  width: 1200px;
  margin: 0 auto;
}

.menuB .menuCount {
  width: 280px;
  box-sizing: border-box;
  background: #fff;
  background-size: 100% 100%;
  float: left;
  /* display: inline-block; */
  overflow: hidden;
  margin-top: 20px;
  border-radius: 8px;
  /* margin-right: 20px; */
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.lines {
  overflow: hidden;
  /* border-left: 1px solid transparent; */
  /* border-right: 1px solid transparent; */
  /* border-bottom: 1px solid transparent; */
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
}

.menuB .menuCount:hover .lines {
  border-color: #c24339;
}

.menuB .menuCount:hover .ul {
  background: url(/Content/Areas/Common/images/doctor/doctorListBg.png) no-repeat right bottom;
}

.menuB .menuCount:nth-child(4n) {
  /* margin-right: 0; */
}

.menuB .menuCount:hover .DepName img {
  animation: rotate 15s linear 0s infinite;
}

@keyframes rotate {
  from {
 transform: rotate(0deg);
  }
  to {
 transform: rotate(360deg);
  }
}

.menuB .menuCount .DepName {
  padding: 0 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  height: 50px;
  line-height: 50px;
  background-color: #c24339;
  background-image: url(/Sites/Uploaded/UserUpLoad/20231225/20231225152152.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  display: flex;
  justify-content: space-between;
}

.menuB .menuCount .DepName a {
  color: #fff;
  font-size: 20px;
  /* transform: translateX(-12px); */
  display: inline-block;
  padding: 0 3px;
}

.menuB .menuCount .DepName img {
  margin-top: -10px;
}

.menuB .menuCount .ul {
  height: 156px;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

.menuB .menuCount .ul .li {
  float: left;
  position: relative;
  width: 33.3%;
  margin-bottom: 18px;
  text-align: center;
}

.menuB .menuCount .ul .li > a {
  font-size: 16px;
  color: #666;
}

.menuB .menuCount .ul .li > a:hover {
  color: #c24339;
}

.menuB .menuCount .ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 80px;
}

.menuB .menuCount .ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 2px;
  background: #e2c0b8;
}

.menuB .menuCount .ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #ffffff;
}

.chiDepNameS {
  display: inline-block;
  margin-left: 10px;
}
.menuB .menuCount .DepName .chiDepNameS a {
  font-size: 16px;
}
.menuB .menuCount .DepName .chiDepNameS a.active {
  font-size: 18px;
}
.doc_tab .lines {
  display: none;
}
.doc_tab .lines.active {
  display: block;
}
/*导师介绍样式*/
.summary {
  margin-bottom: 30px;
  margin-top: 30px;
}
.return {
  margin-bottom: 20px;
  padding: 8px 40px;
  color: #fff;
  float: right;
  font-size: 20px;
  border-radius: 20px;
  background-color: #bc391a;
  border: none;
  cursor: pointer;
}
.Com_l {
  width: 325px;
  float: left;
  background: #b9a478;
  margin-right: 40px;
  height: 420px;
}
.Com_l .doct_img {
  overflow: hidden;
  display: block;
  width: 300px;
  transition: all 0.3s ease-in-out;
  max-height: 435px;
  overflow: hidden;
  margin-top: -25px;
  display: block;
}
.Com_l .doct_img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}
.Com_l .doct_img:hover img {
  transform: scale(1.02);
}
.doct_text {
  float: left;
  background-size: cover;
  height: 314px;
  width: 835px;
  padding: 45px 60px 40px 30px;
  box-sizing: border-box;
}
.doct_text .color_tit {
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid rgba(154, 54, 28, 0.5);
  padding-bottom: 20px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.flex_box p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}
.tab_desc {
  line-height: 2em;
}
.tab_tit {
  width: 100%;
  background: #9b2b23;
  display: flex;
}
.tab_tit .tab_name {
  color: #fff;
  font-size: 18px;
  padding: 1.35vw 20px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  width: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_tit .tab_name.active {
  background: #aa3613;
}
.tab_con .tab_desc {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: none;
  background: #fff;
}
.tab_con .tab_desc.active {
  display: block;
}
.tab_zhi {
  margin-bottom: 30px;
  min-height: 730px;
}
 