

/*swiper&&list*/
.content_A {
  width: 90%;
  margin: 0 auto;
}
.list{
	width: 100%;
	padding-bottom: 0.4rem;
	position: relative;
}

.list_right{
	width: 100%;
	float: left;
}
.point{
	width: 0.06rem;
	height: 0.06rem;
	background: #ccc;
	border-radius: 0.5rem;
	position: relative;
	top: 0.27rem;
	float: left;
	margin-right: 0.1rem;
}
.list_content{
	padding-bottom: 0.2rem;
}
.list_content_title {
  font-size: 0.24rem;
  color: #3b3b3b;
  float: left;
  line-height: 0.6rem;
  width: calc(100% - 1.7rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.list_content_title:hover{
  color: #00699d;
}
.list_content_time {
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.6rem;
  float: right;
  text-align: right;
}
.list_line{
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0.1rem 0;
}
.news_title_top{
	width: 100%;
	margin: 0.1rem auto;
	font-size: 0.26rem;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
.news_title_line{
	width: 1rem;
	border-top:2px solid #3A86E8;
	position: relative;
	top: 0.02rem;
}

@media (min-width: 1200px) {
	.content_A{
	  width: 12rem;
	  margin: 0 auto;
	}
	.list_content_title {
	  line-height: 0.45rem;
	  font-size: 0.16rem;
	}
	.list_content_time {
	  line-height: 0.45rem;
	  font-size: 0.16rem;
	}
	.point{
		width: 0.06rem;
		height: 0.06rem;
		background: #ccc;
		border-radius: 0.5rem;
		position: relative;
		top: 0.21rem;
	}
	.list_right{
		width: 100%;
		float: left;
	}
	.news_title_top{
		font-size: 0.18rem;
		color: #007AFF;
	}
	.news_title_line{
		width: 0.7rem;
	}
	
}