dl.inner dd ul.links{
	justify-content:center;
}
.mainSections .Tips ul.links img{
	width: 40%;
	height: auto;
}
main .pointImg{
	position: relative;
	margin-bottom: 30px;
}
main .pointImg p{
	margin-bottom: 20px;
}
main .pointImg img{
	width: 80% !important;
	position:inherit;
	float:inherit;
	margin: 0 auto;
}
main .pointImg:after{
	content: '';
    position: absolute;
	z-index: 20;
    width: 0;
  height: 0;
	right: 45%;
	bottom:-42px;
border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #e60012;}
  


