section img{
  width: 100%;
}

.clearfix{
  clear:both;
}

.event-hr{
  height: 2px;
  background-image: linear-gradient(to right, rgba(234,173,189, 0.2), rgba(234,173,189, .8), rgba(234,173,189, 0.2));
}

.banner{
  max-width: 1080px;
  margin: 145px auto 20px;
}

.fanpage{
  text-align: right;
}

.event-logo{
  margin: 0 0 20px 0;
  padding: 28px 0;
  background-image: url(../images/bk_2.png);
  text-align: center;
  height: 115px;
}

.event-description{
  margin-bottom: 16px;
}

.event_article{
  padding: 20px 0;
  border-bottom: 1px solid #ddd ;
}

.event-logo img{
  height: 59px;
}

.article-image img{
  height: 200px !important;
  width: 100%;
  object-fit: cover;
}

.article-content{
  padding-left:  10px;
}

.article-title{
  margin-top:0;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: justify;
}

.article-date{
  color: var(--gary-color)
}

@media screen and (max-width: 767px) {
  .banner{
      max-width: 1200px;
      margin: 65px auto 20px;
  }
  .article-content{
      padding-left:  0;
  }
  .article-title {
      margin-top: 5px;
  }
  .article-image{
      width: 100%;
  }
  .fanpage{
      text-align: center;
      margin: 20px 0;
  }
  .fanpage .link{
      text-align: right;
      margin: 0 20px 0 0;
  }
}