* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	outline: none;
}

/* body{
    font: normal 400 12PX/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;

} */

a {
	font-size: 0.14rem;
	text-decoration: none;
	color: rgb(9, 115, 27);
}

.left {
	float: left;
}

.right {
	float: right;
}



p {
	font-size: 0.16rem;
	line-height: 0.35rem;
}

.banner {
	width: 19.2rem;
	height: 5rem;
	background-image: url("./../img/光伏扶贫banner.png");
	background-size: 100% 100%;

}

@media screen and (max-width:750px) {
	p {
		font-size: 0.2rem;
	}

}

@media screen and (max-width:750px) {

	.banner {
		width: 7.5rem;
		height: 3.6rem;
		background-image: url("./../img/光伏扶贫专题移动banner.png");
		background-size: 100% 100%;

	}

}

.title {
	width: 100%;
	height: 0.8rem;
	text-align: center;
	color: rgb(8, 114, 26);
	font-size: 0.3rem;
	font-weight: 600;
	line-height: 0.8rem;
	margin-top: 0.3rem;

}

.title1 {
	width: 3.12rem;
	background-image: url('./../img/前言.png');
}

.title2 {
	width: 5.18rem;
	background-image: url('./../img/电站类型.png');
}

.font-strong {
	font-size: 0.18rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}

.font-strong1 {
	width: 100%;
	height: 0.35rem;
	font-size: 0.18rem;
	font-weight: 600;
}


/*
 光伏扶贫电站类型 
 */
/* @media screen and (min-width:750px) { */
.font-strong2 {
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 0.5rem;
}

.content {
	width: 11.9rem;
	margin: 0 auto;
}

.item2 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.item2 ul li {
	width: 3.8rem;
	height: 4.4rem;
	overflow: hidden;
	border-radius: 0.07rem;
	box-shadow: 0.05rem 0.05rem 0.05rem #aaaaaa;
}

.item2 ul li .pic {
	width: 100%;
	height: 2.6rem;
}

.txt {
	padding-right: 0.4rem;
	line-height: 0.25rem;
}

/* } */

@media screen and (max-width:750px) {

	.font-strong {
		font-size: 0.2rem;
		font-weight: 600;
		margin-bottom: 0.2rem;
	}

	.content {
		width: 7rem;
		padding: 0 0.25rem;
	}

	.item ul li .font-strong2,
	.item ul li .txt {
		margin: 0;
		padding: 0;
		line-height: 0.35rem;
		font-size: 0.2rem;
	}

	.font-strong2 {
		float: left;
		font-weight: 600;
		font-size: 0.22rem;
	}

	.item2 ul {
		flex-direction: column;
	}

	.item2 ul li {
		width: 100%;
		height: auto;
		line-height: 0.3rem;
		margin-bottom: 0.2rem;
		border-radius: 0;
		box-shadow: 0 0 0 #aaaaaa;

	}

	.item2 ul li .pic {
		height: 3.5rem;
		border-radius: 0.07rem;
		overflow: hidden;

	}

	.item2 ul li .pic img {
		width: 100%;
		height: 3.5rem;
	}

	.item2 ul li .pic p {
		height: 0.3rem;
		line-height: 0.3rem;
	}
}

.pic img {
	width: 100%;
	height: 100%;
}

/*
** 河北光伏扶贫发展概述
*/

.title3 {
	width: 5.95rem;
	background-image: url('./../img/电站类型.png');

}


.item3_title {
	width: 100%;
	height: 1.5rem;
	margin-bottom: 0.1rem;

}

.pic4 {
	width: 3rem;
	height: 1.5rem;
	float: left;
	background-image: url('./../img/图片4.png');
	background-size: 100% 100%;
	border-radius: 0.07rem;
}

.item3-txt {
	width: 8.5rem;
	height: 1.5rem;
	margin-left: 0.4rem;
	float: left;
	overflow: auto;
}



