.pr10 {
    padding-right: 10px;
 }

 .pl10 {
    padding-left: 10px;
 }

 .pd25 {
    padding: 25px;
 }

 .hlgk_left {
    width: 40%;
 }

 .hlgk_right {
    width: 60%;
 }

 .transition {
    -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
    transition: all 4s cubic-bezier(.08, .82, .17, 1);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
 }
 .animate .transition{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
 }
 .hlgk_article_tit {
    font-weight: 600;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }

 .hlgk_article_tit .more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #3E9098;
    padding-right: 20px;
  background: url('/Sites/Uploaded/UserUpLoad/20221227/20221227171401.png') no-repeat right center;
 }

 .hlgk_article_tit span {
    position: relative;
    display: inline-block;
    padding: 5px 0;
 }

 .hlgk_article_tit span::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #3E9098;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s linear;
 }

 .hlgk_article_tit span:hover::after {
    width: 100%;
 }

 .hlgk_article {
    margin-bottom: 40px;
 }

 .hlgk_article:last-of-type {
    margin-bottom: 0;
 }

 .hlgk_article_box {
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
 }

 .box_shadow {
    box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.1);
 }

 /*护理动态*/
 .row2 {
    background: #e7eff0;
    padding-top: 140px;
    margin-top: -75px;
    padding-bottom: 310px;
 }

 .hldt_left {
    width: 66.66%;

 }

 .hldt_right {
    width: 33.33%;

 }

 .hldt_box {
    border-top: 1px solid #3E9098;
    background: #fff;
 }

 .img_list {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
 }

 .img_list li {
    width: 48%;
    float: left;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 2%;
 }

 .img_list li img {
    max-width: 100%;
    transition: all 0.2s linear;
 }

 .img_list li img:hover {
    scale: 1.05;
 }

 .img_list li:last-of-type {
    margin-right: 0;
 }

 .hldt_article_list li {
    line-height: 35px;
    padding-left: 30px;
    background: url(/Content/Areas/News/images/YiHuGongZuo/li_bg.png) no-repeat 3px center;
 }

 .span_date {
    color: #999;
 }

 .px_list {
    margin-top: 10px;
 }

 .px_list_item {
    margin-bottom: 12px;
 }

 .px_list_item.item1 {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_item1.png) no-repeat center center;
 }

 .px_list_item.item2 {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_item2.png) no-repeat center center;
 }

 .px_list_item.item3 {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_item3.png) no-repeat center center;
 }

 .px_list_item.item1 .px_list_item_icon {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_icon1.png) no-repeat center center;
 }

 .px_list_item.item2 .px_list_item_icon {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_icon2.png) no-repeat center center;
 }

 .px_list_item.item3 .px_list_item_icon {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_icon3.png) no-repeat center center;
 }

 .px_list_item.item1:hover .px_list_item_icon {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_icon1_hover.png) no-repeat center center;
 }

 .px_list_item.item2:hover .px_list_item_icon {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_icon2_hover.png) no-repeat center center;
 }

 .px_list_item.item3:hover .px_list_item_icon {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_icon3_hover.png) no-repeat center center;
 }

 .px_list_item.item1:hover {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_item1_hover.png) no-repeat center center;
 }

 .px_list_item:hover .px_list_item_name {
    color: #fff;
 }

 .px_list_item.item2:hover {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_item2_hover.png) no-repeat center center;
 }

 .px_list_item.item3:hover {
    background: url(/Content/Areas/News/images/YiHuGongZuo/px_item3_hover.png) no-repeat center center;
 }

 .px_list_item:last-of-type {
    margin-bottom: 0;
 }

 .px_list_item_con {
    padding: 30px 20px;
    border-radius: 8px;
 }

 .px_list_item_icon {
    width: 30px;
    height: 30px;
    margin-right: 12px;
 }

 .px_list_item_name {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #3E9098;
 }

 /*护理文化*/
 .row3 {
    margin-top: -250px;
 }

 .wh_list_item {
    width: 119px;
    height: 400px;
    box-sizing: border-box;
    padding: 30px 20px 50px 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E0E8E9 100%);
    margin-right: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s linear;
    float: left;
    overflow: hidden;
    cursor: pointer;
 }

 .wh_list_item:last-of-type {
    margin-right: 0;
 }

 .wh_icon {
    text-align: center;
 }

 .wh_name {
    position: relative;
 }

 .wh_content {
    display: none;
    margin-top: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    width: 540px;
 }

 .wh_list_item.active {
    width: 600px;
    padding: 30px 30px 50px 30px;
    background: url(/Content/Areas/News/images/YiHuGongZuo/wh_tabbg.png) no-repeat center center;
    display: block;
 }

 .wh_list_item.active .wh_icon {
    display: none;
 }

 .wh_list_item.active .wh_content {
    display: block;
 }

 .wh_list_item.active .wh_name span {
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
 }

 .wh_list_item.active .wh_name span::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    bottom: -10px;
    left: 0;
 }


 @media only screen and (max-width:768px) {

 .transition {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      opacity: 1;
   }
   .hlgk_left, .hlgk_right, .hldt_left, .hldt_right{
      width: 100%;
      float: none;
   }
   .row2{
      padding-bottom: 25px;
      margin-top: 0px;
      padding-top: 25px;
   }
   .pr10{
      padding-right: 0px;
   }
   .pl10{
      padding-left: 0px;
   }
   .hlgk_article{
      margin-bottom: 25px;
   }
   .hlgk_left img{
      width: 100%;
      height: auto;
   }
   .row3{
      margin-top: 0px;
      margin-bottom: 25px;
   }
   .wh_list_item{
      width: 14.6%;
      box-sizing: border-box;
      padding: 15px;
   }
   .wh_list_item.active{
      width: 25%;
      padding: 15px;
   }
   .wh_icon img{
      /* width: 95%; */
   }
   /* 护理动态 */
   .img_list li{
      height: auto;
   }
   .hldt_article_list a{
      width: 70%;
      display: block;
      overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
      
   }
   /*  手风琴 */
   .wh_content{
      width: 100%;
   }
.wh_content p{
   overflow: hidden;
   font-size: 14px;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 8;
   -webkit-box-orient: vertical;

}
 }