main{
 width: 1180px;
 margin: 80px auto 80px auto;
	color: #333;
}
.mainSections .headtxt p {
    font-size: 2.4rem;
    color: #333;
    line-height: 3.6rem;
}
.mainSections .headtxt span{
	font-size: 1.4rem;
	line-height: 2.8rem;
	margin-top: 50px;
	display: block;
}


.mainSections h2{
	font-size: 2.8rem;
	line-height: 2.8rem;
    color: #000;
    font-weight: normal;
}

.mainSections section{
	padding-top: 40px;
 margin-top: 80px;
 border-top: 1px solid #d0d5da;
}
.mainSections section ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #d0d5da;
	padding-bottom: 40px;
}
.mainSections section li{
	width: 570px;
	margin-bottom: 80px;
}
.mainSections section li a{
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mainSections section li img{
	width: 100%;
}
.mainSections section h3{
	margin-bottom: 20px;
	font-size: 1.8rem;
		margin-top: 20px;
}

.mainSections section p{
	font-size: 1.4rem;
	line-height: 2.2rem;
}


.mainSections section li a.hover h3{
	color: #e60012;
}