/* common */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
}
.swiper-slide-a {
display: block;
height: 100%;
}
/* 以 Bold 字重为例 */
@font-face {
  font-family: 'Source Han Serif CN';
  src: url('../images/SourceHanSerifCN-Bold.otf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

a {
  text-decoration: none;
}
html{font-size: 100px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}

body{
  color: #333;position: relative;overflow-x:hidden;font-size: .16rem;
}
#flashBoxu_u8 {
width: 100% !important;
}
.slide {
flex: 1;
}
/* header */
.header {
  width: 100%;
  height: 100vh;
}

.header-second {
  height: auto;
}

.header-image {
  width: 100%;
  height: 100vh;
}

.header-second .header-image {
  height: auto;
}

.header-image img {
  width: 100%;
  height: 100vh;
}

.header-second .header-image img {
  height: auto;
}

.header-menu {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 200;
}
.header-menu.index-header-menu {
position: fixed;
}

.header-language {
  text-align: right;
  color: #00499F;
  font-size: 0.14rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  height: 0.22rem;
}

.header-language a {
  color: #00499F;
}

.header-language .btn-search {
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  background: url(../images/icon-search.png) no-repeat center;
  background-size: 100%;
  margin-left: 0.1rem;
}

.search-form {

  display: flex;
  align-items: center;
}

.nowrap {
  border: 1px solid #00499F;
  border-radius: 4px;
  margin-left: 0.1rem;
  width: 100%;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav .logo {
  text-indent: -9999px;
  width: 2.63rem;
  height: 0.5rem;
  background: url(../images/logo-nav.png) no-repeat center;
  background-size: 100%;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0.1rem;
}
.h2, h2 {
  font-size: 0.3rem;
}

.nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
}

.nav>li>a {
  padding: 0;
  font-weight: 700;
  font-size: 0.25rem;
}
.nav>li>a:hover {
  background: none;
}

.nav .nav-item {
  position: relative;
  flex: 1;
}

.nav .nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
  padding: 0 0.1rem;
  min-width: 100%;
}

.nav .nav-item:hover .nav-sub {
  display: block;
}

.nav-link {
  padding: 0;
  text-align: center;
  color: #003779;
  display: block;
}

.nav-sub-item {
  display: block;
  text-align: center;
  padding: 0.1rem 0;
  border-bottom: 1px dashed #E5E5E5;
  white-space: nowrap;
  color: #003779;
font-size: 0.23rem;
}

.index-page h2 {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
  font-family: 'Source Han Serif CN';
justify-content: space-between;
    align-items: center;
display: flex;
}


.index-page h2 a {
color: #003779;
font-size: 0.18rem;
padding-left: 0.3rem;
background:url(../images/more5.png) 0  0 no-repeat;
background-size: 0.24rem 0.24rem;
display: block;
height: 0.24rem;
line-height: 0.24rem;
}


.index-page h2::after {
  position: absolute;
  content: '';
  width: 0.41rem;
  height: 0.34rem;
  top: 0px;
  left: 0px;
  background: url(../images/rightContent-title.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.index-page h2 span.title-cn {
  position: relative;
  font-family: 'Source Han Serif CN';
  font-weight: 700;
}

.index-page h2 span.title-cn::before {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  right: 0;
  width: 0.64rem;
  height: 0.02rem;
  background: #005c9f;
}

/* 最新动态 latest-news */
.latest-news {
  width: 100%;
  background: url(../images/notice-bg.jpg) no-repeat;
  background-size: 100% 100%;
  height: 100vh;
  overflow: hidden;
}

.latest-news .container,
.leagug-index .container,
.research-index .container,
.researchNews-index .container,
.grsduate-index .container {
  padding-top: 1.15rem;
}

.researchNews-index .container {
  padding-top: 1.5rem;
}

.latest-news h2 {
  display: flex;
}

.latest-news h2 span {
  display: block;
}

.latest-news h2 span.title-en {
  font-size: 0.3rem;
  color: #C8C8C8;
  line-height: 0.3rem;
  font-weight: 200;
}

.title-en-border {
  position: relative;
  padding-bottom: 0.1rem;
  margin-bottom: 0.15rem;
}

.title-en-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0.34rem;
  height: 0.04rem;
  background: #00499F;
}

.title-en-border::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.36rem;
  width: 0.04rem;
  height: 0.04rem;
  background: #00499F;
}

.latest-news h2 span.title-cn {
  font-size: 0.36rem;
  font-weight: 600;
  color: #003779;
}

.latest-news .news-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: calc(100vh - 2.3rem);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.shiziBox {
  height: calc(100vh - 2.3rem);
}

.latest-news .news-item {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
height: 10%;
    box-sizing: border-box;
  padding: 0.05rem 0.3rem;
}

.latest-news .news-item.first-item {
  height: calc(60% - 0.05rem);
box-sizing: border-box;
  align-items: start;
  padding: 0.3rem;
  background: #f7f7f7;
  margin-bottom: 0.2rem;
overflow: hidden;
}

.latest-news .news-item {
  display: flex;
  align-items: center;
}

.latest-news .news-item .news-item-wrap {
  width: 100%;
}

.latest-news .news-item.first-item .news-item-wrap {
  width: 60%;
  padding-left: 0.3rem;
  box-sizing: border-box;
height: 100%;
}

.latest-news .news-item .imageBox {
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
}

.latest-news .news-item .imageBox img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.latest-news .news-item::after {

  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.93rem;
  height: 0.745rem;
  background: url(../images/latest-news-item-bg2.png) no-repeat;
  background-size: 100% 100%;
}

.latest-news .news-item-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.latest-news .news-item-title .time {
  font-size: 0.22rem;
  color: #999;
  line-height: 0.225rem;
  letter-spacing: 1px;
  font-family: math;
  width: 1.4rem;
  text-align: right;
}

