.main {
margin:0;
padding:0
  height: 100%;
  width: 100%;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
}

.top1 {
  font-size: 0.18rem;
  background-color: #1f499d;
  width: 100%;
  height: 1.3 rem;
  display: flex;
  padding-left: 0;
}
.top1-1 {
  flex: 0 0 3.5rem;
  padding-right: 0.2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top1-2 {
  flex: 0 0 6.5rem;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  display: flex;
  justify-content: left;
  align-items: center;
}
.top1-3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: self-end;
  align-items: right;
  margin-right: calc((100vw - 13.2rem) / 2);
}
.top1-3-item {
  width: 1rem;
  color: #fff;
  font-size: 0.2rem;
}

.top2 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 5.3rem;
  overflow: hidden;
}

#Banner {
  width: 100%;
  /*height:694px;*/
  height: 5.94rem;
  background-color: #f5f5f5;
}

#FirPic {
  margin: 0 auto;
  height: 1.02rem;
  width: 12.94rem;
}
#FirPic ul {
  float: left;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
  text-align: center;
}
#FirPic .tpmore {
  float: left;
  list-style-type: none;
  width: 2.46rem;
  height: 1.02rem;
  margin-right: 0.16rem;
  overflow: hidden;
  display: inline-block;
}

#FirPic .tpmore:last-child {
  margin-right: 0px;
}

.top3 {
  display: flex;
}
.middle-element {
  width: 13.2rem;
  margin: 0.1rem 0;
}
.middle-element-1 {
  display: flex;
  height: 4.3rem;
  font-size: 0.32rem;
  overflow: hidden;
}
.wordTrend {
  flex: 2;
}
.wordTrendContent {
  margin: 0 0.15rem;
  height: 3.65rem;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 0.28rem;
}
.wordTrendItem {
  font-size: 0.2rem;
  flex: 1;
}
.notification {
  flex: 1;
}
.tzcontent {
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  margin: 0 0.15rem;
  height: 3.65rem;
}

.middle-element-2 {
  display: flex;
  margin-top: 0.3rem;
}
.middle-element-2-item {
  flex: 1;
  font-size: 0.28rem;
  height: 3.55rem;
}
/* 内容样式 */

