﻿@charset "UTF-8";
body.show a, body.show .transition, body.show .index-flow .title dl dd .layer, .index-flow .title dl dd body.show .layer, body.show .g-nav2, body.show .g-nav, body.show .g-head .btn-list .search .input, .g-head .btn-list .search body.show .input, body.show .g-head .btn-list, .g-head body.show .btn-list, 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, .index-flash li .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex, .index-flow .img-list li a .layer .info, .index-flow .title dl dd .layer, .index-flow .title dl, .index-flow .container .video i, .index-admissions .dots, .index-events .list-wrapper dd.li-dd dl.info dd, .index-events .list-wrapper dl.ul-dl, .index-events .wal .arrow, .index-events .wal, .index-news .col-2 .arrow .dots, .index-news .col-2 .arrow, .index-news .col-2 .list li .title, .index-search .search-result .name, .index-search .hot-words, .index-flash .btn .dots, .index-flash .btn, .g-foot .info .tel, .g-foot .info, .g-foot .list li, .g-nav2 .scroll ul, .g-nav ul, .g-head .btn-list .language .name, .g-head .btn-list ul, .g-head .btn-list, .p-layer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter, .index-flow .img-list li a .layer .info, .index-flow .container .video i, .index-events .list-wrapper dd.li-dd dl.info dd, .index-events .wal, .index-news .col-2 .arrow, .index-news .col-2 .list li .title, .index-search .search-result .name, .index-flash .btn, .g-foot .info .tel, .g-foot .list li, .g-head .btn-list .language .name, .g-head .btn-list, .p-layer {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter, .index-flow .container .video i, .index-admissions .dots, .index-admissions .list dl, .index-news .col-2 .arrow .dots, .index-news .col-2 .list li .title, .index-flash .btn, .p-layer {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween, .index-news .col-2 .arrow, .index-news, .g-foot .info {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap, .foot-link .list ul, .index-flow .img-list li a .layer, .index-flow .img-list ul, .index-admissions .list dl, .index-news, .index-search .hot-words ul, .g-foot .info div, .g-foot .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.bsBox {
  box-sizing: content-box;
}

.p-ico, .index-flow .container .video i, .index-flow .container .list a i, .index-events .list-wrapper dd.li-dd dl.info em, .index-search .search-result li a i {
  font-family: "icon";
  font-size: 0.2rem;
}

.p-more {
  display: inline-block;
  font-size: 0.12rem;
  color: #67180F;
  padding: 0 0.05rem;
  line-height: 0.25rem;
  border-bottom: #6510AD solid 0.02rem;
}

table {
	margin: 0 auto;
    border-collapse: collapse;
}


.index-news .rightt{width:25%;}





.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("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("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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


.video-list .moreer{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    line-height: 18px;
    text-align: right;
    margin-top: -10px;
}


html {
  font-size: 100px;
}

body {
  font-size: 0.14rem;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
}
body.hidden {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #67180F;
  outline: none;
}

li {
  list-style: outside none;
}

h1 {
  font-size: 16px;
}

h2, h3, h4, h5 {
  font-size: 14px;
}

h5 {
  font-size: 0.12rem;
}

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both;
}

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both;
}

.wal {
  max-width: 13.2rem;
  margin: 0 auto;
}

@font-face {
  font-family: "icon";
  src: url("icon.woff2") format("woff2"), url("icon.woff") format("woff"), url("icon.ttf") format("truetype"), url("icon.eot") format("embedded-opentype"), url("icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("SourceSansPro-Bold.woff2") format("woff2"), url("SourceSansPro-Bold.woff") format("woff"), url("SourceSansPro-Bold.ttf") format("truetype"), url("SourceSansPro-Bold.eot") format("embedded-opentype"), url("SourceSansPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("SourceSansPro-Regular.woff2") format("woff2"), url("SourceSansPro-Regular.woff") format("woff"), url("SourceSansPro-Regular.ttf") format("truetype"), url("SourceSansPro-Regular.eot") format("embedded-opentype"), url("SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Amitabold";
  src: url("Amitabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: "Source Han Serif CN";
  src: url("../fonts/SourceHanSerifCN-Bold.ttf") ;
}

/*-------------------------*/
.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top:0;
  width: 100%;
    height: 1.49rem;
    background: url(../images/zz.png) no-repeat center top;
    background-size: cover;
}
.g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 9px;
    background: #831A1F;
}
.g-head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 0.05rem;
  background: url("head-bg2.jpg") center repeat-x;
  background-size: 100% 100%;
}
.g-head.bjser {
    
}

.g-foot:before {
    content: "";
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    right: 0;
    height:100%;    background: url(../images/df.png) no-repeat center center;
}

.g-head .wal {
  min-height: 1.1rem;
  position: relative;
  max-width: 100%;
  margin: 0 0.4rem;
}
.g-head a.logo {
  display: block;
  max-width: 5rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top:1em;
  bottom: 0;
}
.g-head a.logo img{ margin-top:1em; }


.g-head .btn-list {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.36rem;
  top: 0;
  bottom: auto;
  height: 0.53rem;
  font-size: 0.12rem;
  color: #fff;
}
.g-head .btn-list a {
  color: #fff;
}
.g-head .btn-list ul {
  margin-right:0;
}
.g-head .btn-list ul li {
  padding-right: 0.14rem;border-right: rgba(255, 255, 255, 0.37) solid 1px;padding-left: 0.14rem;
}
.g-head .btn-list ul li:last-child {
    border: none;
}
.g-head .btn-list ul a {
  display: block;
  opacity: 0.75;
}
.g-head .btn-list ul a:hover {
  opacity: 1;
}

.g-head .btn-list .language .name {
  height: 0.16rem;
  opacity: 0.75;
  padding: 0 0.25rem 0 0.21rem;
}
.g-head .btn-list .language .name i {
  flex-shrink: 0;
  font-size: 0.14rem;
  margin-right: 0.1rem;
  font-style: normal;
}
.g-head .btn-list .language .name:hover {
  opacity: 1;
}
.g-head .btn-list .search {
  width: 0.2rem;
  height: 0.4rem;
  position: relative;
  z-index: 20;
}
.g-head .btn-list .search .btn {
  font-size: 0.18rem;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  line-height: 0.4rem;
}
.g-head .btn-list .search .btn input {
  width: 100%;
  height: 0.4rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  display: none;
}
.g-head .btn-list .search .btn:hover {
  opacity: 1;
}
.g-head .btn-list .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.12rem;
  top: 0;
  bottom: auto;
  height: 0.4rem;
  width: 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.g-head .btn-list .search .input input {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #666;
  font-size: 0.14rem;
  padding: 0 0.12rem;
}

.g-head .btn-list .search .input input::placeholder {
     color: #666;
}

.g-head .btn-list .search.on .btn {
  color: #67180F;
}
.g-head .btn-list .search.on .btn input {
  display: block;
}
.g-head .btn-list .search.on .input {
  width: 3rem;
  opacity: 1;
  visibility: visible;
}
.g-head a.navA {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.4rem;
  top: 0;
  bottom: auto;
  background: url("../images/img100.png") center no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: 0.8rem;
}
.g-head a.navA:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/navA.png") center no-repeat;
  background-size: 0.31rem;
}

.g-nav {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.36rem;
  top: 0.35rem;
  bottom: auto;
}
.g-nav li {
  position: relative;
  margin-left: 0.32rem;
}
.g-nav a.name {
  display: block;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  padding-right: 0.2rem;
  position: relative;
}
.g-nav a.name i.line {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0.2rem;
  height: 0.02rem;
  background: #e2ca5b;
  margin-top: -0.12rem;
  opacity: 0;
}
.g-nav a.name em {
  display: block;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  position: relative;
}
.g-nav a.name em:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.12rem;
  font-family: "icon";
  content: "\eaed";
}
.g-nav a.name.on {
  color: #e2ca5b;
}
.g-nav a.name.on i.line {
  opacity: 1;
}
.g-nav .list {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: -100vh;
  bottom: auto;
  background: #fff;
  width: 2rem;
  margin-left: -1rem;
  box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  border-top: #bb161e solid 0.04rem;
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;
}
.g-nav .list a {
  display: block;
  text-align: center;
  font-size: 0.17rem;
  line-height: 0.48rem;
  color: #67180F;
}
.g-nav .list a:hover {
  background: #ededed;
}
.g-nav li:hover a.name {
  color: #e2ca5b;
}
.g-nav li:hover a.name i.line {
  opacity: 1;
}
.g-nav li:hover .list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

