    #c1028959 ul {list-style: none; margin: 0px; padding: 0px;} 
    #c1028959 ul li a {font-family: 黑体;text-decoration: none;font-weight:bold; color:#fff; display:block; width:112px; height:36px; line-height:36px; text-align:center; background:url(/system/resource/images/nav/imgnav_vsb_level1_bg_1.gif) 0 0 no-repeat;  font-size:14px;} 
    #c1028959 ul li { float:left; margin-left:0px;} 
    #c1028959 ul li a:hover {background:url(/system/resource/images/nav/imgnav_vsb_level1_bg_2.gif) 0 0 no-repeat;}
    #c1028959 ul li a#current { background:url(/system/resource/images/nav/imgnav_vsb_level1_bg_2.gif) 0 0 no-repeat; font-weight:bold; color:#fff;}
    #c1028959 ul li ul { border:0px solid #ccc; display:none;} 
    #c1028959 ul li ul li {font-family: 黑体;text-decoration: none;font-weight:bold;font-size:14px; float:none;  margin:0;}
    #c1028959 ul li ul li a {width:112px;height:28px;line-height:28px; text-align:center; background:url(/system/resource/images/nav/imgnav_vsb_level2_bg_1.png); color:#000000;} 
    #c1028959 ul li ul li a:hover { background:url(/system/resource/images/nav/imgnav_vsb_level2_bg_1.jpg); color:#000000;}  
    #c1028959 ul li:hover ul { display:block;z-index:9999999; position:absolute;}
    #c1028959 ul li.sfhover ul { display:block;} 
.news-container {
  width: 100%; /* 或者你想要的任何宽度 */
  overflow: hidden;}

.news-list {
  list-style: none; /* 移除默认的列表样式 */
  padding: 0; /* 移除默认的内边距 */
  margin: 0; /* 移除默认的外边距 */
  display: flex; /* 使用flexbox布局 */
  flex-wrap: wrap; /* 允许项目换行 */
  gap: 20px 20px;}

.news-item1 {
width: 45%; 
  box-sizing: border-box; /* 包括内边距和边框在内计算元素的总宽度 */
  background: #f1f1f1; /* 背景色 */
  border: 1px solid #0a6652; /* 边框 */
  padding: 20px; /* 内边距 */
  text-align: center;}

.news-item1 a {
  font-size: 18px; /* 链接字体大小 */
  text-decoration: none; /* 移除下划线 */
  color: inherit;}
