body
{
 padding: 0px;
 padding-left: 30px;
 padding-right: 30px; 
 margin: 0px;
 margin-right: 0px;
 height: auto;
 font-size: 14px;
 text-align: center;
 background: #DEF0F9;
 color: #052659;
 font-family: 微软雅黑,tahoma,宋体;
}

.container
{
 display: flex;
 padding: 8px;
 
}

.left-column
{
 display; flex;
 flex-direction: column;
 background:#ffffff;
 margin: 5px;
 padding: 5px;
}

.right-column
{
 display: flex;
 flex-direction: column;
 align-items:right;
 background:#ffffff;
 margin: 5px;
 padding: 5px;
}

.left-column div, .right-column div
{
 margin: 5px;
 padding: 5px;
 background-color: #ffffff;
 border 1px solod #ccc;
}

.container-column
{
 background: #ffffff;
 display: flex;
 flex-direction: column;
 align-items:right;
}

.container-column img
{
 margin: 5px;
}

.rounded-box {
  background: #ffffff;
  border: 1px solid #7DA0CA; /* 添加边框 */
  border-radius: 10px; /* 指定圆角大小 */
  padding: 20px; /* 添加内边距 */
}

h1
{
 font-family: 微软雅黑,tahoma,宋体;
 font-size: 18px;
}

div
{
 margin-bottom: 8px;
}

div:last-child
{
 margin-bottom: 0
}

a:link
{
 color:#0c284f;
 text-decoration: none;
}

a:visited
{
 color: #0c284f; 
 text-decoration: none;
}

a:hover
{
 color: #2069ea !important; 
 text-decoration: none;
}

a:active
{
 color: #f56040 !important;
 text-decoration: none;
}

.wang-table {
    border-collapse: collapse; /* 让表格边框合并为一条 */
}
.wang-table td, .wang-table th {
    border: 1px solid #ccc; /* 设置单元格边框 */
    padding: 5px; /* 设置内边距 */
}

.rounded-image {
    border-radius: 10px;
}