.syr li {
    display: flex;
    align-items: center;
	/* margin-top: 0.2rem; */
    margin-bottom: 0.2rem;
    color: #fff;
    line-height: 1.5;
    width: 100% !important;
	text-align: left !important;
}

.syr li img {
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.2rem;
    padding: 0 !important;
    background: none !important;
}
.aed{width: 30%; float: left;}
.syr{width: 45%;
    float: left;}

@media all and (max-width:1680px){

	.aed ul li {margin-right: 1%;width: 100% !important;}
}
@media all and (max-width:1200px){

	.aed ul li {margin-right: 1%;width: 100% !important;}
}

@media all and (max-width:768px){
.aed{display: none;}
.syr{width: 100%;
    float:none;}
}