.high_info_nav {
	font-size: 4.2vw;
	margin-top: -3vh;
}
.high_info_nav >div {
	width: 30%;
}
.govpushinfo150203{
	height: 70vh;
	overflow: hidden;
}
.i-list,.govpushinfo150203{
	padding: 0px;
}
.i-list li,.govpushinfo150203 li{
	height: 10.5vh;
	background: #fff;
	border-radius: 1vh;
	margin-bottom: 1vh;
	display: flex;
	flex-direction: column;
	padding: 0 1.5vh;
}
.i-list a,.govpushinfo150203 a{
	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;
	/* width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 5.5vh;
	font-size: 2vh;
	font-weight: bold;
	padding-top: 1vh;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display:  block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; */
}
.i-list span {
	font-weight: normal;
	height: 3.5vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 2vh !important;
}

.i-list span,.govpushinfo150203 span{
	font-size: 1.8vh;
    color: #999999;
}

.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;
}

.text_box img{
	width: 100% !important;
}

.readbtn {
	position: fixed;
	bottom: 20vh;
	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;
}

.readbtn img{
	width: 25px;
}

@media (min-width: 1000px) {
	.high_info_nav {
		font-size: 2.0vh;
	}
}