/* 新闻分类标题列表样式 */
.navigation-n12m-1_blk { height: 108px !important; width: 100%; }
@media (max-width: 1200px) { .navigation-n12m-1_blk { height: 92px !important; } }
@media (max-width: 768px) { .navigation-n12m-1_blk { height: 72px !important; } }


.news-list-block { font-size: 1.6rem; }
.news-list-block ul { list-style: none; padding: 0; margin: 0; }
.news-list-block .news-item { display: flex; align-items: flex-start; border-bottom: 1px solid #f2f2f2; padding: 16px 8px; gap: 16px; background: #f7f7f7; position: relative; overflow: hidden; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; }
.news-list-block .news-item:before { background: #7eb01a; content: ''; position: absolute; display: block; top: 0; left: 0; width: 0; height: 100%; z-index: 0; opacity: .0; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-block .news-item:hover:before { opacity: 1; width: 100%; }
.news-list-block .news-item .datebox, .news-list-block .news-item .ncontent { position: relative; z-index: 1; }
.news-list-block .news-item:last-child { border-bottom: 0; }

.news-list-block .datebox { width: 72px; min-width: 72px; text-align: center; border: 1px solid #e5e5e5; border-radius: 4px; padding: 8px 6px; color: #7e7e7e; }
.news-list-block .datebox .day { display: block; font-size: 2.2rem; color: #002d57; line-height: 1; margin-bottom: 6px; }
.news-list-block .datebox .month { display: block; font-size: 1.2rem; text-transform: uppercase; }
.news-list-block .datebox .year { display: block; font-size: 1.2rem; }

.news-list-block .ncontent { flex: 1 1 auto; }
.news-list-block .ncontent .title { margin: 0 0 6px 0; font-size: 1.8rem; }
.news-list-block .ncontent .title a { color: #343434; text-decoration: none; transition: color .3s ease; -webkit-transition: color .3s ease; }
.news-list-block .ncontent .title a:hover { color: #7eb01a; }
.news-list-block .ncontent .excerpt { margin: 0; color: #6c6c6c; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; min-height: calc(1.6em * 2); transition: color .3s ease; -webkit-transition: color .3s ease; }

.news-list-block .news-item:hover { background: #ededed; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.news-list-block .news-item:hover .ncontent .excerpt { color: #505050; }
.news-list-block .news-item:hover .datebox { transform: scale(1.03); -webkit-transition: all .3s ease; transition: all .3s ease; border-color: transparent; }
.news-list-block .news-item:hover .datebox .day,
.news-list-block .news-item:hover .datebox .month,
.news-list-block .news-item:hover .datebox .year { color: #fff; }
.news-list-block .news-item:hover .ncontent .title a { color: #fff; }
.news-list-block .news-item:hover .ncontent .excerpt { color: #fff; }

@media (max-width: 768px) {
  .navigation-n12m-1_blk { height: 60px !important; }
  .news-list-block { font-size: 1.5rem; }
  .news-list-block .news-item { padding: 12px 6px; gap: 12px; }
  .news-list-block .datebox { width: 64px; min-width: 64px; }
  .news-list-block .ncontent .title { font-size: 1.6rem; }
}
/* 同步首页新闻列表样式 */
.news-list-n118m-1 { margin: 5px 0 25px 0 }
.news-list-n118m-1 ul { list-style: none; padding: 0; margin: 0 }
.news-list-n118m-1 ul li { padding: 16px 16px; margin: 0 0 16px 0; border-radius: 5px; box-shadow: 0 0 8px #e5e5e5; position: relative }
.news-list-n118m-1 ul li:last-child { margin-bottom: 0 }
.news-list-n118m-1 ul li:before { background: #7eb01a; content: ''; position: absolute; display: block; top: 0; left: 0; width: 0; height: 100%; z-index: -1; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.news-list-n118m-1 ul li:hover:before { background: #7eb01a; opacity: 1; width: 100% }
.news-list-n118m-1 ul li a { text-decoration: none; color: #343434; display: flex; flex-direction: row }
.news-list-n118m-1 ul li a .time { width: 90px; margin: 0 25px 0 0; text-align: center; line-height: 1.1; flex: none }
.news-list-n118m-1 ul li a .time span { display: block; color: #505050; line-height: 1.4; font-size: 1.6rem }
.news-list-n118m-1 ul li a .time .day { color: #002d57; font-size: 3.2rem }
.news-list-n118m-1 ul li a .content { flex: auto; overflow: hidden; font-size: 1.4rem; color: #505050; line-height: 1.8 }
.news-list-n118m-1 ul li a .content h2 { font-size: 1.8rem; font-weight: normal; line-height: 1.3; margin: 0 0 .5rem 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #343434 }
.news-list-n118m-1 ul li a .content .text { -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; display: -webkit-box; line-height: 1.6; font-size: 1.6rem }
.news-list-n118m-1 ul li a:hover .time span, .news-list-n118m-1 ul li a:hover h2, .news-list-n118m-1 ul li a:hover .text { color: #fff }

@media(max-width:1680px){ .news-list-n118m-1 ul li { padding: 10px 16px } }
@media(max-width:1440px){ .news-list-n118m-1 ul li { padding: 8px } .news-list-n118m-1 ul li a .time { width:auto; height:auto; margin:0 15px 0 0 } .news-list-n118m-1 ul li a .time .day { font-size:2rem } }
@media(max-width:768px){ .news-list-n118m-1 ul li:last-child { display:block } .news-list-n118m-1 ul li:last-child a .content h2 { color:#002d57; font-size:1.6rem } }