

/*swiper&&list*/
.content_A {
  width: 90%;
  margin: 0 auto;
}
.list{
	width: 100%;
	padding-bottom: 0.6rem;
	position: relative;
}
.list_left{
	width: 3rem;
	float: left;
	position: absolute;
	top: 0.5rem;
	right: 0;
}
.list_right{
	width: 100%;
	float: left;
}
.list_title{
	width: 3.5rem;
	font-size: 0.2rem;
	background: url(../images/05-01-list_img1.png) no-repeat;
	background-color: #F2F7FD;
	cursor: default;
	text-align: left;
	text-indent: 0.3rem;
	position: absolute;
	right: 0;
	z-index: 999;
}
.title_1{
	width: 100%;
	line-height: 0.62rem;
	font-size: 0.2rem;
	color: #333;
	display: none;
	font-weight: bold;
}
.title_1_app{
	position: absolute;
	right: 0;
	top: -1.1rem;
	display: block;
}
.title_1_app img{ 
	width: 0.31rem;
}
.title_2{
	width: 100%;
	line-height: 0.6rem;
	font-size: 0.18rem;
	color: #333;
}
.title_3{
	width: 100%;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #333;
	border-bottom: 1px dashed #ccc;
}
.title_4{
	width: 100%;
	line-height: 0.35rem;
	font-size: 0.14rem;
	color: #333;
}
.title_img{
	display: none;
	float: right;
	position: relative;
	top: 0.25rem;
	right: 0.2rem;
}
.title_img2{
	display: none;
	float: right;
	position: relative;
	top: 0.25rem;
	right: 0.2rem;
}
.show_icon .title_img{
	display: none;
}
.show_icon .title_img2{
	display: block;
}
.all_show{
	display: block;
}
.list_select_1{
	background-image: url(../images/05-01-list_img2.png);
	background-size: 100%;
	color: #3A86E8;
}
.list_select_2{
	background-color: #D2E4FB;
	color: #3A86E8;
}
.list_select_3{
	color: #3A86E8;
	border-bottom: 1px dashed #3A86E8;
}
.list_select_4{
	color: #3A86E8;
}
.title_line{
	width: 100%;
	height: 3px;
	background: #fff;
}
.bg_no2,.bg_no3,.bg_no4{
	display: none;
}
.list_content{
	padding-bottom: 0.2rem;
}
.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_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_title{
		position: relative;
		width: 2.5rem;
		font-size: 0.2rem;
		background: url(../images/05-01-list_img1.png) no-repeat;
		background-color: #F2F7FD;
		cursor: default;
		text-align: left;
		text-indent: 0.3rem;
		right: 0;
	}
	.list_left{
		width: 3rem;
		float: left;
		position: relative;
		top: 0.15rem;
	}
	.list_right{
		width: calc(100% - 3rem);
		float: left;
	}
	.title_1{
		display: block;
	}
	.title_1_app{
		display: none;
	}
	.news_title_top{
		display: none;
	}
	.bg_no2{
		display: block;
	}
	
}