
.news_owl{
  margin-bottom: 40px;
}
.news_owl_img {
  position: relative;
}
.news_owl_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 90px;
  background-color: rgba(0,0,0, .3);
  width: 80%;
  text-align: center;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.news_coming{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.news_title {
  font-size: 26px;
  color: red;
  margin: 6px 0 6px;
}
.news_date, .news_addr{
  display: block;
  font-size: 18px;
  color: #454545;
  margin-bottom: 2px;
}
.title03 {
  font-size: 28px;
  color: #324158;
  font-weight: bold;
  padding-bottom: 30px;
  font-family: 'poppins', sans-serif;
  text-align: center;
}
.title04 {
  font-size: 20px;
  color: #006FBA;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width:768px){
  .news_title {
    font-size: 20px;
  }
  .news_date, .news_addr{
    font-size: 16px;
  }
  .news_owl_text {
    height: 80px;
  }
}
@media only screen and (max-width:600px){
  .news_date, .news_addr {
    display: inline-block;
    margin-right: 5px;
  }
  .news_owl_text {
    height: 55px;
  }
}
@media only screen and (max-width:470px){
  .news_title {
    font-size: 16px;
    margin: 2px 0;
  }
  .news_date, .news_addr{
    font-size: 14px;
  }
  .news_owl_text {
    width: 100%;
  }
  .news_owl_text {
    height: 40px;
  }
}
@media only screen and (max-width:374px){
  .news_title {
    font-size: 14px;
  }
  .news_date, .news_addr{
    font-size: 12px;
  }
}