.box20240429155034 {
margin: 0px auto;
}
.box20240429155034 .cd_title {
font-size: 24px;
text-align: center;
color: #000;
margin-bottom: 10px;
}
.box20240429155034 .sub_title {
font-size: 16px;
color: #969696;
padding: 10px 0px;
text-align: center;
border-bottom: 1px solid #e8e8e8;
}
.box20240429155034 .cd_content {
padding: 20px 0px;
border-bottom: 1px solid #e8e8e8;
font-size: 16px;
line-height: 24px;
}
.box20240429155034 .cd_content p {
text-indent: 0em; 
font-size: 16px;
line-height: 24px;
}
.box20240429155034 .cd_quick {
width: 100%;
height: auto;
overflow: hidden;
padding: 10px 0;
}
.box20240429155034 .cd_quick a {
width: 30%;
height: 33px;
line-height: 33px;
/*border: 1px solid #a88f6f;*/
color: #000;
font-size: 1.6rem;
text-align: center;
float: left;
margin-left: 10px;
background-color: #bebebe;
}
.box20240429155034 .cd_quick a:hover {
color: #fff;
background-color: #000;
}
.box20240429155034 img {
max-width: 100% !important;
/*max-height: 50rem !important;*/
}


.box20240429155034 td{
	padding: 10px;
	border: 5px solid #fff;
	background-color: #E5E5E5;
	word-wrap:break-word;word-break:break-all;/*自动换行*/
}


@media (min-width: 1200px){
	.box20240429155034{
		width: 800px;/*内容的宽度*/
		padding: 0px; /*清空col-md-6的内边距*/
	}

}