body {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 1.8;
  color: #444444;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1300px;
}

section {
  padding: 20px 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  color: #444444;
}

img {
  max-width: 100%;
}

a:hover {
  color: #c40000;
  text-decoration: none;
}

.customize-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clear {
  clear: both;
}

.bg-dark {
  background-color: #033f7d !important;
}

.header-top {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mySwiper img {
  width: 100%;
}

.intro__text {
    /* height: 100%; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 30px;
}

.intro__text h3 {
  text-align: center;
  margin: 20px 0;
}

.navbar {
  padding: 0;
}

.navbar-dark .navbar-nav a.nav-link {
  width: 150px;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  margin: 0 1px;
  font-size: 16px;

}

.navbar-dark .navbar-nav .active>a.nav-link {
  color: #222;
  background: #fff;
}

.navbar-dark .navbar-nav a.nav-link:hover {
  color: #222;
  background: #fff;
}

footer {
  padding: 40px 0;
  background: #033f7d;
  color: #fff;
  text-align: center;
}

.news__area .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news__area .title .title-text {
  word-break: keep-all;
  white-space: nowrap;
}

.news__area .title .title-dec {
  display: inline-block;
  width: 100%;
}

.news__area .title .title-text span:first-child {
  font-size: 18px;
  font-weight: normal;
  font-family: 微软雅黑;
  color: rgb(0, 0, 0);
}

.news__area .title .title-text span:nth-child(2) {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  font-family: 微软雅黑;
  color: rgb(155, 155, 155);
  margin-left: 15px;
}

.news__area .title .title-dec span:nth-child(1) {
  width: 6px;
  height: 9px;
  margin-left: 16px;
  background: #033f7d;
  display: inline-block;
}

.news__area .title .title-dec span:nth-child(2) {
  display: inline-block;
  width: calc(100% - 40px);
  height: 9px;
  margin-left: 10px;
  background: #f5f5f5;
}

.news-list ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #4444;
}

.news-list ul {
  margin-bottom: 20px;
}

.first-news img {
  width: 100%;
}

.first-news .news-img {
  width: 48%;
}

.first-news .news-text {
  width: 48%;
}

.first-news .news-text p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.activity .content {
  padding: 10px 0;
}

.activity .content img {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.activity .content p {
  line-height: 2;
}

.notice ul {
  padding-left: 1rem;
  list-style: disc;
}

.notice ul li {
  padding: 10px 0;
  list-style: disc;
}

.notice ul li a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

.show__box {
  margin-bottom: 20px;
}

.show__text {
  padding: 20px;
  border: 1px solid #ededed;
}

.school__intro .title h5 {
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  padding-left: 15px;
  line-height: 1;
  font-size: 17px;
}

.school__intro .title h5::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 17px;
  background: #033f7d;
}

.news__content h1 {
  font-size: 25px;
  margin-bottom: 20px;
}

.news__content .content-text {
  padding: 20px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;

}

.related-news {
  display: flex;
  flex-direction: column;
}

.share {
  text-align: right;
}
.link_list ul {
    display: flex;
    justify-content: space-between;
}
.link_list ul li {
    width: 30%;
    margin-right: 0%;
}

#flashBoxu_u3_ {
  width: 100% !important;
  height: 300px !important;
  border: 0px solid #EEE;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#flashBoxu_u4_ img {
  height: 100% !important;
}




#flashBoxu_u4_ {
  width: 100% !important;
  height: 300px !important;
  border: 0px solid #EEE;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#flashBoxu_u3_ img {
  height: 100% !important;
}

.PrevDisabled,
.NextDisabled,
.Prev,
.Next {
  box-sizing: unset;
}