.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 18px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #224bad;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
body {
  background-color: #f5f5f5;
}
.module {
  width: 200px;
  background-color: #ffffff;
  float: left;
}
.module h3 {
  font-size: 24px;
  line-height: 51px;
  font-weight: bold;
  color: #ffffff;
  background-color: #224bad;
}
.module h3,
.module .module-itme {
  padding-left: 24px;
}
.module .module-itme {
  padding-bottom: 100px;
}
.module .module-itme .module-list {
  margin-top: 20px;
}
.module .module-itme .module-list a {
  font-size: 18px;
  line-height: 35px;
  color: #333333;
  display: inline-block;
}
.module .module-itme .module-list i {
  display: inline-block;
  font-style: normal;
  width: 16px;
  height: 16px;
  background: url(../images/rightdalta.png) no-repeat;
  margin-left: 10px;
  vertical-align: -2px;
  display: none;
}
.module .module-itme .module-list .cur {
  color: #224bad;
}
.module .module-itme .module-list .cur i {
  display: inline-block;
}
.news {
  width: 960px;
  background-color: #ffffff;
  margin-left: 20px;
  float: left;
  padding: 30px 60px 60px 60px;
}
.news ul {
  display: flex;
  flex-wrap: wrap;
}
.news ul li {
  width: 245px;
  background: #FFFFFF;
  margin-right: 52px;
  margin-bottom: 20px;
}
.news ul li:nth-child(3) {
  margin-right: 0;
}
.news ul li a {
  display: block;
  width: 245px;
}
.news ul li img {
  width: 100%;
  height: 196px;
  display: block;
}
.news ul li span {
  font-size: 18px;
  color: #000000;
  line-height: 35px;
  display: block;
  padding: 20px 0 22px 0;
}
.news ul li p {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
