.coreCon ul{
    margin-top: -35px;
}
.coreCon ul li{
    float: left;
    width: 33.333%;
    border-right: 1px solid #F0F0F0;
}
.coreCon ul li:nth-of-type(3),.coreCon ul li:last-of-type{
    border-right: 0;
}
.coreCon ul li h2{
    font-size: 48px;
    color: #C8201E;
    text-align: center;
    line-height: 64px;
    font-weight: normal;
    padding-top: 35px;
}
.coreCon ul li p{
    margin-top: 30px;
    font-size: 14px;
    color: #303030;
    text-align: center;
    line-height: 19px;

}
.coreCon ul li.hr{width: 100%;height: 1px;background-color: #f0f0f0;}
