    a{color:#000;line-height:1.5em}
         .simple-pagination {
             text-align: center;
             margin: 20px 0;
             padding: 10px;
         }
         .simple-pagination button, .simple-pagination span {
             display: inline-block;
             margin: 0 5px;
             padding: 8px 15px;
             border: 1px solid #ddd;
             background: #fff;
             color: #333;
             cursor: pointer;
             border-radius: 4px;
             min-width: 40px;
             text-align: center;
         }
         .simple-pagination button:hover {
             background: #f5f5f5;
         }
         .simple-pagination span {    
             color: #000;
             background:#ebebeb;
         }
         .simple-pagination button:disabled {
             background: #f5f5f5;
             color: #ccc;
             cursor: not-allowed;
         }
         .time-select-group {
             display: flex;
             gap: 10px;
         }
         .time-select {
             flex: 1;
             height: 40px;
             border: 1px solid #ddd;
             border-radius: 4px;
             background: #fff;
         }
         .infobtn.active {
             color: red !important;
             font-weight: bold;
         }
         .category-btn.active {
             color: red !important;
             font-weight: bold;
         }

        @media screen and (min-width: 768px) { .mobile-menu-content {  display: none ;}}

 

/* PC分页 */
.com-page{
    display: flex !important;
    align-items:center ;
    justify-content: center;
    font-size: 16px;
    margin:30px 0;
}
.com-page-prev,.com-page-next{
    padding: 6px 14px;
    border: 1px solid #000;
    cursor: pointer;
    color: #000000;
}
.com-page-next{
    margin-left: 16px;
}
.com-page-num{
    display: flex;
}
.com-page-num a,.com-page-num span{
    margin-left:  16px;
        cursor: pointer;
        color: #000000;
}
.com-page-num .now{
    color: var(--primary);
}
/* PC分页END */

/* 分页 */
    .com-page-prev,.com-page-next{
    padding: 6px;
    border: 1px solid #000;
    cursor: pointer;
    color: #000000;
    display: block;
    }
.now{  color: rgb(230, 0, 18) !important;}

.product-title1{margin-bottom:5px;font-size:16px;font-weight: 600;color:#000;}

.product-title2{
    margin-bottom:25px;
    font-size:16px;
    font-weight: 600;
    color:#000;
    display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 隐藏凌驾部分 */
}
/* .jszx1:hover{
    .product-title1{color: rgb(230, 0, 18);}
    .product-title2{color: rgb(230, 0, 18) }
} */

/* 
手艺资讯手机 */
.jsimage img{ width: 100%;}
.jsnews{ 
    background-color: var(--bg-gray-light);
  padding: 0px  0px  15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}
.jstitle{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #666;
      display: flex;
    justify-content: space-between;  
    }


    .jscontent{ padding: 15px 15px;}
    .jsdate{padding: 40px 0px 0px  0px; color: #9e9e9f;text-align: left;}<!--耗时1765916138.0152秒-->