﻿
a{  color:#000000;  text-decoration:none;  outline:none;  }
a:hover{   color:white;  background-color:#003399; }


.table {
    font-size:16px;
    font-family:'MicrosoftYahei','微软雅黑','Simsun','宋体','Arial',sans-serif;
  }

table, td {
    border-collapse: collapse; /* 确保表格边框合并 */
    border-bottom: 1px solid #003399; /* 设置底部边框 */
}

.image-size {
  width: 120px; /* 设置图片宽度 */
  height: 160px; /* 设置图片高度 */
}

.image {
  width: 100px; /* 或者你需要的宽度 */
  padding-right: 10px; /* 图片和后续内容之间的间隔 */
}


.image img {
  width: 30%; /* 让图片填充整个单元格 */
  height: 120px; /* 或者你需要的高度 */
}

.containtab {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 100%;
  }

 
