.d_max{
	width: 12rem;
	margin: 0 auto;
}
.d_xw_box{
	padding: 0.3rem 0 0.5rem;
}
.d_xw_con{
	display: flex;
  justify-content: space-between;
	margin-bottom: 0.4rem;
}
.d_xw{
	width: 48%;
	height: 3.25rem;
	background: #fff;
	border: .01rem solid #eeeeee;
	/* background: linear-gradient(to bottom, #e3edfb, #fff); */
	border-radius: 0.1rem;
	padding: 0.1rem 0.3rem 0.3rem 0.3rem;
}
.d_xw_top{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom: .01rem solid #e9e9e9;
	margin-bottom: 0.3rem;
}
.d_xw_tit{
	float: left;
	color: #0765bb;
	font-size: 0.22rem;
	font-weight: bold;
	position: relative;
}
.d_xw_tit i{
	width: 100%;
	height: 0.03rem;
	background: #0765bb;
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.01rem;
}
.d_xw_more{
	float: right;
	font-size: 0.16rem;
}
.d_xw_more a{
	color: #757575;
}
.d_xw_list{
	width: 100%;
}
.d_xw_list li{
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.16rem;
}
.d_xw_list i{
	float: left;
	width: 0.05rem;
	height: 0.05rem;
	display: block;
	background: #062868;
	border-radius: 50%;
	margin: 0.14rem 0.09rem 0 0;
}
.d_xw_list span{
	float: right;
	color: #a5a4a4;
}
.d_xw_txt{
	float: left;
	width: 60%;
	height: 0.36rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.d_shilao{
	font-size: 0.16rem;
	line-height: 0.32rem;
	text-align: justify;
	margin-bottom: 0.2rem;
}


@media only screen and (max-width: 1600px) {
	.d_max{
		width:14.4rem;
	}
}


@media only screen and (max-width: 1024px) {
	.d_max{
		width:94%;
	}
}


@media only screen and (max-width: 1023px) {
	.d_xw_con{
		display: block;
		margin: 0;
	}
	.d_xw{
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.d_xw_top{
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.d_xw_tit{
		font-size: 0.28rem;
	}
	.d_xw_more{
		font-size: 0.26rem;
	}
	.d_xw_list li{
		height: 0.56rem;
		line-height: 0.56rem;
		font-size: 0.26rem;
	}
	.d_xw_list i{
		width: 0.1rem;
		height: 0.1rem;
		margin: 0.2rem 0.1rem 0 0;
	}
	.d_xw_txt{
		height: 0.56rem;
	}

	.d_shilao{
		font-size: 0.26rem;
		line-height: 0.46rem;
	}
}