.g-nav2 {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/nav-bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
.g-nav2 .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 1rem;
  bottom: 0;
  overflow-y: auto;
}
.g-nav2 .scroll ul {
  max-width: 17.85rem;
  margin: 0 auto;
}
.g-nav2 .scroll li {
  width: 14.285%;
  text-align: center;
  padding-top: 0.45rem;
}
.g-nav2 .scroll li a {
  color: #fff;
}
.g-nav2 .scroll li h2 {
  font-size: 0.23rem;
}
.g-nav2 .scroll li .list {
  padding: 0.28rem 0;
    font-size: 0;
}
.g-nav2 .scroll li .list h3 {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.41rem;
}
.g-nav2 .scroll li .list dl {
  padding-bottom: 0.2rem;
}
.g-nav2 .scroll li .list dd {
  font-size: 0.12rem;
  line-height: 0.3rem;
  opacity: 0.65;
}
.g-nav2 .scroll li .list dd:hover {
  opacity: 1;
}

/* 新底部框架样式 - 湖南工商大学风格 */
.g-foot {    position: relative;
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, #EFECEB 100%);
  padding-bottom: 0.6rem;
}
.g-foot a {
  color: #333;
}

.g-foot .wal {
  position: relative;
  z-index: 2;    padding-top: 4em;
}

.xyrmeizr{background: url(../images/rm.png) no-repeat center top;
    width: 100%;
    clear: both;
    display: block;}


.xyrmeir{background: url(../images/jj1.png) no-repeat center center;
    width: 100%;
    clear: both;
    display: block;}

.indextit{display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-top: 5em;    width: 100%;
    padding-bottom:3em;}

.indextit .left{    display: flex;
    justify-content: space-between;
    gap: 10px;    background: url(../images/j4.png) no-repeat bottom right;
    padding-bottom: 5px;}
.indextit .left dt{font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: bold;
font-size: 34px;
color: #A62312;
line-height: 49px;
text-align: left;
font-style: normal;
text-transform: none;}
.indextit .left dl p{font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: bold;
font-size: 14px;
color: #666666;
line-height:1.2;
text-align: left;
font-style: normal;
text-transform: uppercase;display: block;clear: both;}
.indextit .left dl {padding-top:10px;padding-right: 2.3em;}

.indextit .right a{font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 15px;
color: #999999;
line-height: 18px;
text-align: left;
}





.indextita{    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-top:1.5em;
    width: 100%;
    padding-bottom:1.5em;}
.indextita .left{    display: flex;
    justify-content: space-between;
    gap: 10px;    background: url(../images/j4.png) no-repeat bottom right;
    padding-bottom: 5px;}
.indextita .left dt{font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: bold;
font-size: 27px;
color: #A62312;
line-height: 49px;
text-align: left;
font-style: normal;
text-transform: none;}
.indextita .left dl p{font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: bold;
font-size: 14px;
color: #666666;
line-height:1.2;
text-align: left;
font-style: normal;
text-transform: uppercase;
    display: block;clear: both;}
.indextita .left dl {padding-top:10px;padding-right: 2.3em;}
.indextita .right a{font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 15px;
color: #999999;
line-height: 18px;
text-align: left;
font-style: normal;
text-transform: none;}


.indextitazz{
	display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-top: 1em;
    width: 100%;
    padding-bottom: 1em;
    }
.indextitazz .left{    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    width: 100%;}
.indextitazz .left dt{
	font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: bold;
font-size: 27px;
color: #A62312;
line-height: 49px;
text-align: left;
font-style: normal;
text-transform: none;
    min-width: 4em;
}
.indextitazz .left dl p{font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: bold;
font-size: 14px;
color: #666666;
line-height:1.2;
text-align: left;
font-style: normal;
text-transform: uppercase;
    display: block;clear: both;}
.indextitazz .left dl { padding-right: 2.3em;}
.indextitazz .right a{font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 15px;
color: #999999;
line-height: 18px;
text-align: left;
font-style: normal;
text-transform: none;}





.indextita .leftq{    display: flex;
    justify-content: space-between;
    gap: 10px;  
    padding-bottom: 5px;}
.indextita .leftq dt{font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: bold;
font-size: 27px;
color: #A62312;
line-height: 49px;
text-align: left;
font-style: normal;
text-transform: none;}
.indextita .leftq dl p{font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: bold;
font-size: 14px;
color: #666666;
line-height:1.2;
text-align: left;
font-style: normal;
text-transform: uppercase;
    display: block;clear: both;}
.indextita .leftq dl {padding-top:10px;padding-right: 2.3em;}




/* 顶部：logo + 校名 + 校训 */
.g-foot .foot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.35rem;
}
.g-foot .foot-top .school-info {
  display: block;width: 100%;
}
.g-foot .foot-top .school-logo {
    height: 3.5em;
    max-width: 100%;
}
.g-foot .foot-top .school-name-img {
    height: 3.3em;
    max-width: 100%;
    display: block;
    clear: BOTH;
    margin-top: 2em;
}
.g-foot .foot-top .school-motto {
  font-family: "KaiTi", "STKaiti", "楷体", serif;
  font-size: 0.3rem;
  color: #8B1A1F;
  letter-spacing: 0.12rem;
}

/* 中间：快速导航标题 */
.g-foot .foot-middle .foot-title-bg {
  font-size: 0.16rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 0.1rem;
}

/* 中间：链接下拉框 + 二维码 */
.g-foot .foot-middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.2rem 0;
}
.g-foot .foot-middle .link-selects {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1;
  max-width:3rem;
}
.g-foot .foot-middle .foot-select {    width: 100%;
    height: 46px;
    padding: 0 0.15rem;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    background: #fff;
    color: #555;
    outline: none;
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
}
.g-foot .foot-middle .foot-select:focus {
  border-color: #8B1A1F;
}

.g-foot .foot-qrcode {
  display: flex;
  gap: 0.25rem;
}
.g-foot .foot-qrcode .qrcode-item {
  text-align: center;
}
.g-foot .foot-qrcode .qrcode-item img {
  width: 1rem;
  height: 1rem;
  border: 1px solid #eee;
}
.g-foot .foot-qrcode .qrcode-item p {
  font-size: 12px;
  margin-top: 0.06rem;
  white-space: nowrap;color: #666666;
}

/* 底部：版权信息 + 备案 */
.g-foot .foot-bottom {
  margin-top: 0.3rem;
  padding-top: 0.25rem;    border-top: 2px solid #A02212;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-foot .foot-bottom .copyright {
  flex: 1;
}
.g-foot .foot-bottom .copyright p {    line-height: 2;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
}
.g-foot .foot-bottom .copyright a {
  color: #999;
}
.g-foot .foot-bottom .copyright a:hover {
  color: #8B1A1F;
}
.g-foot .foot-bottom .cert-icons {
  display: flex;
  gap: 0.15rem;
  flex-shrink: 0;
  align-items: center;
}
.g-foot .foot-bottom .cert-icons img {
  height:4.5em;
  width: auto;
}
.g-foot .foot-bottom .cert-icons a:last-child{margin-left:5px;}
body.navShow {
  overflow: hidden;
}
body.navShow .g-head .btn-list {
  height: 1.1rem;
}
body.navShow .g-head a.navA:after {
  background-image: url("../images/img31.png");
}
body.navShow .g-nav {
  opacity: 0;
  visibility: hidden;
}
body.navShow .g-nav2 {
  opacity: 1;
  visibility: visible;
}

/*index*/
.index-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.index-video video, .index-video img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
  transform: translate(-50%, -50%);
}
.index-video .btn {
  background: url("btn42.png") center no-repeat;
  background-size: cover;
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.3rem;
  top: auto;
  bottom: 0.9rem;
  cursor: pointer;
}

.index-flash {
  width: 100%;
    max-height: 100vh;
  overflow: hidden;
  position: relative;
}
.index-flash li {
  position: relative;
  height:auto;
  overflow: hidden;
}
.index-flash li video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.index-flash li .video-btn {
  background: url("btn108.png") center no-repeat;
  background-size: 100%;
  width: 1.08rem;
  height: 1.08rem;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-left: -0.54rem;
  margin-top: -0.54rem;
  cursor: pointer;
  opacity: 0;
}
.index-flash li .img a {
  position: relative;
  display: block;
  width: 100%;
}
.index-flash li .img a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url("bg20.png") center bottom repeat-x;
  background-size: auto 5.19rem;
}
.index-flash li .img a img {width:100%;}
.index-flash li .name a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: auto;
  bottom: 1.1rem;
  font-size: 0.24rem;
  padding: 0 0.3rem;
  height: 1.3em;
  line-height: 1.3em;
}
.index-flash .btn {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0.5rem;
}
.index-flash .btn .dots span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 1);
  opacity: 1; 
