@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.main {
  width: 100%;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
}
body {
  background-color: #F4F4F4;
}
.container {
  margin-top: 31px;
}
.itme-wrap {
  margin-top: 45px;
  padding: 65px 23px 100px 22px;
  background-color: #ffffff;
}
.itme-wrap-list {
  overflow: hidden;
}
.itme-panelfl {
  float: left;
  width: 180px;
  margin-right: 17px;
}
.itme-panelfl ul li {
  width: 180px;
  height: 56px;
  margin-bottom: 16px;
  position: relative;
}
.itme-panelfl ul li:hover .itme-sjx {
  display: block;
}
.itme-panelfl ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 56px;
  background: #DEDEDE;
}
.itme-panelfl ul li a:hover {
  background: #A51010;
  color: #ffffff !important;
}
.itme-panelfl ul li i {
  font-style: normal;
  width: 16px;
  height: 16px;
  background: url(../images/rightsjx.png) no-repeat;
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -9px;
  display: none;
}
.itme-panelfl ul .itme-active a {
  background: #A51010;
  color: #ffffff !important;
  border: none;
}
.itme-panelfl ul .itme-active a:hover {
  color: #ffffff !important;
}
.itme-panelfl ul .itme-active i {
  display: block;
}
.itme-panelrt {
  float: left;
  width: 958px;
}
.curriculum-list {
  overflow: hidden;
}
.curriculum-list ul li {
  width: 470px;
  height: 137px;
  float: left;
  margin-right: 18px;
  margin-bottom: 28px;
}
.curriculum-list ul li:nth-child(2n) {
  margin-right: 0;
}
.curriculum-list ul li a {
  display: block;
}
.curriculum-list ul li .curriculum-images {
  width: 248px;
  height: 137px;
  float: left;
}
.curriculum-list ul li .curriculum-images img {
  width: 100%;
  height: 100%;
  display: block;
}
.curriculum-list ul li .curriculum-title {
  position: relative;
  width: 222px;
  height: 137px;
  float: left;
  padding: 32px 7px 0 26px;
  background-color: rgba(212, 212, 212, 0.5);
}
.curriculum-list ul li .curriculum-title .title-page {
  font-size: 14px;
  font-weight: 400;
  color: #7F7F7F;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.curriculum-list ul li .curriculum-title .title-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #7F7F7F;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.curriculum-list ul li .curriculum-title .title-details {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.curriculum-list ul li .curriculum-title .jiantou {
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent #e8e8e8 transparent transparent;
}