@media screen and (max-width:750px) {

	.item3_title {
		height: auto;
		padding: 1px;
		clear: both;
	}

	.pic4 {
		width: 100%;
		height: 3.5rem;
	}

	.item3 .item3-txt {
		margin: 0;
		width: 100%;
		height: auto;
		font-size: 0.2rem;
		float: none;
	}

}

/* 
**时间轴
*/

.time_axis {
	width: 100%;
	height: 9.8rem;
	line-height: 0.35rem;
	margin-top: 0.2rem;
	background-image: url('./../img/时间轴.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.storng-span {
	font-weight: 600;
}

.time_item {
	margin-top: 0.05rem;
	width: 5.5rem;
	position: relative;
	line-height: 0.35rem;
}

.item_right {
	float: right;
	clear: both;
}

.item_left {
	float: left;
	clear: both;
}

.time_item1 {
	height: 1.95rem;
	margin-top: 0.1rem;
}

.time_item2,
.time_item3 {
	height: 2rem;
}

.time_item4 {
	height: 2.35rem;
}

.b_right {
	display: block;
	float: right;
}

.item_p {
	position: relative;
	width: 100%;
}

.position_a {
	position: absolute;
	right: 0;
	bottom: 0rem;
}


@media screen and (max-width:750px) {
	.time_axis {
		width: 6.5rem;
		height: 10.5rem;
		line-height: 0.35rem;
		margin-top: 0.2rem;
		padding-left: 0.5rem;
		background-image: url('./../img/矩形4拷贝2.png');
		background-repeat: no-repeat;
		background-position: left center;
	}

	.storng-span {
		font-weight: 600;
	}

	.time_item {
		margin-top: 0.05rem;
		width: 100%;
		position: relative;
		line-height: 0.35rem;
	}

	.item_right {
		float: none;
	}

	.item_left {
		float: none;
	}

	.time_item1,
	.time_item2,
	.time_item3 {
		height: 2rem;
	}

	.time_item1 {
		margin-top: 0.1rem;
	}

	.time_item3 {
		margin-top: 0.38rem;
	}

	.time_item4 {
		margin-bottom: 0.45rem;
		height: 2.35rem;
	}

	.item_p {
		position: absolute;
	}

	.b_right {
		display: block;
		float: none;
	}

}

/* 地图 */

.title4 {
	width: 7.02rem;
	background-image: url('./../img/扶贫汇总.png');
}

.mapbox {
	width: 100%;
	height: 8rem;
	position: relative;
}

.tips {
	width: 5.72rem;
	height: 2rem;
	float: left;
	margin-top: 1.9rem;
	background-image: url('./../img/展示.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

@media screen and (max-width:750px) {
	.mapbox {
		height: auto;
	}

	.tips {
		float: none;
		margin: 0 auto;
		margin-top: 0.2rem;
		background-image: url('./../img/展示1.png');
	}

}


/*  河北省光伏扶贫项目近期招标公告*/

.title5 {
	width: 7.56rem;
	background-image: url('./../img/招标公告.png');
}

.itme6 a {
	font-weight: 600;
}


/* 相关新闻 */

.title6 {
	width: 4.2rem;
	background-image: url('./../img/相关新闻.png');
}

.itme7 li {
	width: 100%;
	margin-bottom: 0.2rem;
}

.itme7 li p {
	position: relative;
	/* margin-bottom: 0.2rem; */
}

.itme7 li a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 600;
}

.title1,
.title2,
.title3,
.title4,
.title5,
.title6 {
	height: 0.8rem;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	background-size: 100% 0.17rem;
}

@media screen and (max-width:750px) {

	.title1 {
		width: 3.12rem;
	}

	.title2 {
		width: 5.16rem;
	}

	.title3 {
		width: 5.87rem;
	}

	.title4 {
		width: 6.5rem;
	}

	.title5 {
		width: 6.5rem;
	}

	.title6 {
		width: 3.74rem;
	}
}
