.main{
    margin-top: 40px;;
}
.boxcontent{
    display: flex;
    flex-wrap: wrap;
}
.boxitem{
    flex: 50%;
    color: #fff;
    height: 750px;
    line-height: 24px;
}
.boxitem a{color: #fff;}
.p2{
    position: relative;
    background-color: #c40224;
}
.p1,.p3,.p4{
    position: relative;
    background-color: #212121!important;
}
.p1::before{
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: -40px;
    top: 50%;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-left: 20px solid #212121;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.p2::before{
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: -40px;
    top: 50%;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #c40224;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.p4::before{
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: -40px;
    top: 50%;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #212121;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.p1 .itemtitle,.p1 .itemtext{
    margin: 0 10% 0 20%;
    /* font-size: 16px; */
}
.p2 .itemtitle,.p2 .itemtext{
    margin: 0 20% 0 10%;
    /* font-size: 16px; */
}
.p1 .itemtitle{
    margin: 150px 10% 0 20%;
    font-size: 24px;
}
.p2 .itemtitle{
    margin: 200px 20% 0 10%;
    font-size: 24px;
}
.pimg{
    background-image: url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/businimg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.pimg2{
    background-image: url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/businimg2.png');
}
.pimg3{
    background-image: url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/businimg3.png');
}
.pimg4{
    background-image: url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/businimg4_3.jpg');
}
.pimg5{
    background-image: url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/businimg5.png');
}
.pimg1 span,.pimg3 span,.pimg5 span{
    position: absolute;
    bottom: 20px;
    left: 50px;
}
.pimg2 span,.pimg4 span{
    position: absolute;
    bottom: 20px;
    right: 50px;
}
.pimg4 span,.pimg5 span{
    color: #000;
}
.itemtitle{margin-bottom: 10px !important;}
.boxitem>a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.itemtext>b {
    margin-top: 15px;
    display: block;
}

.p2 span.point{
    color: #000;
}
span.point,.p4 span.point{
    /*font-family: auto;*/
    font-family:-webkit-pictograph;
    color: #c40224;
}