html,body {
	margin: 0;
	padding: 0;
	height: 100vh;
	width: 100%;
}
a,a:visited,a:active {
	color: #333333;
	text-decoration: none;
}
.container {
	margin: 0 auto;
	background: #f2f2f2;
	color: #333333;
	font-family: '微软雅黑';
	width: 100%;
	min-height: 100vh;
	min-height: 160vw;
	position: relative;
}
.tabBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10vh;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.tabBar >div {
	height: 100%;
	width: calc(50% - 4vh);
	display: flex;
	flex-direction: row;
}
.tab_item {
	height: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 2.2vh;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #666666;
}
.tab_active {
	color: #015293;
}
.tab_item > img {
	height: 5vh;
    margin-bottom: 0.5vh;
}
.jzt {
	position: fixed;
	bottom: 4vh;
	left: calc(50% - 5vh);
	width: 10vh;
	height: 10vh;
	background-image: url(../img/jzt.png);
	background-size: 100% 100%;
	
}
.top {
	height: 18vh;
	background-image: url(../img/top.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 2.5vh;
}
.detail_top {
	display: flex;
	align-items: center;
	font-size: 2.8vh;
	font-weight: bold;
	color: #015293;
	height: 14vh;
	padding-bottom: 4vh;
}
.detail_top >img {
	margin-right: 1vh;
	margin-top: 0.4vh;
	height: 3.5vh;
}
.logo {
	height: 14vh;
	display: flex;
	align-items: center;
	color: #015293;
	font-size: 4.2vh;
	font-weight: bold;
}
.logo > img {
	height: 5.5vh;
	margin-right: 2vh;
}
.nav {
	height: 4vh;
	display: flex;
	justify-content: space-between;
	color: #666666;
	font-family: '黑体';
	font-weight: bold;
	font-size: 4.8vw;
}
.nav > div {
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.line {
	width: 46%;
	background: none;
	height: 0.3vh;
}
.line_active {
	background: #015293;
}
.nav_active {
	color: #015293;
}
.main {
	margin: 3vh 2.5vh 0 2.5vh;
}
.menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 4.4vw;
	font-family: '黑体';
	font-weight: bold;
	color: #185d9c;
	margin-top: 2vh;
}
.menu_item {
	padding: 0 2vh 0 3vh;
	margin-bottom: 1.5vh;
	border-radius: 1vh;
	width: calc(43% - 2.5vh);
	height: 7vh;
	background: linear-gradient(to right, #add1ff, #bfe4ff); 
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu_item > img {
	height: 2.2vh;
}
.search_box {
	background: #fff;
	display: flex;
	height: 5vh;
	padding: 0 2vh;
	margin-bottom: 1vh;
	border-radius: 1vh;
	align-items: center;
}
.search_box >img {
	width: 2.8vh;
	margin-right: 1vh;
}
.search_box >input {
	font-size: 1.8vh;
	font-family: '微软雅黑';
	width: 85%;
	border: 0;/*清除自带的2px的边框*/
	padding: 0;/*清除自带的padding间距*/
	outline: none;/*清除input点击之后的黑色边框*/
}
.f_red {
	color: #e10000;
}
.f_bold {
	font-weight: bold;
}
.f_gray {
	color: #999999;
}
.f_blue {
	color: #015293;
}
.tag {
	font-size: 1.8vh;
	color: #999999;
	line-height: 3.2vh;
}
.float_r {
	float: right;
	margin-right: 1.5vh;
}
.no_border {
	border: none !important;
}
.b_blue {
	background: #b6ddf6;
}
.shadow {
	box-shadow: 2px 2px 2px #e8e8e8;
}
.page {
	background: #fff;
	color: #666666;
	width: 100%;
	height: 9vh;
	position: absolute;
	bottom: 8vh;
	display: flex;
	justify-content: left;
	align-items: center;
}
.button {
	border: 1px solid #c3c3c3;
	border-radius: 1vh;
	width: 8vh;
	height: 3.5vh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8vh;
}


/* 关联导读 */
.gldd_list{
	background-color: #f1f1f1;
	padding: 1.2rem;
	border-radius: 0.3rem;
	margin-bottom: 2rem;
  }
  .gldd_list h3{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
  }
  .gldd a{
	font-size: 16px;
	line-height: 1.4rem;
	color: #0048cf;
	vertical-align: text-bottom;
  }
  .gldd{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }

  .fystyle{
	font-size: 1.8vh;
	padding: 1vh 0.5vw;
	background-color: #B6DDF6;
	color: #015293;
	border: 1px solid #C3C3C3;
	border-radius: 8px;
  }
  .fystyle:nth-child(7){
	display: none;
  }
  .fystyle:nth-child(4){
	display: none;
  }




@media (min-width: 1000px) {
	.container {
		width: 30%;
		min-height: unset;
	}
	.nav {
		font-size: 2.6vh;
	}
	.tabBar{
		width: 30%;
		margin: 0 auto;
		left: 35%;
	}
}
