﻿body.show a, body.show .transition, body.show :before, body.show :after, body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex, .index-research .dots, .g-nav2 .btn-list .language .name, .p-layer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.jxjg-grid{width: 100%;display: block !important;}
.jxjg-item{width: 100% !important;padding: 14px 0px !important;}

    .hux-news-card,
    .hux-news-card > a {
        flex-direction: column;       
    }
    .hux-news-thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 420 / 260;
    }
    .hux-news-content-wrap {
        height: auto;
        gap: 16px;
    }
.list-side-title h3::after{display:none;}

.list-page-banner .banner-title p{padding-top: 1em;}
.list-side-title h3 p{
	font-size: 14px;
    margin-top: 0;
}
.list-side-title h3::before {
    display: none;
}

.lecture-list li {padding: 20px 0 5px;}
.g-foot .foot-top .school-name-img{height: 2em;}

.ckplayerchkxdrrtuxkhyxtayw video{}

.flexColumn, .index-flow .title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter, .g-nav2 .btn-list .language .name, .p-layer {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter, .index-flow .title dl, .index-flow .title, .index-research .dots, .g-foot .info .tel, .g-foot .info, .g-foot .list li, .p-layer {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween, .foot-link .list ul, .index-flow .container .list ul, .index-research .wal, .index-events .wal, .g-foot .info div {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap, .index-flow .container .list ul, .index-flow .container, .index-research .wal, .g-foot .info, .g-nav2 .btn-list ul, .g-nav2 .scroll li .list dl, .g-nav2 .scroll ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.bsBox {
  box-sizing: content-box;
}

.p-ico {
  font-family: "icon";
  font-size: 0.2rem;
}

.p-more {
  display: inline-block;
  font-size: 0.12rem;
  color: #6510AD;
  padding: 0 0.05rem;
  line-height: 0.25rem;
  border-bottom: #6510AD solid 0.02rem;
}

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.p-layer.show {
  opacity: 1;
  visibility: visible;
}

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("../image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}

.p-more {
  font-size: 0.24rem;
  padding: 0 0.1rem;
  line-height: 0.5rem;
  border-bottom: #6510AD solid 0.04rem;
}

/*-------------------------*/
html {
  font-size: 50px;
}

body {
  font-size: 0.24rem;
}

.wal {
  max-width: 800px;
  margin: 0 0.5rem;
}

.g-head:before {
  height:1.03rem;
}
.g-head .wal {
  min-height:1rem;
  margin: 0 0.5rem 0 0.3rem;
}
.g-head a.logo {
    width:3rem;
    top: 0.75em;
}

.g-head a.logo img{margin-top: 0;}


.g-head .btn-list {
  display: none;
}
.g-head a.navA {
  right: -0.5rem;
  width: 1.23rem;
  height: 1.02rem;
}
.g-head a.navA:after {
  background-size: 0.4rem;
}

.g-nav {
  display: none;
}

.g-nav2 {
  overflow-y: auto;
}
.g-nav2 .scroll {
  position: static;
  padding-top: 1.37rem;
}
.g-nav2 .scroll li {
  width: 100%;
  text-align: left;
  padding-top: 0;
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
}
.g-nav2 .scroll li h2 {
  font-size: 0.36rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  position: relative;
}
.g-nav2 .scroll li h2.h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  font-size: 0.3rem;
  font-family: "icon";
  content: "\eaed";
  color: #fff;
}
.g-nav2 .scroll li.on h2.h2:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.g-nav2 .scroll li .list {
  padding: 0 0 0 0.5rem;
  display: none;
}
.g-nav2 .scroll li .list h3 {
  font-size: 0.3rem;
  line-height: 0.96rem;
  border-top: rgba(255, 255, 255, 0.13) solid 1px;
}
.g-nav2 .scroll li .list h3:nth-child(1) {
  border: 0;
}
.g-nav2 .scroll li .list dl {
  margin-left: -0.5rem;
  padding: 0 0.2rem 0.3rem 0;
  margin-top: -0.1rem;
}
.g-nav2 .scroll li .list dd {
  font-size: 0.24rem;
  line-height: 0.6rem;
  min-width: 25%;
  padding-left: 0.5rem;
}
.g-nav2 .scroll li .list dd a {
  display: block;
  height: 0.6rem;
}
.g-nav2 .btn-list a {
  color: #fff;
}
.g-nav2 .btn-list ul {
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.g-nav2 .btn-list ul li {
  width: 25%;
}
.g-nav2 .btn-list ul a {
  display: block;
  font-size: 0.24rem;
  line-height: 0.64rem;
}
.g-nav2 .btn-list .language {
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
}
.g-nav2 .btn-list .language .name {
  height: 1rem;
  padding-left: 0.5rem;
  font-size: 0.24rem;
}
.g-nav2 .btn-list .language .name i {
  flex-shrink: 0;
  font-size: 0.24rem;
  margin-right: 0.1rem;
  font-style: normal;
}
.g-nav2 .btn-list .search {
  position: relative;
  padding: 0.4rem 0.5rem;
}
.g-nav2 .btn-list .search .btn {
  font-size: 0.36rem;
  color: #6510AD;
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  bottom: 0.4rem;
  z-index: 5;
  line-height: 0.9rem;
  width: 1rem;
  text-align: center;
}
.g-nav2 .btn-list .search .btn input {
  width: 100%;
  height: 0.9rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.g-nav2 .btn-list .search .input {
  height: 0.9rem;
  background: #fff;
}
.g-nav2 .btn-list .search .input input {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.24rem;
  padding: 0 0.2rem;
}

.g-foot {
  font-size: 0.24rem;
}
.g-foot:before {
  left: 0;
  height: 8.57rem;
}
.g-foot:after {
  left: 0.5rem;
}
.g-foot .wal {
  padding: 0;
}
.g-foot .logo {
  position: static;
  width: 3.18rem;
  margin: 0 auto;
}
.g-foot .list {
  position: static;
  width: 100%;
  padding: 0.5rem 0 0.4rem 0;
}
.g-foot .list li {
  height: 0.48rem;
  padding-right: 0;
  width: 100%;
}
.g-foot .list li .p-ico {
  font-size: 0.28rem;
}
.g-foot .info {
  position: relative;
  height: auto;
  border-top: 0;
}
.g-foot .info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.9rem;
  top: 0;
  right: -0.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.27);
}
.g-foot .info div {
  padding-top: 0.4rem;
  width: 4.8rem;
}
.g-foot .info div p {
  line-height: 0.48rem;
  text-align: center;
  padding: 0;
}
.g-foot .info div p:nth-child(3) {
  width: 100%;
}
.g-foot .info .tel {
  height: 0.9rem;
  width: 100%;
}
.g-foot .info .tel i {
  font-size: 0.24rem;
  margin-right: 0.1rem;
}

/*index*/
.index-video {
  height: auto;
}
.index-video video, .index-video img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transform: translate(0, 0);
}
.index-video .btn {
  display: none;
}


.index-flash li .name a {
  bottom: 1.04rem;
  font-size: 0.26rem;
}
.index-flash .btn .dots span {
  margin: 0 0.08rem;
  width: 0.1rem;
  height: 0.1rem;
}
.index-flash .arrow {
  display: none;
}

@media screen and (orientation: landscape) {
  .index-flash li {
    height: 100vh;
  }
  .index-flash li .img a {
    height: 100vh;
  }
}
.index-search {
  height: 1.12rem;
}
.index-search .wal {
  background-position: right center;
  background-size: auto 100%;
  min-height: 1rem;
  padding: 0 0.4rem;
}
.index-search .form .name {
  font-size: 0.24rem;
  margin-right: 0.24rem;
}
.index-search .form .name em {
  font-size: 0.2rem;
}
.index-search .hot-words {
  display: none;
}
.index-search .search-result {
  padding: 0.3rem 0.4rem 0.44rem 0.4rem;
}
.index-search .search-result .name h3 {
  font-size: 0.28rem;
}
.index-search .search-result .name a {
  font-size: 0.2rem;
}
.index-search .search-result li {
  font-size: 0.24rem;
  line-height: 0.48rem;
}
.index-search .search-result li a {
  padding-right: 0.32rem;
}
.index-search .search-result li a i {
  font-size: 0.28rem;
}
.index-search .search-result .btn a {
  line-height: 0.8rem;
}

.index-news .col-1 {
  width: 100%;
  padding-bottom:3px;
}
.index-news .col-1 .title {
  font-size: 0.32rem;
  padding: 0 0 0.25rem 0;
  line-height: 1em;
}
.index-news .col-1 .title span {
  padding-left: 0.2rem;
}
.index-news .col-1 li a .name {        font-size: 16px;
        line-height: 2;
        font-weight: 400;
        padding: 9px 0 0 0;
}

.index-news .col-2 {
  width: 100%;
  min-height: 1rem;
  order: -1;
}
.index-news .col-2:before {
  display: none;
}
.index-news .col-2 .list li .title {
  padding-top: 0.3rem;
}
.index-news .col-2 .list li .title:before, .index-news .col-2 .list li .title:after {
  width: 0.3rem;
  height: 0.02rem;
  margin: 0 0.28rem;
}
.index-news .col-2 .list li .name a {
  font-size: 16px;
  padding: 0;
}
.index-news .col-2 .list li p {
  display: none;
}
.index-news .col-2 .arrow {
  position: static;
  padding-bottom:5px;
}
.index-news .col-2 .arrow a {
  display: none;
}
.index-news .col-2 .arrow .dots {
  width: 100%;
}
.index-news .col-2 .arrow .dots span {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
}

.index-events:before {
  bottom: auto;
  height: 5.66rem;
  right: 0;
  margin-right: 0;
}
.index-events .wal {
  height: auto;
}
.index-events .wal .title {
  padding-right: 0;
  font-size: 0.36rem;
}
.index-events .wal .title:after {
  display: none;
}
.index-events .wal .title h2 {
  font-size: 0.54rem;
}
.index-events .wal p {
  display: none;
}
.index-events .wal .more {
  margin-right: 0;
}
.index-events .wal .arrow {
  display: none;
}
/* 手机端 index-events 错落式网格 → 2列流式 */
.index-events .list-wrapper ul {
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-rows: auto !important;
  gap: 0.15rem !important;
  width: 100% !important;
  margin-left: 0 !important;
  height: auto !important;
}

.index-events .list-wrapper ul li {
  grid-row: auto !important;
  grid-column: auto !important;
}

.index-events .list-wrapper ul li.has-img a dd {
  aspect-ratio: 4 / 3 !important;
}

.index-events .list-wrapper ul li.text-card a {
  min-height: 1.8rem;
}
.index-events .list-wrapper dd.li-dd:nth-child(2), .index-events .list-wrapper dd.li-dd:nth-child(3) {
  display: none;
}
.index-events .list-wrapper dd.li-dd .name a {
  font-size: 0.28rem;
}
.index-events .list-wrapper dd.li-dd .name2 {
  padding: 0.3rem 0;
}
.index-events .list-wrapper dd.li-dd .name2 a {
  font-size: 0.34rem;
  line-height: 0.48rem;
  font-weight: 400;
  height: 0.96rem;
}
.index-events .list-wrapper dd.li-dd dl.info {
  font-size: 0.24rem;
}
.index-events .list-wrapper dd.li-dd dl.info:before {
  height: 0.76rem;
  margin-top: -0.38rem;
}
.index-events .list-wrapper dd.li-dd dl.info dd {
  height: 0.48rem;
}
.index-events .list-wrapper dd.li-dd dl.info em {
  font-size: 0.3rem;
  width: 0.74rem;
}

.index-research .wal {
  min-height: 1rem;
  margin: 0;
}
.index-research .title {
  padding: 1.4rem 0 0.55rem 0.5rem;
  font-size: 0.36rem;
}
.index-research .title:after {
  display: none;
}
.index-research .title h2 {
  font-size: 0.54rem;
}
.index-research .content {
  display: none;
}
.index-research .more {
  padding: 1.8rem 0.5rem 0 0;
}
.index-research .list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-research .list li {
  padding: 0 0 0 0.5rem;
  border: 0;
}
.index-research .list li:before, .index-research .list li:after {
  display: none;
}
.index-research .list li .img {
  display: block;
  position: relative;
  padding-top: 0.3rem;
}
.index-research .list li .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.7rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../image/img1080.jpg") center top no-repeat;
  background-size: 100%;
}
.index-research .list li .img img {
  position: relative;
}
.index-research .list li a.name {
  font-size: 0.34rem;
  line-height: 0.52rem;
  font-weight: 400;
  padding: 0.3rem 0.5rem 0.7rem 0;
}
.index-research .list li:hover a.name, .index-research .list li.on a.name {
  left: 0;
}
.index-research .dots {
  padding-bottom: 0.8rem;
  border-bottom: #F2F2F2 solid 1px;
  position: relative;
  z-index: 20;
  width: 100%;
}
.index-research .dots span {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
  background: #9D9D9D;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.index-research .dots span.swiper-pagination-bullet-active {
  background: #6510AD;
}
.index-research .big-img {
  display: none;
}
/*
.index-admissions.wal {
  margin: 0;
}
.index-admissions .title {
  padding: 0.9rem 0 0.4rem 0;
  font-size: 0.36rem;
}
.index-admissions .title:after {
  display: none;
}
.index-admissions .title h2 {
  font-size: 0.54rem;
}
.index-admissions .content {
  display: none;
}
.index-admissions .list dd {
  width: 33.333%;
  max-width: 33.333%;
  padding-bottom: 0.4rem;
}
.index-admissions .list dd .info {
  font-size: 0.2rem;
  padding: 0.2rem 0 0 0.1rem;
}
.index-admissions .list dd .info b {
  font-size: 0.36rem;
}
.index-admissions .list dd p {
  line-height: 0.3rem;
  font-size: 0.2rem;
  padding: 0 0.3rem;
}
.index-admissions .dots span {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
}
*/



.index-admissions .list2 {
    width: 100%;
    padding-bottom:1.3rem;
}
.index-admissions .list2 ul {
    flex-wrap: wrap;
}
.index-admissions .list2 li {
    width: 50% !important;
    height: auto;
    padding: 0.4rem 0;
    flex-direction: column;
    justify-content: center;
}

.index-admissions .list2 ul:first-child li {
width: 33.3333% !important;
min-width:auto
}
.index-admissions .list2 ul:nth-child(3) li {
width: 33.3333% !important;
min-width:auto
}
.index-admissions .list2 li .num {
    font-size: .72rem;
    margin-right: 0;
    margin-top: .1rem;
    margin-left: 0;
}

.index-admissions .list2 li .name {
    font-size: 0.19rem;
    text-align: center;
    line-height: 0.36rem;
    height: 0.72rem;
    margin-bottom: 0.08rem;
}



.index-admissions .list2::before{
    width: 100%;
    height: 77px;
}
.index-admissions .list2::after{
    width: 100%;
    bottom: 23px
}




.index-flow .container {
  margin-top: 0;
  padding-bottom: 1.57rem;
}
.index-flow .container .list {
  width: 100%;
  height: 2.9rem;
  background: #F2F3F9;
  padding: 0.3rem 0.5rem;
  position: static;
}
.index-flow .container .list ul {
  margin-bottom: 0;
}
.index-flow .container .list li {
  width: 45%;
}
.index-flow .container .list a {
  line-height: 0.72rem;
  font-size: 0.32rem;
  border: 0;
  font-weight: 400;
}
.index-flow .container .list a i {
  font-size: 0.36rem;
}
.index-flow .container .video {
  width: 100%;
  order: -1;
}
.index-flow .title {
  padding: 0.35rem 0 0.8rem 0;
  font-size: 0.36rem;
  text-align: center;
}
.index-flow .title:after {
  left: 50%;
  width: 5.26rem;
  margin-left: -2.63rem;
}
.index-flow .title h2 {
  font-size: 0.34rem;
  margin-bottom: 0.3rem;
}
.index-flow .title a.more {
  position: static;
  border-width: 1px;
  width: 1.5rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  margin: 0 auto;
}
.index-flow .title dl {
  padding-top: 0.6rem;
  position: static;
}
.index-flow .title dl dd {
  margin: 0 0.2rem;
}
.index-flow .title dl dd a {
  width: 0.66rem;
}
.index-flow .title dl dd .layer {
  width: 3.4rem;
  margin-left: -2.95rem;
}
.index-flow .title dl dd .layer:after {
  top: -0.1rem;
}
.index-flow .title dl dd .layer .ewm img {
  width: 1.3rem;
}

.index-flow .title dl dd.more .layer {
  right: -50%;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.index-flow .img-list ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 0.3rem;
}
.index-flow .img-list li {
  width: auto;
  grid-column: span 1 !important;
  grid-row: span 1 !important;
  padding: 0;
}
.index-flow .img-list li a {
  margin: 0;
}
.index-flow .img-list li a .layer {
  padding: 0 0.2rem;
}
.index-flow .img-list li a .layer .time {
  font-size: 0.2rem;
}
.index-flow .img-list li a .layer p {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.2rem;
  max-height: 1.08rem;
  overflow: hidden;
}
.index-flow .img-list li a .layer .info {
  font-size: 0.24rem;
  padding: 0.3rem 0;
}
.index-flow .img-list li a .layer .info img {
  height: 0.3rem;
}
.index-flow .img-list li.li_01,
.index-flow .img-list li.li-wide,
.index-flow .img-list li.li-extra {
  width: auto;
  grid-column: span 1 !important;
  grid-row: span 1 !important;
}
.index-flow .img-list li.li_01 a .layer p,
.index-flow .img-list li.li-wide a .layer p,
.index-flow .img-list li.li-extra a .layer p {
  max-height: 0.72rem;
}
.index-flow .img-list li.li-wide a .img,
.index-flow .img-list li.li-extra a .img {
height: auto !important;aspect-ratio: auto;
}

.foot-link {
  padding-top: 20px;
        background: none;
}
.foot-link .title {
  font-size: 0.54rem;
  text-align: center;
  padding: 1.1rem 0 0.5rem 0;
}
.foot-link .list {
  margin: 0 auto;
}
.foot-link .list li {
  width: 2.87rem;
  padding: 0;
}
.foot-link .list a {
  font-size: 0.32rem;
  line-height: 1rem;
}
.foot-link .ewm {
  width: 4rem;
  left: 50%;
  bottom: -2.3rem;
  margin-left: -2rem;
}
.foot-link .ewm p {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0.35rem;
}

/* 公告列表 - 移动端 */
.foot-link .notice-list {
  display: block;
}
.foot-link .notice-list li {
  width: 50%;
  padding:10px;
}
.foot-link .notice-list .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 16px;
  margin-bottom: 0.15rem;
}
.foot-link .notice-list .info {
  padding-bottom: 0.1rem;
}
.foot-link .notice-list .date,
.foot-link .notice-list .detail {
        margin-right: 10px;
}
.foot-link .notice-list .icon-clock {
  font-size: 0.26rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 500px) {
  .foot-link .notice-list li {
    width: 100%;
      padding: 0;
  }
}

