.fbComments .fb_iframe_widget_lift {
    width: 100% !important;
}

.article_controls {
  padding-top: 20px;
  border-top: 1px solid #777777;
}
.article_controls .ac-wrapper {
  display: flex;
  gap: 10px;
}
.article_controls .ac-wrapper .ac-head {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #737373;
  color: #fff;
  padding: 5px 0;
  transition: all 0.25s ease-in-out;
}
.article_controls .ac-wrapper .ac-article {
  display: flex;
  flex-flow: column;
}
.article_controls .ac-wrapper .ac-article .ac-preview {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 67.5%;
}
.article_controls .ac-wrapper .ac-article .ac-preview img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_controls .ac-wrapper .ac-article .ac-info {
  background-color: #3b3b3b;
  padding: 7px 10px;
}
.article_controls .ac-wrapper .ac-article .ac-info h3 {
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.article_controls .ac-wrapper .ac-prev,
.article_controls .ac-wrapper .ac-next {
  flex-basis: 50%;
}
.article_controls .ac-wrapper .ac-prev .ac-arrow {
  margin-right: 5px;
}
.article_controls .ac-wrapper .ac-next .ac-arrow {
  margin-left: 5px;
}
.article_controls .ac-wrapper a:hover .ac-head {
  background-color: #ba0d13;
}

/*只有內文裡的要拿掉*/
.article_content .ads div{
    padding-top: 0 !important;
}
.article_content .ads iframe{
    position: relative !important;
    height: 280px !important;
}