.navbar_nav {
  padding-right: 0;
  margin-right: 0;
  padding-bottom: 0;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: flex-start;}

.navbar_nav li {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;}

.navbar_nav li.shouye {
  position: relative;
  display: block;
  text-align: bottom;
  float: left;
  margin-right: 0;
  padding-right: 0;}

.navbar_nav li .top-title {
  text-decoration: none;
  padding: 0 0.1rem;
  display: block;
  color: #fff;
  line-height: 0.5rem;
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 2px; /* 根据需要调整具体的数值，例如1px代表1个像素的间隙 */
  width: 100%;}

.navbar_nav li .top-title:after {
  content: '';
  width: 0;
  height: 0.03rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.8s ease 0s;}

.navbar_nav li .top-title:hover:after {
  width: 100%;

  color: #fff;
  position: absolute;}

.navbar_nav li.dropdown {
  display: inherit;
  position: relative;
  height: 100%;}

.navbar_nav li.dropdown .dropdown_menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0.4rem;
  width: 100%;
  line-height: 0.2rem;
  text-align: center;}

.navbar_nav li.dropdown:hover .dropdown_menu {
  display: block;

  line-height: 0.2rem;
  background-color: rgba(31, 73, 158, 0.5);
  padding: 2px;}

.navbar_nav li.dropdown .dropdown_menu a {
  font-size: 0.15rem;
  display: block;
  padding: 0 0.02rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  color: white;}

.navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  background-color: #1f499e;
  height: 0.3rem;
  line-height: 0.3rem;
  color: white;
  font-weight: bold;}

.ultz {
  width: 100%;
  height: 95%;
  margin: 10px 0;
  padding: 0;
  list-style: none;

  column-count: 2; /* 将列表分为两列 */
  column-gap: 20px;}
.ultz .litz {
  height: 70px;
  line-height: 32px;
  overflow: hidden; /* 溢出隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */

  margin: 0;
  padding: 0;
  box-sizing: border-box; /* 保证宽度包括 padding 和 border */
  background-color: #f6f7fc;
  text-decoration: none;

  break-inside: avoid-column;}
.ultz .litz a {
  text-decoration: none;
  height: 70px;
  color: #504a4a;
font-family: "Microsoft YaHei", "SimHei", sans-serif;}
.ultz .litz a:hover {
  color: #1071b5;}
.ultz .litz a .datefl {
  float: left;
  width: 20%;
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;}
.ultz .litz a .datefl .getday {
  float: left;
  height: 35%;
  width: 80%;
  margin: 0;
  font-size: 26px;
  color: #1071b5;}
.ultz .litz a .fl {
  background-color: #fafafa;
  float: left;
  width: 75%;
  height: 80%;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  top: 50%;
  margin-top: 1%;
  z-index: 1;
  margin-left: -1%;
  padding: 0;}
.ultz .litz a .datefl .getYM {
  /*background-color:#eee;*/
  float: left;
  height: 50%;
  width: 80%;
  display: flex;
  align-items: center; /* 使用 align-items 属性来实现垂直居中 */
  justify-content: center; /* 使用 justify-content 属性来实现水平居中 */
  text-align: center; /* 使用 text-align 属性来实现文本的水平居中 */
  /*  background-color: #1071b5;*/
  color: #aaa;
  font-size: 12px;}

