/* 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;
	}
	@media screen and (min-width:960px){
		.journal{
		  width:calc(670px/1.1078);
		  margin: 0 auto;
		  display: flex;
		  flex-wrap: wrap;
		}
		.title-j{
		  width: calc(670px/1.1078);
		  display: flex;
		  justify-content: space-between;
		  border-bottom:dashed 1px  #aaaaaa;
		  line-height: calc(40px/1.1078);
		  margin-top: calc(54px/1.1078);
		}
		.t-j{
		  width:calc(200px/1.1078);
		  height: calc(60px/1.1078);
		  background: #0d7dbd;
		  text-align: center;
		  font-size: calc(36px/1.1078);
		  color: #ffffff;
		  line-height: calc(60px/1.1078);
		}
		.s-j{
		  font-size: calc(24px/1.1078);
		  margin-top: calc(20px/1.1078);
		}
		.zazhi-l{
		  width: calc(670px/1.1078);
		  font-size: calc(36px/1.1078);
		  height: calc(36px/1.1078);
		  line-height: calc(36px/1.1078);
		  margin-top: calc(18px/1.1078);
		  padding-left: calc(15px/1.1078);
		  display: flex;
		  
		}
		.zazhi-l p{
		  width: calc(660px/1.1078);
		  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: 0px calc(28px/1.1078);
				font-size: calc(30px/1.1078);
			}
		.fabu{
				margin: calc(20px/1.1078) 0px;
			}
			.focu div img{
				width: calc(40px/1.1078);
				height: calc(40px/1.1078);
				margin-left: calc(10px/1.1078);
			}
			.focu h4{
				font-size: calc(40px/1.1078);
				margin-top: calc(30px/1.1078);
				
			}
			.focusa  span{
				display: block;
				text-align: justify;
				font-size: calc(30px/1.1078) !important;
			}
			.buts{
				width: 80%;
				display: block;
				height: calc(60px/1.1078);
				font-size: calc(30px/1.1078);
				background: #0d7dbd;
				color: #ffffff;
				border: none;
				margin: calc(10px/1.1078) auto;
			}
	}