@charset "utf-8";
.fill .head {
  margin-top: 100px;
}
.fill .head p {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  color: #333333;
  line-height: 163px;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul li {
  line-height: 36px;
  overflow: hidden;
}
.text-list ul li:hover span {
  color: #c0130d;
}
.text-list ul li a {
  font-weight: 400;
  color: #505050;
  width: 95%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  line-height: 36px;
}
.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  line-height: 24px;
  margin: 0 10px 0 3px;
}
.text-list ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  float: right;
  line-height: 36px;
}
.main {
  position: relative;
  top: -97px;
}
.flowchart {
  background-color: #f8fafb;
}
.flowchart ul {
  padding: 58px 0 58px 72px;
}
.flowchart ul li {
  float: left;
  margin-right: 50px;
  background-color: #F88412;
  box-shadow: 0px 3px 5px 0px rgba(111, 82, 57, 0.2);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.flowchart ul li:hover {
  background: linear-gradient(0deg, #fd3410, #fe7e10);
  background: #FD3410\9;
}
.flowchart ul li a {
  width: 230px;
  height: 64px;
  display: block;
  text-align: center;
  font-size: 27px;
  font-weight: 400;
  color: #F6F6F6;
  line-height: 64px;
}
.flowchart ul li a:hover {
  color: #F6F6F6!important;
}
#chart_moduler {
  margin-top: 76px;
}
.curriculum {
  margin-top: 20px;
}
.curriculum .curriculum-head {
  text-align: center;
  padding-bottom: 23px;
  border-bottom: 1px solid #CCCCCC;
}
.curriculum .curriculum-head span {
  font-size: 30px;
  font-weight: 600;
  color: #666666;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  margin: 0 30px;
  position: relative;
}
.curriculum .curriculum-head .curriculum-active {
  color: #C02832;
}
.curriculum .curriculum-head .curriculum-active:after {
  content: "";
  position: absolute;
  background-color: #c0130d;
  bottom: -26.5px;
  left: 0;
  width: 100%;
  height: 10px;
}
.curriculum .curriculum-list .tab_nav.on {
  display: block;
}
.curriculum .curriculum-list {
  min-height: 475px;
  overflow: hidden;
}
.curriculum .curriculum-list .tab_nav {
  display: none;
  margin-top: 60px;
}
.curriculum .curriculum-list ul {
  width: 1270px;
}
.curriculum .curriculum-list ul li {
  width: 358px;
  height: 221px;
  float: left;
  margin-right: 64px;
  margin-bottom: 38px;
}
.curriculum .curriculum-list ul li img {
  width: 100%;
  height: 100%;
  display: block;
}
.curriculum .curriculum-list .on li {
  width: 177px;
  height: 169px;
  float: left;
  margin-right: 28px;
}
.curriculum .curriculum-list .on li img {
  width: 100%;
  height: 100%;
  display: block;
}
.notice .notice-top {
  padding: 0 7px 16px 14px;
  border-bottom: 2px solid #c0130d;
  text-align: center;
}
.notice .notice-top .notice-title {
  padding: 0 48px 0 49px;
  font-size: 40px;
  font-weight: 600;
  color: #c0130d;
  line-height: 52px;
}
.text-list {
  margin-top: 35px;
  padding: 0 40px;
}
.text-list ul {
  width: 1250px;
}
.text-list ul li {
  width: 560px;
  float: left;
  margin-right: 62px;
}
.text-list ul li a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #c0130d;
  vertical-align: 3px;
}
