/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  background-color: #f7f9fa;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-logo-bar {
  background: radial-gradient(circle, #a5c0d1 0%, #7697ab 60%, #5d8196 100%);
  padding: 15px 0;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
.top-logo-bar .logo img {
  height: 40px;
  display: block;
}

/* Banner 径向渐变 (中心偏白) */
.header {
  background: radial-gradient(circle, #a5c0d1 0%, #7697ab 70%, #5d8196 100%);
  padding: 60px 0 50px;
  text-align: center;
  color: white;
}

/* Banner 影印效果 */
.header h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;
  line-height: 1.2;
  text-shadow:
    0px -2px 4px rgba(0, 0, 0, 0.5),
    2px 2px 4px rgba(0, 0, 0, 0.3);
}

.sub-nav {
  display: inline-flex;
  /* background: rgba(255, 255, 255, 0.15); */
  padding: 5px 25px;
  border-radius: 8px;
  align-items: center;
}

.sub-nav a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 0px 5px;
}

.sub-nav a.active {
  background: #3e6e91;
  border-radius: 8px;
}

.sep {
  margin: 0 5px;
  opacity: 0.6;
}

/* Cards Section */
.content {
  margin-top: 30px;
}

.card-section {
  background: #fff;
  margin-bottom: 30px;
  padding: 40px 50px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}

.section-title {
  display: flex;
  align-items: center;
  /* border-bottom: 2px solid #3e6e91; */
  padding-bottom: 15px;
  margin-bottom: 25px;
  width: fit-content;
  position: relative;
}
.section-title::after {
  content: "";
  display: block;
  width: 130px;
  height: 4px;
  border-radius: 2px;
  background: #386382;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-title .icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.section-title .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-title h2 {
  color: #3e6e91;
  font-size: 24px;
  font-weight: 500;
}

/* 列表时间跟在文字后面 */
.list {
  list-style: none;
}

.list li {
  display: block;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

.list li::before {
  content: "•";
  color: #5291bd;
  position: absolute;
  left: 0;
}

.list li a {
  color: #666;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
  display: inline;
}

.list li a:hover {
  color: #3e6e91;
}

.list li .date {
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 10px;
  display: inline-block;
}

/* More Button */
.more-btn {
  display: inline-block;
  background: #f19149;
  color: white;
  text-decoration: none;
  font-size: 12px;
  padding: 0 12px;
  border-radius: 4px;
  margin-top: 10px;
}

/* Footer */
.footer {
  background: #3e6e91;
  color: white;
  padding: 30px 0;
  font-size: 13px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logos img {
  margin-right: 15px;
  vertical-align: middle;
}

.footer-links a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .header h1 {
    font-size: 28px;
  }
  .card-section {
    padding: 25px;
  }
  .footer-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .sub-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/***底部***/
 .en_foot {

    background: #376190;
    height: 161px;
    color: #FFFFFF;
    overflow: hidden;
}

.en_foot a {
    color: #FFFFFF;
}

.en_foot_uo {
    padding: 30px 0;
}

.en_foot_nav {
    width: 25%;
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding-left: 60px;
    border-left: 1px solid #eeeeee;
    height: 250px;
}

.en_foot_nav:first-child {
    border-left: none;
}

.en_foot_nav a {
    color: #666666;
}

.en_foot_nav dd a {
    color: #333333;
}

.en_foot_nav dd {
    margin-top: 15px;
}

.en_foot_nav dt a {
    font-weight: bold;
}

.en_foot_link {

    line-height: 200px;
    text-align: center;
    overflow: hidden;
}

.en_foot_link a,
.en_foot_link p {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}

.en_foot_link p {
    font-weight: 600;
    margin-left: 20px;
}