.latest-news .news-item-title p {
  padding-left: 0.17rem;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.4rem;

  overflow: hidden;
  padding: 0;
  flex: 1;
  margin: 0;
}

.latest-news .news-item-title p a {
  line-height: 0.32rem;
  height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #333;
}
.latest-news .news-item-content {
  display: flex;
  justify-content: space-between;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  color: #666;
height: calc(100% - 0.5rem);
    overflow: hidden;
}

.latest-news .news-item-content .time {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.15rem;
  position: relative;
  padding-bottom: 0.04rem;
  width: 0.9rem;
  margin-top: 0.1rem;
}

.latest-news .news-item-content .time::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  left: 0;
  transform: translateY(-50%);
  width: 0.38rem;
  height: 0.04rem;
  background: url(../images/latest-news-item-time.png) no-repeat;
  background-size: 100% 100%;
}

.latest-news .news-item-content p {
  padding-left: 0.17rem;
  flex: 1;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.3rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.latest-news .news-item-content p a {
  line-height: 0.3rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: block;
  color: #666666;
}

/* notice-index */
.notice-index {
  width: 100%;
  height: 100vh;
  background: url('../images/notice-bg.png') no-repeat;
  background-size: 100% 100%;
}

.notice-index .container {
  position: relative;
  padding: 1.23rem 0 0.8rem;
  height: 100vh;
}

.notice-index h2 {
  position: absolute;
  top: 0.6rem;
}

.notice-index h2 span {
  display: block;
}

.notice-index h2 span.title-en {
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.3rem;
  font-weight: 300;
}

.notice-index .title-en-border::after {
  background: #fff;
}

.notice-index .title-en-border::before {
  background: #fff;
}

.notice-index h2 span.title-cn {
  font-size: 0.24rem;
  font-weight: 600;
  color: #fff;
}

.notice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: 1fr;
  height: calc(100vh - 2.3rem);
  gap: 0.1rem;
  overflow: hidden;
  flex-direction: column;
}

.notice-list .notice-item {
  background: #fff url('../images/notice-item-bg.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 0.1rem 0.3rem;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  box-sizing: border-box;
}

.notice-list .notice-item-time {
  position: relative;
  display: flex;
  flex-direction: column;
}

.notice-list .notice-item-time::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.38rem;
  height: 0.04rem;
  background: url(../images/latest-news-item-time.png) no-repeat;
  background-size: 100% 100%;
}

.notice-list .notice-item-time .date {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.225rem;
  letter-spacing: 1px;
  font-family: math;
  display: inline-block;
  background: #063483;
  padding: 0.05rem 0.1rem;
  width: 1rem;
  text-align: center;
}

.notice-list .notice-item-time .year {
  color: #666666;
  vertical-align: bottom;
  background: #89CFF0;
  width: 1rem;
  color: #333;
  text-align: center;
  font-family: math;
}

.notice-list .notice-item-content {
  font-size: 0.2rem;
  overflow: hidden;
  margin-left: 0.2rem;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* 控制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; /* 防止长单词撑破容器，可选 */
}

.notice-list .notice-item-content a {
  color: #333;
}

.notice-more {
  width: 0.36rem;
  height: 0.36rem;
  margin: 0.1rem auto;
}

.notice-more img {
  width: 100%;
  height: 100%;
}

/* leagug-index */
.leagug-index {
  height: 100vh;
  width: 100%;
  /*  background: url('../images/league-bg3.jpg') no-repeat;*/
  background: url('../images/dtjs.jpg') no-repeat;
  background-size: 100% 100%;
}

.leagug-index h2 {
  color: #003779;
}

.leagug-index h2 span.title-en {
  font-size: 0.3rem;
  font-weight: 300;
}

.leagug-index h2 span.title-cn {
  font-size: 0.36rem;
  font-weight: 600;
  position: relative;
}

.leagug-index h2 span.title-cn::after {
  position: absolute;
  bottom: 0;
  left: 0.36rem;
  width: 0.04rem;
  height: 0.04rem;
  background: #B00204;
}

.grsduate-index h2 {
  height: auto;
}

.m-slide {
  display: flex;
  height: calc(100vh - 3rem);
}

#currentNews {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
}

#currentNews .news-item-img {
  flex: 1;
  height: 75%;
}

#currentNews .news-item-img a {
  display: block;
  width: 100%;
  height: 100%;
}

#currentNews .news-item-img img {
  width: 100%;
  height: 100%;
}

#currentNews .news-item-content {
  background: #002B87;
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.1rem 0.3rem;
  color: #fff;
  line-height: 0.4rem;
  font-size: 0.24rem;
  box-sizing: border-box;
}

#currentNews .news-item-content p {
  margin: 0;
  font-size: 0.32rem;
  font-weight: 800;
height: 0.48rem;
line-height: 0.48rem;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#currentNews .news-item-content a {
  color: #fff;
  font-size: 0.24rem;
}

#currentNews .news-item-content a .time {
  font-family: math;
}

.leagug-index .news-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

.leagug-index .news-list li {
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 0.1rem;
  font-size: 0.24rem;
}

.leagug-index .news-list li span {
  color: #002B87;
  font-family: math;
}

.leagug-index .news-list li p {
  color: #333333;
  margin-top: 0.1rem;
  padding: 0;
  margin-bottom: 0;
display: -webkit-box;
  -webkit-line-clamp: 2;        
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word; 
}

.leagug-index .news-list li.active {
  background-color: #002B87;
}

.leagug-index .news-list li.active span,
.leagug-index .news-list li.active p {
  color: #fff;
}

.leagug-index .news-list img {
  display: none;
}

