.title {
	width: calc(100% - 0.8rem);
	line-height: 1.5;
	padding: 10px 0;
	background: url(/uiFramework/commonResource/image/2022101817364659671.png) -0.5rem -0.5rem no-repeat #CC3333;
	border-radius: 0.13rem 0.13rem 0rem 0rem;
	font-size: 0.48rem;
	font-family: MyFontNameC;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	margin: 0.53rem auto 0;
        background-size: 2.6rem;

}

.info {
	width: calc(100% - 1.6rem);
	background: #FFF;
	padding: 0.4rem;
	min-height:3rem;
	margin: 0 auto;
	overflow-x: scroll;

}

.info img {
	width: 100%;
	text-align: center;
}

.info h4 {
	font-size: 0.43rem;
	font-family: MyFontNameC;
	font-weight: 600;
	color: #262626;
	line-height: 0.6rem;
	margin-bottom: 0.2rem;
}

.info p {
	width: 100% !important;
	font-size: 0.35rem;
	font-weight: 500;
	color: #262626;
	line-height: 0.6rem;
}
@media (max-width: 500px) {
.info .clearfix>div{
	width: 100% !important;
}
}