.news-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 20px 18px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;}
.news-column:hover {
  border-color: #c5daf0;
  box-shadow: 0 6px 20px rgba(40, 116, 195, 0.1);
  transform: translateY(-2px);}
.news-column .section-title-bar {
  margin-bottom: 14px;
  padding-bottom: 0;
  border: none !important;
  border-image: none !important;}
.news-column .section-title-bar .title-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  padding-bottom: 8px;
  border-bottom: 2px solid #2874c3;}
.news-column-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  min-width: 0;}
.news-column-body > div:not(.more) {
  flex: 1;
  min-width: 0;}

.news-column-body .more {
  order: 99;
  margin-top: auto;
  padding-top: 14px;
  text-align: center;
  border-top: 1px solid #f0f0f0;}
.news-column-body .more-btn {
  display: inline-block;
  font-size: 13px;
  color: #2874c3 !important;
  padding: 6px 28px;
  border: 1px solid #2874c3;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;}
.news-column-body .more-btn:hover {
  background: #2874c3;
  color: #fff !important;}
.news-column-body .table {
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;}
.news-column-body .table > tbody > tr {
  transition: background 0.2s ease;}
.news-column-body .table > tbody > tr:hover {
  background: #f7fafd;}
.news-column-body .list-content {
  overflow: hidden;
  max-width: 0;
  vertical-align: middle;
  padding: 0;
  border: none;}
.news-column-body .list-content a {
  position: relative;
  display: block;
  padding: 9px 0 9px 14px;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease, padding-left 0.2s ease;}
.news-column-body .list-content a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2874c3;
  transition: width 0.2s ease, height 0.2s ease, border-radius 0.2s ease;}
.news-column-body .table > tbody > tr:hover .list-content a {
  color: #2874c3;
  padding-left: 18px;}
.news-column-body .table > tbody > tr:hover .list-content a::before {
  width: 3px;
  height: 14px;
  border-radius: 2px;}
.news-column-body .list-time {
  width: 46px;
  max-width: 46px;
  text-align: right;
  vertical-align: middle;
  color: #bbb !important;
  font-size: 12px;
  padding: 0;
  border: none;}
.news-column-body .list-time font { color: #bbb !important;}
@media (max-width: 991px) {
  .news-column:hover { transform: none;}
}
.news-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 20px 18px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;}
.news-column:hover {
  border-color: #c5daf0;
  box-shadow: 0 6px 20px rgba(40, 116, 195, 0.1);
  transform: translateY(-2px);}
.news-column .section-title-bar {
  margin-bottom: 14px;
  padding-bottom: 0;
  border: none !important;
  border-image: none !important;}
.news-column .section-title-bar .title-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  padding-bottom: 8px;
  border-bottom: 2px solid #2874c3;}
.news-column-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  min-width: 0;}
.news-column-body > div:not(.more) {
  flex: 1;
  min-width: 0;}
.news-column-body .more {
  order: 99;
  margin-top: auto;
  padding-top: 14px;
  text-align: center;
  border-top: 1px solid #f0f0f0;}
.news-column-body .more-btn {
  display: inline-block;
  font-size: 13px;
  color: #2874c3 !important;
  padding: 6px 28px;
  border: 1px solid #2874c3;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;}
.news-column-body .more-btn:hover {
  background: #2874c3;
  color: #fff !important;}
.news-column-body .table {
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;}
.news-column-body .table > tbody > tr {
  transition: background 0.2s ease;}
.news-column-body .table > tbody > tr:hover {
  background: #f7fafd;}
.news-column-body .list-content {
  overflow: hidden;
  max-width: 0;
  vertical-align: middle;
  padding: 0;
  border: none;}
.news-column-body .list-content a {
  position: relative;
  display: block;
  padding: 9px 0 9px 14px;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease, padding-left 0.2s ease;}
.news-column-body .list-content a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2874c3;
  transition: width 0.2s ease, height 0.2s ease, border-radius 0.2s ease;}
.news-column-body .table > tbody > tr:hover .list-content a {
  color: #2874c3;
  padding-left: 18px;}
.news-column-body .table > tbody > tr:hover .list-content a::before {
  width: 3px;
  height: 14px;
  border-radius: 2px;}
.news-column-body .list-time {
  width: 46px;
  max-width: 46px;
  text-align: right;
  vertical-align: middle;
  color: #bbb !important;
  font-size: 12px;
  padding: 0;
  border: none;}
.news-column-body .list-time font { color: #bbb !important;}
@media (max-width: 991px) {
  .news-column:hover { transform: none;}
}
.news-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 20px 18px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;}
.news-column:hover {
  border-color: #c5daf0;
  box-shadow: 0 6px 20px rgba(40, 116, 195, 0.1);
  transform: translateY(-2px);}
.news-column .section-title-bar {
  margin-bottom: 14px;
  padding-bottom: 0;
  border: none !important;
  border-image: none !important;}
.news-column .section-title-bar .title-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  padding-bottom: 8px;
  border-bottom: 2px solid #2874c3;}
.news-column-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  min-width: 0;}
.news-column-body > div:not(.more) {
  flex: 1;
  min-width: 0;}
.news-column-body .more {
  order: 99;
  margin-top: auto;
  padding-top: 14px;
  text-align: center;
  border-top: 1px solid #f0f0f0;}
.news-column-body .more-btn {
  display: inline-block;
  font-size: 13px;
  color: #2874c3 !important;
  padding: 6px 28px;
  border: 1px solid #2874c3;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;}
.news-column-body .more-btn:hover {
  background: #2874c3;
  color: #fff !important;}
.news-column-body .table {
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;}
.news-column-body .table > tbody > tr {
  transition: background 0.2s ease;}
.news-column-body .table > tbody > tr:hover {
  background: #f7fafd;}
.news-column-body .list-content {
  overflow: hidden;
  max-width: 0;
  vertical-align: middle;
  padding: 0;
  border: none;}
.news-column-body .list-content a {
  position: relative;
  display: block;
  padding: 9px 0 9px 14px;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease, padding-left 0.2s ease;}
.news-column-body .list-content a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2874c3;
  transition: width 0.2s ease, height 0.2s ease, border-radius 0.2s ease;}
.news-column-body .table > tbody > tr:hover .list-content a {
  color: #2874c3;
  padding-left: 18px;}
.news-column-body .table > tbody > tr:hover .list-content a::before {
  width: 3px;
  height: 14px;
  border-radius: 2px;}
.news-column-body .list-time {
  width: 46px;
  max-width: 46px;
  text-align: right;
  vertical-align: middle;
  color: #bbb !important;
  font-size: 12px;
  padding: 0;
  border: none;}
.news-column-body .list-time font { color: #bbb !important;}
@media (max-width: 991px) {
  .news-column:hover { transform: none;}
}
/* 友情链接：与整站蓝色风格一致 */
.footer1 .widget-body ul.friend-links {
  list-style: none;
  padding: 0;
  margin: 0;}
.footer1 .widget-body ul.friend-links li {
  display: inline-block;
  margin: 0 8px 10px 0;}
.footer1 .widget-body ul.friend-links li a {
  display: inline-block;
  color: #b8cfe8;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  padding: 5px 14px;
  border: 1px solid rgba(184, 207, 232, 0.35);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;}
.footer1 .widget-body ul.friend-links li a:hover,
.footer1 .widget-body ul.friend-links li a:focus {
  color: #fff !important;
  background: rgba(46, 110, 182, 0.45) !important;
  border-color: rgba(120, 170, 230, 0.7) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);}
