*{
margin : 0;
padding:0;}
.logo{

margin: 30px 0 30px 60px;}
.main_conLT dl dt{
    background:transparent;
    border-bottom:1px solid #dddddd;
    color: black;
    text-align:left;
    font-weight: 600;
    font-size:18px;
    margin : 0 15px 10px 15px;
    box-sizing: border-box;
    width:170px;}
.main_conLT dl dd {
    height: 40px;
    margin-top:0;
    margin-bottom:10px;}
.main_conLT dl dd a{
    background: transparent;
    width:140px;
    margin: 0px 0px 0px 15px;
    padding: 0 15px;
    font-size: 13px;
    font-weight:500;
    border-radius: 5px;
    color: black;
    text-align: left;
    line-height: 40px;
    height: 40px;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
 
.footer {
  background: #1a2b4c;
  color: white;
  padding: 50px 0 20px;
  font-family: 'Microsoft YaHei', sans-serif;}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  /* gap: 60px; */
  justify-content: space-between;
  padding: 0 20px;}

/* 左侧区块 */
.footer-left {
  flex: 0 0 340px;}

.brand-title {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600;}

.intro-text {
  color: #a0b1c5;
  line-height: 1.8;
  margin-bottom: 35px;
  font-size: 16px;}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #a0b1c5;
  font-size: 14px;}

.contact-icon {
  font-size: 18px;
  margin-right: 12px;
  color: #3d7af0;}

/* 中部区块 */
.footer-center {
  flex: 1;
  display: flex;
  gap: 40px;}

.link-column {
  flex: 1;}

.column-title {
    font-size: 16px;
  margin-bottom: 25px;
  font-weight: 500;
  font-weight: bold;}

.link-list {
  list-style: none;
  padding: 0;}

.link-item {
  margin-bottom: 15px;}

.link-item a {
  color: #a0b1c5;
  text-decoration: none;
  transition: color 0.3s;}

.link-item a:hover {
  color: #3d7af0;}

/* 右侧区块 */
 

.qr-code {
  width: 120px;
  height: 120px;
  background: #f0f0f0;
  margin-top: 20px;
  border-radius: 8px;}

/* 底部版权 */
.copyright {
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
      padding-top: 30px;
  border-top: 1px solid #2d3d58;
  color: #a0b1c5;}

.policy-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;}

.policy-links a {
  color: #a0b1c5;
  text-decoration: none;}
/* 新增样式修正 */
.footer-center {
  display: flex;
  flex-direction: column;}

.link-column:nth-child(3) { /* 新增人才培养栏目 */
  flex: 0 0 120px;}

.qr-text {
  color: #a0b1c5;
  font-size: 12px;
  margin-top: 8px;}

/* 底部版权区修正 */
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
      padding-top: 30px;
  text-align: left !important;}

.policy-links {
  margin-top: 0;
  gap: 15px;}

.policy-links a:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
  color: #a0b1c5;}
