/*
Theme Name: Unicamp Child
Theme URI: https://unicamp.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: unicamp
Text Domain: unicamp-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
#myfw2 .tm-image-box.style-03 .title {
  max-width: 60%;
  text-align: center;
  padding: 10px 8px;
  line-height: 1.4em;
  font-size: 18px;
}

#myfw2 .tm-image-box.style-03 .description {
  margin-top: 15px !important;
}


/* sss */
#yuyankecheng .tm-icon-box {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
  border-radius: 2px;
  padding: 6px;
}

#yuyankecheng .tm-icon-box:nth-child(2n) {
  margin-top: 15px !important;
}

#yuyankecheng .tm-icon-box .heading {
  font-size: 18px;
  margin-top: 6px;
  line-height: 1.5em;
}

#yuyankecheng .description-wrap {
  margin-top: 0;
}

/* 视频 */
#myvideo .tm-image-box .image {
  position: relative;
}

#myvideo .tm-image-box .image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.54);
}

#myvideo .tm-image-box .image::before {
  content: '▶';
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#myvideo .tm-image-box .image-wrap {
  margin-bottom: 10px !important;
}

#myvideo .box-caption {
  margin-bottom: 20px;
}
.header-right .header-content-inner {
  display: none !important;
}

.rightsay .tm-cover-image-box.style-01 .box-caption-wrap {
  left: 15px;
  right: 15px;
}

.rightsay .tm-cover-image-box.style-01 .box-caption {
  position: relative;
  display: inline-block;
  width: 330px;
  max-width: 100%;
  background: var(--unicamp-color-primary);
  padding: 11px 10px;
}

.myzhuanye .tm-image-box.style-06 .box-caption {
  padding-bottom: 20px;
}