@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #346fb6 !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.container {
  margin-top: 40px;
}
.container-white {
  background-color: #ffffff;
  margin-top: 20px;
  overflow: hidden;
}
.layout_padding {
  padding: 26px 20px;
  background-color: #ffffff;
}
.courseList-wrap {
  margin-bottom: 30px;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #346fb6;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
.sidebar {
  float: left;
  width: 144px;
}
.sidebar p {
  margin-bottom: 30px;
}
.sidebar p a {
  display: inline-block;
  width: 144px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  font-size: 17px;
  color: #333;
}
.sidebar p .cur {
  background: #346fb6;
  color: #fff;
}
.sidebar p .cur:hover {
  color: #ffffff!important;
}
.right-content {
  float: right;
  min-height: 300px;
  width: 1035px;
}
.text-list {
  width: 100%;
  overflow: hidden;
}
.text-list ul li {
  line-height: 55px;
  overflow: hidden;
  padding: 0 10px 0px 10px;
}
.text-list ul li:hover {
  background: #f3f3f3;
  transition: 0.2s;
}
.text-list ul li:hover span {
  color: #346fb6;
}
.text-list ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 55px;
}
.text-list ul li span {
  font-size: 14px;
  font-weight: 400;
  column-rule: #999999;
  float: right;
  line-height: 55px;
}
