.news-list-cont-padd {
    padding-top: 50px;
}
.news-list-cont-padd .newsright {
    min-height: 1260px;
}.newsitem a {
	text-decoration: none;
    display: block;
	padding-top: 25px;
	padding-left: 15px;
	background-color: #fff;
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.newsitem .nldate {
	float: left;
    padding-left: 30px;
    display: block;
    width: 100px;
    margin-right: 35px;
}
.newsitem {
    border: none;
}
a.newslisttit:hover {
    box-shadow: 0px 0px 15px #ccc;
}
.newsitem:nth-child(1) {
    border-top: none;
}
.newsmd {
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
}
.newsyear {
    line-height: 30px;
    font-size: 16px;
}
img.newsliimg {
	float: left;
    width: 195px;
    height: 140px;
}

.newslsimg {
    width: 240px;
    height: 190px;
    overflow: hidden;
    float: left;
}
.newslscont {
    float: left;
    width: 295px;
    margin-left: 20px;
    text-align: justify;
	padding-right: 15px;
}
.newsitem {
    line-height: 1.5em;
}
.newsitem {
    width: 575px;
    float: left;
    margin-right: 50px;
}
.newsitem:nth-child(even) {
    margin-right: 0;
}
.newstit {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
.newslisttit:hover .newstit {
    color: #265dd1;
    font-weight: bold;
}
.newsdate {
    color: #a7a7a7;
}
.newsdesc {
    line-height: 2.2em;
    padding-top: 5px;
}
a.newslisttit:after {
    display: block;
    clear: both;
    content: "";
    margin-bottom: 20px;
}
a.newslisttit:hover {
}
.productpage {
    margin-bottom: 55px;
}

.datefrom {
    background: unset;
}

.newsdetailcont {
    padding: 0 20px;
}
.newspagin {
    padding: 15px 20px;
    background: unset;
    margin-bottom: unset;
    text-align: left;
    color: #6b6b6b;
}



/* 26 02 2025 */
    /* 自定义样式 */
    .newslist25_container {
        margin-top: 40px;
        padding-bottom: 20px;
        border-bottom: solid 1px #eaeaea;
        margin-bottom: 11px;
      }
  
      .newslist25_image-container {
        width: 280px; /* 图片宽度 */
        float: left; /* 图片左浮动 */
      }
  
      .newslist25_text-container {
        width: 580px; /* 文本容器宽度 */
        float: left; /* 文本容器左浮动 */
        margin-right: 20px; /* 右边距 */
        padding-left: 20px; /* 为了美观，增加左内边距 */
        color: #989898;
      }
  
      .newslist25_text-container h4 a {
        color: #333;
      }
      .newslist25_text-container h4 a:hover {
        color: #12afa3;
      }
      a.newslist25_more {
        text-decoration: none;
        color: #CF0202;
      }
      a.newslist25_more:hover {
        text-decoration: none;
        color: red;
      }
      .newslist25_text-container p {
        line-height: 1.7em;
    }

      .newslist25_clearfix::after {
        content: "";
        display: table;
        clear: both;
      }
  
      .newslist25_date{
        text-align: right;
      }

      .newslist25_container {
        padding-top: 20px; /* 顶部留白 */
      }

      .newslist25_news-list {
        padding: 0 20px;
    }
  
      .newslist25_news-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0; /* 上下内边距 */
      }
  
      .newslist25_news-item:last-child {
        /* 如果需要最后的条目也加底边距，可以移除或注释掉这一行 */
      }
  
      .newslist25_news-item span:first-child {
        /* 左侧文字样式 (根据需要调整)*/
        color: #333;
      }
  
      .newslist25_news-item span:last-child {
        /* 右侧日期样式 (根据需要调整)*/
        color: #999;
      }

      a.newslist25_tit:hover {
        color: #12afa3;
    }
    a.newslist25_tit {
        color: #333333;
        font-size: 16px;
    }


    .onepage .pageright {
        padding-right: 20px;
    }

    .newsdetailtit {
        padding-top: 30px;
    }

/* 26 02 2025 end */