/*
图文交错排列
*/

.box20240722100544289 .title{
font-size:2.6rem;
}

.box20240722100544289 .more{
font-size:1.6rem;
line-height:30px;
	padding-left: 15px;
	padding-right: 0px;
}
.box20240722100544289 .titel_line{
float: left;
width: 100%;
margin: 13px 0px;
border-bottom: 2px solid #d5d5d5;
}

.box20240722100544289 .content{

color: #333;

}

.box20240722100544289_1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
	flex:1;
}
.box20240722100544289_2{
	flex:1;
}

/*小屏端*/
@media (min-width: 768px){

	.box20240722100544289_1{
		padding: 0px;
	}
	
	.box20240722100544289{

	}
	.box20240722100544289_1{
		width: 100%;
	}
	.box20240722100544289 .title{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}