.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
body {
  background-color: #f8f9fc;
}
.container {
  margin-top: 22px;
  overflow: hidden;
}
.container .module {
  width: 200px;
  float: left;
  background-color: #ffffff;
}
.container .module h3 {
  font-size: 24px;
  line-height: 54px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0c5abb;
  padding-left: 24px;
}
.container .module .module-itme {
  padding-bottom: 10px;
  padding-left: 24px;
  border: 1px solid #e5e8ee;
}
.container .module .module-itme li {
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
.container .module .module-itme li a {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  display: inline-block;
}
.container .module .module-itme li .cur:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #0c5abb;
  position: absolute;
  top: 5px;
  left: 95px;
}
.container .news {
  width: 960px;
  background-color: #ffffff;
  float: left;
  margin-left: 20px;
  padding: 30px 30px 60px;
  overflow: hidden;
  border: 1px solid #e5e8ee;
}
.container .news li {
  overflow: hidden;
  margin-top: 10px;
}
.container .news li a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  line-height: 30px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.container .news li span {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  float: right;
  display: block;
  line-height: 30px;
}
