@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../font/SourceHanSansCN-Regular.otf') format('truetype');
}
.type {
  width: 1000px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-family: 'SourceHanSansCN';
}

.type .back:hover {
  cursor: pointer;
}
.container {
  width: 1000px;
  margin: 40px auto;
  display: flex;
  justify-content: space-around;
  font-family: 'SourceHanSansCN';
}
.container .left,
.container .right {
  flex: 1;
}
.container .left {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #ccc; */
  margin-right: 20px;
}

.container .left img {
  width: 500px;
}
.container .right {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .right .name {
  font-size: 32px;
  font-weight: 500;
  color: #3d3d3d;
  line-height: 25px;
  margin-bottom: 50px;
}
.container .right ul li {
  margin-left: 80px;
  list-style: none;
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
}
.container .right ul li:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -20px;
}
.list {
  width: 1440px;
  margin: 50px auto;
  font-family: 'SourceHanSansCN';
}

.list .listSwiper .swiper-slide .showimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 286px;
}

.list .listSwiper .swiper-slide .showimg img {
  cursor: pointer;
   max-width: 100%; /* 图片最大宽度为容器宽度的100% */
   max-height: 100%; /* 图片最大高度为容器高度的100% */
   height: auto; /* 图片高度自适应 */
   width: auto; /* 图片宽度自适应 */
   display: inline-block; /* 将图片设置为行内块级元素 */
   vertical-align: middle; /* 垂直居中 */
   background-color: #f2f6fb;
   transition: transform 0.3s ease, box-shadow 0.3s ease; /* 添加过渡效果 */
  
}

.list .listSwiper .swiper-slide .showimg img:hover {
    transform: scale(1.05); /* 悬停时放大 */
}

/* 其他考试测评系列 */
.list .listSwiper .swiper-slide .showimgs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 286px;
}
.list .listSwiper .swiper-slide .showimgs img {
  width: 234px;
  height: 143px;
  cursor: pointer;
}

.list .listSwiper .swiper-slide p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 31px;
  padding-top: 5px; /* 增加段落的上内边距 */
  padding-bottom: 5px; /* 增加段落的下内边距 */
}

.banner_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.my-list {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-family: 'SourceHanSansCN';
}

.my-list ul {
    list-style-type: none; /* 取消列表项的默认标记 */
    padding: 0; /* 清除列表的内边距 */
}

.my-list li {
	background-color: #ffffff; /* 设置背景色为白色 */
    margin-bottom: 10px; /* 自定义列表项之间的间距 */
    color: #555; /* 自定义列表项的字体颜色 */
    text-align: center; /* 让列表项内容居中显示 */
	 font-size: 24px; /* 增大字号为 24 像素 */
	
}
.my-list img {
   margin-left: 20px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 1019px;
   height:auto;
}

/* .swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
} */
