@import url("font-awesome.min_2.css");
.do-element-media-content.sm {
  overflow:hidden;
}

.do-element-media-content.sm ul li {
  padding: 8px;
}

.do-element-media-li {
  vertical-align: top;
}

.do-element-media-li a:not(.do-btn) {
  color: inherit;
}

.do-element-media-conter {
  position: relative;
}


.do-element-media-li a:not(.do-btn) {
  color: inherit;
}

.do-media-image {
  position: relative;

}

.do-media-image-conter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.do-element-media-li a:not(.do-btn) {
  color: inherit;
}

.do-media-image-conter img,
.do-element-image-content img {
  max-width: none;
  max-height: none;
}

.do-caption .do-title {
  margin: 0.9em 0 0;
}

.do-html-content>*:last-child,
.do-blocks:last-child {
  margin-bottom: 0;
}

.do-html-content>*:first-child,
.do-blocks:first-child {
  margin-top: 0;
}

.do-title-body {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.do-html-content>* {
  word-wrap: break-word;
}

.do-title-content {
  display: table-cell;
  vertical-align: middle;
}

.do-html-content>*:first-child,
.do-blocks:first-child {
  margin-top: 0;
  letter-spacing: 0;
  padding: 0;
  line-height: 1.4;
}

.do-html-content>* {
  word-wrap: break-word;
}

.do-html-content>* {
  margin-top: 8px;
  margin-bottom: 8px;
}

.do-element-media-content {
  width: 100%;
}

.do-element-media-ul {
  margin: 0 auto;
}

.do-element-media-li {
  width: 33.3333%;
  float: left;
  list-style: none;
  box-sizing: border-box;
}

.do-element-media-li a {
  text-decoration: none;
}

.do-media-image-box {
  position: relative;
}

.gk-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0px;
  margin-bottom: -40px;
  transition: All 0.5s ease;
  z-index: 3;
  text-align: center;
  line-height: 40px;
  opacity: 0;
}



.do-element-media-li:hover .gk-icon {
  bottom: 50%;
  margin-bottom: -20px;
  opacity: 1;
  transition: All 0.5s ease;
}

.do-element-media-li:hover .gk-bind {
  transition: All 0.5s ease;
  height: 100%;
}

.gk-bind {
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  transition: All 0.5s ease;
}

.do-html-content {
  text-align: center;
}

.do-html-content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.do-html-content.des{
	min-height: 35px;
}
.do-html-content.title p {
	font-size: 1.4rem;
	color: #575B5C;
  letter-spacing: 0;
}

.do-html-content p {
  font-size: 1.2rem;
  font-family: "微软雅黑";
  color:#999;
}

.scrollLoading {
  position: absolute;
  top: 50%;
  left: 50%;
}


@media (min-width:992px) {
  .do-element-media-li {
    width: 33.3333%;
  }
}

@media (max-width:992px) and (min-width:767px) {
  .do-element-media-li {
    width: 50%;
  }
}

@media (max-width:767px) {
  .do-element-media-li {
    width: 100%;
  }
}