/* research-index */
.research-index {
  height: 100vh;
  width: 100%;
  background: url('../images/research-bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.research-index h2 {
  display: flex;
}

.research-index .title-en {
  display: block;
  color: #C8C8C8;
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: 200;
}

.research-index .title-cn {
  color: #003779;
  font-size: 0.36rem;
  font-weight: 600;
  margin-left: 0.1rem;
}

.research-list {
  margin-right: -0.1rem;
  margin-left: -0.1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
  height: calc(100% - 3rem);

}

.research-item {
  flex: 1;
}

.research-item-box {
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.1rem;
}

.research-item img {
  width: 100%;
  height: calc(50vh - 2.8rem);
  border-radius: 0.1rem 0.1rem 0 0;
}

.research-item-content {
  margin: 0.1rem 0.2rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  height: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.research-item-content span {
  color: #fff;
  background: linear-gradient(to right, #00359C, #00A9AA);
  padding: 0.05rem;
  border-radius: 0.04rem;
  margin-right: 0.1rem;
  font-family: math;
}

.research-more {
  text-align: center;
  padding-top: 0.2rem;
}

.research-more img {
  width: 0.36rem;
  height: 0.36rem;
  cursor: pointer;
}

.academic-list {
  height: calc(100vh - 3rem);
  overflow: hidden;
  flex-direction: column;
  display: flex;
}

.academic-item {
  background: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  flex: 1;
  padding: 0.1rem 0;
height: 50%;
    box-sizing: border-box;
}

.academic-item::after {
  position: absolute;
  content: '';
  width: 2.5rem;
  height: 80%;
  background: url('../images/academic-item-bg.png') no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.academic-item-time {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.2rem;
  z-index: 1;
}

.academic-item-time span {
  color: #002B87;
  font-size: 0.34rem;
  line-height: 0.5rem;
  text-align: center;
  font-weight: 700;
  font-family: math;
}

.academic-item-time span.date {
  font-size: 0.44rem;
  font-family: math;
}

.academic-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.2rem;
  z-index: 1;
}

.academic-item-content p.title {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.3rem;
flex: 2;
display: flex;
    align-items: center;
}

.academic-item-content p.author,
.academic-item-content p.time,
.academic-item-content p.address {
  padding-left: 0.3rem;
  font-size: 0.22rem;
flex: 1;
margin: 0;
    display: flex;
    align-items: center;
}

.academic-item-content p.author {
  background: url(../images/academic-user.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}

.academic-item-content p.time {
  background: url(../images/academic-time.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}

.academic-item-content p.address {
  background: url(../images/academic-adress.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}

/* researchNews-index 研究团队 */
.researchNews-index {
  height: 100vh;
  width: 100%;
  background: url('../images/researchNews-bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.researchNews-index h2 {
  display: flex;
  color: #fff;
  align-items: center;
}

.researchNews-index .title-en {
  display: block;
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: 200;
  padding-bottom: 0.4rem;
}

.researchNews-index .title-en-border::before {
  background: #fff;
}

.researchNews-index .title-en-border::after {
  background: #fff;
}

.researchNews-index .title-cn {
  font-size: 0.36rem;
  font-weight: 600;
  margin-left: 0.1rem;
  color: #003779;
}

.researchNews-item {
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.2rem;
  text-align: center;
}

.researchNews-col:nth-child(1) .researchNews-item {
  background: url('../images/researchNews-item-1.png') no-repeat;
  background-size: 100% 100%;
}

.researchNews-col:nth-child(2) .researchNews-item {
  background: url('../images/researchNews-item-2.png') no-repeat;
  background-size: 100% 100%;
}

.researchNews-col:nth-child(3) .researchNews-item {
  background: url('../images/researchNews-item-3.png') no-repeat;
  background-size: 100% 100%;
}

.researchNews-item p.title {
  font-size: 0.21rem;
  color: #000;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.researchNews-item p.title::after {
  position: absolute;
  content: '';
  width: 0.58rem;
  height: 0.58rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.researchNews-col:nth-child(1) .researchNews-item p.title::after {
  background: url('../images/researchNews-item-icon-1.png') no-repeat;
  background-size: 100% 100%;
}

.researchNews-col:nth-child(2) .researchNews-item p.title::after {
  background: url('../images/researchNews-item-icon-2.png') no-repeat;
  background-size: 100% 100%;
}

.researchNews-col:nth-child(3) .researchNews-item p.title::after {
  background: url('../images/researchNews-item-icon-3.png') no-repeat;
  background-size: 100% 100%;
}

.researchNews-item p.content {
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.researchNews-more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16vh;
}

.researchNews-more img {
  width: 0.36rem;
  height: 0.36rem;
  cursor: pointer;
}

.grsduate-index {
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('../images/rcpy.jpg') no-repeat;
  background-size: 100% 100%;
}

.grsduate-index h2 {
  color: #C8C8C8;
}

.grsduate-index .title-en {
  display: block;
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: 200;
}

.grsduate-index h2 span.title-cn {
  font-size: 0.36rem;
  font-weight: 600;
  color: #003779;
}

.grsduate-index .row {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.6rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  margin: 0;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
}

.slider {
  display: flex;
  margin: 0 -0.1rem;
}

.slider .slide-item {
  width: calc(33.333% - 0.2rem);
  margin: 0 0.1rem;
}

.slider .slide-item .title {
  font-weight: 500;
  text-align: center;
  margin-top: 0.2rem;
}

.slider .slide-item img {
  max-width: 100%;
}

.ptjs-index {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.15rem;
}

.ptjs-list .ptjs-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.46rem 0px rgba(0, 0, 0, 0.08);
  padding: 0.2rem;
  display: flex;
  height: 0.88rem;
  justify-content: center;
  align-items: center;
}

.ptjs-list .ptjs-item img {
  width: 0.57rem;
  height: 0.35rem;
}

.ptjs-list .ptjs-item p.title {
  text-align: center;
  flex: 1;
  margin-bottom: 0;
}

.footer-section {
  display: flex;
  flex-direction: column;
}

.footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: 100% 100%;
  padding-top: 1.3rem;
  color: #fff;
  height: 60vh;
  position: relative;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 2.3rem;
}

.footer-links {
  margin-top: 0.15rem;
}

.footer-links .title {
  text-align: center;
}

.footer .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.15rem;
}

.dropdown-toggle {
  border-radius: 4px;
  border: 1px solid #EBEBEB;
  width: 3.0rem;
  text-align: left;
  background: transparent;
  color: #fff;
  margin: 0 0.2rem;
}

.dropdown-toggle .caret {
  float: right;
  margin-top: 0.1rem;
}

.footer-copyright {
  padding-top: 0.54rem;
  padding-bottom: 0.2rem;
  text-align: center;
}


.second-container {
  padding: 0.15rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.leftNav {
  width: 2.3rem;
  background: url('../images/leftNav-bg.png') 0 0 no-repeat;
  background-size: 100% 100%;
  border-radius: 0.2rem 0.2rem 0 0;
  margin-top: 0.13rem;
  position: relative;
  margin-right: 0.2rem;
}

.leftNav-title {
  margin: -0.13rem 0.29rem 0.22rem;
  width: 1.88rem;
  height: 0.52rem;
  background: url('../images/leftNav-title.png') 0 0 no-repeat;
  background-size: 100% 100%;
  line-height: 0.52rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.26rem;
  color: #FFFFFF;
  line-height: 0.42rem;
  text-shadow: 0px 0.02rem 0.02rem #001429;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.leftNav-list li {
  height: 0.61rem;
}

.leftNav-list li a {
  color: #333333;
  display: block;
  line-height: 0.61rem;
  text-align: center;
  font-size: 0.26rem;
  cursor: pointer;
}

.leftNav-list li a.active {
  background: url('../images/leftNav-active.png') 0 0 no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.rightContent {
  flex: 1;
  width: calc(100% - 2.58rem);
}

.rightContent-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.55rem;
  background: url('../images/rightContent-title-bg.png') 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 0 0.2rem 0 0.59rem;
  position: relative;
  z-index: 1;
  width: 100%;
}

.rightContent-title::after {
  position: absolute;
  content: '';
  width: 0.31rem;
  height: 0.24rem;
  top: 0.15rem;
  left: 0.2rem;
  background: url('../images/rightContent-title.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.rightContent-title span {
  font-weight: 600;
  font-size: 0.28rem;
  color: #003779;
}

.breadcrumbBox,
#breadcrumbBox {
  font-size: 0.26rem;
  color: #333333;
}

.breadcrumbBox a,
#breadcrumbBox a {
  color: #333333;
}

.rightContent-list li {
  margin-top: 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(230, 230, 230, 0.5);
  border-radius: 0.1rem;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.59rem;
  padding-right: 0.2rem;
  position: relative;
  width: 100%;
}

.rightContent-list li::after {
  position: absolute;
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  top: 0.2rem;
  left: 0.3rem;
  background: url('../images/rightContent-list.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.rightContent-list li a {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.24rem;
  cursor: pointer;
  width: 100%;
}

.rightContent-list li a:hover {
  color: #003779;
}

.rightContent-list li a .title {
  margin-left: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.rightContent-list li a .date {
  color: #666666;
  width: 1.8rem;
  text-align: right;
  font-family: math;
}

.rightContent-list li a .type {
  min-width: 1.4rem;
}

.category_block {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(230, 230, 230, 0.5);
  border-radius: 0px 0px 0.04rem 0.04rem;
}

.category_block_top {
  background: url('../images/rightContent-second_title-bg.png') 0 0 no-repeat;
  background-size: 100% 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.26rem;
  color: #333;
  margin-top: 0.15rem;
}

.category_team_intro {
  line-height: 0.4rem;
  padding: 0.1rem;
  font-size: 0.18rem;
}

.category_main_team ul {
  display: flex;
  flex-wrap: wrap;
}

.category_main_team li {
  width: calc(20% - 0.2rem);
  border-radius: 0.01rem;
  margin: 0.1rem;
}

.category_main_team li a {
  display: block;
  padding: 0.1rem;
  text-align: center;
  color: #333;
}

.category_main_team li img {
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.1rem;
    object-fit: cover;
    object-position: center top;
}

.list li {
  margin-top: 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(230, 230, 230, 0.5);
  border-radius: 0.01rem;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.59rem;
  padding-right: 0.2rem;
  position: relative;
  width: 100%;
  display: flex;
}

.list li::after {
  position: absolute;
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  top: 0.2rem;
  left: 0.3rem;
  background: url('../images/rightContent-list.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.list li span {
  float: right;
  color: #666666;
  font-family: math;
  font-size: 0.24rem;
}

.list li a {
  color: #333333;
  font-size: 0.24rem;
  flex: 1;
  overflow: hidden;
  height: 0.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list li a.showColumnName {
  flex: none;
  margin-right: 0.2rem;
}


.pagination {
  width: 100%;
  padding-left: 2.58rem;
}


.list_kypt {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  justify-content: center;
}

.list_kypt .block_ptjs2 {
  margin: 0.1rem;
  width: calc(50% - 0.2rem);
  padding: 1.0rem 0.5rem;
  text-align: center;
}

.list_kypt .block_ptjs2:nth-child(4n+1) {
  background: url('../images/ptjs_bg1.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.list_kypt .block_ptjs2:nth-child(4n+2) {
  background: url('../images/ptjs_bg2.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.list_kypt .block_ptjs2:nth-child(4n+3) {
  background: url('../images/ptjs_bg3.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.list_kypt .block_ptjs2:nth-child(4n+4) {
  background: url('../images/ptjs_bg4.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.list_kypt .ptjs_txt {
  margin-top: 0.2rem;
  color: #333333;
}

.list_kypt .ptjs_txt a {
  color: #333333;
}


.list_kybgs {
  background: #F7FAFF;
  border-radius: 0.02rem;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
}

.list_kybgs_two_item {
  display: flex;
}

.list_kybgs_two_item p:first-child {
  width: 100%;
}

.list_kybgs_two_item p:last-child {
  width: 100%;
}

.list_kybgs_three_item {
  display: flex;
  flex-wrap: wrap;
}

.list_kybgs_three_item p {
  width: 50%;
}

.show_title,
#show_title {
  font-size: 0.26rem;
  font-weight: 600;
  color: #003779;
  margin: 0.2rem 0;
  text-align: center;
}

.show_title_left {
  text-align: left;
}

#show_info {
  text-align: center;
  margin-bottom: 0.2rem;
}

.show_content p {
  margin-bottom: 0.1rem;
  background: linear-gradient(353deg, #F1F7FF 0%, #E2EDFF 100%);
  border-radius: 0.02rem;
  padding: 0.15rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}

.show_content p var.content {
  font-style: normal;
  /* width: calc(100% - 380px); */
  font-size: 0.26rem;
  font-weight: 700;
flex: 1;
}

.show_content p var.content2 {
  width: calc(100% - 1.8rem);
}

.show_content p span,
.show_content p var.title {
  width: 3.5rem;
  color: #0071CF;
  font-style: normal;
  flex: revert;
  font-size: 0.26rem;
  font-weight: 700;
}

.show_content p var.smallTitle {
  width: 2.2rem;
}

.show_content p var.miniTitle {
  width: 1.5rem;
}

.show_content .list_kybgs_two_item p span,
.show_content .list_kybgs_two_item p var.title {
  width: 1.4rem;
  font-size: 0.26rem;
  font-weight: 700;
}

.show_content .list_kybgs_two_item p var.content {
  font-style: normal;
  width: calc(100% - 1.4rem);
  font-size: 0.26rem;
  font-weight: 700;
}

.navbar-toggle {
  display: none;
}

.pageBox {
  margin-top: 0.2rem;
  padding-left: 2.58rem;
  text-align: center;
  width: 100%;
}

.PrevDisabled {
  border: 0 !important;
}

.pageBox a,
.pageBox .pageList .this-page {
  border: 0 !important;
}

.pageBox table {
  margin: 0 auto;
}

.pageBox td,
.pageBox div {
  font-size: 0.2rem !important;
}

.pageBox .PrevDisabled {
  font-size: 0.2rem !important;
}

.pageBox .NextDisabled {
  font-size: 0.2rem !important;
  border: 0 !important;
}

.pageBox a:link {
  font-size: 0.2rem !important;
}

.defaultButtonStyle {
  font-size: 0.2rem !important;
  background: none !important;
  border: none !important;
}

.yjygk-statistics {
  display: flex;
  align-items: center;
}

.yjygk-statistics li {
  flex: 1;
  text-align: center;
}

.yjygk-statistics li div.num {
  color: #003779;
}

.yjygk-statistics li div.num span {
  font-size: 0.3rem;
  font-weight: 600;
}

.yjygk-statistics li div.title {
  color: #003779;
  margin-top: 0.2rem;
  font-weight: 500;
}

.show_content {
  font-size: 0.18rem;
  line-height: 0.4rem;
}

.focus img {
  width: 100%;
height: calc(100vh - 4.2rem);
object-fit: cover;

}

.flex {
  display: flex;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text_content .tabs span {
  font-size: 0.28rem;
  margin-right: 0.4rem;
  padding-bottom: 0.15rem;
  cursor: pointer;
}

.text_content .tabs span:last-child {
  margin-right: 0;
}

.text_content .tabs .active {
  color: #1059a1;
  font-weight: bold;
  border-bottom: 0.03rem #1059a1 solid;
}

.text_content li {
  padding: 0.03rem 0;
}

.text_content li a {
  font-size: 0.17rem;
  color: #333333;
}

.text_content li span {
  font-size: 0.15rem;
}

/* 公用文字列表 */
.public_list {
  min-width: 0;
}

.public_list li {
  border-bottom: 1px #dcdcdc solid;
  padding: 0.06rem 0;
  line-height: 0.5rem;
}

.public_list li a {
  min-width: 0;
  font-size: 0.24rem;
}

.public_list li span {
  font-size: 0.22rem;
  margin-left: 0.3rem;
  color: #666;
  width: 1.2rem;
  font-family: math;
}

.public_list .more {
  margin-top: 0.2rem;
}

.public_list .more a {
  text-decoration: underline;
  color: #0c7abd;
  font-size: 0.17rem;
  font-weight: bold;
}

.shizi {
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.02rem;
  padding: 0.4rem 0;
}

.shizi .title {
  margin-top: 0.7rem;
}

.shizi .title b {
  font-size: 0.32rem;
  color: #FFF;
  line-height: 1.5;
}

.shizi .title span {
  font-family: arial;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.23rem;
  line-height: 1.5;
}

.shizi .title a {
  background: url(../images/icon15.png)no-repeat 90% center;
  border: 0.01rem #e4a823 solid;
  font-family: arial;
  color: #e4a823;
  font-size: 0.12rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  padding: 0 0.25rem 0 0.15rem;
}

.shizi .title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.01rem;
  background-color: rgba(255, 255, 255, 0.3);
  width: 40%;
}

.shizi .title::before {
  content: '';
  position: absolute;
  right: 1.0rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0.01rem;
  background-color: rgba(255, 255, 255, 0.3);
  width: 33%;
}

.shizi .swiper-container {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  position: static;
}

.shizi .swiper-button-next {
  background: url(../images/next.png)no-repeat center;
  width: 0.69rem;
  height: 0.69rem;
  right: 0.2rem;
  top: 40%;
}

.shizi .swiper-button-prev {
  background: url(../images/prev.png)no-repeat center;
  width: 0.69rem;
  height: 0.69rem;
  left: 0.2rem;
  top: 40%;
}

.shizi .pic {
  background-color: #FFF;
  background-color: #FFF;
  padding: 0.04rem;
  overflow: hidden;
}

.shizi .pic img {
  width: 100%;
  height: 2.6rem;
object-fit: cover;
object-position: center top;
}

.shizi .name {
  font-size: 0.23rem;
  color: #333;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}

.shizi .txt {
  font-size: 0.16rem;
  color: #333;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.te_c {
  text-align: center;
}

.show_content_box {
  font-size: 0.18rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

#search_list_top {
  margin-top: 0.15rem;
  height: 0.32rem;
  font-size: 0.16rem;
}

#search_list_top form {
  display: flex;
  border: 0.01rem #003779 solid;
  border-radius: 5px;
  align-items: center;
  padding: 0.1rem 0.2rem;
}

#search_input {
  flex: 1;
}

#search_list_top form .nowrap {
  border: 0;
  flex: 1;
}

#search_list_top form .nowrap {
  outline: none;
}

#search_list_main {
  margin-top: 0.25rem;
}

#search_list_title {
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem #003779 dashed;
  margin-bottom: 0.2rem;
}

#search_list_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/rightContent-list.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

#search_list_title a {
  color: #333333;
}

#search_list_des {
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.3rem;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}

#search_list_date {
  font-size: 0.2rem;
  color: #666666;
  padding-bottom: 0.2rem;
}

.latest-news .flex {
  gap: 0.3rem;
}

.newsBox {
  width: 66.7%;
}

.noticeBox {
  width: 33.3%;
}

.flex {
  display: flex;
}
.flex-warp {
  flex-wrap: wrap;
}
.teaching_list li {
  width: 48%;
  min-width: 0px;
  margin: 0.2rem 2% 0.1rem 0px;
  border-width: 0.01rem;
  border-style: solid;
  border-color: rgb(231, 230, 230);
  border-image: initial;
}
.teaching_list li .pic {
    width: 2.1rem;
    height: 2.56rem;
    margin-right: 0.3rem;
    overflow: hidden;
}
.teaching_list li .pic img {
  width: 100%;
  height: 100%;
transition: transform 0.3s ease;
object-fit: cover;
object-position: center top;
}
.teaching_list li .pic img:hover {
  transition: 0.3s;
transform: scale(1.1);
}
.di_bl {
  display: block;
}
.flex-column {
    flex-flow: column;
}
.flex-pack-center {
    -webkit-box-pack: center;
    justify-content: center;
}
.flex-pack-between {
justify-content: space-between;;
}
.address-box {
margin-bottom: 0.4rem;
}
.flex-1 {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
}
.teaching_list li .text_content {
  min-width: 0px;
}
.teaching_list li h3 {
    font-size: 0.24rem;
    margin-top: 0.3rem;
    margin-bottom: 0.05rem;
}
.teaching_list li .address {
    padding-left: 0.3rem;
    overflow-wrap: break-word;
    word-break: normal;
    background: url(../images/address.png) left 0.04rem no-repeat;
}
.teaching_list li .tel {
    padding-left: 0.3rem;
    overflow-wrap: break-word;
    word-break: normal;
    background: url(../images/tel.png) left center no-repeat;
margin-top: 0.1rem;
}
.teaching_list li .email {
    padding-left: 0.3rem;
    overflow-wrap: break-word;
    word-break: normal;
    background: url(../images/email.png) left 0.08rem no-repeat;
margin-top: 0.1rem;
}
.teaching_details {
  padding-left: 0.3rem;
}
.teaching_details .details_info {
  margin-top: 0.4rem;
}
.teaching_details .details_info .pic {
    width: 2.1rem;
    height: 2.56rem;
    overflow: hidden;
    margin-right: 0.3rem;
}
.teaching_details .details_info .pic img {
    width: 100%;
    height: 100%;
object-fit: cover;
    object-position: center top;
}
.teaching_details .details_info .text_content {
    min-width: 0;
}
.teaching_details .details_info .text_content h3 {
    border-bottom: 0.01rem #e5e5e5 solid;
    font-size: 0.26rem;
    padding-bottom: 0.15rem;
}
.teaching_details .details_info .text_content .txt {
    font-size: 0.17rem;
    color: #666;
    font-weight: bold;
}
.teaching_details .details_info .text_content .address {
    background: url(../images/address1.png) no-repeat left 0.04rem;
    padding-left: 0.3rem;
    word-wrap: break-word;
    word-break: normal;
    color: #1d77ce;
}
.teaching_details .details_info .text_content .tel {
    background: url(../images/tel1.png) no-repeat left center;
    padding-left: 0.3rem;
    word-wrap: break-word;
    word-break: normal;
    color: #1d77ce;
    margin-top: 0.1rem;
}
.teaching_details .details_info .text_content .email {
    background: url(../images/email1.png) no-repeat left 0.08rem;
    padding-left: 0.3rem;
    word-wrap: break-word;
    word-break: normal;
    color: #1d77ce;
    margin-top: 0.1rem;
}
.teaching_details .tabs {
    background-color: #eeeff1;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-top: 0.6rem;
}
.shiziBoxFocus {
padding-right: 0.45rem;
 
}
@media (max-width: 1300px) {
  .teaching_list li {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header {
    height: auto
  }
.shiziBoxFocus {
padding-right: 0;
width: calc(100% - 0.3rem);
}
.shizi .pic img {
height: 5rem;
}
  .header-image {
    height: auto;
  }

  .header-image img {
    height: auto;
  }
.header-menu {
position: absolute;
}
  .nav {
    position: absolute;
    top: 0.4rem;
    right: 0;
    left: 0;
    background: #eee;
    display: none;
    z-index: 2;
  }

  .nav.show {
    display: block;
  }

  .nav-item {
    border-bottom: 1px solid #fff;
  }

  .nav .nav-item {
    width: 100% !important;
  }

  .nav .nav-item:hover .nav-sub {
    display: none !important;
  }

  .navbar-toggle {
    position: absolute;
    z-index: 2000;
    display: block;
  }

  .navbar-toggle .icon-bar {
    background-color: #563d7c;
  }

  .bs-docs-nav .navbar-toggle .icon-bar {
    background-color: #563d7c;
  }

  .latest-news {
    height: auto;
  }

  .latest-news .flex {
    flex-wrap: wrap;
  }

  .latest-news .container {
    flex-direction: column;
    padding: 0.2rem;
  }

  .latest-news h2 {
    width: 100%;
    display: block;
  }

  .latest-news .news-list {
    margin-right: 0;
    display: block;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .latest-news .news-img {
    width: 100%;
    margin: 0.08rem 0;
  }

  .latest-news .news-item {
    width: 100%;
    margin: 0.08rem 0;
    height: auto;
    position: relative;
    padding: 0.2rem;
    width: 100%;
    border-bottom: 1px #eee solid;
  }

  .latest-news .news-item-title {
    flex-direction: column;
  }

  .latest-news .news-item-content {
    flex-direction: column;
  }

  .latest-news .news-item-content .time {
    position: absolute;
    top: 0.23rem;
    right: 0.1rem;
    width: 1rem;
  }

  .latest-news .news-item-title p {
    padding-left: 0;
    margin-top: 0.1rem;
  }

  .latest-news .news-item-title p a {
    height: auto;
    white-space: normal;
  }

  .latest-news .news-item-content p {
    padding-left: 0;
  }

  .latest-news .news-item.first-item {
    flex-wrap: wrap;
  }

  .notice-index {
    height: auto;
  }

  .notice-index .container {
    padding: 0.2rem;
    height: auto;
  }

  .notice-index h2 {
    top: 0.1rem;
    position: relative;
  }

  .notice-list {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    display: block;
    margin-bottom: 0.4rem;
  }

  .notice-list .notice-item {
    width: 100%;
    margin: 0.01rem 0;
  }

  .newsBox {
    width: 100%;
  }

  .noticeBox {
    width: 100%;
  }

  .m-slide {
    flex-direction: column;
    height: auto;
    border: none;
  }

  #currentNews {
    min-height: 3.0rem;
    border: 1px solid #003779;
width: 100% !important;
  }
.header-menu.index-header-menu {
position: absolute;
}
  .leagug-index {
    height: auto;
    padding-bottom: 0.4rem;
  }

  .leagug-index .news-list {
    width: 100%;
    height: auto;
  }

  .leagug-index .news-list li {
    padding: 0.1rem;
  }

  .research-item-content {
    height: auto;
  }

  .research-index {
    height: auto;
    padding: 0 0 0.5rem;
  }

  .research-item-box {
    border: 1px #eee solid;
  }

  .research-index h2 {
    margin-top: 0.4rem;
  }

  .academic-item {
    height: auto;
    margin: 0.01rem 0;
    padding: 0.2rem;
    border: 1px #eee solid;
  }

  .academic-item-time {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .research-more {
    padding-bottom: 0.2rem;
  }

  .researchNews-index {
    height: auto;
  }

  .researchNews-index h2 {
    height: auto;
  }

  .researchNews-item {
    height: auto;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
  }

  .researchNews-more {
    height: auto;
  }

  .grsduate-index {
    height: auto;
  }

  .grsduate-index .row {
    padding: 0.3rem 0;
  }

  .slider-wrapper {
    overflow-x: auto;
  }

  .slider {
    flex-wrap: wrap;
  }

  .ptjs-index {
    height: auto;
    display: block;
  }

  .ptjs-list li {
    margin-bottom: 0.2rem;
  }

  .footer .links {
    display: block;
  }

  .footer {
    background-size: auto 100%;
    height: auto;
  }

  .dropdown {
    margin-bottom: 0.01rem;
  }

  .dropdown-toggle {
    width: 100%;
    margin: 0;
  }

  .second-container {
    flex-direction: column;
    padding: 0.2rem 0;
  }

  .leftNav {
    width: 100%;
  }

  .rightContent {
    width: 100%;
    margin-top: 0.2rem;
  }

  .breadcrumbBox {
    display: none;
  }

  .rightContent-list li {
    height: auto;
    line-height: 0.3rem;
    padding-right: 0;
  }

  .rightContent-list li a {
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .rightContent-list li a .title {
    width: 100%;
    margin-left: 0;
  }

  .pagination {
    padding-left: 0;
  }

  .list,
  .list ul,
  .category_block_top {
    float: left;
    width: 100%;
    clear: both;
  }

  .list li {
    line-height: 0.3rem;
    width: 100%;
    clear: both;
    float: left;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    height: auto;
  }

  .category_main_team li {
    width: calc(50% - 0.2rem);
  }

  .leftNav-title {
    width: auto;
  }

  .list_kypt {
    margin: 0;
  }

  .list_kypt .block_ptjs2 {
    width: 100%;
    margin: 0.01rem 0;
    padding: 0.2rem 0.5rem;
  }

  .show_content p span {
    width: 0.8rem;
  }

  .show_content p var {
    font-style: normal;
    flex: 1;
  }

  #show_info {
    text-align: center;
    color: #999;
  }

  #vsb_content_4 P {
    text-indent: 0 !important;
  }

  #vsb_content_4 IMG {
    max-width: 100%;
  }

  .prevNextP span {
    display: block;
    margin-top: 0.1rem;
  }

  .pageBox {
    padding-left: 0;
  }

  .slider {
    margin: 0;
  }

  .slider .slide-item {
    width: 100%;
    margin: 0;
    margin-bottom: 0.2rem;

  }

  .category_main_team {
    float: left;
    width: 100%;
  }

  .focus img {
    height: auto;
  }

  .public_list {
    width: 100vw;
  }

  .list_kybgs_two_item {
    display: block;
  }

  .list_kybgs_two_item p {
    width: 100%;
  }

  .list_kybgs_three_item {
    display: block;
  }

  .list_kybgs_three_item p {
    width: 100%;
  }

  .latest-news .news-item .imageBox {
    width: 100%;
  }
.public_list li span {
width: 1.8rem;
}
  .latest-news .news-item.first-item .news-item-wrap {
    width: 100%;
    padding-left: 0;
  }
  .academic-item-content p.author,
  .academic-item-content p.time,
  .academic-item-content p.address {
    margin: 0;
  }
.research-list {
display: block;
}
.research-item {
margin-bottom: 0.2rem;
}

.latest-news .container, .leagug-index .container, .research-index .container, .researchNews-index .container, .grsduate-index .container {
    padding-top: 0.425rem;
}
.academic-list {
height: auto;
}
.academic-item-content {
padding: 0.2rem;
}

.category_main_team li img {
height:3.6rem;
}

[data-aos^=fade][data-aos^=fade] {
opacity:1;
}
[data-aos=fade-right] {
transform: translate3d(0px, 0, 0);
}
[data-aos=fade-left] {
transform: translate3d(0px, 0, 0);
}
[data-aos=fade-up] {
    transform: translate3d(0, 0px, 0);
}
[data-aos=fade-down] {
    transform: translate3d(0, 0px, 0);
}
.shiziBox {
height: auto;
padding-bottom: 0.4rem;
width: calc(100vw - 0.3rem);
overflow: hidden;
}
.teaching_list li {
  width: 100%;
}
.rightContent-list li a .date {
text-align: left;
}
}
@media (min-width: 991px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 95%;
  }
/* .rightContent-title span {
font-size: 0.16rem;
}
.breadcrumbBox, #breadcrumbBox {
font-size: 0.16rem;
}
.show_title, #show_title {
font-size: 0.16rem;
}
.show_content .list_kybgs_two_item p span, .show_content .list_kybgs_two_item p var.title,.show_content .list_kybgs_two_item p var.content,
.show_content p span, .show_content p var.title,.show_content p var.content  {
font-size: 0.16rem;
} */
/* .show_content p span, .show_content p var.title {
width: 1.6rem;
} */
.shizi .pic img {
height: 3.8rem;
}
}
@media (min-width: 1070px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 95%;
  }
/* .nav {
    font-size: 0.16rem;
  }
.nav-sub {
font-size: 0.14rem;
}
.rightContent-title span {
font-size: 0.18rem;
}
.breadcrumbBox, #breadcrumbBox {
font-size: 0.18rem;
}
.show_title, #show_title {
font-size: 0.18rem;
}
.show_content .list_kybgs_two_item p span, .show_content .list_kybgs_two_item p var.title, .show_content .list_kybgs_two_item p var.content,
.show_content p span, .show_content p var.title,.show_content p var.content  {
font-size: 0.18rem;
} */
/* .show_content p span, .show_content p var.title {
width: 200px;
} 

.category_main_team li img {
height: 1.6rem;
} 
.shizi .pic img {
height: 3.2rem;
}
*/
}
@media (min-width: 1208px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 95%;
  }

/* .nav-sub {
font-size: 0.16rem;
}
.rightContent-title span {
font-size: 0.22rem;
}
.breadcrumbBox, #breadcrumbBox {
font-size: 0.22rem;
}
.show_title, #show_title {
font-size: 0.22rem;
}
.show_content .list_kybgs_two_item p span, .show_content .list_kybgs_two_item p var.title,.show_content .list_kybgs_two_item p var.content,.show_content p span, 
.show_content p var.title,.show_content p var.content  {
font-size: 0.22rem;
}
.show_content p span, .show_content p var.title {
width: 220px;
}
.category_main_team li img {
height: 1.8rem;
} */
.shizi .pic img {
height: 3.2rem;
}
}
@media (min-width: 1308px) {

  /* .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 95%;
  }

.nav-sub {
font-size: 0.16rem;
}
.rightContent-title span {
font-size: 0.2rem;
}
.breadcrumbBox, #breadcrumbBox {
font-size: 0.2rem;
}
.show_title, #show_title {
font-size: 0.2rem;
}
.show_content p span, .show_content p var.title {
width: 350px;}
.show_content p var.smallTitle {
  width: 220px;
}
.rightContent-title span {
font-size: 0.28rem;
}
.breadcrumbBox, #breadcrumbBox {
font-size: 0.26rem;
}
.show_title, #show_title {
font-size: 0.26rem;
}
.show_content .list_kybgs_two_item p span, .show_content .list_kybgs_two_item p var.title,.show_content .list_kybgs_two_item p var.content,.show_content p span, 
.show_content p var.title,.show_content p var.content  {
font-size: 0.26rem;
}
*/

.category_main_team li img {
height: 2.3rem
}
.shizi .pic img {
height: 2.6rem;
}
}
@media (min-width: 1448px) {

  

/* .nav-sub {
font-size: 0.2rem;
}
.rightContent-title span {
font-size: 0.28rem;
}
.breadcrumbBox, #breadcrumbBox {
font-size: 0.26rem;
}
.show_title, #show_title {
font-size: 0.26rem;
}*/
.category_main_team li img {
height: 2.5rem;
} 

}

@media (min-width: 1600px) {

  
.category_main_team li img {
height: 2.7rem;
}
.shizi .pic img {
height: 3.2rem;
}

}

@media (min-width: 1700px) {

  

.category_main_team li img {
height: 2.9rem;
} 
.shizi .pic img {
height: 2.6rem;
}
}

@media (min-width: 1800px) {


}

@media (min-width: 1900px) {


  
.category_main_team li img {
height: 3rem;
} 
}

@media (min-width: 2000px) {

 
 
.category_main_team li img {
height: 3.1rem
} 
}

@media (min-width: 2200px) {

  
.category_main_team li img {
height: 3.2rem;
}
}