.slider {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 2px 16px #0001;
	  margin-top: 10px;
    }
    .slides {
      display: flex;
      transition: transform 0.6s cubic-bezier(.5,.93,.62,1.01);
      width:100%;
    }
    .slide {
      min-width: 100%;
      transition: opacity 0.5s;
      user-select: none;
    }
    .slide img {
  width: 100%;
  object-fit: contain;
  display: block;
}

    .dots {
      position: absolute;
      left: 0; right: 0; bottom: 10px;
      text-align: center;
    }
    .dot {
      display: inline-block;
      width: 10px; height: 10px; border-radius: 50%;
      background: #fff6;
      margin: 0 3px;
      cursor: pointer;
      transition: background 0.2s;
    }
    .dot.active {
      background: #4285f4;
    }
  .content-box {
    display: none;
  }
  .content-box.active {
    display: block;
  }
  @media (min-width: 900px) {
    #slider {
        margin-top: 25px;
    }
}
.white-box {
    margin-top: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
table td {
    border: 1px solid #e5e5e5;
    padding: 0px 0px;
    word-break: break-all;
	font-size: 16px; 
	line-height: 25.7143px;
}
table {
            border: none; 
            border-collapse: collapse;
        }
.lsd_t  {width:100%; height:auto; border:solid 1px grey; border-collapse:collapse;}
.lsd_t1 {height:40px; border:solid 1px grey; background:#8A4B08; font-family:微软雅黑; font-weight:700; color:yellow; font-size:18pt;text-align:center;}
.lsd_t2 {height:40px; font-family:微软雅黑; font-size:16pt; text-align: center; font-weight:700;}
.col    {color:yellow;}
.col1   {color:red;}
.col2   {background:yellow;}
.cyys{color: #676260;}
.cyysxz{background-color: rgb(255, 255, 0);color:#ff0000;}