@charset "UTF-8";
body {
  color: #333;
  background: #fff;
}

a {
  color: #333;
}

a:hover {
  color: #be8350;
}

ul {
  -webkit-padding-start: 0;
  list-style-type: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pub-nav {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  background: #313131;
}

.pub-nav .logo-txt {
  font-size: 1.5rem;
  color: #fff;
}

.pub-nav .nav-item:last-child .nav-link {
  padding-bottom: 0;
}

.pub-nav .bg-light {
  background: #313131 !important;
}

.pub-nav .navbar-light .navbar-nav .nav-link {
  padding: 1rem 1.25rem 1rem 1.25rem;
  color: #fff;
}

.pub-nav .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  padding-bottom: 0;
}

.pub-nav .navbar-collapse {
  flex-direction: row-reverse;
}

.pub-nav .navbar-light .navbar-nav .nav-link:focus, .pub-nav .navbar-light .navbar-nav .nav-link:hover {
  color: #be8350;
}

/*公共小方块*/
.pub-square {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  margin: 0.5rem 0.5rem 0 0;
  background: #9f1e31;
}

/*公共标题*/
.pub-htit {
  position: relative;
  padding: 10px 0 0 0;
  border-bottom: 2px solid #9f1e31;
}
.pub-htit .tit {
  padding-bottom: 0.375rem;
  margin-bottom: -1px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #9f1e31;
  border-bottom: 4px solid #9f1e31;
}
.pub-htit .line-icon {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 14px;
  height: 5px;
  background: url("../../images/school/line_icon.jpg") no-repeat;
}
.pub-htit .more {
  margin-top: 0.75rem;
  font-size: 12px;
  color: #bf636d;
}
.pub-htit .more:hover {
  color: #9f1e31;
}

.pub-htit3 {
  text-align: center;
}
.pub-htit3 .tit {
  padding: 0 22px 8px;
  font-size: 2rem;
  color: #9f1e31;
  border-bottom: 3px solid #9f1e31;
}
.pub-htit3 .line {
  margin: 11px 0 0 0;
  border-top: 1px solid #e7e6e6;
}
.pub-htit3 .small {
  margin-top: 10px;
  font-size: 1.25rem;
}