@media screen and (max-width: 550px) {
  .wal {
    margin: 0 0.5rem;
  }
    
  .index-news .col-2 .list li .img img {
        height: 20em;
	}
    
    .detail .detit h2 { font-size: 20px !important; }
       
    .indextita .left, .indextit .left {
        background: url(../images/j4.png) no-repeat center right;
        background-size: 40px;
    }
    
    .index-events .indextit {
    	padding-top: 3em;
	}
    
    .xyrmeizr {background:none; }
    
    .indextitazz { padding-bottom: 0; }
    
    .index-notice-qa .notice-col .fen, .index-notice-qa .qa-col .fen {
        padding: 1px 0.3rem;
    }
    
    .index-notice-qa .qa-col .list li i { display: none; }
    
    .index-flow .img-list ul {
        margin: 0 0.5rem;
    }
    
    .listaarw li a img {
        width: 0.3rem;
        height: 0.3rem;
    }
    
    .index-events .list .list-wrapper ul li.text-card:nth-child(7) a, .index-events .list .list-wrapper ul li.text-card:nth-child(8) a{
        background-size: 60px auto;
    }
    
    .index-notice-qa {
        padding-bottom: 10px;
    }
    
    .hux-news-archive, .hux-news-card > a {
        gap: 0 !important;
    }
    .hux-news-archive {
        margin-top: 25px !important;
    }
    .hux-news-content-wrap {
        padding: 25px !important;
    }
    
    .hux-news-thumb {
        width: 100% !important;
        height: auto !important;
    }
    
    .list-pagination {
        margin-top: 20px;
    }
    
    .detail{
        padding-bottom: 0;
    }
    .detail .detit { 
        font-size: 12px;
    }
    .detail .detit p{
        float: none;
    }
    .detail .detit p span {
        margin-right: 5px;
    }
    .detail .detit .share{
        margin-top: 10px;
    }
    .detail .detit .share img{
        width: 15px;
    }
    
    .mark {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
    }
    .jxjg-grid {
        margin-top: 25px;
    }
    
}


/*美院结束*/
.g-nav2 .btn-list .search .input input{width:89%}