.page_M {
  border-left: 1px solid #EEEDF6;
  overflow: initial;
}
.desp_box {
  padding: 40px 0 0 40px;
  margin-bottom: 0;
  box-shadow: none;
}
.desp_main {
  padding-top: 0;
  padding-bottom: 0;
}
.desp_imgList{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.imgList_item{
  width: 290px;
  height: 246px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(189, 200, 223, 0.25);
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 40px;
}
.imgList_item:nth-child(3n){
  margin-right: 0;
}
.imgList_img_box {
  width: 100%;
  height: 188px;
}
.imgList_item img{
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #fafafa;
}
.imgList_title{
  font-size: 15px;
  font-weight: 500;
  color: #273961;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 15px 26px 15px
}

/* 详情页 */
.page_title {
  font-size: 32px;
  font-weight: 400;
  color: #030916;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page_tips{
  margin-bottom: 35px;
}
.page_tips>span{
  margin-right: 20px;
  font-size: 16px;
	color: #3E5483;
}
