.tbsi-list li {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px 10px 10px 10px;
  margin: auto auto 40px auto;
  transition: transform 1s;
  overflow: hidden;
}
.tbsi-list li:hover {
  cursor: pointer;
  transform: translate(0, -15px);
  background-image: linear-gradient(to right, #0054ca, #014099);
}
.tbsi-list li a {
  display: flex;
  height: 350px;
}
.tbsi-list li a .tbsi-cover {
  width: 575px;
  overflow: hidden;
}
.tbsi-list li a .tbsi-cover img {
  width: 100%;
  height: 100%;
}
.tbsi-list li a .tbsi-words {
  flex: 1;
  padding: 40px 40px 40px 45px
}
.tbsi-list li a .tbsi-words .tbsi-h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  padding: 0 0 56px 0;
}
.tbsi-list li a .tbsi-words .tbsi-time,
.tbsi-list li a .tbsi-words .tbsi-addr {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
}
.tbsi-list li:hover a .tbsi-words .tbsi-h2,
.tbsi-list li:hover a .tbsi-words .tbsi-time,
.tbsi-list li:hover a .tbsi-words .tbsi-addr {
  color: #fff;
}

@media screen and (min-width: 920px) and (max-width: 1300px) {
  .tbsi-list li a {
    height: auto;
    flex-wrap: wrap;
    align-items: center;
  }
  .tbsi-list li a .tbsi-cover {
    width: 460px;
    height: 280px;
  }
  .tbsi-list li a .tbsi-words {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tbsi-list li a .tbsi-words .tbsi-h2 {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 919px) {
  .tbsi-list li a {
    flex-wrap: wrap;
    height: auto;
  }
  .tbsi-list li a .tbsi-cover {
    width: 100%;
    height: auto;
  }
  .tbsi-list li a .tbsi-words{
    padding: 10px 20px;
  }
  .tbsi-list li a .tbsi-cover img {
    height: auto;
  }
  .tbsi-list li a .tbsi-words .tbsi-h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .tbsi-list li a .tbsi-words .tbsi-time, 
  .tbsi-list li a .tbsi-words .tbsi-addr {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  
}