/**
一发入魂 Z-Blog
隔壁老李 YEELZ.COM
**/
#divjz52_sjyw {
  position: relative;
  padding: 0;
}
#divjz52_sjyw div {
  padding: 0;
  margin: 0
}
#Jz52_sjyw, #Jz52_sjyw a {
  color: #fff;
}
#Jz52_sjyw .media:after {
  content: '';
  display: block;
  padding-top: 100%;
}
#Jz52_sjyw .media-images {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #edeff5;
}
#Jz52_sjyw .media-images .overlay {
  width: 100%;
  height: 100%;
  background-color: #2a2b2b;
  position: absolute;
  opacity: .3;
  top: 0;
  left: 0;
  transition: opacity .3s ease-in-out;
}
#Jz52_sjyw .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 20px;
  display: flex;
}
#Jz52_sjyw .media-flex {
  display: flex;
  text-align: center;
  flex-direction: column;
}
#Jz52_sjyw .media-overlay span {
  display: block;
  font-size: 58px;
  line-height: 1;
  margin-bottom: 5px;
}
#Jz52_sjyw .media-overlay time {
  display: block;
  line-height: 1;
  font-size: 16px;
}
@-webkit-keyframes refresh-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes refresh-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#divjz52_sjyw i {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  z-index: 2;
  background-image: url(sx.svg);
  cursor: pointer;
}
#divjz52_sjyw i:hover {
  -webkit-animation: refresh-ring 1.2s linear infinite;
  animation: refresh-ring 1.2s linear infinite;
}
#Jz52_sjyw .list-body {
  position: absolute;
  padding: 18px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
}