img{
 display: block;
}
.text-center{
  text-align: center;
}
.fb{
  font-weight: bold;
}
.flex-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex{
   display: flex;
}
.flex-column{
 display: flex;
 flex-direction: column
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center
}
.flex-column-center{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}
.flex-column-align-center{
  display: flex;
  align-items: center;
  flex-direction: column
}
.flex-between{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.li-disc>li{
  list-style:disc ;
}
.main-wrap{
  padding:0 20px
}
/* 最大的蓝色标题 */
.v-caption-button{
  padding:6px 35px;
  font-size: 25px;
  line-height: 30px;
  /* font-weight: bold; */
  color:#fff;
  background-color: #007DB3;  
  display: inline-block;
  margin-bottom:40px
}

/* 左边横线的标题 */
/* 治疗 */
.left-line-title{
  font-size: 20px;
  font-weight: bold;
  padding-left: 11px;
  border-left: 4.4px solid #007DB3;
  color: #007DB3;
  margin:0 0 19px 4px;
  line-height:initial;
}
.left-line-title-for-article {
  margin: 50px 0 15px;
}
.center-line-title {
  width: 80%;
  margin:0 auto;
  font-size: 30px;
  font-weight: bold;
  color: #007DB3;
  line-height:initial;
}

.center-line-title > .mark {
  font-size: 20px;
}
/* 内容中心 */
.v-center-left-line-title{
 font-size: 20px;
 /* font-family: ""; */
 font-weight: bold;
 padding-left: 15px;
 color: #007DB3;
 position: relative;

}
.text-opacity-tips {
  margin-top: 10px;
  font-size: 13px !important;
  opacity: 0.5;
}
.v-center-left-line-title::before{
    content: '';
    width: 4.4px;
    height: 19.44px;
    background-color: #007DB3;
    position: absolute;
    left: 0px;
    top: 0px;
}
/* 小圆点的标题 */
.circle{
  font-size: 18px;
  position: relative;
  font-weight: bold;
  padding: 0 0 10px 50px;
  margin-top: 30px;
  line-height:28px
}
.circle-first {
  margin-top: 10px;
}
.circle::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #666666;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 8px;
}
.has-mark-circle::before {
  top: 15px;
}
/* 蓝色标题 */
.blue-title{
  font-size:20px;
  color:#007DB3
}
.blue-18-title{
  font-size:18px;
  color:#007DB3;
  line-height:28.4px;
  padding-left: 18px;
}
  /* 有背景的图片包括文字 */
