.hide {
	display: none;
}

html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.flex-content {
	flex: 1;
}

a {
	color: #333;
	text-decoration: none;
}

/*首页*/
header {
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 1.5em;
	background-image: linear-gradient(to right, #3f64b4, #089fca);
	background-size: contain;
	color: #fff;
}

.slider-nav {
	position: relative;
}

.aui-slide-wrap {
	height: 56vw;
}

.slider-bg {
	z-index: 9999;
	position: absolute;
	height: 10vw;
	line-height: 10vw;
	width: 100%;
	background: url(../images/slidebg.png) repeat-x;
	bottom: 0;
	left: 0px;
	color: #fff;
	background-size: contain;
}

.slider-txt {
	padding: 0 10px;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 10vw;
	font-size: 4vw;
}

.search {
	display: flex;
	margin: 7vw 5vw;
	align-items: center;
	justify-content: space-between;
	background: #efefef;
	line-height: 10vw;
	border-radius: 12vw;
}

.search .u-input {
	border: 0;
	background: #efefef;
	text-indent: 3vw;
	font-size: 4vw;
	line-height: 10vw;
	height: 10vw;
	width: 85%;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding: 0;
	outline: 0;
	border-radius: 12vw 0 0 12vw;
}

.search .u-submit {
	width: 15%;
	border: 0;
	background: #efefef;
	line-height: 10vw;
	line-height: 10vw;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding: 0;
	outline: 0;
	border-radius: 0 12vw 12vw 0;
}

.search .u-submit i {
	font-size: 8vw;
	color: #888888;
}

.nav {
	margin: 0 5vw;
	padding: 0px;
}

.nav-list {
	float: left;
	width: 33.3%;
	display: inline-flex;
	height: 33vw;
	background-size: 75%;
	position: relative;
}

.bg1 {
	background: #eca95a url(../images/nav1.png) center center no-repeat;
	background-size: 40% !important;
}

.bg2 {
	background: #c39e83 url(../images/nav2.png) center center no-repeat;
	background-size: 50% !important;
}

.bg3 {
	background: #e34b23 url(../images/nav3.png) center center no-repeat;
}

.bg4 {
	background: #9f8dce url(../images/nav4.png) center center no-repeat;
}

.bg5 {
	background: #95be3e url(../images/nav5.png) center center no-repeat;
	background-size: 40% !important;
}

.bg6 {
	background: #bea163 url(../images/nav6.png) center center no-repeat;

}

.listbg {
	height: 18vw;
	width: 18vw;
	margin: 0 auto;
	border-radius: 50%;
	background-size: 45%;
}

.nav .nav-list a {
	display: block;
	width: 100%;
}

.nav-list div {
	text-align: center;
	margin-top: 2vw;
	font-size: 4vw;
	color: #000000;
	line-height: 1.3;
}

.fly-cell {
	background: url(../images/fly.png) 2vw center no-repeat;
	background-size: 6vw;
	padding: 3vw 3vw 3vw 11vw;
	border: 1px solid #f5f5f5;
	display: block;
	margin: 3vw 10vw;
	color: #000;
	border-radius: 3px;
	font-size: 4vw;
}

footer {
	padding: .8em 0;
	text-align: center;
	color: #6d6d6d;
	font-size: 14px;
	background: #f5f5f5;
	position: relative;
}

.bg-blue {
	background: #f3f8fc;
}

.list-submenu .itm {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	padding: .8em;
	margin-bottom: .5em;
	background: #fff;
}

/*列表页*/
.backprev {
	float: left;
	width: 15%;
	text-align: center;
	color: #fff;
	height: 48px;
	line-height: 48px;
}

.head-middle {
	width: 70%;
	text-align: center;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.head-right {
	float: right;
	text-align: center;
	width: 15%;
}

.app-btn {
	min-width: 100%;
	text-align: center;
	padding: 0;
}

.app-list {
	margin: 0 1.5em;
	border-bottom: 1px solid #dfdfdf;
	padding: 0;
	color: #000;
}

.app-list:first-of-type {
	padding-top: 0px;
}

.app-list:last-of-type {
	border-bottom: none;
	margin-bottom: 30px;
}

.app-list a {
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 1em 0;
}

.app-list-pic {
	border-radius: 0px;
	min-width: 35%;
	max-width: 35%;
	height: auto;
	background: none;
	margin: 0;
	line-height: 0;
}

.app-list-pic img {
	border-radius: 0px;
	width: 100%;
}

.app-list-txt {
	vertical-align: top;
	width: 60%;
	padding: 0;
	margin-left: 4% !important;
}

.mdui-list-item-three-line {
	height: auto;
}

.mdui-list-item-title {
	height: auto;
}

.list-time {
	color: #adadad;
	font-size: 12px;
	margin-top: 10px;
	text-align: right;
}

.app-pages {
	margin: 0 1.5em 2.5em;
}

.app-pages a {
	display: block;
	width: 37%;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #9b9b9b;
	color: #666;
	background: #fff;
}

.app-pages i {
	background: #d8d8d8;
	border-radius: 50%;
	color: #fff;
}

.public-time {
	color: #adadad;
	font-size: 12px;
	margin-top: 12px !important;
}

/*文章内容页*/
.app-article {
	padding: 1.5em;
}

.app-article-title {
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 1.5;
}

.app-article-meta {
	color: #999;
	margin: 8px 0;
	margin-bottom: 1.5rem;
	border-radius: 5px;
	border-bottom: 1px solid #eeecec;
	padding-bottom: 1em;
}

.app-article-content img {
	max-width: 100%;
	/* display: block; */
	margin: 0 auto;
}

.app-article-content,
.app-article-content p {
	font-size: 1rem;
	line-height: 1.8;
	color: #4a4a4a;
	text-align: justify;
	margin: 0;
	word-wrap: break-word;
}

.app-groom {
	padding: 30px 30px 0;
	font-size: 24px;
	border-top: 5px solid #f4f4f4;
}

/*菜单栏*/
.app-slide-menu .mdui-list-item-content {
	text-align: left;
	padding-left: .8em;
}

.app-collapse-menu {
	margin: 0 16px;
}

.app-list-home {
	padding: 0;
	margin: 5px 0 10px;
	background-image: linear-gradient(to right, #3f64b4, #089fca);
}

.app-list-home:hover,
.app-list-home a:hover {
	background: #1977c7;
}

.app-list-home i {
	margin-top: -3px;
	margin-right: 5px;
	color: #fff;
}

.app-list-home a {
	color: #fff;
}

.app-hide-list i {
	margin-top: -3px;
	margin-right: 5px;
	color: #1977c7;
}

.app-hide-list {
	background: #f5f5f5;
	margin: 5px 0;
	color: #1e1e1e;
	text-align: left;
}

.app-list-item-link {
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
}

.mdui-collapse-item-body .app-sub-list {
	padding: 0;
	margin: 8px;
	background: #fff;
}

.mdui-collapse-item-body .app-sub-list a {
	padding-left: 23px;
}

.mdui-collapse-item-body .app-sub-list i {
	float: right;
	margin-top: 11px;
	margin-right: 5px;
	color: #1977c7;
}

.app-collapse-list {
	margin: 10px 0;
}

.menu-click {
	background: #dff7ff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
