.aaaa {}

.wz {
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: space-around;
}

.wz1 {
	width: 60%;
}

.wz2>img {
	width: 100%;
	height: auto;
}

.wz2 {
	width: 30%;
}

.img-one {
	margin-top: 50px;
}

.img-one-name>p {
	margin-left: 8px;
	font-size: 0.3rem;
	color: #1e9fff;
}

.img-one-name {
	border-left: 3px solid #1e9fff;
	margin-top: 5%;
	font-weight: 700;
}

.xuanran2 {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 4%;
	justify-content: space-between;
	border-bottom: 1px solid #EEE;
}

.xuanran-img2 {
	width: 30%;
}

.xuanran-img2 a>img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.xuanran-title3 {
	width: 66%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.aaaa p{
/*    text-align: justify !important;*/
 margin-bottom:10px !important;
 line-height:1.5 !important;
}
.aaaa p i {
 color:#777 !important;
 font-size:14px !important;
 font-style:normal !important;
 text-align:center !important;
}
.aaaa p img,.aaaa img {
    display: block !important;
    width: 100% !important;
    max-width: 750px !important;
    margin: 10px auto !important;
}


@media screen and (min-width: 1281px)and (max-width: 1367px) {
	/* 在宽度大于等于 1280px 时应用的样式 笔记本 */
 

}

@media screen and (min-width: 1025px)and (max-width: 1280px) {

	/* 在宽度大于等于 1025px 时应用的样式 电脑*/
	 
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	/* 在宽度 768px 到 1024px 之间应用的样式 平板*/
	
}

@media screen and (max-width: 767px) {

	/* 在宽度小于等于 767px 时应用的样式 手机*/
	.wz {
	    display: flex;
	    width: 96%;
	    margin: 0 auto;
	    justify-content: space-around;
	}
	.wz1 {
	    
	    width: 96%;
	    margin: 0 auto;
	    
	}
	 
	.wz2 {
		width: 0%;
		display: none;
	}
	p img, img {
	    display: block;
	    width: 100%;
		object-fit: cover;
	}

}