/*公共table*/
.pub-tab {
  border: 1px solid #d8d9d9;
  border-left: none;
}
.pub-tab thead {
  border-left: 1px solid #d8d9d9;
}
.pub-tab thead th {
  padding: 0;
  font-size: 16px;
  line-height: 55px;
  color: #333;
  text-align: center;
  border-left: 1px solid #d8d9d9;
  border-bottom: none;
}
.pub-tab tbody td {
  padding: 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 55px;
  color: #333;
  border: 1px solid #d8d9d9;
  border-right: none;
  border-bottom: none;
}
.pub-tab tbody td:nth-of-type(1) {
  padding-left: 10px;
  text-align: left;
}
.pub-tab tbody .tita {
  max-width: 380px;
}
.pub-tab tbody .hot-icon {
  width: 9px;
  height: 55px;
  margin: -8px 0 0 5px;
  background: url("../../images/school/hot_icon1.png") no-repeat center;
}
.pub-tab tbody .detas {
  padding: 4px 8px 5px;
  color: #be8350;
  border: 1px solid #be8350;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.pub-tab tbody .zx-btn {
  padding: 5px 8px 6px;
  color: #fffefe;
  background-image: -moz-linear-gradient(90deg, #fd765c 0%, #f99545 100%);
  background-image: -webkit-linear-gradient(90deg, #fd765c 0%, #f99545 100%);
  background-image: -ms-linear-gradient(90deg, #fd765c 0%, #f99545 100%);
  border: none;
}

/*底部*/
.pub-foot {
  width: 100%;
  height: 8.75rem;
  margin-top: 1.25rem;
  background: #313131;
}
.pub-foot .sch-tit {
  padding: 0;
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #777;
}
.pub-foot .nav-foot {
  display: flex;
  padding: 0;
  line-height: 2.5rem;
}
.pub-foot .nav-foot a {
  color: #777;
}
.pub-foot .nav-foot span {
  padding: 0 1.25rem 0 1.375rem;
  font-weight: bold;
  color: #777;
}
.pub-foot .inbox {
  padding-top: 1rem;
}
.pub-foot .inbox .row {
  margin: 0;
  border-bottom: 1px solid #777;
}
.pub-foot .txtp {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: #777;
  text-align: center;
}

.ind1-banner {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}
.ind1-banner .img-pc {
  display: block;
  max-width: 100%;
  height: auto;
}
.ind1-banner .img-m {
  display: none;
}

.ind1-application {
  margin-top: 1rem;
}
.ind1-application .pub-square {
  vertical-align: 0.25rem;
  margin-right: 0.25rem;
}
.ind1-application .tit-sp {
  font-size: 1rem;
  color: #333;
}
.ind1-application .list-txt p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #777;
}
.ind1-application .list-txt + div {
  margin-top: 1.25rem;
}

.ind1-enrollment {
  margin-top: 1rem;
}
.ind1-enrollment .pub-htit {
  margin-bottom: 1.625rem;
}

.ind1-news .pub-htit {
  margin-bottom: 1.625rem;
}
.ind1-news dl {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.ind1-news dt {
  flex-shrink: 0;
  width: 13.75rem;
  /* height: px2rem(150);*/
  height: auto;
  margin-right: 0.9375rem;
}
.ind1-news dt img {
  display: block;
  max-width: 100%;
  height: auto;
  /*width: px2rem(220);
  height: px2rem(150);*/
}
.ind1-news dd {
  /* width: px2rem(815);*/
  width: 100%;
  margin-bottom: 0;
}
.ind1-news dd p {
  margin-bottom: 0;
}
.ind1-news .tit-linka {
  display: block;
  max-width: 100%;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
}
.ind1-news .txtp1 {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #777;
}
.ind1-news .txt-time {
  margin-top: 0.3125rem;
}
.ind1-news .txt-time span {
  font-size: 0.75rem;
  color: #aaa;
}
.ind1-news .txt-time i {
  padding: 0 1.25rem 0 1.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #d4d4d4;
}

.ind1-links .list-links {
  padding-top: 1.25rem;
}
.ind1-links .list-links a {
  display: inline-block;
  margin: 0 1.25rem 0.9375rem 0;
}

/*新闻详情*/
.ind1-news-list .breadcrumb {
  margin-bottom: 0;
  color: #777;
  background: none;
}
.ind1-news-list .breadcrumb a {
  color: #777;
}
.ind1-news-list .breadcrumb a:hover {
  color: #be8350;
}
.ind1-news-list .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  font-family: SimSun;
  font-weight: bold;
  color: #999;
  content: ">";
}
.ind1-news-list .page-link {
  color: #ccc;
  padding: 0.75rem 1.125rem;
}
.ind1-news-list .row {
  margin: 0;
}
.ind1-news-list .ind1-news .tit-linka {
  padding-bottom: 0;
}
.ind1-news-list .left-cont {
  padding: 0;
  padding-right: 1.25rem;
}
.ind1-news-list .left-cont .page-item.active .page-link {
  background-color: #9f1e31;
  border-color: #9f1e31;
}
.ind1-news-list .left-cont .pagination {
  margin-top: 1.25rem;
}
.ind1-news-list .ind1-news .right-side .pub-htit {
  margin-bottom: 0;
}
.ind1-news-list .right-side {
  padding: 0;
}
.ind1-news-list .right-side .list-group-item {
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 3.625rem;
  border: none;
  border-bottom: 1px solid #d8d9d9;
}

/*邢建玮样式*/
body {
  color: #777777;
  background-color: #ffffff;
}

a {
  color: #333333;
}

/*面包屑导航*/
.bread_nav {
  margin-top: 0.9375rem;
  /*padding: 0;*/
  font-size: 0.875rem;
}
.bread_nav a {
  font-size: 0.875rem;
}

/*弹性盒*/
.flex {
  display: flex;
  display: -webkit-flex;
}

.flex-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*简章详情页面*/
.container {
  /* padding: 0;*/
}

.jz_detail h1 {
  font-size: 1.5rem;
  color: #9f1e31;
  margin-top: 2.1875rem;
  line-height: 2.5rem;
}
.jz_detail .h1_btm {
  font-size: 0.75rem;
  margin-top: 1.5625rem;
  border-bottom-width: 0.0625rem;
  border-bottom-color: #9f1e31;
  border-bottom-style: solid;
}
.jz_detail .h1_btm p {
  margin-bottom: 0.5rem;
}
.jz_detail .h1_btm p i {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.jz_detail .h1_btm p span {
  color: #be8350;
}
.jz_detail article p {
  line-height: 2.25rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.jz_detail article p img {
  width: 80% !important;
  height: auto !important;
  margin-left: 10%;
}
.jz_detail form {
  background-color: #eeeeee;
  margin-top: 1.875rem;
}
.jz_detail form .user {
  text-align: center;
  padding-top: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.jz_detail form .user span {
  color: #333333;
  font-size: 1rem;
}
.jz_detail form .user input {
  width: 10rem;
  height: 3rem;
  border: 1px solid #dddddd;
  background-color: #fff;
  padding-left: 0.625rem;
}
.jz_detail form .user .col-xs-12 input, .jz_detail form .user .col-sm-12 input {
  width: 80%;
}
.jz_detail form .tijiao {
  text-align: center;
  padding: 0 1.5625rem 1.5625rem;
}
.jz_detail form .tijiao a, .jz_detail form .tijiao input {
  display: inline-block;
  width: 40%;
  height: 3rem;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  font-size: 1.125rem;
  color: #ffffff;
  outline: none;
  border: none;
  margin-top: 1.25rem;
}
.jz_detail form .tijiao a {
  background-color: #9f1e31;
  line-height: 3rem;
}
.jz_detail form .tijiao input {
  background-color: #be8350;
}
.jz_detail form .tijiao .col-xs-12 a, .jz_detail form .tijiao .col-xs-12 input, .jz_detail form .tijiao .col-sm-12 a, .jz_detail form .tijiao .col-sm-12 input {
  width: 100%;
}
.jz_detail .updown {
  margin: 1.25rem 0;
}
.jz_detail .updown p {
  line-height: 2.25rem;
}
.jz_detail .updown p span {
  float: left;
  color: #333333;
}
.jz_detail .updown p a {
  float: left;
  width: 80%;
}
.jz_detail .tuijan_zixun {
  margin-top: 0.625rem;
}
.jz_detail .tuijan_zixun h3 {
  border-bottom: 1px solid #9f1e31;
}
.jz_detail .tuijan_zixun h3 span {
  float: left;
  height: 2.75rem;
  line-height: 2.75rem;
  color: #9f1e31;
  font-size: 1.5rem;
}
.jz_detail .tuijan_zixun h3 a {
  float: right;
  font-size: 0.75rem;
  line-height: 2.75rem;
  color: #9f1e31;
}
.jz_detail .tuijan_zixun h3 a:hover {
  text-decoration: underline;
}
.jz_detail .tuijan_zixun ul {
  list-style-type: none;
}
.jz_detail .tuijan_zixun ul li {
  height: 3.75rem;
  line-height: 3.75rem;
  border-bottom: 1px solid #cccccc;
}
.jz_detail .tuijan_zixun ul li i {
  width: 0.25rem;
  height: 0.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 0.625rem;
  background-color: #afafaf;
  margin-top: 1.75rem;
}
.jz_detail .tuijan_zixun ul li a {
  float: left;
  font-size: 1rem;
  width: 70%;
}
.jz_detail .tuijan_zixun ul li span {
  float: right;
}

/*首页2*/
.ind2-content .ind1-application .pub-square {
  background-color: #a75d0d;
}
.ind2-content .pub-htit {
  border-color: #a75d0d;
}
.ind2-content .pub-htit .tit {
  color: #a75d0d;
  border-color: #a75d0d;
}
.ind2-content .pub-htit .more {
  color: #a75d0d;
}
.ind2-content .pub-htit .line-icon {
  background-image: url("../../images/school/line_icon2.jpg");
}
.ind2-content .policy .pub-htit {
  margin-bottom: 1.25rem;
}
.ind2-content .policy .tit-linka {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
}
.ind2-content .policy .tit-linka:hover {
  color: #be8350;
}
.ind2-content .policy h4 .pub-square {
  flex-shrink: 0;
  background-color: #a75d0d;
}
.ind2-content .policy .pub-square {
  width: 4px;
  height: 4px;
  margin: 0.625rem 0.625rem 0 0;
  /*vertical-align: px2rem(3);*/
}
.ind2-content .policy ul:nth-of-type(1) {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
.ind2-content .policy ul:nth-of-type(2) {
  margin-bottom: 0;
}
.ind2-content .policy .item {
  padding: 0 0 0.375rem 1.125rem;
}
.ind2-content .policy .item .pub-square {
  vertical-align: 0.4375rem;
  background-color: #a7a7a7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ind2-content .policy .linka {
  display: inline-block;
  max-width: 94%;
  font-size: 0.875rem;
  color: #555;
}
.ind2-content .policy .linka:hover {
  color: #be8350;
}
.ind2-content .ind1-news dl {
  margin-bottom: 1.25rem;
}
.ind2-content .news-list2 {
  margin-bottom: 0;
}
.ind2-content .news-list2 .item {
  line-height: 2.125rem;
}
.ind2-content .news-list2 .pub-square {
  width: 4px;
  height: 4px;
  vertical-align: 0.875rem;
  background-color: #a75d0d;
}
.ind2-content .news-list2 .linka {
  display: inline-block;
  max-width: 95%;
  font-size: 1rem;
}

/*首页3*/
.ind3-content .pub-htit3 .tit {
  color: #4178ca;
  border-color: #4178ca;
}
.ind3-content .synopsis {
  margin-top: 0.625rem;
}
.ind3-content .synopsis .summary-dl {
  margin-bottom: 0.625rem;
}
.ind3-content .synopsis .summary-dl dt {
  flex-shrink: 0;
  width: 8.125rem;
  height: 5.3125rem;
  margin-right: 0.9375rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #4178ca;
}
.ind3-content .synopsis .summary-dl dd {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.875rem;
  word-break: break-all;
}
.ind3-content .synopsis .summary-dl .tit {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.625rem;
}
.ind3-content .synopsis .summary-dl .tit-small {
  font-size: 1.125rem;
  font-family: Arial;
  text-transform: uppercase;
}
.ind3-content .synopsis .txtbox p {
  margin-bottom: 0.625rem;
  line-height: 1.875rem;
}
.ind3-content .ind1-enrollment {
  margin-top: 1.875rem;
}
.ind3-content .ind1-enrollment .pub-htit3 {
  margin-bottom: 1rem;
}
.ind3-content .ind1-enrollment .pub-tab thead {
  background: #eee;
}
.ind3-content .ind3-news {
  margin-top: 1.875rem;
}
.ind3-content .ind3-news .pub-htit3 {
  margin-bottom: 0.75rem;
}
.ind3-content .ind3-news .news-box {
  padding-left: 0;
  padding-right: 1.875rem;
}
.ind3-content .ind3-news .news-box:nth-of-type(2) {
  padding: 0;
}
.ind3-content .ind3-news .row {
  margin: 0;
}
.ind3-content .ind3-news .list-ul .item {
  height: 3.5rem;
  line-height: 3.5rem;
  border-bottom: 1px solid #ccc;
}
.ind3-content .ind3-news .list-ul .pub-square {
  width: 4px;
  height: 4px;
  vertical-align: 1.5625rem;
  background-color: #a7a7a7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ind3-content .ind3-news .list-ul .linka {
  display: inline-block;
  max-width: 93%;
}
.ind3-content .ind1-links {
  margin-top: 1.25rem;
}

.pub-sm-tith4 {
  display: inline-block;
  height: 3.125rem;
  padding: 0 1rem 0 1rem;
  margin-bottom: 0.75rem;
  font-size: 1.625rem;
  line-height: 3.125rem;
  color: #fff;
  background: #4178ca;
}

/*首页4*/
.ind4-content .pub-htit {
  border-bottom: 1px solid #e7e6e6;
}
.ind4-content .pub-htit .tit {
  color: #30cac5;
  padding-right: 1rem;
  border-bottom: 2px solid #30cac5;
}
.ind4-content .synopsis .pub-htit {
  margin-bottom: 1.5rem;
}
.ind4-content .synopsis .summary-dl dt {
  background-color: #ffb44a;
}
.ind4-content .ind3-news .list-ul .fqa_icon {
  display: inline-block;
  width: 0.875rem;
  height: 1.0625rem;
  margin-right: 0.3125rem;
  vertical-align: 1rem;
  background: url("../../images/school/ind4_fqa_icon.png") no-repeat;
  background-size: contain;
}
.ind4-content .ind3-news .list-ul .linka {
  max-width: 93%;
}
.ind4-content .news-box:nth-of-type(2) .pub-htit {
  margin-bottom: 1.625rem;
}
.ind4-content .ind3-news .list-ul .item {
  height: 3.3125rem;
  line-height: 3.3125rem;
  border: none;
}
.ind4-content .remark-box dl {
  margin-bottom: 1.5rem;
}
.ind4-content .remark-box dt {
  flex-shrink: 0;
  width: 8.75rem;
  height: auto;
  margin-right: 0.875rem;
}
.ind4-content .remark-box dt img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ind4-content .remark-box dd {
  margin-bottom: 0;
  max-width: 90%;
}
.ind4-content .remark-box dd .tit-linka {
  display: block;
  max-width: 23.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind4-content .remark-box dd .txtp {
  margin: 0.75rem 0 0 0;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
.ind4-content .hot-profession .pub-htit {
  margin-bottom: 1.875rem;
}
.ind4-content .hot-profession .pro-list a {
  display: block;
  margin-bottom: 2.5rem;
}
.ind4-content .hot-profession .pro-list img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ind4-content .hot-profession .pro-list-txt {
  padding-right: 15px;
}
.ind4-content .hot-profession .pro-list-txt a {
  padding-right: 0;
  margin-bottom: 15px;
}
.ind4-content .hot-profession .pro-list-txt span {
  display: block;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid #d5d3d3;
}

/*首页5*/
.ind5-content .pub-sm-tith4 {
  height: 2.5rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  background-color: #24bce8;
}
.ind5-content .hot-spot .logo-list {
  padding-top: 0.75rem;
}
.ind5-content .hot-spot .logo-list .item {
  flex: 0 0 50%;
  margin-bottom: 1.5625rem;
}
.ind5-content .hot-spot .logo-list img {
  width: 2.125rem;
  height: 2.125rem;
  margin-right: 0.5rem;
  vertical-align: -0.6875rem;
}
.ind5-content .hot-spot .logo-list .linka {
  display: block;
  max-width: 100%;
}
.ind5-content .policy .pub-sm-tith4 {
  margin-bottom: 1.625rem;
}
.ind5-content .guide-news .pub-sm-tith4 {
  margin-bottom: 1.875rem;
}
.ind5-content .policy .tit-linka {
  padding-bottom: 0.875rem;
}
.ind5-content .ind2-content .policy .item {
  padding-bottom: 0.625rem;
}
.ind5-content .guide-news dt {
  flex-shrink: 0;
  width: 8.75rem;
  height: auto;
}
.ind5-content .guide-news dd {
  max-width: 70%;
}
.ind5-content .guide-news .tit-linka {
  /*max-width: 70%;*/
  font-size: 1rem;
}
.ind5-content .news-list2 .item {
  line-height: 2.125rem;
}
.ind5-content .ind1-news dt {
  flex-shrink: 0;
}
.ind5-content .ind5-newsbox .row {
  margin: 0;
}
.ind5-content .ind5-newsbox .col-sm-6:nth-of-type(1) {
  padding-left: 0;
  padding-right: 30px;
}
.ind5-content .ind5-newsbox .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.ind5-content .dynamic-box dd {
  max-width: 100%;
}
.ind5-content .dynamic-box .pub-sm-tith4 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/*首页6*/
.ind6-content .pub-htit3 .titp {
  margin-bottom: 0;
  font-size: 1.875rem;
  color: #fb653a;
}
.ind6-content .pub-htit3 .tit {
  display: block;
  position: relative;
  bottom: -13px;
  width: 8.625rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: #fb653a;
}
.ind6-content .synopsis {
  margin-top: 1.875rem;
}
.ind6-content .synopsis .pub-htit3 {
  margin-bottom: 1.875rem;
}
.ind6-content .synopsis .summary-dl dt {
  background-color: #fb653a;
}
.ind6-content .synopsis .txtbox p strong {
  color: #fb653a;
  padding-left: 1.25rem;
  background: url("../../images/school/ind6_txt_icon.png") no-repeat left center;
}
.ind6-content .ind6-on-sch {
  padding-top: 1.875rem;
  margin-top: 1.625rem;
  background: #f1f1f1;
}
.ind6-content .sch-list {
  margin: 2.25rem -30px 0 0;
}
.ind6-content .sch-list .col-box {
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 2rem;
}
.ind6-content .sch-list dl {
  margin: 0;
  padding: 1.25rem 15px 1.25rem 15px;
  background: #fff;
  border: 1px solid #d5d3d3;
}
.ind6-content .sch-list dl:hover {
  border-color: #fb653a;
}
.ind6-content .sch-list dt {
  flex-shrink: 0;
  width: 3.625rem;
  height: 3.625rem;
  padding: 0;
}
.ind6-content .sch-list dt img {
  display: block;
  width: 3.625rem;
  height: auto;
}
.ind6-content .sch-list dd {
  padding-right: 0;
  margin-bottom: 0;
}
.ind6-content .sch-list dd .tit {
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.375rem;
  border-bottom: 1px solid #e4e3e3;
}
.ind6-content .sch-list dd .txtp {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.ind6-content .sch-more {
  margin-top: 0.625rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.ind6-content .sch-more a {
  display: inline-block;
  width: 14.0625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  color: #fffefe;
  background: #fb653a;
}
.ind6-content .ind3-news .list-ul .item {
  height: 5.625rem;
  line-height: initial;
}
.ind6-content .ind3-news .list-ul .pub-square {
  vertical-align: 0.375rem;
}
.ind6-content .city-news .pub-htit3 {
  margin-bottom: 0;
}
.ind6-content .city-news .list-ul .titp {
  padding-top: 1rem;
  margin-bottom: 0.625rem;
}
.ind6-content .city-news .list-ul .timep {
  padding-left: 1.25rem;
}
.ind6-content .city-news .list-ul .timep span {
  font-size: 0.75rem;
  color: #999;
}
.ind6-content .city-news .list-ul .timep i {
  padding: 0 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #b8b8b8;
}
.ind6-content .city-news .pub-sm-tith4 {
  margin-top: 1.875rem;
  margin-bottom: 0.5rem;
  background-color: #fb653a;
}
.ind6-content .city-news .list-ul {
  margin-bottom: 0;
}
.ind6-content .ind1-links .pub-htit3 {
  margin-top: 1.875rem;
}

/*首页7*/
.ind7-content .pub-htit3 .titp {
  color: #444762;
}
.ind7-content .pub-htit3 .tit {
  border-color: #444762;
}
.ind7-content .must-read {
  margin-top: 2.5rem;
}
.ind7-content .must-read .pub-htit3 {
  margin-bottom: 2.5rem;
}
.ind7-content .must-read .left-cont img {
  max-width: 100%;
  height: 15.4375rem;
}
.ind7-content .must-read .left-cont a {
  position: relative;
  display: block;
  max-width: 28.4375rem;
}
.ind7-content .must-read .opcity {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  line-height: 2.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.ind7-content .must-read .right-cont ul {
  border-left: 1px solid #d5d3d3;
}
.ind7-content .must-read .right-cont .item {
  margin-bottom: 1.3125rem;
}
.ind7-content .must-read .right-cont .item:hover .circle-icon {
  border-color: #f97249;
}
.ind7-content .must-read .right-cont .circle-icon {
  float: left;
  padding: 2.5px;
  margin: 7px 18px 0 -6px;
  background: #fff;
  border: 3px solid #c4c3c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ind7-content .must-read .right-cont .linka {
  float: left;
  max-width: 96%;
}
.ind7-content .postgraduate-fqa {
  margin-top: 2.5rem;
}
.ind7-content .postgraduate-fqa .pub-htit3 {
  margin-bottom: 2.5rem;
}
.ind7-content .postgraduate-fqa .fqa-list {
  margin-bottom: 0.5rem;
}
.ind7-content .postgraduate-fqa .fqa-list dt {
  width: 5.5rem;
  height: 5.5rem;
  background: url("../../images/school/index7_fqa_icon1.png") no-repeat;
  background-size: contain;
}
.ind7-content .postgraduate-fqa .fqa-list .titp {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #f97249;
}
.ind7-content .postgraduate-fqa .fqa-list .txtp {
  line-height: 1.875rem;
  color: #333;
}
.ind7-content .postgraduate-fqa .fqa-list:nth-of-type(2) dt {
  background-image: url("../../images/school/index7_fqa_icon2.png");
}
.ind7-content .postgraduate-fqa .fqa-list:nth-of-type(3) dt {
  background-image: url("../../images/school/index7_fqa_icon3.png");
}
.ind7-content .ind1-news {
  margin-top: 1.25rem;
}
.ind7-content .ind1-news .pub-htit3 {
  margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
@media (max-width: 768px) {
  html, body {
    font-size: 18px;
  }

  .pub-tab tbody td {
    font-size: 1.125rem;
  }

  .ind1-application .tit-sp {
    font-size: 1.125rem;
  }

  .ind1-application .list-txt p {
    font-size: 1rem;
  }

  .pub-nav .logo-txt {
    font-size: 1.2rem;
  }

  .navbar-toggler {
    padding: 0;
  }

  .navbar-toggler-icon {
    width: 2rem;
    height: 1.6875rem;
    background: url("../../images/school/nav_icon.png") no-repeat;
    background-size: contain;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 1rem 0 1rem 0;
    color: #fff;
  }

  .ind1-enrollment .pub-tab {
    border-left: 1px solid #d8d9d9;
  }
  .ind1-enrollment .pub-tab thead th {
    display: none;
  }
  .ind1-enrollment .pub-tab thead th:nth-of-type(1) {
    display: block;
    border-top: none;
    border-left: none;
  }
  .ind1-enrollment .pub-tab tbody td {
    display: none;
  }
  .ind1-enrollment .pub-tab tbody td:nth-of-type(1) {
    display: block;
  }
  .ind1-enrollment .pub-tab tbody td:nth-of-type(1) .tita {
    /*max-width: 84%;*/
    max-width: 21.25rem;
  }

  .ind1-news dt {
    width: 30%;
    height: auto;
    margin-right: 0.9375rem;
  }
  .ind1-news dd {
    width: 60%;
  }
  .ind1-news .txtp1 {
    display: none;
  }

  .ind1-links .list-links {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pub-foot {
    height: auto;
    padding-bottom: 0.625rem;
  }
  .pub-foot .nav-foot {
    justify-content: flex-start !important;
  }

  .ind1-news-list .left-cont {
    padding-right: 0;
  }

  .ind5-content .dynamic-box dd {
    width: 100%;
  }

  .ind7-content .must-read .right-cont .circle-icon {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  html, body {
    font-size: 14px;
  }

  .ind1-news .tit-linka {
    padding-bottom: 0;
  }

  .pub-nav .navbar-light .navbar-nav .nav-link {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }

  .pub-nav .logo-txt {
    /*font-size: 1rem;*/
  }

  .ind6-content .pub-htit3 .tit {
    font-size: 1.5rem;
    /*padding-bottom: 10px;*/
  }

  .ind6-content .sch-list {
    margin-right: -15px;
  }

  .ind6-content .sch-list .col-box {
    padding-right: 15px;
  }

  .ind6-content .sch-list dl {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ind6-content .sch-list dt img {
    width: 3rem;
  }

  .ind6-content .city-news .pub-sm-tith4 {
    height: 2.5rem;
    /* margin-top: px2rem(16);
     margin-bottom: 0;*/
    font-size: 1.125rem;
    line-height: 2.5rem;
  }

  .ind7-content .pub-htit3 .tit {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  /* html,body{
     font-size: px2rem(11);
   }*/
  .ind1-banner {
    padding: 0;
    margin: 0;
  }
  .ind1-banner .img-m {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .ind1-banner .img-pc {
    display: none;
  }

  .pub-nav .logo-txt {
    /* font-size: px2rem(18);*/
  }
}
@media (max-width: 479px) {
  .nav-item + li {
    border-top: 1px solid #666;
  }

  .pub-nav .navbar-light .navbar-nav .nav-link {
    padding: 1rem 0 1rem 0;
  }

  .ind3-content .ind3-news .news-box {
    padding-right: 0;
  }

  .ind3-content .ind3-news .news-box:nth-of-type(2) .pub-sm-tith4 {
    margin-top: 1rem;
  }

  .ind4-content .remark-box dd {
    max-width: 60%;
  }

  .ind4-content .remark-box dd .tit-linka {
    line-height: 1.875rem;
    white-space: normal;
  }

  .ind4-content .remark-box dd .txtp {
    display: none;
  }

  .ind5-content .ind5-newsbox .col-sm-6:nth-of-type(1) {
    padding-left: 0;
    padding-right: 0;
  }
  .ind5-content .ind5-newsbox .guide-news .pub-sm-tith4 {
    margin-top: 1rem;
  }
  .ind5-content .ind1-news .tit-linka {
    white-space: normal;
  }
  .ind5-content .hot-spot .pub-sm-tith4 {
    margin-top: 1rem;
  }

  .ind7-content .must-read .right-cont {
    margin-top: 1.25rem;
  }

  .ind7-content .postgraduate-fqa .fqa-list {
    margin-left: 0;
  }

  .ind7-content .pub-htit3 .titp {
    font-size: 1.75rem;
  }

  .ind7-content .pub-htit3 .tit {
    bottom: -13px;
  }
}
@media (max-width: 321px) {
  html, body {
    font-size: 13px;
  }

  .ind1-banner {
    padding: 0;
    margin: 0;
  }
  .ind1-banner .img-m {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .ind1-banner .img-pc {
    display: none;
  }

  .ind1-enrollment .pub-tab tbody td:nth-of-type(1) {
    display: block;
  }
  .ind1-enrollment .pub-tab tbody td:nth-of-type(1) .tita {
    /*max-width: 84%;*/
    max-width: 18.875rem;
  }

  .ind1-news dd {
    width: 70%;
  }

  .ind1-news .tit-linka {
    padding-bottom: 0;
  }

  .ind1-news .txt-time {
    margin-top: 0;
  }

  .ind7-content .must-read .right-cont .linka {
    max-width: 95%;
  }

  .ind7-content .pub-htit3 .titp {
    font-size: 1.6875rem;
  }
}
