@charset "utf-8";
.layout {
  width: 1180px;
  margin: 0 auto;
}
body {
  background-color: #f5f5f5;
}
body a:hover {
  color: #264a9d !important;
}
.container {
  overflow: hidden;
  margin-top: 20px;
}
.container-white {
  overflow: hidden;
  margin-top: 13px;
  background-color: #fff;
}
.container-nc {
  overflow: hidden;
  margin-top: 20px;
  background-color: initial;
}
.module {
  width: 200px;
  background-color: #ffffff;
}
.module h3 {
  font-size: 24px;
  line-height: 54px;
  font-weight: bold;
  color: #ffffff;
  background-color: #264a9d;
}
.module {
  width: 200px;
  float: left;
}
.module h3,
.module .module-itme {
  padding-left: 24px;
}
.module .module-itme {
  padding-bottom: 10px;
}
.module .module-itme .module-list {
  margin-top: 20px;
  padding-bottom: 10px;
}
.module .module-itme .module-list a {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  display: inline-block;
}
.module .module-itme .module-list i {
  display: inline-block;
  font-style: normal;
  color: #264a9d;
  font-size: 16px;
  margin-left: 10px;
}
.module .module-itme .module-list .cur {
  color: #264a9d;
}
.news {
  width: 960px;
  background-color: #ffffff;
  float: left;
  margin-left: 20px;
  padding: 30px 30px 60px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.news .news-litm .news-list {
  overflow: hidden;
  margin-top: 10px;
}
.news .news-litm .news-list a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  width: 92%;
  line-height: 30px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.news .news-litm .news-list span {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  float: right;
  display: block;
  line-height: 30px;
}
