﻿.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  box-sizing: border-box;
}


.list .item {
  padding: 0 10px;
  box-sizing: border-box;
  width: 25%;
  margin: 4px auto;
  /* height: 220px; */
}
.indexItem{
  width: 100% !important;
}

.list .item img {
  width: 100%;
  height: 60px;
  min-width: 0;
  max-width: none;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #fff;
}

.list .item p {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 12px;
  /* margin-bottom: 5px; */
  margin-top: 5px;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.list .item .stdio {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  color: #cdc5c5;
  /* line-height: 40px; */
  margin-bottom: 5px;
}

.about {
  background-color: hsla(0, 0%, 76.9%, .1);
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  text-align: center;
}

.about h2 {
  color: #0b6274;
  padding: 20px 0;
}

.about p {
  font-family: Roboto, sans-serif;
  line-height: 24px;
  color: #595959;
}
