@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 {
  padding-top: 0.75rem;
  font-size: 0.75rem;
  color: #bf636d;
}
.pub-htit .more:hover {
  color: #9f1e31;
}

/*公共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;
}
.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;
}
.ind1-news dt {
  flex-shrink: 0;
  width: 13.75rem;
  height: 9.375rem;
  /*height: auto;*/
  overflow: hidden;
  margin-right: 0.9375rem;
}
.ind1-news dt img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ind1-news dd {
  width: 50.9375rem;
  margin-bottom: 0;
}
.ind1-news dd p {
  margin-bottom: 0;
}
.ind1-news .tit-linka {
  display: block;
  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;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
@media (max-width: 768px) {
  html, body {
    font-size: 0.75rem;
  }

  .pub-htit .more {
    padding-top: 0.50rem;
  }

  .navbar-toggler-icon {
    width: 2rem;
    height: 1.6875rem;
    background: url("../../images/school/nav_icon.png") no-repeat;
    background-size: contain;
  }

  .pub-nav .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 {
    overflow: hidden;
    max-width: 84%;
  }

  .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;
  }
}
@media (max-width: 767px) {
  .nav-item + li {
    border-top: 1px solid #666;
  }
}
@media (max-width: 576px) {
  html, body {
    font-size: 0.6875rem;
  }

  .ind1-banner {
    padding: 0;
    margin: 0;
  }
  .ind1-banner .img-m {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .ind1-banner .img-pc {
    display: none;
  }
}
@media (max-width: 320px) {
  html, body {
    font-size: 0.5625rem;
  }

  .ind1-banner {
    padding: 0;
    margin: 0;
  }
  .ind1-banner .img-m {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .ind1-banner .img-pc {
    display: none;
  }

  .ind1-news dd {
    width: 70%;
  }
}
