.second {
  overflow: hidden;}

.second a {
  display: block;
  height: auto !important;
  overflow: hidden;       /* 防止内容溢出 */
  clear: both;}

/* 主容器：增加顶部内边距 */
.sj5_tzgg {
    width: 360px;
    padding: 50px 0 1px 0;  /* 关键：顶部 50px，底部 15px */
    background: none;
    border: none;
    font-family: "Microsoft YaHei", Arial, sans-serif;}

/* 标题栏：保持紧凑 */
.sj5_yjyxwT {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 4px;
    margin-bottom: 8px;}

/* 标题：宋体、22px、不加粗 */
.sj5_yjyxwT .title {
    font-family: "SimSun", "宋体", serif;
    font-size: 22px;
    color: #000;
    line-height: 1.0;}

.sj5_yjyxwT .more-link {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    padding-top: 4px;}

/* 新闻列表 */
.sj5_tzggB ul {
    list-style: none;
    margin: 0;
    padding: 0;}

.sj5_tzggB li {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    font-size: 14px;}

/* 日期样式 */
.sj5_tzggB .news-date {
    color: #666;
    margin-right: 10px;
    font-size: 12px;
    min-width: 35px;
    text-align: left;
    white-space: nowrap;}

/* 标题样式 */
.sj5_tzggB a {
    color: #333;
    text-decoration: none;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;}

.sj5_tzggB a:hover {
    color: #000;
    text-decoration: underline;}

/* 浮动清除 */
.fl { float: left;}
.fr { float: right;}

