



.head_navigation {
	font-family: PingFangSCMedium-Medium;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;

	color: #999999;
}

.nav-pills>li>a {
	font-size: 17px;
	color: black;
}

.headtext {
	font-family: PingFangSCBold-Bold;
	font-size: 30px;
	font-weight: unset;
	line-height: normal;
	letter-spacing: 0em;
	color: #3D3D3D
}

.listItem {

	height: 200px;
	border-radius: 10px;
	opacity: 1;
	display: flex;
	padding-top: 50px;
	flex-wrap: nowrap;
	align-items: flex-start;
	background: #FFFFFF;
}

ul {
	list-style: none;
}

/* ul>li {
	margin-top: 20px;
} */

.itemimg {
	width: 227px;
	height: 97px;
	border-radius: 10px;
	opacity: 1;
	margin-left: 30px;
	background: url(../img/static/img/newsone/矩形newsone.png);
	background-size: 100%;
}

.itemheadtext {
	font-family: 思源黑体;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;

	font-feature-settings: "kern" on;
	color: #333333;
}

.itemcontent {
	font-family: 思源黑体;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	margin-top: 10px;
	font-feature-settings: "kern" on;
	color: #999999;
	width: 97%;
	/* 裁剪多余的 */
	overflow: hidden;
	/* 多余的以省略号出现 */
	text-overflow: ellipsis;
	/* 将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	/* 限制再一个块元素再文本显示的行数 */
	-webkit-line-clamp: 2;
	/* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-box-orient: vertical;
	height: 46px;
}



.itemtime {
	font-family: 思源黑体;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	padding-top: 5px;
	font-feature-settings: "kern" on;
	color: #999999;
}

.broadsidehead {
	height: 400px;
	border-radius: 10px;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-left: 30px;
	background: #FFFFFF;
}

.broadsidetitle {
	font-family: 思源黑体;
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;

	font-feature-settings: "kern" on;
	color: #3D3D3D;
}

.broadsideimg1 {
	width: 90%;
	height: 84px;
	background-image: url(../img/static/img/newsone/产品和服务1.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.broadsideimg2 {
		width: 90%;
	height: 84px;
	background-image: url(../img/static/img/newsone/产品和服务2.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.broadsideimg3 {
		width: 90%;
	height: 84px;
	background-image: url(../img/static/img/newsone/产品和服务3.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.broadsidefooter {
	height: 340px;
	border-radius: 10px;
	opacity: 1;
	margin-top: 30px;
	background: #FFFFFF;
}

.broadfootertitle {
	font-family: 思源黑体;
	font-size: 22px;
	font-weight: normal;
	line-height: 3;
	letter-spacing: 0em;
	padding-left: 30px;
	font-feature-settings: "kern" on;
	color: #333333;
	margin-top: 20px;
}

.broadfootertitle2 {
	font-family: 思源黑体;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	padding-left: 30px;
	font-feature-settings: "kern" on;
	color: #999999;
	margin-top: 10px;
}

.broadfooterimg1 {
	margin-left: 5px;
	width: 150px;
	height: 150px;
	background: url(../img/static/img/newsone/二维码1.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.broadfooterimg2 {
	width: 150px;
	height: 150px;
	background: url(../img/static/img/newsone/二维码2.png);
	background-size: 100%;
		background-repeat: no-repeat;
}

.footertext {
	font-family: 思源黑体;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	text-align: center;
	margin-top: 5px;
	font-feature-settings: "kern" on;
	color: #666666;

}

.navbutton {
	border-radius: 59px;
	background: #FF7248;
}



@media (max-width: 1500px)
{
	.listItem {
	    padding-top: 25px;
	  }
	  .broadsideimg1{
	  		  width: 100%;
	  }
	  .broadsideimg2{
	    width: 100%;
	  }
	  .broadsideimg3{
	  		  width: 100%;
	  }
}
@media (max-width: 1400px)
{
	.listItem {
	   padding-top: 25px;
	   height: 147px;
	  }
	  .listItem {
	    padding-top: 25px;
	    height: 147px;
	    }
	    .broadsideimg1{
	    		  width: 100%;
	    }
	    .broadsideimg2{
	  	  width: 100%;
	    }
	    .broadsideimg3{
	    		  width: 100%;
	    }
}
@media (max-width: 1300px)
{
	.listItem {
	  padding-top: 25px;
	  height: 147px;
	  }
	  .broadsideimg1{
	  		  height: 130px;
	  		  width: 100%;
	  }
	  .broadsideimg2{
		  height: 130px;
		  width: 100%;
	  }
	  .broadsideimg3{
	  		  height: 130px;
	  		  width: 100%;
	  }
}
@media (max-width: 1200px)
{
	.listItem {
	  padding-top: 25px;
	  height: 147px;
	  }
	  .listItem {
	    padding-top: 25px;
	    height: 147px;
	    }
	    .broadsideimg1{
	    		  height: 130px;
	    		  width: 100%;
	    }
	    .broadsideimg2{
	  	  height: 130px;
	  	  width: 100%;
	    }
	    .broadsideimg3{
	    		  height: 130px;
	    		  width: 100%;
	    }
	
}
@media (max-width: 1100px)
{
	.listItem {
	    padding-top: 25px;
		height: 147px;
	  }
	  .listItem {
	    padding-top: 25px;
	    height: 147px;
	    }
	    .broadsideimg1{
	    		  height: 130px;
	    		  width: 100%;
	    }
	    .broadsideimg2{
	  	  height: 130px;
	  	  width: 100%;
	    }
	    .broadsideimg3{
	    		  height: 130px;
	    		  width: 100%;
	    }
	
}