@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;
}
.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;
}
.courseList-wrap {
  padding: 13px 30px 0px;
}
.courseList-wrap .courseList-title {
  border-bottom: 1px solid #e5e5e5;
}
.courseList-wrap .courseList-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  font-size: 22px;
  color: #333333;
  line-height: 29px;
  font-weight: bold;
}
.courseList-wrap .courseList-title span:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #264a9d;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.courseList-wrap .news {
  width: 100%;
  margin-left: 0;
  padding: 18px 0px 60px 0px;
}
.courseList-wrap .news .news-litm .news-list a {
  width: 80%;
}
