.coreTainer {
	width: 100%;
	background: #fff;
}

.coreItem_boxs {
	padding: 60px 0;
}

.coreItem_boxs:nth-of-type(even) {
	background: #f8f8f8;
}

.coreItem_boxs .coreItem {
	width: 1300px;
	justify-content: space-between;
}
@media screen and (max-width: 1500px) {
     .coreItem_boxs .coreItem {
        width: 92%;
    }
}
@media screen and (max-width: 1024px) {
    .coreItem_boxs .coreItem {
        width: 90%;
    }
}
.coreItem {
	margin: auto;
}

.coreItem_boxs .core_left {
	width: 565px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.coreItem_boxs .core_left img {
	max-width: 100%;
	width: 100%;
	display: block;
}

.coreItem_boxs .core_right {
	width: calc(100% - 600px);
	padding: 26px 0;
}

.coreItem_boxs .core_right div p {
	margin-top: 14px;
}
.coreItem_boxs .core_right div h4{
    font-size: 22px;
    font-weight: bold;
    color: #09497f;
}

.coreItem_boxs .core_right div p {
    margin-top: 14px;
}
.coreItem_boxs .core_right div p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    position: relative;
    padding-left: 20px;
}
.coreItem_boxs .core_right div p::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #19599D;
    position: absolute;
    left: 0;
    top: 8px;
}
@media screen and (max-width: 1024px) {
   .coreItem_boxs .core_right div h4{
        font-size: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .coreItem_boxs .core_right div p {
           padding-left: 15px;
           text-align: justify;
       }
   }
@media screen and (max-width: 1024px) {
.coreItem_boxs .core_right {
    padding-top: 20px;
}
}
@media screen and (max-width: 1024px) {
    .newTechnique .core_left, .newTechnique .core_left img, .coreItem_boxs .core_left, .coreItem_boxs .core_left img, .coreItem_boxs .core_right,  .newTechnique .core_left {
        width: 100%;
    }
}