.vd-img-background-base {
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.img-inner-text-base {
  font-size: 14px;
  line-height: 28.4px;
  color: #666666;
}

/* 期刊文献 */
 .therapy-document{
   font-size:18px;
   line-height:24px;
   padding:0 16px;
   width: 90%;
   margin: 0 auto;
 }
 /* 了解详情按钮 */
 .v-btn-document {
  cursor: pointer;
  /* border-bottom: 1px solid #666666; */
  font-size: 20px;
  font-weight: 300;
  color: #007db3 !important;
  margin:0 auto 6px;
}

/* 文献标注 */
.mark {
  font-size: 10px;
  vertical-align: super;
}
/* 参考文献 */
.literature-note {
  font-size: 11px;
  line-height: 18.4px;
  color: #666666;
  padding-left:19.2px;
  margin:40px 0
}
.literature-title {
  font-size: 13px;
  color: #007db3;
  position: relative;
}
/* .literature-title::before {
  content: '';
  position: absolute;   
  left: -4px;
  bottom: 2px;
  width: 2px;
  height: 12.39px;
  background-color: #007db3;
} */

/* 治疗中注 */
.therapy-annotation{ 
  font-size: 12px;
  width: 90%;
  margin: 20px auto;
  /* position: relative;
  padding:20px 0 20px 40px; */
 }
.therapy-annotation::before {
    content: '注:';
    width: 13px;
    height: 13px;
    font-size:12px;
    color:#666666;
    /* display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px; */
  }
  /* hcc中的注蓝底 */
.blue-bg-annotation{ 
  font-size: 11px;
  color:#666666
}
.blue-bg-annotation::before {
    content: '注:';
    width: 12px;
    height: 16px;
    font-size:12px;
    color:#fff;
    background-color:#007DB3 ;
    /* display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px; */
  }

/* 一般的文本 */
.therapy-text {
  font-size: 18px;
  line-height: 28.4px;
  padding-left:35px
}
.text-for-article{
  font-size: 18px;
  line-height: 28.4px;
  padding-left:18px
}
.therapy-ul {
  margin-left: 50px;
}
.therapy-ul li{
  list-style: disc;
}
.therapy-text-ul{
  font-size: 18px; 
  line-height: 28.4px;
  padding-left: 40px;
}
.therapy-text-ul li{
   list-style: decimal;
   padding-bottom:20px; 
}
.therapy-ul-decimal li{
   list-style: decimal;
}
.therapy-ul-decimal{
  margin-top: 20px;
  margin-left: 48px;
}
.literature-ul {
  margin-top: 0;
  margin-left: 15px;
}
.therapy-ul-diy {
  font-size: 18px;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.therapy-ul-diy li {
  margin-bottom: 10px;
  list-style: none;
}
.therapy-ul-diy li::before{
  content:"－ ";
}
.therapy-ul-diy-for-zllc{
  margin: 0;
  font-size:16px;
}
.therapy-ul-diy-for-zllc li {
  margin: 0;
}
/* 有背景色的序列文字 */
.therapy-stripe {
  padding: 4px;
  font-size: 18px;
  background-color: #f4f4f4;
  margin:0 auto 20px;
  width: 838.35px;
  line-height: 30px;
}
.therapy-tip {
  font-size: 9px;
  width: 838.35px;
  margin-left: 62px;
}
/* 治疗模块详情字体颜色 */
.v-therapy-detail{
 color: #666666
}
/* 菜单关闭*/
.el-submenu>.el-submenu__title .el-submenu__icon-arrow-down{
	display: none;
}
/*菜单展开*/
.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{
	display: none;
} 
.el-submenu__title:hover{
  background-color: rgb(240, 240, 240) !important;
}
.el-menu-item:hover{
  background-color: rgb(240, 240, 240) !important;
}
.el-submenu__title{
  height: 50px !important;
  line-height: 50px !important;
}
.el-menu--horizontal>ul {
  border-right: 1px solid grey;
}
.el-menu--horizontal>.el-menu-item {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 20px !important;
  text-align: center !important;
  color: #666666 !important;
}
.el-menu--horizontal>.el-submenu.is-active {
  background-color: #00477F !important;
  color: #fff !important;
  border-bottom: 0 !important;
}
.el-menu--horizontal>.el-menu-item:hover {
  background-color: rgb(240, 240, 240) !important;
  color: #333 !important;
}
.el-menu--horizontal>.el-submenu .el-submenu__title {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 20px !important;
  text-align: center !important;
  line-height: 50px !important;
  color: #666666 !important;
}
.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
  background-color: #00477F !important;
  color: #fff !important;
  border-bottom: 0 !important;
}
.el-menu--horizontal>.el-menu-item.is-active {
  background-color: #00477F !important;
  color: #fff !important;
  border-bottom: 0 !important;
}

/* 首页样式 */
.home-box {
  border-top: 1px dotted #666666;
  padding-top: 30px;
}
.home-box>div{
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 95%;
  margin: 0 auto;
 }
 .p-home-box>div{
  flex-direction: column;
 }
 .home-box+.home-box{
   margin-top:50px;
 }
 .home-left-line-title {
   font-size: 25px;
   font-weight: bold;
   padding-left: 11px;
   border-left: 4.4px solid #007DB3;
   color: #00477F;
   margin: 30px 0 10px;
   line-height: initial;
 }
 .home-left-box {
   /* width: 569.25px; */
   width: 48%;
   display: flex;
   flex-direction: column;
   /* justify-content: space-between; */
 }
 .home-left-title {
   font-size: 22px;
   font-weight: bold;
   line-height: 28px;
   color: #007db3;
 }
 .home-left-text {
   color: #768088;
   font-size: 20px;
   line-height: 34.36px;
   margin-top: 23px;
 }
 .home-btn {
   font-size: 25px;
   font-weight: bold;
   color: #39b2cb;
   padding: 20px 44px;
   border: 3px solid #39b2cb;
   width: max-content;
   cursor: pointer;
   border-radius: 8px;
 }
 .home-right-img {
   width: 48%;
   box-sizing: border-box;
   justify-content: space-between;
   height: 100%;
 }

 /* psst */
 .psst {
  font-size: 11px;
  line-height: 18.5px;
  color: #666666;
  padding-left: 19.2px;
 }