
.articSYBox {
  width: 100%;
  height: 348px;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.articSYBox .leftImg{
  width: 698px;
  height: 348px;
  background: #E5E5E5;
  border-radius: 20px;
}
.articSYBox .swiper {
  width: 100%;
  /* width: calc(100% - 80px); */
  height: 348px;
  margin-left: 0;
  border-radius: 20px; 
  position: relative;
}
.articSYBox .swiper-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 20px; 
  object-fit: cover;
}
.articSYBox .swiper-slide {
  width: 100%;
  /* width: calc(100% - 34px) !important; */
  height: 100%;
  border-radius: 20px; 
  transition: transform 0.3s, opacity 0.3s;
}
.articSYBox .swiper-slide a {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.articSYBox .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.articSYBox .swiper-pagination {
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.articSYBox .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 !important;
  border-radius: 25px;
}
.articSYBox .swiper-pagination-bullet-active {
  width: 36px;
  background: #12BBB7;
}

.articSYBox .list { 
  width: 100%;
  flex: 1; 
  gap: 20px;
  overflow: hidden;
}
.articSYBox .list .item {
  width: 100%;
  display: block;
  font-size: 20px; 
  color: #000000; 
  box-sizing: border-box;
  margin-bottom: 20px;
  border-bottom: 1px dashed #E5E5E5;
}
.articSYBox .list .item .tit{
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.articSYBox .list .item .desc {
  width: 100%;
  color: #4B5563; 
  height: 56px;
  line-height: 25px;
  font-size: 16px; 
  margin: 4px 0 10px 0;
}
.articSYBox .list .item:last-child {
  border: none;
  margin-bottom: 0;
}
.articSYBox .list .item:last-child .desc{
  margin-bottom: 0;
}



.shouyeAnswers { width: 100%;box-sizing: border-box; margin: 20px 0 58px 0;padding: 10px 2px;overflow: hidden;}
.shouyeAnswers .wrapperBox{ height: 100%;}
.shouyeAnswers .content {
  width: fit-content;
  height: 100%;
  display: flex; 
  gap: 26px; 
  
}
.shouyeAnswers .content {
  width: 100%;
  height: 100%;
  display: grid;
  gap: 25px; 
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.shouyeAnswers .answer-card {
  display: block;
  border-radius: 10px; 
  user-select: none;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.05);
  margin: 2px 0;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.shouyeAnswers .answer-card .imgBox { 
  width: 100%; 
  height: 148px; 
  display: block;
  background: #eee; 
  border-radius: 10px 10px 0 0; 
  overflow: hidden; 
  margin-bottom: 10px; 
}
.shouyeAnswers .answer-card .imgBox img { width: 100%; height: 100%; object-fit: cover; }
.shouyeAnswers .answer-card .info { 
  width: 100%;
  padding: 0 12px 12px 12px;
  box-sizing: border-box;
}
.shouyeAnswers .answer-card .title { 
  line-height: 34px;
  height: 34px;
  font-weight: 400; 
  color: var(--title-color); 
}
.shouyeAnswers .answer-card .desc { 
  height: 34px;
  line-height: 17px;
  color: var(--text-color6);
  font-size: 14px; 
  margin-bottom: 12px; 
}
.shouyeAnswers .answer-card .autor { 
  font-size: 12px;
  color: var(--text-color6);
  display: flex;
  align-items: center;
}
.shouyeAnswers .answer-card .autor .atit{
  flex: 1;
  width: 100%; 
  color: var(--text-color);
  display: flex;
  margin-right: 10px;
}
.shouyeAnswers .answer-card .autor .play{ 
  flex: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.shouyeAnswers .answer-card .autor .play .lkimg{ 
  width: 12px;
  height: 12px;
  margin-right: 4px;
  display: block;
}
 


/* hover */
.shouyeAnswers .answer-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.shouyeAnswers .answer-card:hover .title,
.sectionYSmk .titTip a:hover { 
  color: var(--text-color);
  border-color: var(--more-bd-color);
}
.articSYBox .list .item:hover .tit{
  color: var(--text-color);
}



@media screen and (max-width: 1500px) {
  .articSYBox .leftImg{
    width: 600px;
  }
}
@media screen and (max-width: 1300px) {
  .articSYBox .leftImg{
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .articSYBox .leftImg{
    width: 50%;
  }
}
@media screen and (max-width: 870px) {}
/* Mobile */
@media screen and (max-width: 750px) {
  .sectionYSmk.artmk,
  .sectionYSmk {
    margin-top: 20px;
  }
  .articSYBox .leftImg{
    width: 100%;
  }
  .articSYBox {
    flex-direction: column;
    height: auto;
    gap: var(--mob-margtop);
    margin-top: var(--mob-margtop);;
  }
  .articSYBox .list .item {
    font-size: 18px;
    margin-bottom: var(--mob-margtop);
  }
  .shouyeAnswers {
    margin: 15px 0 20px 0;
  }
  .shouyeAnswers .content{
    gap: var(--mob-margtop);
    grid-template-columns: 1fr;
  }
  .shouyeAnswers .answer-card {
    /* width: 300px;
    display: block; */
    border-radius: 10px;
  }
}
@media screen and (max-width: 550px) {
  .articSYBox .leftImg,
  .articSYBox .swiper {
    height: 250px;
  }
  .shouyeAnswers .content{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .shouyeAnswers .answer-card .imgBox {
    height: 90px;
  }
  .shouyeAnswers .answer-card .info {
    width: 100%;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .articSYBox .leftImg,
  .articSYBox .swiper {
    height: 200px;
  }
}