.bossgoo-index-contact7 .cont-l{
    float: left;
    width: 35%;
    background: var(--themeColor);
    height: 160px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 40px;
    box-sizing: border-box;
}

.bossgoo-index-contact7{
    height: 160px;
}

.bossgoo-index-contact7 .cont-l p{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
.bossgoo-index-contact7 .cont-r{
    float: right;
    width: 65%;
    background:#202020;
    height: 160px;
    padding-top: 40px;
    box-sizing: border-box;
}

.bossgoo-index-contact7 .cont-r ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.bossgoo-index-contact7 .cont-r ul li{
    display: flex;
    width: 33.3%;
    align-items: center;
    word-break:break-all;
    font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	color: #ffffff;
}

.bossgoo-index-contact7 .cont-r ul li img{
    margin-right: 20px;
}

@media only screen and (max-width:1040px) {
    .bossgoo-index-contact7 {
        display: none;
    }
}
.cont-r ul li p a{
 color:white;
}


.bossgoo-index-contact7 .cont-r{
    padding-left: 60px;
}
@media only screen and (max-width:1440px) {
    .bossgoo-index-contact7 .cont-r{
        padding-left: 30px;
    }
}