.square {
  padding-bottom: 0 !important;
}
.square .square-title {
  display: flex;
  background: url(../../../../images/course/side-square.png) 0 15px / 18px no-repeat !important;
}
.square .square-title a {
  width: 52px;
  height: 28px;
  border-radius: 1000px;
  background: #FF4C38;
  font-family: PingFang SC;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
}

.square .square-content {
  padding-bottom: 16px;
  border-bottom: 1px solid #EAEAE6
}
.square .square-card {
  display: block;
  position:relative;
  margin-top: 24px;
}
.square .square-card:first-child {
  margin-top: 0;
}

.square .square-card .poster {
  width: 260px;
  height: 194px;
  border-radius: 8px;
  overflow: hidden;
}

.square .square-card .poster img{
  width: 260px;
  height: 194px;
  border-radius: 8px;
  transition: 0.5s;
}

.square .square-card:hover .poster img{
  transform: scale(1.2);
}

.square .square-card .tag {
  height: 24px;
  border-radius: 100px;
  background-color: rgba(0,0,0,0.5);
  padding: 0 8px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 158px;
  right: 12px;
}

.square .square-card .title {
  margin-top: 8px;
  color: #2C2C2C;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.square .square-more{ 
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  color:#666;
  font-size: 14px;
}