display: inline-block;
}
.index-flash .btn .dots span.swiper-pagination-bullet-active {
  background: url(../images/on.png) no-repeat center center;
    height: 36px;width: 36px;
    background-size: contain;
}
.index-flash .btn a {
  font-size: 12px;
  color: #fff;
  height: 14px;
  line-height: 14px;
  border-left: rgba(255, 255, 255, 0.65) solid 1px;
  margin-left: 12px;
  padding-left: 17px;
}
.index-flash .btn a:hover {
  color: #dcc55a;
}
.index-flash .arrow a {
  display: block;
  width: 0.53rem;
  height: 0.53rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -0.26rem;
  opacity: 0;
}
.index-flash .arrow a.prev {
  left: 0.28rem;
  background-image: url("prev53_2.png");
}
.index-flash .arrow a.next {
  right: 0.28rem;
  background-image: url("next53_2.png");
}
.index-flash:hover .arrow a {
  opacity: 0.5;
}
.index-flash:hover .arrow a:hover {
  opacity: 1;
}


.indextitazz .arrow {position: relative;    width: 50px;}
.indextitazz .arrow a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -0.16rem;
  opacity: 1;
}
.indextitazz .arrow a.prev {
  left: 0.28rem;
  background-image: url("../images/y.png");
}
.indextitazz .arrow a.next {
  right: 0.28rem;
  background-image: url("../images/z.png");
}
.indextitazz:hover .arrow a {
  opacity: 0.5;
}
.indextitazz:hover .arrow a:hover {
  opacity: 1;
}

/* 专题网站轮播 */
.indexgdt {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.indexgdt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.indexgdt li a {
  display: block;
}
.indexgdt li .img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.04rem;
}
.indexgdt li .img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.indexgdt li a:hover .img img {
  transform: scale(1.05);
}
.indexgdt li .name {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  padding: 0.15rem 0.1rem 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexgdt li a:hover .name {
  color: #A62312;
}
.indexgdt .dots {
  text-align: center;
}
.indexgdt .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9d9d9d;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
.indexgdt .dots span.swiper-pagination-bullet-active {
  background-color: #A62312;
}

.index-flash-vertical li video {
  width: auto;
  height: 100%;
}
.index-flash-vertical li .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-search-bg {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.index-search {
  height: 1.1rem;
  position: relative;
  max-width: 11.5rem;
  margin: 0 auto;
}
.index-search .wal {
  position: relative;
  z-index: 10;
  background: url("index-search.png") center top no-repeat;
  background-size: 100%;
  min-height: 1.67rem;
  padding: 0 0.76rem 0 0.6rem;
  top: -0.81rem;
}
.index-search .form {
  border-bottom: #67180F solid 0.02rem;
  height: 0.81rem;
  padding-top: 0.1rem;
  position: relative;
}
.index-search .form .name {
  font-size: 0.3rem;
  color: rgba(101, 16, 173, 0.4);
  line-height: 0.7rem;
}
.index-search .form .name em {
  color: rgba(101, 16, 173, 0.4);
  font-size: 0.18rem;
  text-transform: uppercase;
  padding-left: 0.15rem;
}
.index-search .form .input {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0.1rem;
  bottom: auto;
}
.index-search .form .input input {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.3rem;
  color: #333;
}
.index-search .form .submit {
  position: absolute;
  z-index: 2;
  top: 0.1rem;
  right: 0;
  bottom: 0;
  width: 0.64rem;
  background: url("search24.png") center no-repeat;
  background-size: 0.24rem;
}
.index-search .form .submit input {
  width: 100%;
  height: 0.81rem;
  cursor: pointer;
}
.index-search .hot-words {
  padding: 0.1rem 0;
  line-height: 0.33rem;
  color: #A0A0A0;
}
.index-search .hot-words .name {
  font-weight: bold;
  flex-shrink: 0;
}
.index-search .hot-words .p-ico, .index-search .hot-words .index-flow .container .video i, .index-flow .container .video .index-search .hot-words i, .index-search .hot-words .index-flow .container .list a i, .index-flow .container .list a .index-search .hot-words i, .index-search .hot-words .index-events .list-wrapper dd.li-dd dl.info em, .index-events .list-wrapper dd.li-dd dl.info .index-search .hot-words em, .index-search .hot-words .search-result li a i, .index-search .search-result li a .hot-words i {
  font-size: 0.12rem;
  flex-shrink: 0;
  margin-left: 0.08rem;
  margin-right: 0.28rem;
}
.index-search .hot-words li {
  padding-right: 0.14rem;
}
.index-search .hot-words li a.on {
  font-weight: bold;
  color: #67180F;
}
.index-search .search-result {
  background: #fff;
  padding: 0.35rem 0.6rem 0.46rem 0.6rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0.81rem;
  bottom: auto;
  display: none;
}
.index-search .search-result .name {
  padding-bottom: 0.1rem;
}
.index-search .search-result .name h3 {
  font-size: 0.22rem;
  color: #67180F;
}
.index-search .search-result .name a {
  font-size: 0.12rem;
  margin-left: 0.13rem;
  color: #9D9D9D;
}
.index-search .search-result .name a:hover {
  color: #67180F;
}
.index-search .search-result ul {
  padding-bottom: 0.3rem;
}
.index-search .search-result li {
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.index-search .search-result li a {
  color: #000;
  padding-right: 0.17rem;
  display: inline-block;
  position: relative;
}
.index-search .search-result li a i {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  color: #787878;
  font-style: normal;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.index-search .search-result li a:hover {
  color: #67180F;
}
.index-search .search-result li a:hover i {
  color: #67180F;
}
.index-search .search-result .btn a {
  display: block;
  text-align: center;
  line-height: 0.54rem;
  color: #fff;
  -moz-border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  background: url("btn.jpg") center no-repeat;
  background-size: cover;
}

.index-search.on {
  z-index: 110;
}
.index-search.on .form .name, .index-search.on .hot-words {
  opacity: 0;
  visibility: hidden;
}
.index-search.on .search-result {
  display: block;
}

.index-news .lefttt {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
}
.index-news .col-1 {
  width:3.05rem;
}
.index-news .col-1 .title {
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #666;
  padding-top: 0.15rem;
  line-height: 0.45rem;
}
.index-news .col-1 .title span {
  padding-left: 0.1rem;
}
.index-news .col-1 li {
  border-bottom: #E2E2E2 solid 1px;
}
.index-news .col-1 li:last-child {
  border: 0;
}
.index-news .col-1 li a {
  display: block;
  padding-bottom: 10px;
}
.index-news .col-1 li a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: -0.08rem;
}
.index-news .col-1 li a .img img {
  width: 100%;
}
.index-news .col-1 li a .name {
padding: 0.25rem 0 3px 0;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index-news .col-1 li a span{
font-family: Microsoft YaHei UI, Microsoft YaHei UI;
font-weight: 400;
font-size: 13px;
color: #999999;
text-align: left;
font-style: normal;
text-transform: none;
}





.index-news .col-1 li a:hover {
  color: #67180F;
}
.index-news .col-1 li a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-news .col-2 {
  width: 6.4rem;
  position: relative;
  min-height:6rem;
}
.index-news .col-2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: #D6D6D6 solid 1px;
}
.index-news .col-2 .list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-news .col-2 .list li {
  text-align: center;
}
.index-news .col-2 .list li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-news .col-2 .list li .img img {
  width: 100%;    height: 27em;
    object-fit: cover;
}
.index-news .col-2 .list li .img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-news .col-2 .list li .title {    padding-top: 0.22rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #C61E05;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index-news .col-2 .list li .title:before, .index-news .col-2 .list li .title:after {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  width: 0.3rem;
  height: 1px;
  background:#C61E05;
  opacity: 0.64;
  margin: 0 0.3em;
}
.index-news .col-2 .list li .title span {
  padding-left: 0.1rem;
}
.index-news .col-2 .list li .name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    padding: 0 0.55rem;
    margin: 0.15rem 0 0.2rem ;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.index-news .col-2 .list li .name a:hover {
  color: #67180F;
}
.index-news .col-2 .list li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: justify;
    margin: 0 4em;
}
.index-news .col-2 .arrow {
  position: absolute;
  z-index: 1;
  left: 0.6rem;
  right: 0.6rem;
  top: auto;
  bottom: 0;
}
.index-news .col-2 .arrow a {
  width: 0.58rem;
  height: 0.3rem;
  background: center no-repeat;
  background-size: 100%;
}
.index-news .col-2 .arrow a.prev {
  background-image: url("../images/prev58.png");
}
.index-news .col-2 .arrow a.next {
  background-image: url("../images/next58.png");
}
.index-news .col-2 .arrow .dots span {
  width:8px;
  height:8px;
  margin: 0 0.05rem;
  background: #9D9D9D;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.index-news .col-2 .arrow .dots span.swiper-pagination-bullet-active {
  background: #C61E05;
}
.index-news {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.index-events {
  position: relative;
  padding:0;
    margin-top: -40px;
}

.index-events .indextit {
	padding-top: 8em;
}

/* index-events 网格布局 - 左侧大图 + 右侧混合卡片 */
.index-events .list {
  width: 100%;
}

.index-events .list .list-wrapper {
  width: 100%;
}

.index-events .list .list-wrapper ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* minmax(0,1fr) 是关键：强制最小值为0，内容不会撑大行高 */
  grid-template-rows: repeat(10, minmax(0, 1fr));
  gap: 0.12rem;
  height: 5.6rem;
}

/* 关键：所有层级都加上 min-height:0 + height:100% 让1fr均分生效 */
.index-events .list .list-wrapper ul li {
  overflow: hidden;
  min-height: 0;
}

.index-events .list .list-wrapper ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  min-height: 0;
}

/* ============================================================
   错落式 Staggered Grid 布局（6列 × 10行）
   +---------------+--------+---------+-------+------+------+
   |               | li2(小)| li4(大) |li6(小)|li8(大|      |
   |   li1(跨2列)  +--------+---------+-------+------|      |
   |   占满10行    | li3(大)| li5(小) |li7(大)|li9(小|      |
   +---------------+--------+---------+-------+------+------+
   ============================================================ */

/* li-1 大图：左侧跨2列，占满全部10行高度 */
.index-events .list .list-wrapper ul li.has-img:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 11;
}

