.container{font-size:18px; padding:0px 0px 5px 0px; }
.head{height:76px; width:100%; background-image:url(images/logo.png); background-repeat:no-repeat; background-position:center; background-size:cover;}
.foot{border-top:#87CEEB 1px solid; height:60px; width:100%; text-align:center;}
.title{border-bottom:#87CEEB 1px solid; height:30px; width:100%; text-align:left; color:#87CEEB;}
.info{font-size:14px; color:#797979;}
a{ text-decoration:none; } 
a:hover{ text-decoration:none; }

.rounded-image {
  border-radius: 10px; /* 圆角大小（可调整像素或百分比） */
  /* 可选：防止图片拉伸 */
  object-fit: cover;
}
