/*
图文
*/
.box20250503145700{
	display: flex;
	gap: 10px;
	margin-top: 0px;
	flex-direction: column-reverse;
	padding-left: 12px;
}
.box20250503145700_1 {
    display: flex;
	width: 56px;
	height: 55px;
    justify-content: center;
    align-items: flex-start;
	background-image: url('tel.png');
/*	flex:1;*/
/*	width:20%;*/
}

.box20250503145700_2{
	flex:1;
}

.box20250503145700_1 img{
	/* max-width: 67px; */
	/* max-height: 67px; */
	/* border-radius: 100%; */
}

.box20250503145700_2 .title{
	font-size:22px;
	font-weight: lighter;
	/* margin-top: 5px; */
	/* margin-bottom: 17px; */
}

.box20250503145700_2 .content{
	font-size: 18px;
	font-weight: normal;
	/* color: #7f7f7f; */
	text-align:justify;
}



/*小屏端*/
@media (min-width: 768px){
	
	.box20250503145700{
			flex-direction: row;
	}

	.box20250503145700_1{
		padding: 0px;
	}
	
	.box20250503145700{
		margin-top: 0px;

	}
	.box20250503145700_1{

	}
	.box20250503145700 .title{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}