body{
	margin: 0px;
	text-align: center;
	font-family: Roboto, BlinkMacSystemFont, 'Helvetica Neue', Arial, 'Microsoft Yahei', 'WenQuanYi Micro Hei', 'Pingfang SC', sans-serif;
}
a{
	color: inherit;
	text-decoration:none;
}
html, body, #app {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#app {
    overflow: auto;
}

.page {
	/*max-width: 1440px;*/
	margin: 0px auto;
	text-align: left;
}
.page .header{
	height: 94px;
	display: flex;
	flex-direction: row;
	background-color: white;
}
.page .header .icon{
    width: 250px;
	font-size: 36px;
	padding: 15px 0px;
}
.page .header .icon img{
	height: 100%;
}
.page .header .menu{
	display: flex;
	flex-direction: row;
	background-color: white;
	color: #101010 ;
	flex: 1;
}
.page .header .menu>div{
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page .header .menu>div.active{
	background-color: #3F51B5;
	color: #FFFFFF;
}
.page .header .search{
	display: flex;
	justify-content: center;
	align-items: center;
}
.page>.main{
	text-align: center;
}
.page>.header,.page>.main>.content{
	width: 90%;
	margin: 0px auto;
	text-align: left;
	max-width: 1200px;
}
.page>.main>.content{
	min-height: 500px;
	margin-bottom: 40px;
}
.page .footer{
	background-color: #939393;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	color: #E4E4E4;
}
.page>.main>.img-banner{
	overflow: hidden;
	height: 200px;
}
.page>.main>.img-banner>img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.page>.main>.left-right.content{
	display: flex;
	flex-direction: row;
	margin: 40px auto;
}

.page .left-right.content .left{
	
	margin-right: 40px;
}
.page .left-right.content .right{
	width: 100%;
	flex: 1;
}
.page .left-right.content .left-box{
	border: 1px solid #ccc;
}
.page .left-right.content .left-box>ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
.page .left-right.content .left-box>ul>li{
	padding: 15px 10px;
	color: #101010;
	font-size: 14px;
	text-align: center;
	width: 200px;
	border-bottom: 1px solid #ccc;
}
.page .left-right.content .left-box>ul>li:hover {
    color: #3472ad;
    background-color: #f1f7fd;
}
.page .left-right.content .left-box>ul>li.active{
	color: #fff;
	background-color: #3F51B5;
}


.page .left-right.content .right-content {
	padding: 40px 0px;
	color: #444141;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
}
.page .left-right.content .right-content .list-footer{
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.page .pagelist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.page .pagelist>li {
    float: left;
    padding: 2px 10px;
    background-color: #f4f4f5;
    color: #606266;
    text-align: center;
    border-radius: 2px;
    margin: 0px 2px;
}
.page .pagelist>li>a:hover{
	color: #409eff;
}
.page .pagelist>li.thisclass {
    background-color: #409eff;
    color: #fff;
}