/* 第3列：上小(4行) 下大(6行) —— li2短, li3长 */
.index-events .list .list-wrapper ul li.has-img:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 5;
}
.index-events .list .list-wrapper ul li.has-img:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 5 / 11;
}

/* 第4列：上大(6行) 下小(4行) —— li4长, li5短 */
.index-events .list .list-wrapper ul li.has-img:nth-child(4) {
  grid-column: 4 / 5;
  grid-row: 1 / 7;
}
.index-events .list .list-wrapper ul li.has-img:nth-child(5) {
  grid-column: 4 / 5;
  grid-row: 7 / 11;
}

/* 第5列（文字）：上小(4行) 下大(6行) —— li6短, li7长 */
.index-events .list .list-wrapper ul li.text-card:nth-child(6) {
  grid-column: 5 / 6;
  grid-row: 1 / 5;
}
.index-events .list .list-wrapper ul li.text-card:nth-child(7) {
  grid-column: 5 / 6;
  grid-row: 5 / 11;
}
.index-events .list .list-wrapper ul li.text-card:nth-child(7) a{
    background: #8F544D url(../imgs/xy-bg.png) no-repeat right bottom;
}

/* 第6列（文字）：上大(6行) 下小(4行) —— li8长, li9短 */
.index-events .list .list-wrapper ul li.text-card:nth-child(8) {
  grid-column: 6 / 7;
  grid-row: 1 / 7;
}
.index-events .list .list-wrapper ul li.text-card:nth-child(8) a{
    background: #AF8373 url(../imgs/xy-bg.png) no-repeat right bottom;
}


.index-events .list .list-wrapper ul li.text-card:nth-child(9) {
  grid-column: 6 / 7;
  grid-row: 7 / 11;
}
.index-events .list .list-wrapper ul li.text-card:nth-child(9) a{
    background: #744039;
}

/* 图片容器 */
.index-events .list .list-wrapper ul li.has-img a dd {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.index-events .list .list-wrapper ul li.has-img a dd img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.index-events .list .list-wrapper ul li.has-img a:hover dd img {
  transform: scale(1.08);
}

/* 图片文字遮罩 */
.index-events .list .list-wrapper ul li.has-img a > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: #fff;
  font-size: 0.14rem;
  line-height: 1.5;
  padding: 0.35rem 0.15rem 0.12rem;
  margin: 0;
  z-index: 2;
}

/* ======== 图片样式 ======== */

.index-events .list .list-wrapper ul li.text-card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #916C61;
  height: 100%;
  padding: 0.25rem;
  transition: background 0.3s ease;
}

.index-events .list .list-wrapper ul li.text-card a:hover {
  background: #8B6B5A;
}

.index-events .list .list-wrapper ul li.text-card a div p:first-child {
  font-size: 0.17rem;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-events .list .list-wrapper ul li.text-card a span {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: auto;
  padding-top: 0.08rem;
  display: block;
}

.index-events .list .list-wrapper ul li.text-card a > p:last-child {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0.05rem 0 0;
  padding-top: 0.06rem;
}

/* 文字卡片区域 */

.index-research {
  position: relative;
  width: 100%;
}
.index-research .wal {
  min-height: 9.08rem;
  position: relative;
}
.index-research .title {
  padding: 1.65rem 0 0.2rem 0;
  position: relative;
  color: #000;
  font-size: 0.18rem;
  text-transform: uppercase;
  line-height: 1em;
}
.index-research .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.68rem;
  height: 0.04rem;
  background: #67180F;
}
.index-research .title h2 {
  font-size: 0.34rem;
  font-weight: 400;
  line-height: 1em;
  padding-top: 0.06rem;
}
.index-research .content {
  line-height: 0.26rem;
  color: #929292;
  width: 3.6rem;
  padding: 0.35rem 0 0.3rem 0;
}
.index-research .list {
  position: absolute;
  z-index: 11;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 3.95rem;
}
.index-research .list li {
  border-bottom: #e7e7e7 solid 1px;
  position: relative;
}
.index-research .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.3rem;
  top: -1px;
  bottom: -1px;
  width: 5.05rem;
  background: url("img542.png") right center no-repeat;
  background-size: 100%;
  opacity: 0;
}
.index-research .list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #67180F;
  width: 0.02rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  opacity: 0;
}
.index-research .list li .img {
  display: none;
}
.index-research .list li a.name {
  display: block;
  font-size: 0.17rem;
  line-height: 0.26rem;
  color: #000;
  font-weight: bold;
  padding: 0.15rem 0;
  position: relative;
  left: 0;
}
.index-research .list li:hover:before, .index-research .list li.on:before {
  opacity: 1;
  left: 0;
}
.index-research .list li:hover:after, .index-research .list li.on:after {
  opacity: 1;
}
.index-research .list li:hover a.name, .index-research .list li.on a.name {
  color: #67180F;
  left: 0.3rem;
}
.index-research .big-img {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 0;
  top: auto;
  bottom: 0;
  margin-left: -2.12rem;
  padding-top: 0.46rem;
}
.index-research .big-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.13rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("img1080.jpg") center top no-repeat;
  background-size: 100%;
}
.index-research .big-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.46rem;
  right: 0;
  bottom: 0;
  background: #fff;
}
.index-research .big-img a {
  height: 7.4rem;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  display: block;
  z-index: 2;
}



.index-admissions-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.index-admissions {
  background: url("img890.jpg") center bottom no-repeat;
  background-size: auto 7.3rem;
  min-height: 7.3rem;
  text-align: center;
  position: relative;
  z-index: 1; 
  padding: 1.3rem 0;

}
  .index-admissions .title {
    padding: 1.05rem 0 .2rem 0;
    position: relative;
    color: #000;
    font-size: .18rem;
    text-transform: uppercase;
    line-height: 1em; }
    .index-admissions .title:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -.34rem;
      width: .68rem;
      height: .04rem;
      background: #6510AD; }
    .index-admissions .title h2 {
      font-size: .34rem;
      font-weight: 400;
      line-height: 1em;
      padding-top: .06rem; }
  .index-admissions .content {
    line-height: .26rem;
    color: #929292;
    padding: .3rem 0 .35rem 0;
    max-width: 6.02rem;
    margin: 0 auto; }
  .index-admissions .list2 {
    width: 16.5rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 0;
}


    .index-admissions .list2 ul {
      display: flex;
      justify-content: center; }
    .index-admissions .list2 li {
      display: flex;
      height: 1.25rem;
      align-items: center;
      padding: 0 .4rem;

 }




