/* 详情页样式文件 */
p{
  /*margin: 0;*/
}
a{
   color: #2C2F36;
}
.list-container{
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.top-view{
  height: 60px;
  background-color: #F4F4F4;
  /* border-bottom: 2px solid #E42500; */
  min-width: 1200px;
}
.block-title{
  /*width: 60px;*/
  height: 30px;
  font-size: 22px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 30px;
  background-color: #E42500;
  text-align: center;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.block-title a{
  color: #FFFFFF;
}
.block-hr{
  width: 100%;
  height: 1px;
  background: #E42500;
  margin-top: 6px;
}
.my-input {
  width: 332px;
  height: 30px;
  position: absolute;
  right: 0;
}
.icon-search {
  width: 16px;
  height: 16px;
}
.my-navber {
  min-height: 50px;
}
.nav>li>a{
/*  padding-left: 20px;
  padding-right: 20px;*/
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color:#D6D7DA
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color: #D6D7DA;
}
.nav-link{
  font-size: 14px;
  color: #2C2F36;
  line-height: 20px;
}
.menu-icon {
  width: 16px;
  height: 12px;
}
.my-big-navber{
  padding: 24px 0;
  position: absolute;
  min-width: 100vw;
  /* min-height: 450px; */
  background-color: #fff;
  z-index: 999;
  border-top: 1px solid #D6D7DA;
  border-bottom: 4px solid #E42500;
  left: -20px;
}
.navber-item{
  width: 580px;
  height: 60px;
  display: flex;
}
.navber-title{
  width: 60px;
  text-align: right;
}
.navber-link{
  font-size: 14px;
  width: calc(100% - 60px);
  margin-left: 30px;
}
.close-icon{
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 50px;
}
.nav-link{
  font-size: 14px;
  color: #2C2F36;
  line-height: 20px;
}
.title{
  font-size: 32px;
  font-weight: 600;
  color: #2C2F36;
  line-height: 45px;
}
.source{
  font-size: 14px;
  font-weight: 400;
  color: #102F8A;
  line-height: 20px;
}
.fun-view{
  position: absolute;
  right: 0;
  margin-top: -20px;
}
.my-popover{
  padding: 10px !important;
}
.fun-view img{
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
.rich-text{
  border-top:1px solid #D3D5D8;
  padding-top: 40px;
  padding-bottom: 100px;
}
.bottom-view{
  /* width: 100vw; */
  min-width: 1200px;
  height: 60px;
  background-color: #F4F4F4;
  margin-top: 40px;
  /* position: fixed;
  bottom: 0; */
}
.logo-img {
  /*width: 109px;*/
  height: 40px;
}
.bottom-title{
  font-size: 16px;
  color: #74767C;
}
.bottom-link-p {
  font-size: 16px;
  color: #4C4E52;
  line-height: 22px;
}
.bottom-link-p span {
  margin: 0 5px;
}
.bottom-link-p a{
  color: #74767C;
}

@media (max-width: 768px){
  .rich-text img{
    width: 100%;
  }
}


/* 内容部分 */
.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.job_bt2 {
  width: 100%;
  border-bottom: solid 1px #ddd;
  line-height: 40px;
  height: 45px;
  display: flex;
  align-items: center;
}

.column {
  display: block;
  width: 3px;
  height: 20px;
  background: #E42500;
  margin-right: 10px;
}

.job_bt2 .s1 {
  float: left;
  font-size: 23px;
  color: #E42500;
  font-weight: bold;
}

.sy_pic {
  width: 100%;
  min-height: 218px;
  margin-top: 25px;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  padding-left: 220px;
}

.sy_pic .imgk {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.sy_pic img {
  border: 0px;
  vertical-align: middle;
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
}

.sy_pic .txtk {
  float: none;
  width: 100%;
}

.sy_pic h1 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 155%;
  margin-bottom: 5px;
}

.doctor_introduce {
  border: 1px solid #e4e4e4;
  padding: 25px 20px 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.doctor_introduce .doctor_introduce_con {
  margin-bottom: 15px;
}

.doctor_introduce .doctor_introduce_con_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.doctor_introduce .doctor_introduce_con_title_sh {
  font-size: 22px;
  color: #000;
  position: relative;
  padding-left: 13px;
}

.doctor_introduce .doctor_introduce_con_title_sh:before {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #E42500;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 10px;
}

.doctor_introduce .doctor_introduce_con_nei {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 27px;
  position: relative;
}
