.ultz {
  margin-left: 20px;
  background-color: #fff;
  width: 90%;
  height: 100%;
  margin-top: 0.33rem;
  padding: 0;
  list-style: none;
  padding-left: 10px;
  display: inline-block;
  justify-content: center;
  border-top-right-radius: 25px;}

.ultz .litz {
  height: 73px;
  list-style-type: none;
  line-height: 60px;
  /* border-bottom: 0.5px dashed #1f499e; */

  position: relative;}

.litz::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px; /* 调整为负值以将虚线移到元素的下方 */
  width: 100%;
  border-bottom: 1px dashed #1f499e; /* 使用1px的实线边框模拟虚线效果 */
  transform: scaleY(0.5);}

.ultz .litzlast {
  height: 75px;
  list-style-type: none;
  line-height: 60px;}

a {
  text-decoration: none;
  height: 70px;
  color: #504a4a;}

a:hover {
  color: #1f499e;}

.datefltz {
  z-index: 1;
  margin-left: -30px;
  background-color: #f2f3f9;
  margin-top: 10px;
  float: left;
  width: 60px;
  height: 35px;
  border: 0.02rem solid #1f499e;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);}

.datefltz .getdaytz {
  float: left;
  height: 50%;
  width: 100%;
  margin: 0;
  font-size: 20px;
  color: #1f499e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;}

a .fltz {
  float: left;
  width: 75%;
  height: 80%;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  top: 50%;
  margin-top: 1%;
  margin-left: 30px;
  padding: 0;}

.getYMtz {
  float: left;
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: grey;
  font-size: 14px;}

.bottomtz {
  z-index: 1;
  margin-left: -10px;
  margin-top: 0;
  float: left;
  height: 20px;
  width: 100%;
  background-color: #0ff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);}

.carousel {
  position: relative;
    overflow: hidden;
    width: 95%;
    height: 90%;}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:auto;}

.carousel img.active {
  z-index: 2;}

.carousel img.inactive {
  z-index: 1;}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  color: #fff;
 
  padding: 10px;
  opacity: 0; /* 初始时隐藏箭头 */
  transition: opacity 0.3s;}

.left-arrow {
  left: 10px;}

.right-arrow {
  right: 10px;}

.arrow:hover {
  opacity: 1;}
.lisy_ul {
  height: 3.6rem;
  list-style-type: none;
  padding-inline-start: 50px;
  margin: 0;
  margin-top: 2px;}
.lisy1 {
  width: 6.6rem;
  position: relative;
  font-size: 0.16rem;
  color: #504a4a;
  height: 0.3rem;}

.lisy1 a {
  color: #504a4a;
  text-decoration: none;}
.lisy1 a:hover {
  color: #1f499e;}
.flnew {
  padding-left: 5px;}