.index-admissions .list2::before{
    content: "";
    position: absolute;
    width: 10.59rem;
    height: 0.77rem;
    background: url(../images/rdqh_line1.png);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
}


.index-admissions .list2::after{
    content: "";
    position: absolute;
    width: 10.59rem;
    height: 0.02rem;
    background: url(../images/rdqh_line2.png);
    bottom: .77rem;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
}









.index-admissions .list2 li .num-wrapper{
      position: relative;
}
.index-admissions .list2 li .num-wrapper .num2, .index-admissions .list2 li .num-wrapper .num{
      flex-shrink: 0; 
      display: flex; 
      align-items: center;
      position: relative; 
      font-family: 'Amitabold';
}
.index-admissions .list2 li .num-wrapper .num2 {
       opacity: 0;
}

.index-admissions .list2 li .num-wrapper .num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

 .index-admissions .list2 ul:nth-child(2) li{
    /* padding: 0 .5rem; */
} 
      .index-admissions .list2 li .num,.index-admissions .list2 li .num2 {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        position: relative;
        font-family: 'Amitabold';
        font-size: .72rem;
        line-height: 1em;
        margin-left: .1rem;
        color: #6703B1;
        }
      .index-admissions .list2 li .name {
        font-size: .17rem;
        color: #000;
        text-align: left;
        flex-shrink: 0;
        white-space: nowrap;
        line-height: .24rem;
        text-align: right;
        font-weight: 700;
 }

.index-admissions .list2 li .name span{
        margin-right: -0.1rem;
}
.index-admissions .list2 li .name i{
    font-style: normal;
}
.index-admissions .list2 li .name i.after1{
    margin-right: -0.1rem;
}


  .index-admissions .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .index-admissions .list dd {
      width: 20%;
      max-width: 2.23rem; }
      .index-admissions .list dd .ico {
        width: 1.22rem;
        margin: 0 auto; }
      .index-admissions .list dd .info {
        font-size: .12rem;
        color: #000;
        padding: .2rem 0 0 .1rem; }
        .index-admissions .list dd .info b {
          font-size: .3rem;
          color: #67180F; }
      .index-admissions .list dd p {
        padding-top: .05rem;
        line-height: .18rem;
        color: #929292; }
  .index-admissions .dots {
    padding: .3rem 0 .5rem 0;
    border: #f00 solid 1px; }
    .index-admissions .dots span {
      width: .08rem;
      height: .08rem;
      margin: 0 .05rem;
      background: #9D9D9D;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .index-admissions .dots span.swiper-pagination-bullet-active {
      background: #6510AD; }
  .index-admissions .btn {
    display: flex;
    justify-content: center;
    padding-top: .3rem; }
    .index-admissions .btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(to right, #5219c1, #0f17f1);
      color: #fff;
      font-size: .18rem;
      width: 4.16rem;
      height: .56rem; }
      .index-admissions .btn a:after {
        content: '';
        display: block;
        width: .2rem;
        height: .2rem;
        margin-left: .1rem;
        background: url("arrow.svg") center no-repeat;
        background-size: 100%; }
    .index-admissions .btn a:hover {
      background: linear-gradient(to left, #5219c1, #0f17f1); }

 @media screen and (max-width: 1700px) {
.index-admissions .list2 li{
/*padding: 0 .1rem;*/
}
.index-admissions .list2 li .num{
    margin-left: .15rem;
}
.index-admissions .list2 li .num{
font-size: .50rem;
}
}


.index-admissions .list2 ul:first-child li{
min-width:3.59rem;
justify-content: center;
}
.index-admissions .list2 ul:nth-child(3) li{
min-width:3.59rem;
justify-content: center;
}

.index-flow {
  position: relative;
}
.index-flow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.6rem;
  right: 0;
  background: url("index-flow.jpg") center no-repeat;
  background-size: cover;
}
.index-flow .container {
  margin-top: -0.93rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
}
.index-flow .container .list {
  width: 3.19rem;
  height: 6.68rem;
  flex-shrink: 0;
  background: url("img319.png") center no-repeat;
  background-size: 100% 100%;
  padding: 0.6rem 0.5rem 0 0.5rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: auto;
  bottom: 1rem;
}
.index-flow .container .list ul {
  margin-bottom: 0.4rem;
}
.index-flow .container .list a {
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 0.6rem;
  border-bottom: #B3B3B3 solid 1px;
  position: relative;
  font-size: 0.18rem;
}
.index-flow .container .list a i {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  font-style: normal;
  font-weight: 100;
}
.index-flow .container .list a:hover {
  color: #67180F;
}
.index-flow .container .video {
  width: 10.01rem;
  position: relative;
  margin-left: auto;
}
.index-flow .container .video i {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-style: normal;
  font-size: 0.82rem;
  color: #67180F;
  cursor: pointer;
}
.index-flow .title {
  padding: 0.35rem 0 0.45rem 0;
  position: relative;
  font-size: 0.18rem;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  z-index: 5;
}
.index-flow .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.45rem;
  height: 0.03rem;
  background: #EE9640;
}
.index-flow .title a.more {
  display: block;
  color: #fff;
  border-bottom: #fff solid 2px;
  position: absolute;
  z-index: 1;
  left: 4.15rem;
  right: auto;
  top: 0.63rem;
  bottom: auto;
  line-height: 26px;
  padding: 0 5px;
  font-size: 12px;
}
.index-flow .title a.more:hover {
  color: #EE9640;
  border-color: #EE9640;
}
.index-flow .title h2 {
  font-size: 0.34rem;
  font-weight: 400;
  line-height: 1em;
  padding-top: 0.06rem;
}
.index-flow .title dl {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0.45rem;
}
.index-flow .title dl dd {
  margin-left: 0.2rem;
  position: relative;
}
.index-flow .title dl dd a {
  display: block;
  width: 0.56rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  position: relative;
  z-index: 2;
}
.index-flow .title dl dd a:hover {
  background: #67180F;
}
.index-flow .title dl dd .layer {
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
  width: 2.47rem;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 100%;
  bottom: auto;
  margin-left: -2rem;
  margin-top: 0;
  padding: 0.18rem 0.2rem;
  opacity: 0;
  visibility: hidden;
}
.index-flow .title dl dd .layer:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.06rem;
  right: 0.35rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.index-flow .title dl dd .layer .ewm {
  width: 50%;
  text-align: center;
}
.index-flow .title dl dd .layer .ewm img {
  width: 1rem;
}
.index-flow .title dl dd .layer .ewm .name {
  font-size: 12px;
  padding-top: 0.03rem;
  color: #727084;
}
.index-flow .title dl dd.more a {
  background: rgba(255, 255, 255, 0.58);
}
.index-flow .title dl dd.more .layer {
  background: #000;
  font-size: 0.12rem;
  width: auto;
  padding: 0.1rem 0.2rem;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  left: auto;
  right: -60%;
}
.index-flow .title dl dd.more .layer:after {
  background: #000;
  left: 50%;
  margin-left: -0.1rem;
  z-index: -1;
}
.index-flow .title dl dd:hover a {
  background: #6510AD;
}
.index-flow .title dl dd:hover .layer {
  margin-top: 0.18rem;
  opacity: 1;
  visibility: visible;
}
.index-flow .title dl dd:hover.more img {
  filter: brightness(10);
}
.index-flow .img-list {
  margin: 0 auto;
  position: relative;
}
.index-flow .img-list ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.1rem;
  align-items: start;
}
.index-flow .img-list li {
  width: auto;
  min-width: 0;
  padding: 0;
}
.index-flow .img-list li a {
  display: block;
  position: relative;
  margin: 0;
}
.index-flow .img-list li a:before {content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/fa.png) center repeat-x;
    background-size: auto 100%;
}
.index-flow .img-list li a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 4;
}
.index-flow .img-list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-flow .img-list li a .layer {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom:15px;
  padding: 0 0.4rem;
  color: #fff;
}
.index-flow .img-list li a .layer .time {
  font-size: 0.12rem;
  opacity: 0.6;
}
.index-flow .img-list li a .layer p {
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-top: 0.02rem;
  max-height: 1.04rem;
  overflow: hidden;
}
.index-flow .img-list li a .layer .info {
  border-bottom: #EE9640 solid 0.07rem;
  font-size: 0.14rem;
  padding: 0.2rem 0;
}
.index-flow .img-list li a .layer .info img {
  height: 0.21rem;
  margin-right: 0.1rem;
}
.index-flow .img-list li a .layer .info-2 {
  border-color: #47D800;
}
.index-flow .img-list li a:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-flow .img-list li.li-wide {
  grid-column: span 2;
}
.index-flow .img-list li.li-wide a .img {
  aspect-ratio: 3 / 2;
}
.index-flow .img-list li.li-extra {
  grid-column: span 3;
}
.index-flow .img-list li.li-extra a .img {
  aspect-ratio: 9 / 4;
}

.foot-link {
  position: relative;    background: url(../images/j9.png) no-repeat right top;
    clear: both;
    display: block;
    width: 100%;    padding-top: 5em;
}

.foot-link .list {
  max-width: 7.59rem;
}
.foot-link .list li {
  width: 33.333%;
  padding: 0.05rem 0.65rem 0 0;
}
.foot-link .list a {
  display: block;
  border-bottom: #DDD solid 1px;
  font-size: 0.16rem;
  color: #616161;
  line-height: 0.45rem;
}
.foot-link .list a:hover {
  color: #000;
}
.foot-link .ewm {
  width: 2.19rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: auto;
  bottom: -0.6rem;
}
.foot-link .ewm p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 0.14rem;
}

