
/* 2024-1-8 tao start */
.agent-pc
  .mlist.service_tabs
  .tab_content
  .content_list
  .item_block
  .item_info
  .description {
  height: auto;
}
.agent-pc .mlist.service_tabs .tab_content .content_list .item_block {
  height: auto;
}
.agent-pc #indexPage .mlist.news #news_item_0 .item_wrapper .title,
#indexPage .mlist.news #news_item_1 .item_wrapper .title,
#indexPage .mlist.news #news_item_2 .item_wrapper .title {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.agent-pc .module .container_category a span {
  text-transform: capitalize;
}

.agent-pc #contactinfo .contact_zip,.agent-pc #contactinfo .contact_mob{
    display: none;
}
.agent-pc #shares a#sweixin,.agent-pc #online_lx,.agent-pc #online_open{
    display: none;
}
.agent-pc #contactform p .inputtxt.submit{
  font-size:14px;
  display:inline-block;
}

.agent-mobile #indexPage .mlist.news #news_item_0 .item_wrapper .title,
.agent-mobile #indexPage .mlist.news #news_item_1 .item_wrapper .title,
.agent-mobile #indexPage .mlist.news #news_item_2 .item_wrapper .title {
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.agent-mobile #contactinfo .contact_zip,.agent-mobile #contactinfo .contact_mob{
    display: none;
}
/* 2024-1-8 tao end */