.wp_paging {
  float: none;
  text-align: center;
  width: auto;
  margin: 16px auto 0 auto;
}

.wp_paging li {
  float: none;
}

.wp_articlecontent * {
  font-size: 16px;
  line-height: 28px;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif !important;
}

.wp_articlecontent img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.wp_articlecontent p,
.wp_articlecontent p * {
  font-size: 16px !important;
  font-weight: 400;
  color: #303133;
  line-height: 28px !important;
}

.wp_articlecontent p {
  margin-bottom: 32px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  /*background-color: #0855a3 !important;*/
}

.table-striped > tbody > tr:nth-of-type(odd)  td {
  /*color: #fff !important;*/
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: inherit;
  background: none !important;
  padding: 0;
  vertical-align: middle;
}

.table > thead > tr > th p,
.table > thead > tr > th span,
.table > tbody > tr > th p,
.table > tbody > tr > th span,
.table > tfoot > tr > th p,
.table > tfoot > tr > th span,
.table > thead > tr > td p,
.table > thead > tr > td span,
.table > tbody > tr > td p,
.table > tbody > tr > td span,
.table > tfoot > tr > td p,
.table > tfoot > tr > td span {
  font-size: 16px;
  font-weight: 400;
  color: #303133;
  line-height: 28px;
  margin-bottom: 0;
}

.inside-banner img {
  display: block;
}

.inside {
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: 0;
}

.inside .inside-left {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
}

.inside .inside-left .inside-title {
  height: 80px;
  background: #0855a3;
  text-align: center;
  display: table;
  width: 100%;
}

.inside .inside-left .inside-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  line-height: 32px;
  display: table-cell;
  vertical-align: middle;
}

.inside .inside-left .inside-nav ul li {
  background: white;
}

.inside .inside-left .inside-nav ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  line-height: 20px;
}

.inside .inside-left .inside-nav > ul > li {
  margin-bottom: 1px;
}

.inside .inside-left .inside-nav > ul > li > a {
  display: block;
  padding: 22px 0 22px 17%;
}

.inside .inside-left .inside-nav > ul > li > ul {
  display: none;
}

.inside .inside-left .inside-nav > ul > li > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #606366;
  line-height: 20px;
  display: block;
  padding: 22px 0 22px 27%;
  position: relative;
}

.inside .inside-left .inside-nav > ul > li > ul > li > a::before {
  content: "";
  width: 6px;
  height: 1px;
  background: #606366;
  position: absolute;
  left: 22%;
  top: 50%;
}

.inside .inside-left .inside-nav > ul > li > ul > li.selected > a {
  color: #0855a3;
}

.inside .inside-left .inside-nav > ul > li > ul > li.selected > a::before {
  background: #0855a3;
}

.inside .inside-left .inside-nav > ul > li > ul > li.selected > a::after {
  content: "";
  width: 4px;
  height: 20px;
  background: #0855a3;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inside .inside-left .inside-nav > ul > li.selected,
.inside .inside-left .inside-nav > ul > li.parent {
  background: #edf0f2;
}

.inside .inside-left .inside-nav > ul > li.selected > a,
.inside .inside-left .inside-nav > ul > li.parent > a {
  color: #0855a3;
}

.inside .inside-left .inside-nav > ul > li.selected > ul,
.inside .inside-left .inside-nav > ul > li.parent > ul {
  display: block;
}

.inside .inside-right {
  display: inline-block;
  vertical-align: top;
  width: 74.5%;
  margin-left: 2%;
  background: white;
  padding: 14px 32px 32px;
}

.inside .inside-right .bread a {
  font-size: 14px;
  font-weight: 400;
  color: #303133;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.inside .inside-right .bread span {
  width: 4px;
  height: 6px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/bread-right2x.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}

.inside .inside-right .bread a:last-child {
  color: #0855a3;
}

.inside .inside-right .column-title {
  position: relative;
  margin-bottom: 25px;
}

.inside .inside-right .column-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0855a3;
  line-height: 26px;
  margin-top: 16px;
  padding-left: 32px;
}

.inside .inside-right .column-title h2::before {
  content: "";
  width: 16px;
  height: 18px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/path2x.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inside .inside-right .news-info ul li {
  padding-top: 17px;
  padding-bottom: 17px;
}

.inside .inside-right .news-info ul li:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.25);
}

.inside .inside-right .article-content {
  width: 82%;
  margin: 0 auto;
}

