.news-content {
	width: 100%;
	
	/*padding: 0 0.37rem;*/
	margin: 0 auto;
	/*padding-top: 0.35rem;*/
	padding-bottom: 0.64rem;
}
.news-content>p:nth-of-type(1){
	font-size: 0.22rem;
	color: #3579c2;
	text-align: center;
	line-height: 0.22rem;
	margin-bottom: 0.28rem;
}
.news-content>p:nth-of-type(2){
	    font-size: 0.14rem;
    color: #58595d;
    text-indent: 2em;
    line-height: 0.23rem;
    /* letter-spacing: 0.02rem; */
    margin-bottom: 0.67rem;
    text-align: justify;
    margin-top: 0px;
    /* margin-bottom: 0px; */
    padding: 0px;
    box-sizing: border-box;
    border: medium none;
    list-style: none;
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 22px;
}
.news-content>p:nth-of-type(3){
	font-size: 0.18rem;
	color: #3979c1;
	line-height: 0.18rem;
	margin-bottom: 0.26rem;
}
.imgCon {
	padding: 0 15%;
}
.imgCon li:nth-of-type(3n-1){
	margin: 0 15%;
}
.imgCon li{
	float: left;
	width: 23%;
	height: 165px;
}

.imgCon li div .iconfont2{
	color: #6cb1db;
	font-size: 29px;
}
.imgCon li div span:nth-of-type(1){
	font-size: 11px;
	color: #6cb1db;
	margin-top: 9px;

}
.imgCon li div span:nth-of-type(2){
	font-size: 11px;
	color: #6cb1db;

}
.imgCon a{
	display: block;
}
.imgCon li div{
	height: 80px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
margin-bottom:10px;
}
.imgCon li:hover .iconfont2,.imgCon li:hover span{
	color: #fff!important;
	transition: 1s ease;
}
.imgCon li:hover p{
	opacity: 1;
}

.imgCon li:hover div{
	/*box-shadow: 0.01rem 0.25rem 0.5rem #8fc0e1;*/
	/*transition: 1s ease;*/
}
.imgCon li:hover p{
transition: 1s ease;
     position: absolute;
    width: 90%;
    height: .5rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0.01rem 0.25rem 0.5rem #8fc0e1;
    background: none;
    z-index: -1;
}
.imgCon li p{
	font-size: 14px;
	/*margin-top: 0.12rem;*/
	line-height: 18px;
	color: #326d99;
	text-align: center;
	opacity: 0;
	transition: 1s ease;
}
.pxts{
	height: 0.61rem;
	display: flex;
	align-items: center;
}
.pxts div{
	width: 0.4rem;
	height: 0.4rem;
	background-color: #c1d3df;
	border-radius: 0.07rem;
	position: relative;
	margin-left: 0.07rem;
	margin-right: 0.22rem;
          text-align: center;
    line-height: .4rem;
}
.pxts div span{
	display: block;
	position: absolute;
	font-size: 0.22rem;
	color: #377ac0;
	font-weight: bold;
	top: -0.1rem;
	left: -0.07rem;

}
.pxts p{
	    font-size: 0.14rem;
    color: #58595d;
    /*width: 7.1rem;*/
    /* letter-spacing: 0.02rem; */
    line-height: 0.23rem;
    padding: 0px;
    box-sizing: border-box;
    border: medium none;
    list-style: none;
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 22px;
}