@charset "utf-8";
.layout {
  width: 1180px;
  margin: 0 auto;
}
body {
  background-color: #F5F5F5;
}
body a:hover {
  color: #e60012 !important;
}
.container {
  margin-top: 20px;
  overflow: hidden;
}
.content {
  margin-top: 14px;
}
.content-white {
  background-color: #ffffff;
}
.navigation-bread {
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 14px;
  color: #7C7C7C;
  display: block;
  line-height: 16px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #e60012;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #7C7C7C;
}
.text-list {
  overflow: hidden;
}
.text-list li {
  line-height: 1.1;
  overflow: hidden;
  margin-top: 23px;
}
.text-list li a {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 21px;
  width: 85%;
  float: left;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list li a i {
  margin-right: 8px;
  font-style: normal;
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: 3px;
  background-color: #e60012;
}
.text-list li span {
  font-size: 14px;
  font-weight: 400;
  color: #C9C9C9;
  line-height: 21px;
  float: right;
  padding-right: 19px;
}
.course-wrap {
  overflow: hidden;
}
.course-wrap .course-itme {
  width: 230px;
  float: left;
}
.course-wrap .course-itme ul li {
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.course-wrap .course-itme ul li a {
  width: 230px;
  height: 51px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.course-wrap .course-itme ul li a span {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}
.course-wrap .course-itme ul .itme-first {
  border-top: 1px solid #DCDCDC;
}
.course-wrap .course-itme ul .itme-first a {
  height: 64px;
}
.course-wrap .course-itme ul .course-cur {
  background-color: #e60012;
  position: relative;
  border: none;
}
.course-wrap .course-itme ul .course-cur a span {
  color: #ffffff;
}
.course-wrap .course-itme ul .course-cur i {
  position: absolute;
  right: -19px;
  top: 50%;
  margin-top: -10px;
  width: 20px ;
  height: 20px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  border: 10px solid transparent;
  border-left-color: #e60012;
}
.course-wrap .course-list {
  float: left;
  width: 930px;
  margin-left: 20px;
  padding-bottom: 40px;
}
.course-wrap .course-list .itme {
  padding: 7px 44px 40px 0;
}
.course-wrap .course-list .itme li a {
  width: 95%;
}
.course-wrap .course-list .itme li a b {
  font-weight: bold;
}
