@charset "utf-8";
body {
  background-color: #F6F8FC;
}
a:hover {
  color: #3f62b5 !important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.marginBottom-zero {
  margin-bottom: 0px !important;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.layout-main {
  padding-bottom: 30px;
}
.crumbs {
  height: 40px;
  line-height: 40px;
}
.crumbs li {
  float: left;
  font-size: 14px;
  color: #999;
}
.crumbs li a {
  font-size: 14px;
  color: #999;
}
.crumbs .cur {
  color: #4765B0;
}
.article .article-left {
  float: left;
  width: 848px;
}
.article .article-left .news-moduler .news-list {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: 357px;
  overflow: hidden;
  padding: 24px 24px 5px 44px;
}
.article .article-left .news-moduler .news-list .list-item {
  height: 22px;
  margin-bottom: 19px;
  position: relative;
}
.article .article-left .news-moduler .news-list .list-item a {
  float: left;
  display: block;
  width: 80%;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.article .article-left .news-moduler .news-list .list-item span {
  float: right;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.article .article-left .news-moduler .news-list .list-item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 9px;
  background-color: #999;
}
.article .article-left .news-moduler .news-list .list-item:hover:before {
  background-color: #3F62B5;
}
.article .article-sideBar {
  float: right;
  width: 286px;
}
.article .article-sideBar .course-moduler {
  box-sizing: border-box;
  width: 100%;
  padding: 24px 18px;
  margin-bottom: 20px;
  background-color: #fff;
   height:605px;
}
.article .article-sideBar .course-moduler .course-list .list-item {
  margin-bottom: 20px;
}
.article .article-sideBar .course-moduler .course-list .list-item .img {
  width: 100%;
  height: 142px;
  margin-bottom: 8px;
}
.article .article-sideBar .course-moduler .course-list .list-item .img img {
  width: 100%;
  height: 100%;
}
.article .article-sideBar .course-moduler .course-list .list-item .item-text p {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #4f4f4f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.article .article-sideBar .course-moduler .course-list .list-item:last-child {
  margin-bottom: 0px;
}
.article .article-sideBar .img-moduler {
  box-sizing: border-box;
  width: 100%;
  padding: 25px 18px 15px 18px;
  background-color: #fff;
}
.article .article-sideBar .img-moduler .img-list .list-item {
  margin-bottom: 10px;
}
.article .article-sideBar .img-moduler .img-list .list-item .img {
  display: block;
  width: 100%;
  height: 96px;
}
.article .article-sideBar .img-moduler .img-list .list-item .img img {
  width: 100%;
  height: 100%;
}
/*内容头部一*/
.layout-head {
  height: 34px;
  line-height: 34px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 25px;
}
.layout-head .head-title {
  float: left;
  font-size: 24px;
  color: #3f62b5;
  line-height: 34px;
  font-weight: bold;
}
.layout-head .head-title i {
  display: inline-block;
  margin-left: 9px;
  width: 11px;
  height: 13px;
  background: url(../images/ico-triangle.png) no-repeat;
}
.layout-head .more {
  display: block;
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 33px;
}
.layout-head .img {
  position: absolute;
  top: 8px;
  left: 4px;
  display: block;
  width: 28px;
  height: 28px;
}
/*内容头部结束*/
