/* 客户案例 */
.mobaile_cese_contents {
  margin-top: 24px;
}
.mobaile_cese_contents_item {
  height: 90px;
  margin: 0 12px 12px;
  background: #fafafa;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px 12px;
}
.mobaile_cese_contents_item_left {
  float: left;
  width: 30%;
  height: 100%;
  margin-right: 12px;
}
.mobaile_cese_item_left_img {
  width: 100%;
  height: 100%;
}
.mobaile_cese_contents_item_right {
  float: left;
  width: 65%;
}
.mobaile_cese_subheading {
  margin-bottom: 12px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  font-weight: 500;
}
.mobaile_cese_spreadhead {
  margin-bottom: 12px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobaile_cese_content {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 资讯中心 */
/* tab */
.mobile_news_block2 {
  padding: 0px 0;
}
.mobile_news_block2-title {
  box-shadow: 0 2px 32px 0 rgb(0 0 0 / 8%); 
  background: #fff;
  display: flex;
  justify-content: space-evenly;
}
.mobile_news_block2_title_name {
  margin-top: 32px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  cursor: pointer;
}
.mobile_news_block2_title_name_active::after {
  content: '';
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 60px;
  height: 2px;
  border-bottom: 2px solid #0088d2;
}

/* 内容 */
.mobaile_information_block3_content {
  display: none;
  margin: 24px 0 0;
}
.mobaile_information_block3_content_active{
  display: block;
}
.mobaile_information_block3_news_item {
  margin: 0 12px 24px;
  height: 100px;
}
.mobaile_information_block3_news_item_img {
  float: left;
  width: 30%;
  /* height: 100%; */
  margin-right: 12px;
}
.mobaile_information_block3_news_item_img img {
  width: 100%;
  /* height: 100%; */
}
.mobaile_information_block3_news_item_introduce {
  float: right;
  width: 65%;
}
.mobaile_information_block3_news_item_title {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  font-weight: 500;
  overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
}
.mobaile_information_block3_news_item_content {
  margin: 10px 0;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mobaile_information_block3_news_item_date {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  font-weight: 400;
}

/* 客户案例详情 */
.customerDetails_contents{
  margin: 0 18px;
}
.customerDetails_block2_top {
}
.customerDetails_block2_top_title {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
}
.customerDetails_block2_top_date {
  margin: 16px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
}
.customerDetails_block2_top::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.customerDetails_block2_bottom::before {
  margin: 10px 0;
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.customerDetails_block2_bottom_left {

}
.customerDetails_block2_bottom_right {
margin-top: 10px;
}
.customerDetails_block2_bottom_catalogue {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  font-weight: 400;
}
.customerDetails_block2_bottom_con {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
  font-weight: 400;
}

.wp-block-image {
  text-align: center;
  background: #f7fbfc;
  margin-bottom: 12px;
}

.customerDetails_block2 {
  margin:32px auto;
}

.customerDetails_block2_content h3,
.customerDetails_block2_content h2 {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: justify;
  line-height: 20px;
}
.customerDetails_block2_content p {
  margin: 22px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
}
.mobile_new_block2{
  margin:32px auto;
}
.journalismDetails_block2{
  margin: 0 18px;
}
