.list_main {
	margin-top: -3vh;
}
.high_info_nav {
	font-size: 4.2vw;
	margin-top: -3vh;
	justify-content: space-evenly;
}
.high_info_nav >div {
	width: 30%;
}
.item {
	height: 10.5vh;
	background: #fff;
	border-radius: 1vh;
	margin-bottom: 1vh;
	display: flex;
	flex-direction: column;
	padding: 0 1.5vh;
}

.item_t {
	height: 5.5vh;
	font-size: 2vh;
	font-weight: bold;
	padding-top: 1vh;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display:  -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.item_b {
	height: 3.5vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 2vh !important;
}
.item_t2 {
	height: 4.5vh;
	padding-left: 3vh;
	font-size: 2vh;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.item_b2 {
	height: 6vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 2vh !important;
	font-size: 1.8vh;
}
.item_b2 > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 3vh;
}
.item_b2 img {
	margin-right: 1vh;
	width: 2.2vh;
}

.detail_main {
	padding: 3vh 2vh;
	background: #fff;
	margin-top: -5vh;
	height: 81vh;
}
.title {
	font-size: 2.6vh;
	font-weight: bold;
	text-align: center;
}
.tag_box {
	height: 3.5vh;
	margin: 1.5vh 0;
	background: #f3f3f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1vh;
}
.text_box {
	text-indent: 3.6vh;
	font-size: 2vh;
	line-height: 3.5vh;
}
.readbtn {
	position: fixed;
	bottom: 6vh;
	height: 5vh;
	width: 16vh;
	font-size: 1.8vh;
	color: #fff;
	background: #0072c7;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	left: calc(50% - 8vh);
	border-radius: 1vh;
	display: none;
}
.menu > a {
	font-size: 1.3rem;
	color: #185d9c;
}
.farms {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.farm_item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8vh;
	font-weight: bold;
	height: 4.5vh;
	padding: 0 3vh;
	background: #fff;
	border-radius: 1vh;
	margin-bottom: 2vh;
	box-shadow: 1px 1px 1px lightgray;
}
@media (min-width: 1000px) {
	.high_info_nav {
		font-size: 2.0vh;
	}
}