.van-h2{
	font-size: 1rem;
	align-items: center;
	position: relative;
	padding-bottom: 1rem;
	box-sizing: border-box;
	border-bottom: 1px solid #efefef;
	padding-left: 1.2rem;
	background: url(../images/ico.png) no-repeat -19px -71.5px;
}
.van-h2 a{
	color: #000000;
}
.van-h2:before{
	/*
	content:'';
	position:absolute;
	width: .3rem;
	height: 1.1rem;
	border-radius: 5px;
	background-color: #2b92d8;
	left: 0;
	top: .3rem;
	*/
}
.van-h2 .van-more{
	font-size: .9rem;
	font-weight: normal;
	background-color: #FFFFFF;
	line-height: 1.5rem;
	color: #999;
}
.van-index{
	align-items: self-start;
	box-sizing: border-box;
	margin-top: 1rem;
}
.van-index-left,.van-index .cardlist{
	padding: 1rem;
	box-sizing: border-box;
}
.van-index-left{
	border-right:9px #f5f5f5 solid;
}
.van-index-left ul{
	margin-bottom: 1rem;
}
.van-index-left li{
	font-size: .9rem;
    border-bottom: 1px dashed #e4e4e4;
    white-space:normal;
    overflow:hidden;
    padding:10px 0 10px 15px;
    position:relative;
 }
.van-index-left li:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	border-radius:50%;
	background-color:#f50;
	position:absolute;
	left:0;
	top:23.5px;
}
.van-index-left li .icon{width:30px;float:right;border-radius:50%;overflow:hidden;}
.van-index-left li .icon a{display:block;padding-bottom:100%;background:no-repeat center center;background-size:cover;}
.van-index-left li h4{font-size:14px;font-weight:normal;margin-right:35px;line-height:26px;padding:2px 0;margin-bottom:5px;}
.van-index-left li h4 a{
	color:#333;
}
.van-index-left li .meta{overflow:hidden;clear:both;}
.van-index-left li span{display:block;font-size:12px;color:#888;line-height:2em;}
.van-index-left li .left{float:left;}
.van-index-left li .right{float:right;min-width:30px;text-align:center;}
.van-index-left dl{
	margin-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #e4e4e4;
}
.van-index-left dl dt{
	width: 6rem;
	display: block;
}
.van-index-left dl dt,.van-index-left dl dt img{
	height: 3.5rem;
	overflow: hidden;
}
.van-index-left dl dd{
	font-size: .9rem;
	line-height: 1.75rem;
	max-width:75%;
}
.van-index .cardlist{
	border-left:9px solid #f5f5f5;
}
.ul_item{
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.ul_item dl{
	box-sizing:border-box;
	width: 33.3%;
	margin-top:1rem;
	padding: 0 1rem 1rem 0;
	border-bottom: 1px solid #eee;
}
.ul_item dl:last-child{
	margin-bottom: 0;
}
.ul_item dl dt{
	width: 6rem;
	display: block;
}
.ul_item dl dt,.ul_item dl dt img{
	height: 6rem;
	overflow: hidden;
}
.van-index-left dl dt img,.ul_item dl dt img{
	object-fit: cover;
	width: 100%;
}
.ul_item dl dd{
	max-width: 65%;
}
.van-index-left dl dd,.ul_item dl dd{
	padding-left: .75rem;
	box-sizing: border-box;
}
.van-index-left dl dd a,.ul_item dl dd>a{
	color: #333;
}
.ul_item dl dd>a{
	font-size: 1rem;
	display: block;
}
.ul_item dl dd>a:hover{
	color: #3cadfb;
}
.ul_item dl dd time{
	font-size:.9rem;
	color: #999;
	display: none;
	padding-top: .5rem;
}
.ul_item dl dd p{
	color: #999;
	margin-top: .65rem;
	line-height: 1.4rem;
	font-size: .9rem;
	text-align:justify;
}
.ul_item dl dd>div{
	font-size:.8rem;
	margin-top:.5rem;
}
.ul_item dl dd>div{
	color: #999;
}
.van-friend{
	align-items: center;
	padding: 1rem;
	box-sizing: border-box;
	margin-top: 1rem;
	margin-bottom:1rem;
	border-radius: 3px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,.03);
}
.van-friend b{
	width: 5rem;
	font-size: .9rem;
}
.van-friend p a{
	line-height: .8rem;
	font-size: .9rem;
	border-right: 1px solid #bdbdbd;
	padding-right: .5rem;
	padding-left: .5rem;
}
.van-friend p a:first-child{
	padding-left: 0;
}
.van-friend p a:last-child{
	border-right: none;
	padding-right: 0;
}
@media(max-width: 1024px) {
	.cardview>nav dl{
		width: 32%;
	}
}
@media(max-width: 768px) {
	.van-index .van-col--6,.van-index .van-col--18{
		max-width:100%;
		flex: 100%;
	}
	.van-index{
		flex-wrap:wrap-reverse;
	}
	.van-index-left{
		margin-top:1rem;
	}
	.van-index .cardlist{
		border-left: none;
	}
	.ul_item dl{
		width: 50%;
	}
	.ul_item dl:nth-child(2n){
		padding-right:0;
	}
}
@media(max-width: 600px) {
	.ul_item dl{
		width: 100%;
		padding-right: 0;
	}
	.ul_item dl dd{
		max-width: 75%;
	}
}
@media(max-width: 480px) {
}
@media(max-width: 375px){
}