/* ========== 公告列表 2行3列卡片 ========== */
.foot-link .notice-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.foot-link .notice-list li {    
    width: 32.2%;
    padding: 25px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.foot-link .notice-list li:nth-child(3n){margin-right:0;}


.foot-link .notice-list .title {    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    text-decoration: none;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 17px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;    height: 3em;
}
.foot-link .notice-list .title:hover {
  color: #8B1A1F;
}
.foot-link .notice-list .info {
  display: block;
  padding-bottom: 0.12rem;
}
.foot-link .notice-list .date {    display:block;
    align-items: center;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #962213;
    text-align: left;
    font-style: normal;    line-height: 20px;
    text-transform: none;
}
.foot-link .notice-list .detail {    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #962213;
    text-align:right;    position: relative;
    font-style: normal;
    text-transform: none;    display: block;
    padding-top: 5px;
}
.foot-link .notice-list .detail:hover {
  text-decoration: underline;
}
.foot-link .notice-list .icon-clock {    margin-right: 0.06rem;
    background: url(../images/act.png) no-repeat;
    height: 18px;
    width: 18px;
    float: left;;
}

.index-images{
    clear: both;
    display: block;
    width: 100%;
    background: url(../images/j10.png) no-repeat bottom right;
}





.index-flow .img-list li a .layer .info-3 {border-color: #ef01fe; }
.index-flow .img-list li a .layer .info-4 {border-color: #00e9ff; }



.fga{color:#fff}
.fga:hover{color:#ee9640}
.index-admissions .dots,.index-admissions .list{    z-index:10;}
.g-head .btn-list .search .input input{  }
.pageTips .container a.close{display:none !important}




.index-images .wal {
  display: flex;
  gap: 0.6rem;
  padding: 0.8rem 0;
}
.index-images .left {
  width: 3.6rem;
  flex-shrink: 0;
  display: flex;
  gap: 0.3rem;
}
.index-images .right {
  flex: 1;
  position: relative;
  display: flex;
  gap: 0.3rem;
}
.index-images .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.index-images .section-title {display: flex;
    align-items: flex-start;
    gap: 1;
    flex-shrink: 0;
}
.index-images .section-title h3 {writing-mode: vertical-rl;
    letter-spacing: 0.05rem;
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: bold;
    font-size: 30px;
    color: #A72312;
    line-height: 43px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: -12px;
    margin-top: -10px;
}
.index-images .section-title span {writing-mode: vertical-rl;
    letter-spacing: 0.02rem;
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: bold;
    font-size: 14px;
    color: #a5a5a5;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;    border-right: 1px solid rgba(0, 0, 0, 0.11);
}


.index-images .section-title span img{margin-top:2em;}




.index-images .video-list {
  display: flex;
  flex-direction: column;    gap: 10px;
}
.index-images .video-item {
  display: block;
}
.index-images .video-item .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.04rem;
}
.index-images .video-item .pic img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
.index-images .video-item:hover .pic img {
  transform: scale(1.05);
}
.index-images .video-item .pic .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-images .video-item .pic .icon-play::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.14rem solid #A62312;
  border-top: 0.09rem solid transparent;
  border-bottom: 0.09rem solid transparent;
  margin-left: 0.03rem;
}
.index-images .video-item .name {
  font-size: 0.16rem;
  line-height: 1.5;
  margin-top: 0.05rem;

}
.index-images .news-list {
  display: flex;
  gap: 0.4rem;
}
.index-images .news-list ul {
  flex: 1;
  list-style: none;
}
.index-images .news-list li {
  margin-bottom: 0.25rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #eee;    width: 48%;
    float: left;
    margin-right: 4%;
}


.index-images .news-list li:nth-child(2n) {margin-right:0;}

.index-images .news-list li .title {    
    line-height: 1.5;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: left;
    font-style: normal;    height:2.8em;
    text-transform: none;
}
.index-images .news-list li .title:hover {
  color: #A62312;
}
.index-images .news-list li .meta {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.13rem;
}
.index-images .news-list li .meta .source {
     font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #A72312;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index-images .news-list li .meta .date {
  color: #999;
}
.index-images .more-link {
  text-align: right;
  margin-top: 35px;
}
.index-images .more-link a {    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index-images .more-link a:hover {
  color: #A62312;
}
.index-images .dots {
  text-align:center;
  padding: .3rem 0 1rem 0;
}
.index-images .dots span{
  width:.16rem;
  height:.16rem;
  border-radius:50%;
  background-color:#9D9D9D;
  display:inline-block;
  margin:0.2rem .1rem;
}
.index-images .dots .swiper-pagination-bullet-active{
  background-color:#6510AD;
}

.index-slogan {background: #fff;
    text-align: center;
    padding: .35rem 0 .2rem 0;
    border-bottom: 1px solid #D7D7D7;
}
.index-slogan h2 {
  color: #8B1A1F;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.1rem;
}
.index-slogan .slogan-links {
  font-size: 0.17rem;
  color: #666;
  line-height: 1.8em;
}
.index-slogan .slogan-links a {
  color: #666;
  text-decoration: none;
}
.index-slogan .slogan-links a:hover {
  color: #8B1A1F;
}
.index-slogan .slogan-links .divider {
  margin: 0 0.1rem;
  color: #999;
}
.index-slogan .slogan-links .more {
  color: #8B1A1F;
  margin-left: 0.1rem;
}

.index-notice-qa {
  padding: 0.1rem 0 0.5rem 0;    background: url(../images/j5.png) no-repeat right bottom;
}
.index-notice-qa .wal {
  display: flex;
  gap: 0.4rem;
}
.index-notice-qa .notice-col,
.index-notice-qa .qa-col {
  flex: 1;
      
}
.index-notice-qa .notice-col .fen{
	padding: 0.3rem;
    background: linear-gradient( 0deg, #EEEBEA 0%, #FFFFFF 100%);
}
.index-notice-qa .qa-col .fen{
	padding: 0.3rem;
    background: linear-gradient( 357deg, #EEEBEA 0%, #FFFFFF 100%);
}


.index-notice-qa .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #8B1A1F;
  padding-bottom: 0.15rem;
  margin-bottom: 0.2rem;
}
.index-notice-qa .title h2 {
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
}
.index-notice-qa .title .more {
  font-size: 0.14rem;
  color: #8B1A1F;
}
.index-notice-qa .list ul {
  list-style: none;
}
.index-notice-qa .list li {
  display:block;clear: both;width: 100%;
}
.index-notice-qa .list li:last-child {
  border-bottom: none;
}
.index-notice-qa .list li a {overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width:90%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index-notice-qa .list li a:hover {
  color: #8B1A1F;
}
.index-notice-qa .list li span {clear: both;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #9C888A;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;    position: relative;
    margin-top: 5px;
    padding-bottom: 20px;
}
.index-notice-qa .list li span:before {    content: "";
    display: block;
    border-top: 1px solid rgba(153, 153, 153, 0.19);
    position: absolute;
    top: 9px;
    left: 6.5em;
    right: 0;
}


.foot-link .notice-list .detail:before {    content: "";
    display: block;
    border-top: 1px solid #E6E6E6;
    position: absolute;
    width: 76%;
    top: 15px;
    left: 0px;}



.index-notice-qa .qa-col .list li {    border-bottom: 1px solid rgba(153, 153, 153, 0.19);
    padding-bottom: 15px;
    margin-bottom: 18px;}

.index-notice-qa .qa-col .list li i{width: 22px;
    height: 22px;
    float: right;
    background: url(../images/j6.png) no-repeat center center;} 


@media screen and (max-width: 1600px) {
	.g-nav li {
        margin-left: 0.2rem;
    }
}


@media screen and (min-width: 800px) {

.index-images .dots{display:none}
  .index-images .wal {
        padding: .3rem 0 2.5rem 0;
        border-top: 1px solid #D7D7D7;
        margin-top: 3em;
        margin-bottom: -1.25rem;
  }
  .index-images .left {
    width:4.3rem;
  }
  .index-images .video-item .pic .icon-play {
    width: 0.5rem;
    height: 0.5rem;
  }
  .index-images .video-item .pic .icon-play::after {
    border-left-width: 0.14rem;
    border-top-width: 0.09rem;
    border-bottom-width: 0.09rem;
  }
  .index-images .news-list {
    gap: 0.2rem;
  }
}

@media screen and (max-width: 800px) {
  .index-images {
    width: 100%;
    overflow: hidden;
    position: relative;background-size: auto 10%;}
    .index-images .wal {
      flex-direction: column;
      gap: 0.5rem;
      padding: 0;
    }
    .index-images .left {
      width: 100%;
    }
    .index-images .section-title {
      writing-mode: horizontal-tb;
      display: block;
    }
    .index-images .left,
    .index-images .right {
      flex-direction: column;
      gap: 0.2rem;
    }
    
.index-images .section-title span img {
    margin-top: -18px;
    width: 40px;
}
    
    .index-images .section-title h3 {
      writing-mode: horizontal-tb;
      font-size: 20px;
    }
    .index-images .section-title span {        font-size: 10px;
        margin-top:-15px;        writing-mode: horizontal-tb;
        display: block;
    }
    .index-images .video-list {
      flex-direction: row;        display: block;
      gap: 0.2rem;
    }
    .index-images .video-item {
      flex: 1;
    }
    .index-images .video-item .name {
font-size: 16px;
        text-align: center;
        padding-bottom: 15px;
    }
    .index-images .news-list {
      flex-direction: column;
      gap: 0;
    }
    .index-images .news-list ul li{
      width: 100%;
    }
    .index-images .news-list li .title {
      font-size: 16px;
    }
    .index-images .news-list li .meta {
      font-size: 14px;
    }
    .index-images .more-link {
      margin-top: 15px
    } 
    
    .g-foot .foot-top {display: none;}  
      
.g-foot .foot-bottom{display: block;}      
.g-foot .foot-bottom .cert-icons{justify-content: center;margin-top: 2em;} 
.g-foot .foot-middle{display: block;}
.g-foot .foot-middle .link-selects{max-width:100%; display:none;} 
.g-foot .foot-qrcode {display: flex;
    gap: 3em;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 2em;}     
.g-foot .foot-qrcode .qrcode-item img {
    width: auto;
    height: 2rem;
}   
      
      
      
}



/* 快速通道 listaarw */
.listaarw {
  display: flex;
  justify-content: space-between;
  gap: 0.15rem;
}
.listaarw ul {
  flex: 1;
  list-style: none;    width: 100%;
    position: relative;
}
.listaarw li {
	float: left;
    width: 48%;
    border-bottom: 1px solid #eee;
}
.listaarw li:nth-child(2n) {
	float: right;
}
.listaarw li a {
  display: flex;
  align-items: center;
  padding:3px;
  font-size: 0.14rem;
  transition: color 0.3s ease;
}
.listaarw li a:hover {
  color: #A62312;
}
.listaarw li a img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.08rem;
  flex-shrink: 0;
}
.listaarw li a span {
  flex: 1;
  white-space: nowrap;font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 16px;
line-height: 30px;
text-align: left;
font-style: normal;
text-transform: none;
}
.listaarw li a i {
    font-style: normal;
    color: #CFCDCD;
    font-size: 0.3rem;
}

@media screen and (min-width: 800px) {
  .phone-show {
    display: none; } }
@media screen and (max-width: 800px) {
  .pc-show {
    display: none; } }

/* 专题网站轮播 */
.indexgdt {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.indexgdt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.indexgdt li a {
  display: block;
}
.indexgdt li .img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.04rem;
}
.indexgdt li .img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.indexgdt li a:hover .img img {
  transform: scale(1.05);
}
.indexgdt li .name {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  padding: 0.15rem 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexgdt li a:hover .name {
  color: #A62312;
}
.indexgdt .dots {
  text-align: center;
}
.indexgdt .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9d9d9d;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
.indexgdt .dots span.swiper-pagination-bullet-active {
  background-color: #A62312;
}

/* 列表页专用样式 */
   .list-page-banner {
       position: relative;
       overflow: hidden;
       line-height: 0;
   }
   .list-page-banner img {
       width: 100%;
       height: auto;
       display: block;
   }
   .list-page-banner .banner-inner {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       display: flex;
       align-items:flex-end;
       justify-content: center;
   }
   .list-page-banner .banner-inner .banner-wrap {
       width: 13.2rem;
       padding-bottom: 8%;
   }
   .list-page-banner .banner-title {
       color: #fff;
   }
   .list-page-banner .banner-title h2 {
       font-size: 36px;
       font-weight: bold;
       letter-spacing: 4px;
       margin-bottom: 8px;margin-bottom: 8px;
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-align: left;
    font-style: normal;
    text-transform: none;
   }
   .list-page-banner .banner-title p {      padding-top: 3em;
    font-size: 14px;
    opacity: 0.85;
    display: flex;
    justify-content: flex-start;
    align-items: center;
   }
   .list-page-banner .banner-title p a {    margin-right: 6px;    color: #fff;
    margin-left: 6px;
   }

   /* 二级导航 */
   .sub-nav {background: #EEEBEA;}
   .sub-nav ul {
       display: flex;
       justify-content:flex-start;
       list-style: none;
       margin: 0;
       padding: 0;
   }
   .sub-nav li a {
       display: block;
       padding:25px 40px;
       font-size: 16px;
       color: #333;
       text-decoration: none;
       transition: all 0.3s;
   }
   .sub-nav li:hover a {    background: #67180F url(../images/ej.png) no-repeat bottom right;
    color: #fff;
    background-size: 33% auto;
   }
   
   .sub-nav li.active a {    background: #67180F url(../images/ej.png) no-repeat bottom right;
    color: #fff;
    background-size: 33% auto;
   }

   /* 列表内容区 */
   .list-content {
       padding: 50px 0 60px;
       background: #fff;
   }
   .list-content .wal {
       display: flex;
       align-items: flex-start;
   }
   /* 左侧标题 */
   .list-side-title {
       width: 100px;
       flex-shrink: 0;
   }
   .list-side-title h3 {writing-mode: vertical-rl;
    position: relative;
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: 500;
    font-size: 40px;
    color: #333333;
    letter-spacing: 4px;
   }
   .list-side-title h3  p{font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: 500;
    font-size: 32px;
    color: rgba(204, 180, 156, 0.44);
    letter-spacing: 3px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: -30px;
   margin-top: 10px;
   }


   .list-side-title h3::before {
       content: '';
      position: absolute;
    right: -5px;
    top: 10px;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
   }

.list-side-title h3::after {
    content: '';
      position: absolute;
    right: -6px;
    top: 10px;
    width: 3px;
    height: 94px;
    background: #A72312;
}

   /* 右侧列表 */
   .list-main {
       flex: 1;
       padding-left:50px;
       width:100%;
   }
   .lecture-list {
       list-style: none;
       margin: 0;
       padding: 0;
   }
   .lecture-list li {
     padding:25px 20px 16px 20px;
    border-bottom: 1px dotted #E3D5D0;
   }
   .lecture-list li:hover i{width: 90%;}
   .lecture-list li:hover {    background: #FCF9F9 url(../images/zt.png) no-repeat bottom right;
    background-size: auto 70%;}

.lecture-list li i{    height: 1px;
    clear: both;
    display: block;
    background: #67180F;
    width: 6em;transition: color 0.3s;
    margin-top: 5px;
    margin-bottom: 15px;
    transition: 0.3s;
}

   .lecture-list li a {
    display: block;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    text-align: left;
    font-style: normal;
    text-transform: none;
   }
   .lecture-list li a:hover {
       color: #8b1a1a;
   }
   .lecture-list li .date {font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #67180F;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
   }

   /* 分页 */
   .list-pagination {
       margin-top: 30px;
       text-align: center;
       user-select: none;
   }
   .list-pagination a,
   .list-pagination span {
       display: inline-block;
       padding: 6px 14px;
       margin: 3px;
       border: 1px solid #ddd;
       color: #666;
       font-size: 14px;
       text-decoration: none;
       border-radius: 2px;
       transition: all 0.3s;
       vertical-align: middle;
   }
   .list-pagination a:hover {
       border-color: #8b1a1a;
       color: #8b1a1a;
   }
   .list-pagination span.current {
       background: #8b1a1a;
       border-color: #8b1a1a;
       color: #fff;
   }
   .list-pagination span.disabled {
       color: #ccc;
       cursor: default;
   }
   .list-pagination .page-jump {
       margin-left: 15px;
       font-size: 14px;
       color: #666;
   }
   .list-pagination .page-jump input {
       width: 38px;
       height: 28px;
       border: 1px solid #ddd;
       text-align: center;
       margin: 0 4px;
       outline: none;
       border-radius: 2px;
   }
   .list-pagination .page-jump button {
       height: 28px;
       padding: 0 10px;
       border: 1px solid #ddd;
       background: #fff;
       cursor: pointer;
       margin-left: 4px;
       border-radius: 2px;
   }
   .list-pagination .page-jump button:hover {
       border-color: #8b1a1a;
       color: #8b1a1a;
   }

   @media screen and (max-width: 800px) {
       .list-page-banner .banner-title h2 { font-size: 24px; }
       .sub-nav { overflow-x: auto; }
       .sub-nav ul { justify-content: flex-start; padding: 0 10px; }
       .sub-nav li a { padding: 12px 18px; font-size: 14px; white-space: nowrap; }
       .list-content .wal { flex-direction: column; padding-top: 25px; }
       .list-side-title { width: auto; margin-bottom: 15px; }
       .list-side-title h3 { writing-mode: horizontal-tb; letter-spacing: 4px; font-size: 20px; }
       .list-main {
       	 padding-left: 0; border-left: none; border-top: 1px solid #eee;
       }
       .lecture-list li a { font-size: 15px; }
       
        .list-content {
            padding: 0;
        } 

       
   }



   .index-admissions .list dd{width:16%;}
   .index-flow .container .list{ height:8.2rem;padding: 1.1rem 0.5rem 0 0.5rem;background:none;}
   
   .index-flow .container .list::after{
    content: "";
    position: absolute;
    width: 3.19rem;
    height: 8.2rem;
    bottom: 0;
    left: 0;
    background: url(~/content/@(this.Context.GetCurrentSite().Identifier)/images/bkszs_bg.png) center no-repeat;
    background-size: 100%;
    z-index: -1;}
   @media screen and (max-width: 800px) {
     .index-admissions .list dd {
      width: 33.333%;
      max-width: 33.333%;
      padding-bottom: 0.4rem;}
  
      .index-flow .container .list{ height:4.8rem;background:#f2f3f9;}
      .index-flow .container .list::after{display:none;}
      .video .tpp{display:none !important;}  
  .jxjg-grid table{width:100% !important;}  
.list-page-banner .banner-inner .banner-wrap{width: 90%;}  
.list-page-banner{padding-top: 4.3em;}    
.index-flash{padding-top: 4.3em;max-height:initial;}
.index-slogan h2{font-size: 0.31rem;}
.index-slogan .slogan-links a{font-size:12px;}    
.indextita .left dt{font-size: 20px;}
.indextita .left dl p{font-size: 9px;}    
.indextita .left dl {padding-top: 15px;}  
.index-news .leftt{width:100%;}    
.index-news .lefttt{display: block;}    
.indextita{padding-bottom: 0em;}    
.index-news .rightt{width:100%;}       
.indextita .leftq dt{font-size: 20px;}
.indextita .leftq dl p{font-size: 9px;}        
.indextita .leftq dl{padding-top: 15px;}     
   
.indextitazz .left dt{font-size: 20px;} 
.indextitazz .left dl p{font-size: 9px;}
.indextitazz .arrow {width: 100px;}    
.indextitazz .arrow a.prev {left: 8em;}      
.indextitazz .arrow a.next {right: 1em;}       
.video-list .moreer{float: right;}   
.indextit .left dt{font-size: 20px;}
.indextit .left dl p{font-size: 9px;} 
.indextit .left dl{padding-top: 15px;}
.indextit .right a, .video-list .moreer, .index-images .more-link a {
	font-size: 14px;
}      
       
.indextit{padding-bottom: 0;padding-top: 0;}  
       
.index-notice-qa .list li a{font-size:14px;width: 100%;display: block;max-width: 100%;}    
.index-notice-qa .notice-col, .index-notice-qa .qa-col {width: 100%; margin-top: 10px; }  
.index-events .list .list-wrapper ul li.has-img a p{font-size: 14px;line-height: 1.2;padding: 5px 7px;}      
.index-events .list .list-wrapper ul li.text-card a > p:first-child{font-size: 14px;line-height: 1.3;}       
.index-notice-qa .wal{display: block;}       
       
 .index-events .list .list-wrapper ul li.text-card a div p:first-child { font-size: 14px; }      
.index-events .list .list-wrapper ul li.text-card a span{font-size: 13px;}       
.index-events .list .list-wrapper ul li.text-card a > p:last-child{font-size: 12px;padding-top: 5px;} 
.index-flow .img-list li a .img img{height:50vw;}
.index-flow .img-list li a .img{height: auto !important;aspect-ratio: auto;}    
.index-events .list .list-wrapper ul li.text-card:nth-child(9){display: none;}     
.index-images .video-item .pic .icon-play{width: 50px;height: 50px;}     
.index-images .video-item .pic .icon-play::after {border-left: 15px solid #A62312;border-top: 10px solid transparent;border-bottom: 10px solid transparent;margin-left: 0.08rem;}      
.index-flow .img-list li:nth-child(4){display: none;}  
.index-flow .img-list li:nth-child(5){display: none;}   
.index-flow .img-list li:nth-child(6){display: none;}    
.index-flow .img-list li:nth-child(7){display: none;}   
                        
 }


/* ========== 内容详情页样式 ========== */
.detail {
  max-width: 13.2rem;
  margin: 0 auto;
  padding: 0.5rem 0;
}

/* 标题区 */
.detail .detit {
        font-size: 15px;
        color: #666;
        letter-spacing: 1px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        overflow: hidden;
    }
    .detail .detit h2 {
        font-weight: bold;
        font-size: 30px;
        color: #333;
        letter-spacing: 3px;
        border-bottom: 1px solid #A62312;
        padding-bottom: 15px;
        margin-bottom: 18px;
    }

    .detail .detit p {
        float: left;
    }
    .detail .detit p span {
        margin-right: 30px;
    }
    .detail .detit .share {
        float: right;
        cursor: pointer;
        margin-right: 50px;
    }

    .social-share {
        float: right;
        margin-top: 15px;
        background: #EEEBEA;
        position: relative;
        z-index: 9;
    }
    .social-share .icon-weibo,.social-share .icon-wechat, .social-share .icon-qq {
        color: #67180F;
        border-color: transparent;
        margin: 5px 10px;
    }

/* 正文区域 */
.detail .decon {
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  overflow: hidden;
  clear: both;
}

/*学校标识*/
.mark {
  display: flex;
  margin: 24px 0 0 100px;
}
.mark li {
  margin: 6px;
}
.mark li  a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 40px;
  font-size: 16px;
  color: #9D8E8C;
  background: url("../imgs/his.png") no-repeat;
}
.mark li.active  a{
  color: #67180F;
  font-weight: bold;
  background-image: url("../imgs/his-on.png");
}
