.box202110231628{
float: left;
position:relative;
	width: 100%;
margin-bottom: 27px;
}
.box202110231628 .picbox{
background-color: #e3e3e3;
}
.box202110231628 .zoomImage{
padding-bottom: 100%;
}

.box202110231628 .title{
font-size:24px;
}

.box202110231628 .more{
font-size:18px;
line-height:30px;
	padding-left: 15px;
	padding-right: 0px;
}
.box202110231628 .titel_line{
float: left;
width: 100%;
margin: 13px 0px;
border-bottom: 1px solid #333;
}

.box202110231628 .content{
font-size:18px;
color: #131313;
font-weight: 100;
}

.box202110231628_1{
	padding-right: 20px;/*默认左右框架的间隔*/
}
/*大屏端*/
@media (min-width: 1200px){
	.box202110231628_1{
		width: 159px;
	}
	.box202110231628_2{
		width: 492px;
	}
	.box202110231628 .title{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
/*大屏端*/
@media (min-width: 992px){
	.box202110231628 .title{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/*小屏端*/
@media (max-width: 768px){
	.box202110231628_1{
		padding: 0px;
	}

}