body {
  background: url(20251218_xytc_listbackground.jpg) no-repeat center top;
  background-color: #c2faff;
}
.content {
  width: 1500px;
  margin: 0 auto;
  padding-top: 840px;
}
.titlelogo {
  text-align: center;
}
.listcon {
  background: url(20251218_xytc_list_conback.png) no-repeat center top;
  margin-top: -145px;
  width: 1497px;
  height: 1760px;
}
.listcon .listul {
  padding-top: 330px;
  width: 1200px;
  margin: 0 auto;
}
.listcon ul {
  width: 100%;
  height: 1180px;
  overflow-y: auto;
}
.listcon ul::-webkit-scrollbar {
  width: 8px; /* 设置一个合适的宽度，比如8px，可按需调整 */
  height: 0px; /* 同样设置合适的高度 */
  background: #f5f5f5; /* 背景色 */
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #90eff9;
  border-radius: 4px;
}

.listcon ul li {
  width: 100%;
  height: 185px;
  background: url(20251218_xytc_li_back.png) no-repeat center top;
  padding: 10px 30px;
  margin: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.listcon ul li .listconleft {
  width: 208px;
  height: 120px;
}
.listcon ul li .listconleft img {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  border: 3px solid #76e7fa;
  box-sizing: border-box;
}
.listcon ul li .listconright {
  width: calc(100% - 230px);
}
.listcon ul li .listcontitle {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.listcon ul li .listcontitle a {
  color: #fff;
}
.listcon ul li .detail {
  width: 110px;
  height: 35px;
  margin-top: 20px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(to right, #3763fb, #924cfb);
}
.listcon ul li .detail a {
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}
/*往期开奖start*/
.wqkjlistcon {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.wqkjlistcon ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wqkjlistcon ul li {
  width: 385px;
}
.wqkjlistcon .listcontop {
  width: 100%;
  height: 215px;
  position: relative;
}
.wqkjlistcon .listcontop img {
  width: 100%;
  height: 100%;
}
.wqkjlistcon .listcontop span {
  position: absolute;
  left: 50%; /* 先让左上角跑到中心 */
  top: 50%;
  transform: translate(-50%, -50%);
}

.wqkjlistcon .listconbottom .listcontitle {
  margin: 14px 0px;
  font-size: 16px;
  line-height: 24px;
  height: 48px;

}
.wqkjlistcon .listconbottom .listcontitle a {
  color: #333;
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*往期开奖end*/
.morebtn {
  text-align: center;
  padding-top: 20px;
}
.morebtn img {
  cursor: pointer;
}
footer {
  display: none;
}
@media screen and (max-width: 1500px) {
  .content {
    width: 100%;
  }
  .listcon {
    width: 100%;
    background-size: 100% 1760px;
  }
  .listcon .listul {
    width: 80%;
  }
  .listcon ul li {
    background-size: 100% 185px;
  }
   /*往期开奖*/
  .titlelogo {
    width: 40%;
    margin: 0 auto;
  }
  .wqkjlistcon {
    width: 90%;
  }
  .wqkjlistcon ul li {
    width: 30%;
    height: auto;
  }
  .wqkjlistcon ul li .listcontop {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
.youth-footer-div
{
  display: none;
}

  footer {
     display: block;
    width: 100%;
    line-height: 50px;
    background-color: #f1f1f1;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  body {
    background: url(20251219_xytc_list_mbanner.jpg) no-repeat center top;
    background-color: #e0fcff;
    background-size: 100%;
  }
  .content {
    padding-top: 4.5333rem;
  }
  .titlelogo {
    width: 50%;
    margin: 0 auto;
  }
  .listcon {
    background: url();
    margin-top: 0.5rem;
    background-color: #001598;
    border-radius: 10px;
    height: auto;
  }
  .listcon .listul {
    padding: 0.2rem 0;
    width: 95%;
  }
  .listcon ul {
    height: 16rem;
  }
  .morebtn {
    padding-top: 0px;
    width: 16%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .morebtn img {
    width: 100%;
  }
  .listcon ul li {
    height: 2.5rem;
    padding: 0.5rem 0.25rem;
    background-size: 100% 2.5rem;
    margin: 0.1333rem 0px;
    /* align-items:start; */
  }
  .listcon ul li .listconleft {
    width: 30%;
    height: auto;
  }
  .listcon ul li .listconleft img {
    height: auto;
    border: 2px solid #76e7fa;
  }
  .listcon ul li .listconright {
    width: 66%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .listcon ul li .listcontitle {
    font-size: 0.43rem;
    line-height: 0.65rem;
  }
  .listcon ul li .listcontitle a {
    color: #fff;
  }
  .listcon ul li .detail {
    display: none;
  }
  footer {
    font-size: 0.42rem;
  }
    /*往期开奖*/
  .wqkjlistcon {
    width: 95%;
    padding-top: 0.5rem;
  }
  .wqkjlistcon ul li {
    width: 48%;
    height: auto;
  }
  .wqkjlistcon .listcontop span
  {
    width: 30%;
  }
  .wqkjlistcon .listconbottom .listcontitle
  {
        margin: 0.18rem 0px;
  }
    .morebtn {
    padding-top: 0px;
    width: 16%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .morebtn img {
    width: 100%;
  }
}
