.new-ad1 {
  border-radius: 10px;
  background: #f5f5f5;
  /*box-shadow: 0px 0px 15px 0px rgb(101 101 101 / 15%);*/
  padding: 12px 20px;
  margin-bottom: 10px;
}
.new-ad1 .ad1-info {
  display: flex;
  align-items: center;
}
.new-ad1 .ad1-info > img {
  width: 70px!important;
  height: 70px!important;
  border-radius: 5px;
  margin-right: 10px;
}
.new-ad1 .ad1-info .sec {
  flex: 1;
  overflow: hidden;
}
.new-ad1 .ad1-info .sec > div {
  font-size: 20px;
  /*font-weight: bold;*/
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-ad1 .ad1-info .sec > p {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  overflow : hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  text-indent: 0px;
}
.new-ad1 .ad1-down {
  margin-top: 15px;
  display: flex;
}
.new-ad1 .ad1-down a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  flex: 1;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
}
.new-ad1 .ad1-down a:nth-of-type(1) {
  color: #fff;
  font-size: 14px;
  background: #43AB04;
  margin-right: 40px;
}
.new-ad1 .ad1-down a:nth-of-type(2) {
  font-size: 14px;
  background: #8080FF;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table, th, td {
  border: 1px solid #000000;
}