<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#j_main_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}

#j_main_block .title_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0dfdf;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#j_main_block .title_tab .tab_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0;
  width: 200px;
  height: 75px;
  border-right: 1px solid #e0dfdf;
  text-align: center;
  cursor: pointer;
}

#j_main_block .title_tab .tab_item:hover .title,
#j_main_block .title_tab .tab_item:hover .tips {
  color: #e61e2b;
}

#j_main_block .title_tab .tab_item:hover .tips {
  border-bottom: 2px solid #e61e2b;
}

#j_main_block .title_tab .tab_item .title {
  height: 43px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: black;
  line-height: 26px;
}

#j_main_block .title_tab .tab_item .tips {
  height: 41px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 26px;
}

#j_main_block .title_tab .active_tab_item .title,
#j_main_block .title_tab .active_tab_item .tips {
  color: #e61e2b;
}

#j_main_block .title_tab .active_tab_item .tips {
  border-bottom: 2px solid #e61e2b;
}

#j_main_block .term_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 28px;
  margin-top: 63px;
}

#j_main_block .term_tab .term {
  width: 85px;
  height: 35px;
  border: 1px solid #333333;
  border-radius: 18px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  margin-right: 11px;
}

#j_main_block .term_tab .term:hover {
  color: #e61e2b;
  border-color: #e61e2b;
}

#j_main_block .term_tab .active_term {
  color: #e61e2b;
  border-color: #e61e2b;
}

#j_main_block .time_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}

#j_main_block .time_block .item {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#j_main_block .time_block .item .item_title {
/*  width: 333px;*/
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}

#j_main_block .time_block .item .item_title .item_title_time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333;
  font-weight: normal;
  margin-left: 20px;
}

#j_main_block .re_course {
  margin-top: 40px;
}

#j_main_block .re_course .title {
  width: 333px;
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-bottom: 40px;
}

#j_main_block .re_course .table table {
  width: 1200px;
  border-collapse: collapse;
}

#j_main_block .re_course .table table th {
  padding: 20px 0;
  border-right: 1px solid #eeeeee;
}

#j_main_block .re_course .table table tr {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

#j_main_block .re_course .table table td {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 50px;
  text-align: center;
}

#j_main_block .re_course .table .page-box {
  text-align: center;
  padding: 10px;
}

#j_main_block .re_course .table .page-box .el-pager li:hover {
  color: #e61e2b;
}

#j_main_block .re_course .table .page-box .el-pager li.active {
  color: #e61e2b;
  cursor: default;
}

#j_main_block .re_course .star_tip {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 26px;
  margin: 30px 0;
}

#j_main_block .project_info {
  margin: 0 auto;
  margin-top: 40px;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#j_main_block .project_info .item .title {
  height: 17px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}

#j_main_block .project_info .item .content {
  width: 530px;
  height: 117px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 26px;
  text-align: justify;
}

#j_main_block .jd_yh {
  margin-top: 40px;
}

#j_main_block .jd_yh .title {
  width: 333px;
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-bottom: 40px;
}

#j_main_block .jd_yh .table table {
  width: 1200px;
  border-collapse: collapse;
}

#j_main_block .jd_yh .table table th {
  padding: 20px 0;
  border-right: 1px solid #eeeeee;
}

#j_main_block .jd_yh .table table tr {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

#j_main_block .jd_yh .table table td {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 50px;
  text-align: center;
}

#j_main_block .zhuyi {
  margin-bottom: 60px;
}

#j_main_block .zhuyi .title {
  width: 333px;
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-bottom: 40px;
}

#j_main_block .zhuyi .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#j_main_block .zhuyi .content .item {
  text-align: center;
  width: 400px;
  height: 425px;
  border: 1px solid #e0dfdf;
  border-right: none;
  padding: 10px;
}

#j_main_block .zhuyi .content .item:last-child {
  border-right: 1px solid #e0dfdf;
}

#j_main_block .zhuyi .content .item img {
  margin: 0 auto;
  margin-top: 50px;
}

#j_main_block .zhuyi .content .item .info {
  margin: 40px 80px 80px 80px;
  height: 44px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: black;
  line-height: 26px;
}

#j_main_block .zhuyi .content .item .info_detail {
  height: 66px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 26px;
  margin-bottom: 50px;
}

#j_main_block .zhuyi .content .item02 {
  text-align: center;
  width: 300px;
  height: 200px;
  border: 1px solid #e0dfdf;
  padding: 0 30px;
  border-right: none;
}

#j_main_block .zhuyi .content .item02:last-child {
  border-right: 1px solid #e0dfdf;
}

#j_main_block .zhuyi .content .item02 img {
  margin-top: 50px;
}

#j_main_block .zhuyi .content .item02 .info_detail {
  margin: 30px 0;
  height: 66px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 26px;
  text-align: left;
}

.j_foot_banner {
  width: 1920px;
  margin: 0 auto;
  position: relative;
}

.j_foot_banner .big {
  max-width: 100%;
  margin: 0 auto;
}

.j_foot_banner .img01 {
  width: 110px;
  height: 110px;
  background: url("../img/09.png") no-repeat 0 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  left: 500px;
}

.j_foot_banner .img01 .text {
  width: 49px;
  height: 50px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #ff0844;
}

.j_foot_banner .img02 {
  position: absolute;
  top: 190px;
  left: 1100px;
  z-index: 100;
}

.j_foot_banner .img03 {
  z-index: 80;
  width: 280px;
  height: 280px;
  background: url("../img/11.png") no-repeat 0 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 221px;
  left: 1080px;
}

.j_foot_banner .img03 .text {
  width: 209px;
  height: 144px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 26px;
  text-align: justify;
  padding: 5px;
}
/*# sourceMappingURL=xuefen.css.map */
</pre></body></html>