﻿* {
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none;
}
li {
  list-style: none;
}
a:link,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  color: #8F0100;
}
a {
  text-decoration: none;
  color: #434343;
}
input::-webkit-input-placeholder {
  color: #AFAFAF;
}
.active {
  background-color: #8F0100;
}
.main-width {
  max-width: 14rem;
  margin: auto;
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 999;
}
body {
  background-color: #fff;
}
.top-search {
  height: 1.28rem;
  line-height: 1.28rem;
}
.top-search .logo {
  margin-top: 0.26rem;
  height: 0.8rem;
}
.top-search .logo img {
  height: 0.8rem;
}
.top-search .search-box .search {
  height: 0.5rem;
  margin-top: 0.42rem;
  width: 4.20rem;
  border: 0.02rem solid #8F0100;
  border-radius: 0.02rem;
  float: right;
}
.top-search .search-box .search .search-input {
  border: none;
  color: #AFAFAF;
  padding-left: 0.22rem;
  height: 0.46rem;
  font-size: 0.17rem;
  width: 3.48rem;
  float: left;
}
.top-search .search-box .search .search-btn {
  width: 0.69rem;
  height: 0.50rem;
  background: #8F0100;
  border-radius: 0px 0.01rem 0.01rem 0px;
  float: right;
  margin: -0.03rem -0.1rem 0 0;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 0.24rem;
}
.top-nav {
  background-color: #8F0100;
  width: 100%;
  font-size: 0.24rem;
  height: 0.56rem;
  line-height: 0.56rem;
}
.top-nav .nav-box {
  height: 100%;
}
.top-nav .nav-box .nav-ul {
  height: 100%;
}
.top-nav .nav-box .nav-ul > li {
  float: left;
  width: 1.61rem;
  height: 100%;
  text-align: center;
  position: relative;
}
.top-nav .nav-box .nav-ul > li a {
  color: #fff;
  font-size: 0.22rem;
}
.top-nav .nav-box .nav-ul > li .nav-list {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 0.15rem 0;
  position: absolute;
  top: 0.56rem;
  left: 0;
  z-index: 99;
  width: 100%;
  display: none;
  box-shadow: 2px 2px 2px #8f010021;
}
.top-nav .nav-box .nav-ul > li .nav-list li {
  height: 0.4rem;
  line-height: 0.4rem;
}
.top-nav .nav-box .nav-ul > li .nav-list li a {
  font-size: 0.15rem;
  color: #434343;
}
.banner {
  margin-top: 1.84rem;
}
.banner img {
  width: 100%;
}
.recruit-student {
  width: 100%;
  height: 1.6rem;
  position: relative;
}
.recruit-student .main-width {
  max-width: 14rem;
  margin-top: 0.2rem;
  height: 100%;
}
.recruit-student .main-width ul {
  height: 100%;
}
.recruit-student .main-width ul li {
  float: left;
  width: 16.6%;
  height: 100%;
  background-color: #EDEDED;
}
.recruit-student .main-width ul li a {
  color: #8F0100;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 999;
  width: 100%;
}
.recruit-student .main-width ul li a p {
  margin-top: -0.3rem;
  font-size: 0.17rem;
}
.recruit-student .main-width ul li a img {
  margin-top: 0.3rem;
  vertical-align: top;
}
.main-content {
  padding-top: 0.5rem;
}
.main-content .content-left {
  width: 6.68rem;
  height: 8rem;
  float: left;
  position: relative;
  overflow: hidden;
}
.main-content .content-left .content-title {
  color: #8F0100;
}
.main-content .content-left .content-title h2 {
  font-size: 0.36rem;
  font-weight: 700;
  margin: 0;
}
.main-content .content-left .content-title p {
  font-size: 0.24rem;
}
.main-content .content-left .more {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
}
.main-content .content-left .Enrollment-dynamics {
  height: 7rem;
  overflow: hidden;
}
.main-content .content-left .Enrollment-dynamics li {
  border-bottom: 1px solid #ccc;
}
.main-content .content-left .Enrollment-dynamics li .date {
  color: #8F0100;
  font-size: 0.15rem;
  float: left;
  text-align: center;
  margin-top: 0.17rem;
}
.main-content .content-left .Enrollment-dynamics li .date div {
  font-size: 0.24rem;
  font-weight: 700;
}
.main-content .content-left .Enrollment-dynamics li a {
  float: left;
  color: #434343;
  font-size: 0.17rem;
  margin-left: 0.4rem;
  width: 5.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: 0.85rem;
}
.main-content .content-left .Enrollment-dynamics li:nth-child(8) {
  border: none;
}
.main-content .content-right {
  margin-left: 0.5rem;
  float: left;
}
.main-content .content-right .content-top {
  width: 6.82rem;
  height: 4.5rem;
  position: relative;
  overflow: hidden;
}
.main-content .content-right .content-top .content-title {
  color: #8F0100;
}
.main-content .content-right .content-top .content-title h2 {
  font-size: 0.36rem;
  font-weight: 700;
  margin: 0;
}
.main-content .content-right .content-top .content-title p {
  font-size: 0.24rem;
}
.main-content .content-right .content-top .more {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
}
.main-content .content-right .content-top .Enrollment-dynamics {
  height: 3.5rem;
  overflow: hidden;
}
.main-content .content-right .content-top .Enrollment-dynamics li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}
.main-content .content-right .content-top .Enrollment-dynamics li .date {
  color: #8F0100;
  font-size: 0.15rem;
  float: left;
  text-align: center;
  margin-top: 0.17rem;
}
.main-content .content-right .content-top .Enrollment-dynamics li .date div {
  font-size: 0.24rem;
  font-weight: 700;
}
.main-content .content-right .content-top .Enrollment-dynamics li a {
  line-height: 0.85rem;
  margin-left: 0.4rem;
  float: left;
  color: #434343;
  font-size: 0.17rem;
  width: 5.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.main-content .content-right .content-top .Enrollment-dynamics li:nth-child(4) {
  border: none;
}
.main-content .content-right .content-bottom {
  width: 6.82rem;
  height: 3.5rem;
  position: relative;
  margin-top: 0.25rem;
}
.main-content .content-right .content-bottom .content-title {
  color: #8F0100;
}
.main-content .content-right .content-bottom .content-title h2 {
  font-size: 0.36rem;
  font-weight: 700;
  margin: 0;
}
.main-content .content-right .content-bottom .content-title p {
  font-size: 0.24rem;
}
.main-content .content-right .content-bottom .Enrollment-dynamics {
  width: 100%;
}
.main-content .content-right .content-bottom .Enrollment-dynamics li {
  width: 25%;
  float: left;
  margin-top: 0.25rem;
}
.main-content .content-right .content-bottom .Enrollment-dynamics li .date {
  color: #AFAFAF;
  font-size: 0.15rem;
  float: left;
}
.main-content .content-right .content-bottom .Enrollment-dynamics li .date span {
  font-size: 0.24rem;
}
.main-content .content-right .content-bottom .Enrollment-dynamics li a {
  float: left;
  font-size: 0.17rem;
  text-align: center;
  width: 100%;
}
.main-content .content-right .content-bottom .Enrollment-dynamics li a img {
  width: 1.16rem;
}
.main-content .content-right .content-bottom .Enrollment-dynamics li a p {
  color: #434343;
  margin-top: 0.1rem;
}
.photo-wall {
  width: 1400px;
}
.photo-wall .photo-left {
  float: left;
  width: 680px;
}
.photo-wall .photo-left .content-title {
  color: #8F0100;
}
.photo-wall .photo-left .content-title h2 {
  font-size: 0.36rem;
  font-weight: 700;
  margin: 0;
}
.photo-wall .photo-left .content-title p {
  font-size: 0.24rem;
}
.photo-wall .photo-left .img-box {
  margin-top: 34px;
  width: 680px;
  height: 400px;
  overflow: hidden;
}
.photo-wall .photo-left .img-box img {
  width: 100%;
}
.photo-wall .photo-left:nth-child(2) {
  margin-left: 39px;
}
.footer {
  width: 100%;
  background: url('../image/foot-bg.png') repeat-x top center;
  margin-top: 0.5rem;
  padding: 0.55rem 0;
  font-size: 0.17rem;
  color: #fff;
}
.footer .footer-box a {
  color: #fff;
  font-size: 0.14rem;
  display: block;
  line-height: 0.35rem;
}
.footer .footer-box .terrace {
  width: 50%;
  margin-top: 0.2rem;
  padding-left: 0;
text-align: center;
}
.footer .footer-box .terrace img {
  width: 0.99rem;
}
.footer .footer-box .terrace p {
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
.footer .footer-title {
  margin-bottom: 0.1rem;
}
.footer p {
  font-size: 0.14rem;
  margin: 0;
  line-height: 0.35rem;
}
.copy {
  text-align: center;
  font-size: 0.14rem;
  color: #434343;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
}
.copy span {
  margin-left: 0.3rem;
}