@charset "utf-8";
bodh,html{
	background-color:#f9f6ef;
}
div{
	margin:0;
}
.container{
	width:1200px;
	margin-bottom:20px;
}
.container .content{
	border-bottom:1px dashed #dedede;
	padding-bottom:20px;
	font-size:14px;
}
.container .content img{
	
}
.container .title h1{
	font-size:18px;
	color:#173552;
	line-height:30px;
	margin-top:40px;
	font-weight:normal;
}
.container .title h2{
	font-size:20px;
	color:#173552;
	font-weight:;
	line-height:50px;
}
.container .page{
	margin:10px auto;
}
.container a{
	display:block;
	font-size:16px;
	color:#424242;
	line-height:30px;
}
.container a span{
	color:#173552;
	font-weight:bold;
}
.container a:hover{
	color:#173552;
}
@media screen and (min-width: 200px) and (max-width:840px){
	.banner{
		margin-bottom:0;
	}
	.container{
		width:100%;
		min-width:10px;
		padding-top:.1rem;
	}
	.wrap{
		width:100%;
		min-width:10px;
	}
	.container .title{
		width:auto;
		margin:0 .1rem;
	}
	.container .title h1{
		font-size:.11rem;
		margin-top:.1rem;
		line-height:.26rem;
	}
	.container .title h2{
		font-size:.14rem;
		line-height:.24rem;
	}
	.container .content{
		width:auto;
		margin:0 .1rem;
		font-size:.12rem;
	}
	.container .content img{
		max-width:100%;
height:auto;
	}
	.container .page{
		width:auto;
		margin:0 .1rem;
	}
	.container .page a{
		font-size:.12rem;
		line-height:.22rem;
	}
}