#zcry {
  padding-top: 100px;
}
#zcry .container .ryjxlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  justify-items: center;
}
#zcry .container .ryjxlist .ryjxitem {
  width: 200px;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border: 5px solid #fff;
}
#zcry .container .ryjxlist .ryjxitem img {
  height: 100%;
}
#zcry .container .ryjxlist .ryjxitem .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#zcry .container .ryjxlist .ryjxitem .el-image {
  height: 100%;
  display: flex;
  justify-content: center;
}
#zcry .container .ryjxlist .ryjxitem .el-image .el-image__inner {
  width: unset;
}
#zcry .container .ryjxlist .ryjxitem:hover {
  border-color: #3d85c6;
}
#zcry .container .news {
  margin: 0 auto;
}
#zcry .container .news .newslist {
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0;
}
#zcry .container .news .newslist .newsitem {
  color: #333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
#zcry .container .news .newslist .newsitem .date {
  color: #888;
  font-size: 14px;
}
#zcry .container .news .newslist .newsitem:hover {
  color: #0080cc;
}
#zcry .container .news .newslist .newsitem:hover .date {
  color: #0080cc;
}
#zcry .container .news .newslist:last-child {
  border: none;
}
