body{
	background:#f5f7fb;
}
.pageBaner{
	position: relative;
}
.pageBaner img{
	display:block;
	max-width:100%;
}
@media screen and (min-width:0px) and (max-width:768px){
	.pageBaner .pageName{
		font-size:24px;
	}
}


/* 分类 */
.classify{
	position:relative;
	text-align:center;
	border-bottom:1px solid #eee;
	background:#fff;
	height:65px;
	display:flex;
	align-items:stretch;
}
.classify .main{
	display:flex;
	justify-content:center;
	align-items:stretch;
}
.classify .list{
	display:flex;
	align-items:center;
	justify-content:center;
	white-space: nowrap;
	overflow:auto;
}
.classify .list a{
	color:#333;
	font-size:15px;
	padding:4px 15px;
	border-radius:5px;
	margin:0 5px;
}
.classify .list a:hover{
	background:#1274bf;
	color:#fff;
}
.classify .list a:focus{
	outline:none;
}
.classify .list a.on{
	background:#1274bf;
	color:#fff;
}
.classify .listPop{
	padding-left:10px;
	border-left:1px solid #eee;
	align-items:center;
	display:none;
}
.classify .listPop i{
	font-size:22px;
}
.classify .listPop-content{
	position:fixed;
	top:0px;
	right:-100%;
	z-index:9999;
	height:100%;
	width:75%;
	background:#fff;
	display:flex;
	align-items:center;
	max-width:300px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	opacity:0;
}
.classify .listPop-content .pop-main{
	width:100%;
	max-height:100%;
	overflow:auto;
	padding:15px;
}
.classify .listPop-content a{
	display:block;
	text-align:left;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
	padding:0 10px;
}
.classify .listPop-content a:hover{
	color:#1274bf;
}
.classify .listPop-content a.on{
	background:#1274bf;
	color:#fff;
}

.classify .listPop-content .close{
	position:absolute;
	top:10px;
	right:10px;
	z-index:999999;
	opacity:1;
	color:#666;
	height:50px;
	width:50px;
	text-align:center;
	line-height:50px;
	border-radius:50px;
	background:rgba(255,255,255,0.3);
}
.classify .listPop-bg{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000;
	opacity:0.3;
	z-index:1000;
	display:none;
}


@media screen and (max-width:768px){
	.classify{height:55px;}
	.classify .list{justify-content:left;}
	.classify .list a{padding:4px 10px;}
}

#page_box {
	
}

.dlist{
	position:relative;
	padding:40px 0;
	max-width:1200px;
	margin:0 auto;
}
.dlist:before{
	position:absolute;
	top:0;
	left:40px;
	content:'';
	width:3px;
	height:100%;
	background:#d5e5f1;
	z-index:0;
}

.dlist .item{
	position:relative;
	z-index:99;
	padding:15px 0;
}
.dlist  .year{
	display:flex;
	align-items:center;
}
.dlist  .year .date{
	height:80px;
	width:80px;
	background:#d5e5f1;
	border-radius:50%;
	text-align:center;
	font-weight:700;
	font-size:26px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:center;
	margin-right:120px;
	flex-shrink:0;
}
.dlist  .year .date:after{
	content:' year ';
	font-weight:300;
	font-size:16px;
	margin-top:-30px;
}
.dlist  .year .text{
	font-size:30px;
	text-align:justify;
}

.dlist .morth{
	display:flex;
	align-items:center;
}
.dlist .morth .date{
	font-size:22px;
	width:200px;
	flex-shrink:0;
	text-align:justify;
}
.dlist .morth .date:before{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	border-radius:50%;
	background:#1274bf;
	margin-left:33px;
	margin-right:10px;
}
.dlist  .morth .text{
	font-size:18px;
}




@media screen and (max-width:768px){
	.dlist:before{left:27px;}
	
	.dlist .year .text{font-size:24px;}
	.dlist .year .date{margin-right:34px; font-size:16px; width:55px;height:55px;}
	.dlist .year .date:after{font-size:14px;}
	.dlist .year .text{font-size:18px;}
	
	.dlist .morth .date:before{margin-left:21px;width:14px;height:14px;}
	.dlist .morth .date{width:90px;font-size:18px;}
	.dlist .morth .text{font-size:15px;}
	
	
}
