/*
图文交错排列
*/

.box20240717173107 .title{
font-size:20px;
}

.box20240717173107 .more{
font-size:1.6rem;
line-height:30px;
	padding-left: 15px;
	padding-right: 0px;
}
.box20240717173107 .titel_line{
float: left;
width: 100%;
margin: 13px 0px;
border-bottom: 2px solid #d5d5d5;
}

.box20240717173107 .content{
color: #333;
		line-height: 160%;
}

.box20240717173107 .content ul{
    margin-bottom: 1em;
    padding-left: 20px;
}
.box20240717173107 .content ul li{
    list-style: square;
	line-height: 160%;

}

.box20240717173107_1 {

	flex:1;
}

/*小屏端*/
@media (min-width: 768px){

	.box20240717173107_1{
		padding: 0px;
		width: 100%;
	}
	.box20240717173107 .title{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}