
.headerBox{
    width: 1200px;
    margin: 24px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #325FEB;
			background: #F5F5F5;
}
.detailwrapOne {
    display: flex;
    justify-content: center;
    background: #F5F5F5;
    width: 1200px;
    margin: 24px auto 0;
  }
  .detailwrapOne .detailleft {
    flex-grow: 1;
    background: #FFFFFF;
    border-radius: 12px;
    padding:4rem 2.875rem;
    margin-right: 1.875rem;
  }
/*.detailwrapOne .detailleft p {
	text-align: center;
  text-align: -moz-center!important;
	text-align: -webkit-center!important;
}*/
.detailwrapOne .detailleft img {
display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
	max-width: 100%;
margin:0 auto;
}
   .detailwrapOne  .detailright {
    width: 32.5rem;
    box-sizing: border-box;
    padding: 24pxm;
    background: #FFFFFF;
    border-radius: 12px;
  }
    .detailwrapOne .detailright .detailtitle {
    padding: 24px 28px 0;
    margin: 0;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
		display: flex;
  	align-items: center;
  }
   .detailwrapOne  .detailright .detailul {
    list-style: none;
    margin: 0;
  }
    .detailwrapOne .detailright .detailul li {
    width: 26.625rem;
    margin-bottom: 12px;
    border-radius: 1rem;
    overflow: hidden;
			margin: 0 auto;
  }
   .detailwrapOne  .detailul li .imgwrap {
    width: 26.625rem;
    max-height: 16rem;
    border-radius: 1rem;
    overflow: hidden;
  }
   .detailwrapOne  .detailul li .imgwrap img {
    object-fit: cover;
    width: 100%;
    max-height: 16rem;
  }
    .detailwrapOne .detailul li p {
    width: 26.75rem;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #333;margin-top: 16px;
  margin-bottom: 24px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号来表示溢出的内容 */
  }
.detailwrapOne .detailul li p a {
	color: #333333
}
   .detailwrapOne  .detailul li:hover p a {
    color: #325FEB;
    cursor: pointer;
  }