* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #e5eef6;
}
.view {
  margin: 0 auto;
  width: 16rem;
}
a {
  text-decoration: none;
}
.block {
	display: block;
}
.moduleTitle {
  position: relative;
  width: 100%;
  height: 0.76rem;
  color: #0551a9;
  border-bottom: solid 0.01rem #cccccc;
}
.moduleTitle .title {
  width: 2rem;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.76rem;
  /* border-bottom: solid 0.04rem #0551a9; */
}
.moduleTitle .more {
  position: absolute;
  right: 0.2rem;
  bottom: 0.21rem;
  color: #0551a9;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
}
.moduleTitle .more::after {
  content: "";
  margin-left: 0.02rem;
  width: 0.14rem;
  height: 0.14rem;
  background: url("../image/doubleArrow.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.fuyuanTitle {
  padding: 0 0.2rem;
  height: 0.8rem;
  color: #ffffff;
  display: flex;
  align-items: center;
	justify-content: space-between;
}
.fuyuanTitle .title {
  font-size: 0.3rem;
}
.fuyuanTitle .more {
  width: 0.8rem;
  height: 0.3rem;
  color: #ffffff;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.3rem;
  border: solid 0.01rem #ffffff;
  border-radius: 0.5rem;
}
.shipinzhongxin .title img,
.meitibaodao .title img {
	width: 0.2rem;
}