/* 内容1、2 title样式 */
.title {
  display: flex;
  align-items: center; /* 垂直居中 */
  color: #0860b8;
  font-size: 0.24rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0.1rem 0.15rem;

  border-bottom: 0.03rem solid #dbdbdb; /* 下划线样式 */
  position: relative;
}
.titleName {
  position: relative;
}
.titleIcon {
  display: inline-block;
  width: 0.22rem; /* 根据需要调整图标的宽度 */
  height: 0.22rem; /* 根据需要调整图标的高度 */
  margin-right: 0.1rem; /* 可根据需要调整图标与标题的间距 */
  background-size: cover;
}
.titleName::before {
  content: '';
  position: absolute;
  left: -0.38rem;
  bottom: -0.02rem;
  width: 1.5rem;
  height: 0.03rem;
  background-color: #0860b8;
}
.moreContent {
  display: inline-block;
  background-image: url('../images/gengduo.png');
  width: 0.28rem; /* 根据需要调整图标的宽度 */
  height: 0.28rem; /* 根据需要调整图标的高度 */
  background-size: cover;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.iconUrl-1 {
  background-image: url('../images/gongzuodongtai.svg');
}
.iconUrl-2 {
  background-image: url('../images/tongzhigonggao.svg');
}
.iconUrl-3 {
  background-image: url('../images/banshizhinan.svg');
}
.iconUrl-4 {
  background-image: url('../images/xiazaizhuanqu.svg');
}
.iconUrl-5 {
  background-image: url('../images/puguangtai.svg');
}
.middle-element-3 {
  display: flex;
}
.middle-element-3-item {
  flex: 1;
  min-height: 2.6rem;
  text-align: center;
  margin: 0.1rem;
  background-color: #ecf6ff;
  position: relative;
  cursor: pointer;
}
.middle-element-3-item:hover {
  background-color: #1071b5;
  color: white;
  transform: scale(1.1); /* 进行放大 */
  z-index: 1; /* 将元素置于最上层 */
}
/* 查看详情字体颜色 */
.middle-element-3-item:hover .middle-element-3-item-btn {
  color: white;
}
/* 替换背景图片 */
.middle-element-3-item:hover .middle-element-3-item-iconUrl-1 {
  background-image: url(../images/jubaotai1.svg);
}
.middle-element-3-item:hover .middle-element-3-item-iconUrl-2 {
  background-image: url('../images/jiaotongfuwu1.svg');
}
.middle-element-3-item:hover .middle-element-3-item-iconUrl-3 {
  background-image: url('../images/churuzhengbanli1.svg');
}
.middle-element-3-item:hover .middle-element-3-item-iconUrl-4 {
  background-image: url('../images/cheliangbaobei1.svg');
}
.middle-element-3-item:hover .middle-element-3-item-iconUrl-5 {
  background-image: url('../images/qiuzhudianhua1.svg');
}
.middle-element-3-item-icon {
  display: inline-block;
  width: 0.42rem; /* 根据需要调整图标的宽度 */
  height: 0.42rem; /* 根据需要调整图标的高度 */
  background-size: cover;
  position: absolute;
  top: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
.middle-element-3-item-title {
  margin-top: 1rem;
  padding-bottom: 0.1rem;
  font-size: 0.16rem;
}
.middle-element-3-item-content {
  font-size: 0.12rem;
}
.middle-element-3-item-btn {
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.12rem;
  color: #1d479b;
}
.middle-element-3-item-iconUrl-1 {
  background-image: url('../images/jubaotai.svg');
}
.middle-element-3-item-iconUrl-2 {
  background-image: url('../images/jiaotongfuwu.svg');
}
.middle-element-3-item-iconUrl-3 {
  background-image: url('../images/churuzhengbanli.svg');
}
.middle-element-3-item-iconUrl-4 {
  background-image: url('../images/cheliangbaobei.svg');
}
.middle-element-3-item-iconUrl-5 {
  background-image: url('../images/qiuzhudianhua.svg');
}

.left-element,
.right-element {
  flex-grow: 1;
}

.top4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.1rem 2.9rem 0.1rem 2.9rem;
  background-color: #1f499d;
}
.top4-left {
  width: 4.1rem;
  margin-right: 0.6rem;
  display: flex;
  align-items: center;
}
.top4-middle {
  width: 4.7rem;
  color: white;
  font-size: 0.18rem;
  font-weight: bold;
  padding-left: 0.2rem;
}
.top4-right {
  display: flex;
  align-items: center;
  padding-top:0.45rem;
}
.top4-right img {
  border: #fff 0.05rem solid;
  border-radius: 0.05rem; /* 设置圆角边框 */
}
.navbar_nav li.dropdown .dropdown_menu a {
  font-size: 0.16rem;
  display: block;
  padding: 0.002rem;
  color: #ffffff;
  line-height: 0.46rem;
  text-align: center;
}
.navbar_nav li.dropdown .dropdown_menu a:first-child {
  /*border-top:#CDA274 0.0.2rem solid*/
}
.navbar_nav li.dropdown:hover .dropdown_menu {
  display: block;
}
.navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  background-color: #153f8a;
  color: #ffffff;
}

.ulsy {
  height: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0.1rem 0rem;
  display: inline-block;
  justify-content: center; /* 水平居中对齐 */
}

.lisy {
  width: 98%;
  vertical-align: middle;
  position: relative;
  font-size: 0.18rem;
  padding-left: 0rem; /* 为图标留出空间 */
  color: #000;
  height: 0.42rem;
}
.lisy a {
  color: #504a4a;
  text-decoration: none;
}
.lisy a:hover {
  color: #1071b5;
}

.lisy::before {
  content: ''; /* 设置图标内容为 ">" */
  color: #1f499d; /* 设置图标颜色为蓝色 */
  position: absolute; /* 设置伪元素为绝对定位 */
  left: 0; /* 将伪元素定位在 li 元素的左侧 */
  top: 0; /* 将伪元素定位在 li 元素的顶部 */
  font-size: 0.2rem; /* 设置图标的字体大小 */
  line-height: 1; /* 设置图标的行高为 1，与文本垂直居中对齐 */
}
.f1-icon {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url('../images/listHeader2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  margin-right: 0.05rem;
  margin-bottom: 0.03rem; /* 向下偏移图标 */
}
.getday,
f1 {
  font-size: 0.18rem;
}