/* pages/journal/lists.wxss */
.journal{
  width:6.7rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.title-j{
  width: 6.7rem;
  display: flex;
  justify-content: space-between;
  border-bottom:dashed 0.01rem  #aaaaaa;
  line-height: 0.4rem;
  margin-top: 0.54rem;
}
.t-j{
  width:2rem;
  height: 0.6rem;
  background: #0d7dbd;
  text-align: center;
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.6rem;
}
.s-j{
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.zazhi-l{
  width: 6.7rem;
  font-size: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-top: 0.18rem;
  padding-left: 0.15rem;
  display: flex;
  
}
.zazhi-l p{
  width: 6.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .zazhi-l image{
  width:10upx;
  height: 10upx;
  margin: 10upx;
} */
.zazhi-n a{
  width: 100%;
  height: auto;
  color: #000;
}
.focu{
		padding: 0rem 0.28rem;
		font-size: 0.3rem;
	}
.fabu{
		margin: 0.2rem 0rem;
	}
	.focu div img{
		width: 0.4rem;
		height: 0.4rem;
		margin-left: 0.1rem;
	}
	.focu h4{
		font-size: 0.4rem;
		margin-top: 0.3rem;
		
	}
	.focusa  span{
		display: block;
		text-align: justify;
		font-size: 0.30rem !important;
	}
	.buts{
		width: 80%;
		display: block;
		height: 0.6rem;
		font-size: 0.3rem;
		background: #0d7dbd;
		color: #ffffff;
		border: none;
		margin: 0.1rem auto;
	}