.inside .inside-right .article-content .article-title {
  text-align: center;
  margin-bottom: 16px;
}

.inside .inside-right .article-content .article-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 40px;
}

.inside .inside-right .article-content .article_metas {
  text-align: center;
  border-bottom: 1px solid #edf0f2;
  padding-bottom: 16px;
}

.inside .inside-right .article-content .article_metas span {
  font-size: 14px;
  font-weight: 400;
  color: #909499;
  line-height: 18px;
}

.inside .inside-right .article-content .article_metas span.article_update {
  margin: 0 16px;
}

.inside .inside-right .article-content .article {
  margin-top: 32px;
}

.inside .inside-right .article p {
  font-size: 16px;
  font-weight: 400;
  color: #303133;
  line-height: 28px;
}

@media (max-width: 992px) {
  .inside-banner .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .inside-page {
    background: #fff;
  }
  .wp_paging li.pages_count,
  .wp_paging li.page_jump {
    display: none;
  }
  .inside .inside-left,
  .inside .inside-right {
    display: block;
    width: 100%;
  }
  .inside .inside-right {
    margin-left: 0;
    margin-top: 24px;
    padding: 0;
  }
  .inside .inside-left {
    padding-top: 42px;
  }
  .inside .inside-right .bread {
    position: absolute;
    top: 0;
    left: 24px;
  }
  .inside .inside-left .inside-title {
    display: none;
  }
  .inside .inside-right .column-title {
    display: none;
  }
  .inside .inside-left .inside-nav > ul > li.selected,
  .inside .inside-left .inside-nav > ul > li.parent {
    background: #0855a3;
    border-radius: 8px;
    position: relative;
    display: block;
  }
  .inside .inside-left .inside-nav > ul > li.selected > a,
  .inside .inside-left .inside-nav > ul > li.parent > a {
    font-size: 24px;
    color: white;
  }
  .inside .inside-left .inside-nav > ul > li > a {
    font-size: 24px;
    padding: 22px 0;
    text-align: center;
  }
  .inside .inside-left .inside-nav > ul.active {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .inside .inside-left .inside-nav > ul > li.selected > ul,
  .inside .inside-left .inside-nav > ul > li.parent > ul {
    display: none;
  }
  .inside .inside-left .inside-nav > ul > li.selected > a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .inside .inside-left .inside-nav > ul.active > li.selected > a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #ffffff transparent;
  }
  .inside .inside-left .inside-nav > ul > li {
    display: none;
    margin-bottom: 0;
  }
  #three-level {
    font-size: 0;
  }
  #three-level ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 8px);
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(8, 85, 163, 0.2);
    margin-top: 16px;
  }
  #three-level ul li:nth-of-type(even) {
    margin-left: 16px;
  }
  #three-level ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #606366;
    line-height: 20px;
    padding: 11px 0;
    display: block;
  }
  #three-level ul li.selected {
    background: #e1eaf4;
    border: 1px solid transparent;
  }
  #three-level ul li.selected a {
    color: #0855a3;
  }
}

.special p {
  font-weight: 400;
  color: #606366;
  line-height: 28px;
}

.special .us-table {
  margin-top: 48px;
}

.special  .table-responsive {
  border: none;
  border-top: 2px solid #0855a3;
}

.special  .table-responsive .table-bordered {
  border: none;
}

.special  .table-striped > tbody > tr {
  color: #303133 !important;
  background: #ffffff !important;
text-align:center;
}

.special  .table-striped > tbody > tr:nth-child(1) {
  color: #0855a3 !important;
  background: #f5f7fa !important;
}

.special  .table-striped > tbody > tr:nth-child(1) td {
  color: #0855a3 !important;
  border-top: none;
}

.special  .table-striped > tbody > tr  {
border-right: 1px solid rgba(0, 0, 0, 0);
}

.special  .table-striped > tbody > tr  {
border-left: 1px solid rgba(0, 0, 0, 0);

}

.special  .table-striped > tbody > tr td {
  color: #303133 !important;
  padding: 14px 8px;
}

.special .table-striped > tbody > tr>td:last-child{
    border-right: 1px solid rgba(0,0,0,0);
}
.special .table-striped > tbody > tr>td:first-child{
    border-left: 1px solid rgba(0,0,0,0);
}
.special .organization{
background: #F5F7FA;
    padding: 48px 16px 16px 16px;
}
.academic_list .academic-lectures {
  padding: 0;
}

