/* 营养膳食 */
.yysh {
  width: 534px;
  height: 460px;
  /* background-color: white; */
  position: absolute;
  display: flex;
  left: 1998px;
  margin-top: 281px;

  overflow: hidden;
    white-space: nowrap;

  .marquee {
    overflow: hidden;
    white-space: nowrap;
    height: 496px;
    width: 100%;
    /* border-color: green;
    background: green;  */
    /* padding-left: 10px; 
    padding-right: 10px;
    padding-top: 1px; */

    /* .act {
      color: #015cad;
      border-color: #015cad;
      border: 2px solid rgba(1,92,173,1);
    } */

    /* .cai_name {
      height: 57px; 
      width: 168px;
      font-size: 26px;
      line-height: 58px;
      text-align: center;
    } */
  }

  .cai_info {
    width: 518px;
    height: 198px;
    /* background-color: rgba(255, 1, 1, 0.5); */

    .cai_info_border {
      margin-top: 24px;
      /* width: 570px;
      height: 230px;
      position: absolute;
      left: 230px;
      
      border-style: solid;
      border-left: 5px;
      border-right: 5px;
      border-color: #D9D9D9; */
    }

    .cai_info_img {
      width: 110px;
      height: 110px;
      position: absolute;
      margin-top: 0px;
    }

    .cai_info_name {
      display: block;
      width: 380px;
      position: absolute;
      left: 136px;
      font-weight: bold;
      font-size: 22px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }

    .cai_info_source {
      display: block;
      width: 380px;
      position: absolute;
      left: 136px;
      margin-top: 45px;
      font-size: 21px;
      opacity: 0.5;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }

    .cai_info_detail {
      background: url(../icon/caipu_info_detail_bg.svg);
      background-size: 508px 64px;
      background-repeat: no-repeat;
      display: block;
      width: 508px;
      height: 64px;
      line-height: 64px;
      position: absolute;
      left: 0px;
      margin-top: 126px;
      font-size: 21px;
      background-color: #ECECEC;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;

      .cai_info_detail_txt {
        margin-left: 18px;
        width: 500px;
      }
    }
  }
}