body {
  background-color: #FAFAFA;
}
.dyjh-topBox {
  display: flex;
  justify-content: space-between;
}
.dyjh-swiper {
  width: 526px;
  height: 380px;
  border-radius: 10px;
}
.xywzShow-ranking {
  margin-top: 25px;
}
.dyjh-jrrd {
  width: 318px;
  height: 380px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.dyjh-jrrd .cardTitle {
  width: 100%;
  height: 24px;
  background: url(/Public/images/01www/problem_ic1.png) no-repeat;
}
.dyjh-rsph {
  width: 318px;
  height: 380px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.dyjh-rsph .cardTitle {
  width: 100%;
  height: 24px;
  background: url(/Public/images/01www/problem_ic2.png) no-repeat;
}
.dyjh-problem {
  display: flex;
  justify-content: space-between;
}
.dyjh-probleImagBox {
  position: relative;
  width: 254px;
  height: 184px;
  border-radius: 6px;
}
.dyjh-probleImagBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.dyjh-probleImagBox .dyjh-probleText {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 254px;
  height: 36px;
  line-height: 36px;
  border-radius: 0px 0px 6px 6px;
  opacity: 0.83;
  background-color: #686868;
  z-index: 999;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dyjh-probleImagBox .dyjh-probleText:hover {
  color: #4BB3BB;
  opacity: 1 !important;
}
.dyjh-problemCenterBox {
  width: 318px;
  height: 184px;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}
.dyjh-problemCenterBox img {
  width: 318px;
  height: 184px;
}
.dyjh-problemCenterBox .dyjh-wenti {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  overflow: hidden;
  /* 隐藏溢出内容 */
  white-space: nowrap;
  /* 防止文本换行 */
  text-overflow: ellipsis;
}
.dyjh-problemCenterBox .dyjh-wenti a {
  color: #FFFFFF;
}
.dyjh-problemCenterBox .dyjh-jstext {
  font-size: 14px;
  color: #D3ECEE;
  margin: 10px 0 14px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 指定最大行数为4行 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.dyjh-problemCenterBox .dyjh-time-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dyjh-problemCenterBox .dyjh-time-con div {
  margin: 0;
}
.dyjh-problemCenterBox .dyjh-time-con .dyjh-day {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
}
.dyjh-problemCenterBox .dyjh-time-con .dyjh-time {
  font-size: 14px;
  color: #D3ECEE;
}
.dyjh-problemCenterBox .dyjh-time-con a {
  margin: 0;
}
.dyjh-problemCenterBox .dyjh-time-con img {
  width: 23px;
  height: 23px;
  margin: 0;
}
.dyjh-problemCenterBoxwhite {
  background-color: #FFFFFF;
}
.dyjh-problemCenterBoxwhite .dyjh-wentiBlack {
  color: #000000;
}
.dyjh-problemCenterBoxwhite .dyjh-wentiBlack a {
  color: #000000;
}
.dyjh-problemCenterBoxwhite .dyjh-wentiBlack a:hover {
  color: #4BB3BB;
}
.dyjh-problemCenterBoxwhite .dyjh-jstextBlack {
  color: #5A5A5A;
}
.dyjh-problemCenterBoxwhite .dyjh-dayBlack {
  color: #595959 !important;
}
.dyjh-problemCenterBoxwhite .dyjh-timeBlack {
  color: #5A5A5A !important;
}
.dyjh-problemRight {
  display: grid;
  grid-template-rows: 122px 122px 122px;
  gap: 7px;
}
.dyjh-problemRightBox {
  width: 316px;
  height: 122px;
  background-color: #FFFFFF;
  border-radius: 6px;
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(194, 194, 194, 0.3);
  margin: 0 0 8px 0;
}
.dyjh-problemRightBox .dyjh-problemRightBoxFlex {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 13px 7px;
  box-sizing: border-box;
}
.dyjh-problemRightBox .dyjh-problemRightBoxFlex .yjh-problemRightBoxLeft {
  margin-right: 8px;
}
.dyjh-problemRightBox .dyjh-problemRightBoxFlex .yjh-problemRightBoxLeft img {
  width: 151px;
  height: 97px;
}
.dyjh-problemRightBox .dyjh-problemRightBoxFlex .yjh-problemRightBoxLeft .yjh-problemRighTitle {
  font-weight: 700;
  font-size: 24px;
}
.dyjh-problemRightBox .dyjh-problemRightBoxFlex .yjh-problemRightBoxLeft .yjh-problemRighDate {
  margin-top: 5px;
}
.dyjh-problemRightBox .dyjh-problemRightBoxFlex .dyjh-problemRightBoxtext {
  height: 97px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dyjh-problemRightBox .dyjh-problemRightBoxFlex .dyjh-problemRightBoxduan {
  width: 100%;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.dyjh-problemRightBox .dyjh-problemRightBoxFlex .dyjh-problemRightBoxduan a {
  color: #000000;
}
.dyjh-problemRightBox .dyjh-problemRightBoxFlex .dyjh-problemRightBoxduan:hover {
  color: #A42127;
}
.marginTop7 {
  margin-top: 7px;
}
.marginTop11 {
  margin-top: 11px;
}
.dyjh-swiper {
  position: relative;
  overflow: hidden;
  width: 526px;
  height: 380px;
  border-radius: 10px;
}
.dyjh-swiper .item {
  position: relative;
  overflow: hidden;
  display: block;
  background: #fff;
  height: 380px;
}
.dyjh-swiper .item .img {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.dyjh-swiper .item img {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.dyjh-swiper .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 60px 0 15px;
  transition: all 0.3s ease-in-out;
  display: none;
}
.dyjh-problemCenter .dyjh-problemCenterBox .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  color: #ffffff;
  font-size: 15px;
  line-height: 40px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 15px 0 15px;
  transition: all 0.3s ease-in-out;
  display: none;
}
.dyjh-problemCenter .dyjh-problemCenterBox .title h3 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dyjh-swiper .title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagination-knowledge {
  position: absolute;
  z-index: 100;
  text-align: right;
  right: 20px;
  bottom: 20px;
}