.academic_list .academic-lectures .academic-list ul li {
  width: 48%;
  margin-right: 0;
  margin: 0;
  margin-bottom: 24px;
}

.academic_list .academic-lectures .academic-list ul li:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 768px) {
  .academic_list .academic-lectures {
    padding: 0;
  }
  .academic_list .academic-lectures .academic-list ul li {
    width: 100%;
    margin-right: 0;
    margin: 0;
    margin-bottom: 24px;
  }
  .academic_list .academic-lectures .academic-list ul li:nth-child(odd) {
    margin-right: 0;
  }
  .academic_list .academic-lectures .academic-list ul li:last-child {
    margin-bottom: 0;
  }
  .inside .inside-right.enrollment .bread {
    margin-left:0;
    margin-right:0;
 }
}

.academy-logo .academy-one {
  font-size: 0;
  margin-bottom: 32px;
}

.academy-logo .academy-one .img-one {
  display: inline-block;
  max-width: 256px;
  padding: 16px 0;
}

.academy-logo .academy-one .one-desc {
  padding: 16px 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 304px);
  margin-left: 48px;
}

.academy-logo .academy-one .one-desc p {
  font-size: 16px;
  font-weight: 600;
  color: #0855a3;
  line-height: 28px;
  background: -webkit-gradient(linear, right top, left top, from(#138ed0), to(#0855a3));
  background: linear-gradient(270deg, #138ed0 0%, #0855a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.academy-logo .academy-one .one-desc::before {
  margin-bottom: 24px;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  color: #0855a3;
  background: -webkit-gradient(linear, right top, left top, from(#138ed0), to(#0855a3));
  background: linear-gradient(270deg, #138ed0 0%, #0855a3 100%);
}

.academy-logo .academy-two {
  font-size: 0;
}

.academy-logo .academy-two .two-img {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 0;
  width: calc(50% - 12px);
}

.academy-logo .academy-two .two-img:nth-child(1) {
  margin-right: 24px;
}

.academy-logo > img {
  padding: 16px 0;
}

.academy-logo > h2 {
  padding: 16px 0;
  font-weight: 600;
  color: #0855a3;
  line-height: 20px;
}

@media screen and (max-width: 600px) {
  .academy-logo .academy-one .img-one {
    max-width: 100%;
  }
  .academy-logo .academy-one .one-desc {
    width: 100%;
    margin-left: 0;
  }
}

.dean-img {
  margin-bottom: 48px;
}

.dean .sign {
  font-size: 0;
}

.dean .sign .sign-p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.dean .sign .sign-p span {
  font-weight: 400;
  color: #606366;
  padding-right: 8px !important;
}

.dean .sign .sign-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 93px;
}

.con-us {
  font-size: 0;
}

.con-us i {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.con-us i.i1 {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/us-icon-address2x.png) no-repeat;
  background-size: 100% auto;
}

.con-us i.i2 {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/us-icon-phone2x.png) no-repeat;
  background-size: 100% auto;
}

.con-us i.i3 {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/us-icon-email2x.png) no-repeat;
  background-size: 100% auto;
}

.con-us .con {
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  color: #303133;
  line-height: 18px;
  vertical-align: middle;
}

.con-us .con.con1 {
  font-weight: 600;
  padding-right: 16px;
}

.con-us .con.con2 {
  color: #606366;
  font-weight: 400;
}

.contact-us > img {
  margin-bottom: 20px;
}

.contact-us > h1 {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 26px;
  padding: 23px 0 32px;
}

.contact-us .one {
  font-size: 0;
}

.contact-us .one .con-us {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 1070px) {
  .contact-us .one .con-us {
    width: 100%;
  }
}

.inside .inside-right.enrollment {
  padding: 14px 0 32px;
}

.inside .inside-right.enrollment .wp_entry {
  overflow: inherit;
}

.inside .inside-right.enrollment .bread,
.inside .inside-right.enrollment .column-title,
.inside .inside-right.enrollment .enroll-nav {
  margin-left: 32px;
  margin-right: 32px;
}

.inside .inside-right.enrollment .enroll-nav {
  margin-bottom: 16px;
}

.inside .inside-right.enrollment .enroll-nav ul {
  margin: 0 -1%;
}

.inside .inside-right.enrollment .enroll-nav ul li {
  float: left;
  padding: 0 1%;
  width: 25%;
  text-align: center;
}

.inside .inside-right.enrollment .enroll-nav ul li a {
  width: 100%;
  display: block;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #0855a3;
  line-height: 20px;
  background: #f0f5fa;
  border-radius: 32px;
  border: 1px solid #bed2e7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.inside .inside-right.enrollment .enroll-nav ul li a:hover {
  color: white;
  background: #0855a3;
}

.inside .inside-right.enrollment .special {
  position: relative;
  padding: 0 32px;
  margin-top: 56px;
  z-index: 1;
}

.inside .inside-right.enrollment .special p {
  text-indent: 2em;
}

.inside .inside-right.enrollment .special h2 {
  color: #303133;
  padding-bottom: 16px;
}

.inside .inside-right.enrollment .special .yinhao {
  position: absolute;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/yinhao2x.png) no-repeat;
  background-size: 100% auto;
  width: 68px;
  height: 56px;
  left: 32px;
  top: -36px;
  z-index: -1;
}

.inside .inside-right.enrollment .special .house {
  width: 185px;
  height: 146px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/house2x.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 56px;
  top: -96px;
  z-index: -1;
}

.inside .inside-right.enrollment .special .enroll-first {
  font-size: 0;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/enrollment-bg2x.png) no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 40px;
}

.inside .inside-right.enrollment .special .enroll-first .e-top {
  width: 138px;
  margin: 0 auto;
  height: 138px;
  padding: 55px 0;
}

.inside .inside-right.enrollment .special .enroll-first .e-top span {
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 28px;
}

.inside .inside-right.enrollment .special .enroll-first .e-first .e-links {
  padding-top: 8px;
  position: relative;
  z-index: 2;
}

.inside .inside-right.enrollment .special .enroll-first .e-first .e-links a {
  display: block;
  margin: 0 auto;
  width: 116px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: white;
  border-radius: 17px;
  padding: 8px 0;
  margin-top: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.inside .inside-right.enrollment .special .enroll-first .e-first .e-links::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
  right: calc(50% - 1px);
}

.inside .inside-right.enrollment .special .enroll-first .e-first {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(1) .e-top {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/e-bkzy2x.png) no-repeat center;
  background-size: 100% auto;
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(1) .e-links a {
  color: #e36209;
  border: 1px solid rgba(227, 98, 9, 0.2);
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(1) .e-links a:hover {
  background: #e36209;
  color: white;
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(1) .e-links::before {
  background: #edd8ca;
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(2) .e-top {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/e-ssd2x.png) no-repeat center;
  background-size: 100% auto;
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(2) .e-links a {
  color: #08a37c;
  border: 1px solid rgba(8, 163, 124, 0.2);
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(2) .e-links a:hover {
  background: #08a37c;
  color: white;
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(2) .e-links::before {
  background: #ceede5;
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(3) .e-top {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/e-bsd2x.png) no-repeat center;
  background-size: 100% auto;
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(3) .e-links a {
  color: #0855a3;
  border: 1px solid rgba(8, 85, 163, 0.2);
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(3) .e-links a:hover {
  background: #0855a3;
  color: white;
}

.inside .inside-right.enrollment .special .enroll-first .e-first:nth-of-type(3) .e-links::before {
  background: #c2d5e9;
}

.inside .inside-right.enrollment .enroll-list {
  font-size: 0;
  margin: 48px 0;
}

.inside .inside-right.enrollment .enroll-list .new-list ul li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  padding-top: 0;
  padding-bottom: 0;
}

.inside .inside-right.enrollment .enroll-list .new-list ul li a {
  padding-top: 14px;
  padding-bottom: 10px;
}

.inside .inside-right.enrollment .enroll-list .new-list ul li:last-child {
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
}

.inside .inside-right.enrollment .enroll-list .left,
.inside .inside-right.enrollment .enroll-list .right {
  display: inline-block;
  width: calc(50% - 12px);
  padding: 24px 32px 0;
  vertical-align: top;
}

.inside .inside-right.enrollment .enroll-list .left .enroll-top,
.inside .inside-right.enrollment .enroll-list .right .enroll-top {
  border-bottom: 1px solid #dce1e6;
  padding-bottom: 8px;
}

.inside .inside-right.enrollment .enroll-list .left .enroll-top h2,
.inside .inside-right.enrollment .enroll-list .right .enroll-top h2 {
  float: left;
  color: #303133;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.inside .inside-right.enrollment .enroll-list .left .enroll-top a.more,
.inside .inside-right.enrollment .enroll-list .right .enroll-top a.more {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #0855a3;
}

.inside .inside-right.enrollment .enroll-list .left {
  background: #f0f5fa;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#f0f5fa));
  background: linear-gradient(90deg, white 0%, #f0f5fa 100%);
  border-radius: 0px 2px 2px 0px;
  margin-right: 24px;
}

.inside .inside-right.enrollment .enroll-list .left.new-list ul li a i {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/disc-orange2x.png) no-repeat center;
  background-size: contain;
}

.inside .inside-right.enrollment .enroll-list .right {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(#f0f5fa), to(white));
  background: linear-gradient(90deg, #f0f5fa 0%, white 100%);
  border-radius: 2px 0px 0px 2px;
}

@media screen and (max-width: 992px) {
  .inside .inside-right.enrollment .enroll-list .left,
  .inside .inside-right.enrollment .enroll-list .right {
    width: 100%;
  }
  .inside .inside-right.enrollment .enroll-list .left {
    margin-bottom: 48px;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .inside .inside-right.enrollment .special {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .inside .inside-right.enrollment .special .enroll-first .e-first {
    width: 100%;
  }
  .inside .inside-right.enrollment .special .enroll-first .e-first:not(:last-child) {
    margin-bottom: 16px;
  }
  .inside .inside-right.enrollment .enroll-nav ul li {
    width: 100%;
  }
  .inside .inside-right.enrollment .enroll-nav ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}

.academy {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/a-7-2x.png) calc(100% - 80px) 96px no-repeat;
  background-size: 80px 291px;
}

.academy .academy-first {
  padding: 32px 192px 16px 32px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/a-yinhao2x.png) left top no-repeat;
  background-size: 70px 59px;
}

.academy .academy-first p {
  text-align: justify;
}

.academy .a-img {
  margin-bottom: 49px;
}

.academy .a-img .img-right,
.academy .a-img .img-left {
  float: left;
  width: 50%;
}

.academy .a-img .img-right .desc,
.academy .a-img .img-left .desc {
  font-size: 14px;
  font-weight: 400;
  color: #909499;
  line-height: 18px;
  padding-top: 17px;
  padding-bottom: 48px;
  text-align: center;
  display: none;
}

.academy .a-img .img-right {
  margin-top: 48px;
}

@media screen and (max-width: 992px) {
  .academy {
    background: url(/_upload/tpl/0b/b7/2999/template2999/images/a-7-2x.png) 100% 96px no-repeat;
    background-size: 80px 291px;
  }
  .academy .academy-first {
    padding: 32px 110px 16px 32px;
  }
}

@media screen and (max-width: 600px) {
  .academy {
    background: none;
  }
  .academy .academy-first {
    background: none;
    padding: 0;
  }
  .academy .a-img {
    margin-bottom: 0;
  }
  .academy .a-img .img-left,
  .academy .a-img .img-right {
    float: none;
    width: 100%;
  }
  .academy .a-img .img-left .desc,
  .academy .a-img .img-right .desc {
    display: block;
  }
  .academy .a-img .img-right {
    margin-top: 0;
  }
}

.building {
  padding: 123px 0;
  text-align: center;
}

.building img {
  width: 248px !important;
}

.wp_video_player {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}

.wp_video_player video {
  max-width: 100%;
  height: auto;
}


.special h2 {
    padding: 16px 0;
    font-weight: 600;
    color: #0855a3;
    line-height: 20px;
}


 .table-responsive .table-bordered {
  border: none;
}

  .table-striped > tbody > tr {
  color: #303133 !important;
  background: #ffffff !important;
text-align:center;
}

 .table-striped > tbody > tr:nth-child(1) {
  color: #0855a3 !important;
  background: #f5f7fa !important;
}

  .table-striped > tbody > tr:nth-child(1) td {
  color: #0855a3 !important;
  border-top: none;
}

  .table-striped > tbody > tr  {
border-right: 1px solid rgba(0, 0, 0, 0);
}

 .table-striped > tbody > tr  {
border-left: 1px solid rgba(0, 0, 0, 0);

}

  .table-striped > tbody > tr td {
  color: #303133 !important;
  padding: 14px 8px;
}

.table-striped > tbody > tr>td:last-child{
    border-right: 1px solid rgba(0,0,0,0);
}
 .table-striped > tbody > tr>td:first-child{
    border-left: 1px solid rgba(0,0,0,0);
}
/*# sourceMappingURL=inside.css.map */