a {
  text-decoration: none !important
}

.header-phone {
  display: none;
}


.ui-content {
  width: 1300px !important;
}

.ui-blog .blog-item:not(:last-child),
.ui-blog .blog-item:not(:last-child) {
  margin-bottom: 0px !important;
}

.ui-blog .blog-item {
  margin-top: 20px !important;
}

.w900 {
  width: 1000px !important;
}

.footable {
  width: 100% !important;
}

#aspnetForm .bg>div.flexbox {
  display: flex;
}

#aspnetForm .bg>div.flexbox tfoot tr {
  height: 75px;
}

#aspnetForm .bg>div.flexbox tfoot tr td .container-fluid {
  clear: both;
}

#aspnetForm .bg>div.flexbox tfoot tr td .container-fluid .text-center #price,
#aspnetForm .bg>div.flexbox tfoot tr td .container-fluid .text-center #BlogName {
  display: none;
}

#aspnetForm .bg>div.flexbox tfoot tr td .container-fluid .text-center #layui {
  text-align: center;
}

/* 用户 */
#aspnetForm .bg>div.flexbox .ui-blog-aside .blog-aside-group .content>ul li .image-box>img {
  border-width: 0px;
}

#aspnetForm .bg>div.flexbox .ui-blog-aside .blog-aside-group .content>ul li input {
  display: none;
}

/* 最新文章 */
#aspnetForm .bg>div.flexbox .ui-blog-aside .blog-aside-group .content>ul li .image-box>a>img {
  width: 100%;
  height: 100%;
}

#aspnetForm .bg>div.flexbox .ui-blog-aside .blog-aside-group .content>ul li .wrapper .title>a #ctl00_ContentPlaceHoldermain_Repter_Newsblog_ctl02_Labname {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}