/* 报告列表 */
.page .reportList {
	position: relative;
	width: 100%;
	padding-bottom: 1rem;
	background: url('../images/global/core_advantage_bg2.jpg') #fff no-repeat bottom center;
	background-size: 100% auto
}

.page .reportList:before {
	content: '';
	display: block;
	width: 5.92rem;
	height: 6.24rem;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/global/sky_star_left.jpg') #fff no-repeat bottom center;
	background-size: 100% 100%
}

.page .reportList .reportList_inner {
	width: 14rem;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.page .reportList .reportList_inner .reportList_title {
	text-align: center;
	font-size: 0.48rem;
	line-height: 0.48rem;
	padding-top: 1.2rem;
	font-weight: bold
}

.page .reportList .reportList_inner .reportList_content {
	margin-top: 0.56rem
}

.page .reportList .reportList_inner .reportList_content .content_nav {
	text-align: center
}

.page .reportList .reportList_inner .reportList_content .content_nav li {
	display: inline-block;
	font-size: 0.24rem;
	color: #666666;
	margin-right: 0.56rem;
	cursor: pointer
}

.page .reportList .reportList_inner .reportList_content .content_nav li span {
	line-height: 0.4rem
}

.page .reportList .reportList_inner .reportList_content .content_nav li.active {
	-ms-transform: translateY(-30%);
	transform: translateY(-30%)
}

.page .reportList .reportList_inner .reportList_content .content_nav li.active span {
	display: inline-block;
	background-image: -webkit-linear-gradient(top, #3985f6, #56beec);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 0.03rem solid #d3338d
}

.page .reportList .reportList_inner .reportList_content .content_list {
	margin-top: 0.62rem
}

.page .reportList .reportList_inner .reportList_content .content_list ul li {
	width: 4.4rem;
	min-height: 4.4rem;
	background: #ffffff;
	float: left;
	margin-right: 0.4rem;
	margin-bottom: 0.4rem;
	box-shadow: 0.01rem 0.1rem 0.19rem 0.01rem rgba(153,153,153,0.2);
	cursor: pointer;
	position: relative
}

.page .reportList .reportList_inner .reportList_content .content_list ul li:nth-child(3n) {
	margin-right: 0
}

.page .reportList .reportList_inner .reportList_content .content_list ul li:hover {
	box-shadow: 0rem 0.05rem 0.285rem 0.015rem rgba(88,72,198,0.3)
}

.page .reportList .reportList_inner .reportList_content .content_list ul li:hover .list_img img {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_img {
	height: 2.1rem;
	font-size: 0;
	overflow: hidden
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_img img {
	transition: 0.3s;
	width: 100%;
	height: 100%
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_info {
	height: 1.36rem;
	margin: 0 0.4rem
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_info h3 {
	font-size: 0.22rem;
	line-height: 0.3rem;
	padding-top: 0.38rem;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_info p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding-top: 0.2rem;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download {
	position: absolute;
	left: 0.42rem;
	bottom: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 0.4rem;
	background: #ededed;
	color: #222222;
	font-size: 0.14rem;
	padding: 0 0.24rem;
	cursor: pointer;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download i {
	display: inline-block;
	width: 0.12rem;
	height: 0.14rem;
	margin-left: 0.16rem;
	background: url('../images/global/down_icon.png') no-repeat top center;
	background-size: 100% auto
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download:hover {
	text-decoration: none;
	color: #ffffff;
	background: linear-gradient(to left, #2a4fdb, #d3338d)
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download:hover i {
	background: url('../images/global/down_icon.png') no-repeat bottom center;
	background-size: 100% auto
}

.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download img {
	vertical-align: middle;
	margin-left: 0.1rem
}

.page .reportList .reportList_inner .pageCom {
	padding-top: 0.6rem;
	text-align: center
}

/* 报告详情 */
.page .reportDetail {
	position: relative;
	width: 100%;
	padding-bottom: 1rem;
	background: url('../images/global/core_advantage_bg2.jpg') #fff no-repeat bottom center;
	background-size: 100% auto
}

.page .reportDetail:before {
	content: '';
	display: block;
	width: 5.92rem;
	height: 6.24rem;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/global/sky_star_left.jpg') #fff no-repeat bottom center;
	background-size: 100% 100%
}

.page .reportDetail .reportDetail_inner {
	width: 14rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.page .reportDetail .reportDetail_inner .detail_title {
	font-size: 0.45rem;
	line-height: 0.75rem;
	text-align: center;
	margin-top: 0.56rem;
	font-weight: bold
}

.page .reportDetail .reportDetail_inner .detail_desc {
	text-align: center;
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.66rem;
	margin-bottom: 0.6rem
}

.page .reportDetail .reportDetail_inner .detail_desc span {
	margin: 0 0.4rem
}

.page .reportDetail .reportDetail_inner .detail_content {
	border-top: 0.01rem solid #e5e5e5;
	padding: 0.6rem 0
}

.page .reportDetail .reportDetail_inner .detail_content img {
	max-width: 100%
}

.page .reportDetail .reportDetail_inner .detail_download_wraper {
	text-align: center;
	padding: 0.5rem 0
}

.page .reportDetail .reportDetail_inner .detail_download_wraper .detail_download {
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 0.4rem;
	background: #ededed;
	color: #222222;
	font-size: 0.14rem;
	padding: 0 0.24rem;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.page .reportDetail .reportDetail_inner .detail_download_wraper .detail_download i {
	display: inline-block;
	width: 0.12rem;
	height: 0.14rem;
	margin-left: 0.16rem;
	background: url('../images/global/down_icon.png') no-repeat top center;
	background-size: 100% auto
}

.page .reportDetail .reportDetail_inner .detail_download_wraper .detail_download:hover {
	text-decoration: none;
	color: #ffffff;
	background: linear-gradient(to left, #2a4fdb, #d3338d)
}

.page .reportDetail .reportDetail_inner .detail_download_wraper .detail_download:hover i {
	background: url('../images/global/down_icon.png') no-repeat bottom center;
	background-size: 100% auto
}

.page .reportDetail .reportDetail_inner .detail_download_wraper .detail_download img {
	vertical-align: middle;
	margin-left: 0.1rem
}

.page .reportDetail .reportDetail_inner .detail_column {
	border-top: 0.01rem solid #e5e5e5;
	padding-top: 0.78rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.page .reportDetail .reportDetail_inner .detail_column .column_span {
	width: 2rem;
	height: 0.6rem;
	background: #ffffff;
	border: 0.01rem solid #e5e5e5;
	margin: 0 0.1rem;
	font-size: 0.18rem;
	color: #333333;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.page .reportDetail .reportDetail_inner .detail_column .column_span:hover {
	color: #ffffff;
	cursor: pointer;
	background: linear-gradient(to left, #2a4fdb, #d3338d)
}



@media screen and (max-width: 960px) {
	.page .reportList {
		position: relative;
		width: 100%;
		padding-bottom: 1rem;
		background: url('../images/global/core_advantage_bg2.jpg') #fff no-repeat bottom center;
		background-size: 100% auto
	}

	.page .reportList:before {
		content: '';
		display: block;
		width: 2.78rem;
		height: 2.64rem;
		position: absolute;
		top: 0;
		left: 0;
		right: inherit;
		background: url('../images/global/core_advantage_bg1.jpg') #fff no-repeat bottom center;
		background-size: 100% 100%
	}

	.page .reportList .reportList_inner {
		width: auto;
		margin: 0 auto;
		position: relative
	}

	.page .reportList .reportList_inner .reportList_title {
		text-align: center;
		font-size: 0.4rem;
		line-height: 0.5rem;
		padding-top: 0.97rem;
		font-weight: bold;
		color: #111111
	}

	.page .reportList .reportList_inner .reportList_content {
		margin-top: 0.56rem
	}

	.page .reportList .reportList_inner .reportList_content .content_nav {
		text-align: center
	}

	.page .reportList .reportList_inner .reportList_content .content_nav ul {
		margin: 0 0.6rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.page .reportList .reportList_inner .reportList_content .content_nav ul li {
		width: 50%;
		text-align: left;
		display: inline-block;
		font-size: 0.24rem;
		color: #666666;
		margin-right: 0;
		cursor: pointer;
		border-bottom: 0.03rem solid transparent
	}

	.page .reportList .reportList_inner .reportList_content .content_nav ul li span {
		line-height: 0.4rem
	}

	.page .reportList .reportList_inner .reportList_content .content_nav ul li.active {
		-ms-transform: translateY(0%);
		transform: translateY(0%)
	}

	.page .reportList .reportList_inner .reportList_content .content_nav ul li.active span {
		background-image: -webkit-linear-gradient(top, #3985f6, #56beec);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		border-bottom: 0.03rem solid #d3338d
	}

	.page .reportList .reportList_inner .reportList_content .content_list {
		margin-top: 0.62rem
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul {
		margin: 0 0.6rem
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li {
		width: 100%;
		min-height: 4.6rem;
		background: #ffffff;
		float: left;
		margin-right: 0rem;
		margin-bottom: 0.2rem;
		box-shadow: 0.01rem 0.1rem 0.19rem 0.01rem rgba(153,153,153,0.2);
		cursor: pointer;
		position: relative
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li:hover {
		box-shadow: 0rem 0.05rem 0.285rem 0.015rem rgba(88,72,198,0.3)
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_img {
		height: 2.3rem;
		font-size: 0;
		position: relative
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_img img {
		width: 100%;
		height: 100%
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_info {
		height: auto;
		margin: 0 0.5rem
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_info h3 {
		font-size: 0.26rem;
		line-height: 0.34rem;
		padding-top: 0.32rem;
		overflow: hidden;
		display: -webkit-box;
		word-break: break-all;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_info p {
		font-size: 0.2rem;
		line-height: 0.3rem;
		padding-top: 0.09rem;
		color: #666666;
		overflow: hidden;
		display: -webkit-box;
		word-break: break-all;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download {
		position: absolute;
		left: 0.42rem;
		bottom: 0.4rem;
		height: 0.4rem;
		border-radius: 0.4rem;
		background: #ededed;
		color: #222222;
		font-size: 0.14rem;
		min-width: 1.6rem;
		cursor: pointer;
		text-align: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download i {
		display: inline-block;
		width: 0.12rem;
		height: 0.14rem;
		margin-left: 0.16rem;
		background: url('../images/global/down_icon.png') no-repeat top center;
		background-size: 100% auto
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download:hover {
		color: #ffffff;
		background: linear-gradient(to left, #2a4fdb, #d3338d)
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download:hover i {
		background: url('../images/global/down_icon.png') no-repeat bottom center;
		background-size: 100% auto
	}

	.page .reportList .reportList_inner .reportList_content .content_list ul li .list_download img {
		vertical-align: middle;
		margin-left: 0.1rem
	}

	.page .reportList .reportList_inner .pageCom {
		padding-top: 0.6rem;
		text-align: center
	}

  /* 报告详情 */
  .page .reportDetail {
		position: relative;
		width: 100%;
		padding-bottom: 1.4rem;
		background: url('../images/global/core_advantage_bg2.jpg') #fff no-repeat bottom center;
		background-size: auto 2.69rem
	}

	.page .reportDetail:before {
		content: '';
		display: block;
		width: 2.78rem;
		height: 2.64rem;
		position: absolute;
		top: 0;
		left: 0;
		right: inherit;
		background: url('../images/global/core_advantage_bg1.jpg') #fff no-repeat bottom center;
		background-size: 100% 100%
	}

	.page .reportDetail .reportDetail_inner {
		width: auto;
		margin: 0 auto;
		position: relative;
		margin: 0 0.48rem;
		overflow: hidden
	}

	.page .reportDetail .reportDetail_inner .detail_title {
		font-size: 0.45rem;
		line-height: 0.56rem;
		text-align: center;
		margin-top: 1.14rem;
		font-weight: bold
	}

	.page .reportDetail .reportDetail_inner .detail_desc {
		text-align: center;
		font-size: 0.24rem;
		color: #666666;
		line-height: 0.3rem;
		margin-bottom: 0.76rem;
		margin-top: 0.28rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center
	}

	.page .reportDetail .reportDetail_inner .detail_desc span {
		margin: 0 0.3rem
	}
}
