@charset "utf-8";

.headStyle3qydr4yi36 .PrevDisabled {
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 20px !Important;
    margin-right: 3px;
    padding: 2px 4px;
    background: #fff;
    color: #ccc;
    border: solid 1px #AFD5F5;
    line-height: 14px;
}
.headStyle3qydr4yi36 a, .pageList .this-page {
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 20px !Important;
    padding: 2px 4px;
    border: solid 1px #AFD5F5;
    background: #fff;
    text-decoration: none;
    MARGIN-RIGHT: 1px;
    line-height: 14px;
}
.defaultInputStyle{ border: solid 1px #AFD5F5; height: 20px !Important;}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.23rem;
  background: linear-gradient(178deg, rgba(0, 0, 0, 0.7) 26%, rgba(20, 0, 0, 0) 81%);
}
.img_vsb_content{
    max-width: 100% !important;
    /* width: auto !important; */
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    }
/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #9D393B;
  color: #fff;
  border: 1px solid #9D393B;
}

.pagination a:hover {
  background: #9D393B;
  color: #fff;
  border: 1px solid #9D393B;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 0.5rem;
}

.nymain .leftNav {
  float: left;
  width: 2.54rem;
  position: relative;
}

.nymain .leftNav>h2 {
  line-height: 0.9rem;
  color: #fff;
  background: linear-gradient(0deg, #9D393B, #9D393B), #9D393B;
  font-size: 0.3rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.nymain .leftNav>ul {
  background: url(/xmt/images/left-bg.png) no-repeat center;
  background-size: cover;
  padding: 0.1rem 0 0.28rem 0;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 0.03rem solid #9D393B;
  transform: scaleY(0);
  z-index: 1;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  background: url(/xmt/images/left-sj.png) no-repeat;
  background-size: 100% auto;
  width: 0.12rem;
  height: 0.14rem;
  display: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.48rem;
  text-align: center;
  margin: 0.1rem 0;
  color: #555;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  color: #9D393B;
  font-weight: 700;
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after,
.nymain .leftNav>ul>li:hover>a::after {
  display: block;
}

.nymain .leftNav>ul>li:hover>a {
  color: #9D393B;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #9D393B;
  font-weight: 700;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #9D393B;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #888;
  border-bottom: none;
  margin: 0.05rem 0;
}

.ny-right {
  float: right;
  width: calc(100% - 2.84rem);
  padding: 0.3rem 0;
  min-height: 4rem;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0.6rem;
  border-bottom: 1px solid #900D10;
}

.position h3 {
  position: absolute;
  font-size: 0.24rem;
  text-align: left;
  bottom: 0;
  left: 0;
  color: #3B3B3B;
}


.position span {
  color: #3B3B3B;
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.05rem;
}

.position a {
  font-size: 0.16rem;
  color: #3B3B3B;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #9D393B;
}

/* 列表页 */
.text-list {
  margin-top: 0.4rem;
}

.text-list ul li {
  padding-left: 0.3rem;
  position: relative;
  line-height: 0.84rem;
  border-bottom: 1px dashed rgba(157, 57, 59, 0.35);
  font-size: 0.18rem;
  position: relative;
  left: 0;
  transition: all 0.3s;
}

.text-list ul li:first-child {
  border-top: none;
}

.text-list ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.12rem;
  height: 0.11rem;
  background: url(/xmt/images/list-zs.png) no-repeat;
  background-size: 100% auto;
}

.text-list ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-list ul li time {
  float: right;
  font-size: 0.15rem;
  padding-left: 0.15rem;
  color: rgba(157, 57, 59, 0.3804);
}

.text-list ul li:hover a {
  color: #9D393B;
  font-weight: bold;
}

.text-list ul li:hover time {
  color: #9D393B;
}

.text-list ul li:hover {
  left: 0.05rem;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-family: "syh-b";
  font-size: 0.24rem;
  margin-top: 0.57rem;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #333333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.19rem !important;
  line-height: 0.46rem !important;
  margin-bottom: 0.3rem !important;
}
.art-body table{
        width:100% !important;
        max-width: 100% !important;
        margin: 0 auto;
}


.art-main .art-body
        img {
  max-width: 80% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
}

.art-main .cont-tit
        p {
  font-size: 0;
        text-align: center;
        padding-top: 0.07rem;
        padding-bottom: 0.07rem;
        line-height: 0.3rem;
        background: rgba(0, 0, 0, 0.04);
        margin-top: 0.26rem;
}

.art-main .cont-tit
        p img {
  display: inline-block;
        vertical-align: middle;
        height: 0.16rem;
        margin-right: 0.05rem;
}

.art-main .cont-tit
        p span {
  display: inline-block;
        vertical-align: middle;
        font-size: 0.14rem;
        color: #9E9E9E;
        margin: 0 0.2rem;
}

.art-info {
        border-top: 1px dashed #e0e0e0;
        margin-top: 0.25rem;
}

.pnext {
        margin-top: 0.25rem;
}

.pnext
        p {
  font-size: 0.18rem;
        font-weight: bold;
        text-indent: initial;
        line-height: 0.32rem;
        color: #9D393B;
        padding: 0.1rem 0.2rem;
}

.pnext
        p a {
  color: #3D3D3D;
        font-weight: normal;
}

.pnext
        p:hover {
  background: rgba(0, 0, 0, 0.04);
}

.pnext
        p:hover a {
  color: #9D393B;
}


/* 图片列表 */

.img-lists
        ul {
  overflow: hidden;
        margin-left: -2%;
        margin-right: -2%;
}

.img-lists
        ul li {
  float: left;
        width: 29.333%;
        margin: 0.4rem 2% 0 2%;
        border: 1px solid #eee;
        transition: all 0.3s;
        position: relative;
        top: 0;
}

.img-lists
        ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
        top: -10px;
}

.img-lists
        ul li a {
  display: block;
        width: 100%;
}

.img-lists
        ul li a .pic {
  padding-top: 61%;
}

.img-lists
        ul li a>img {
  display: block;
        width: 100%;
        height: 196px;
}

.img-lists
        ul li a>div.info {
  padding: 10px;
        font-size: 0;
        text-align: center;
}

.img-lists
        ul li a>div.info p {
  color: #333;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
}

.img-lists
        ul li:hover a>div.info p {
  color: #9D393B;
}


/*领导*/
.list-ld {
        overflow: hidden;
}

.list-ld
        ul {
  display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}

.list-ld
        ul li {
  width: 48%;
        margin-top: 0.8rem;
}

.list-ld
        ul li a {
  display: flex;
        flex-wrap: wrap;
        background: rgba(0, 0, 0, 0.03);
}

.list-ld
        ul li .sz-pic {
  width: 2.4rem;
}

.list-ld
        ul li .pic {
  padding-top: 132.08%;
}

.list-ld
        ul li .sz-tx {
  flex: 1;
        min-width: 0;
        border: 1px solid transparent;
        border-left: none;
        padding: 0.3rem;
        transition: all 0.4s;
}

.list-ld
        ul li h3 {
  font-size: 0.2rem;
        font-weight: bold;
        color: #3D3D3D;
        margin-bottom: 0.16rem;
}

.list-ld
        ul li p {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.4s;
  display: none;
  /* min-height: 1rem; */
  /* height: .6rem; */
}

.list-ld
        ul li .xq {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.24rem;
}

.list-ld
        ul li .xq span {
  display: inline-block;
        font-size: 0.14rem;
        line-height: 0.28rem;
        color: #000;
        padding-right: 0.47rem;
        background: url(/xmt/images/xq-jt.png) no-repeat right center;
        background-size: 0.37rem auto;
        opacity: 0.32;
        transition: all 0.4s;
}


.list-ld
        ul li:hover p {
  color: #9D393B;
}

.list-ld
        ul li:hover .sz-tx {
  border-color: #9D393B;
}

.list-ld
        ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld
        ul li .xq span {
  opacity: 1;
}


/* 师资内容 */
.sz-con {
        margin-top: 0.57rem;
        border-bottom: 2px solid #9D393B;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        box-shadow: 0px 0px 10px 0px rgba(1, 117, 182, 0.2);
        padding: 0.23rem;
}

.sz-con .pic1 {
        width: 2.09rem;
}

.sz-con .pic1
        img {
  display: block;
        max-width: 100%;
}

.sz-con .pic1
        img {}

.sz-r {
        flex: 1;
        min-width: 0;
        padding-left: 0.42rem;
}

.sz-ty {
        overflow: hidden;
}

.sz-ty
        h3 {
  font-size: 0.2rem;
        font-weight: bold;
}

.sz-ty>
        div {
  margin-top: 0.32rem;
}

.sz-ty>
        div p {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: pre-wrap;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sz-d {
        position: relative;
        z-index: 1;
}

.sz-box {
        margin-top: 0.52rem;
}

.sz-box
        h4 {
  font-size: 0;
        margin-bottom: 0.3rem;
        background: #F4F6F6;
        padding: 0.12rem 0.18rem;
}

.sz-box
        h4 span {
  display: inline-block;
        font-size: 0.2rem;
        font-weight: bold;
        line-height: 36px;
        background: url(/xmt/images/sz-f.png) no-repeat left center;
        background-size: 0.14rem auto;
        padding-left: 0.24rem;
}

.sz-box p,.sz-box p span{
  font-size: 0.18rem !important;
  line-height: 0.32rem;
  color: #666666;
  font-family: "微软雅黑" !important;
  line-height: 0.4rem;
}

.sz-box
        p.z {
  text-align: center;
}

.sz-box .tz {
        margin-top: 0.3rem;
        text-align: center;
        display: flex;
        justify-content: space-around;
}

.sz-box .tz
        img {
  display: block;
        max-width: 48%;
}


.sz-p
        p {}

.sz-p
        p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */
.tw {
        margin-top: 0.3rem;
}

.tw
        ul li a {
  display: block;
        overflow: hidden;
        padding: 0.34rem 0;
        border-top: 1px solid #D6D5D5;
        transition: all 0.3s;
}

.tw
        ul li:first-child a {
  border-top: none;
}

.tw
        ul li a .pic {
  width: 3.04rem;
        height: 2rem;
        padding-top: 0;
        float: left;
}

.tw
        ul li a .tw-tx {
  overflow: hidden;
        padding-left: 0.47rem;
}

.tw
        ul li a .tw-tx .date {
  font-family: "sys-m";
        font-size: 0.14rem;
        font-weight: 500;
        line-height: 0.26rem;
        color: #9D393B;
        background: url(/xmt/images/tw-sj.png) no-repeat left center;
        background-size: 0.18rem auto;
        padding-left: 0.28rem;
        margin-top: 0.1rem;
}

.tw
        ul li a .tw-tx h3 {
  font-size: 0.18rem;
        line-height: 0.26rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        margin-top: 0.28rem;
        transition: all 0.4s;
}

.tw
        ul li a .tw-tx p {
  font-size: 0.16rem;
        line-height: 0.27rem;
        height: 0.54rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0.1rem;
        color: #888888;
}

.tw
        ul li a .tw-tx .gd {
  width: 0.15rem;
        height: 0.09rem;
        background: url(/xmt/images/tw-jt.png) no-repeat;
        background-size: 100% auto;
        margin-top: 0.37rem;
}

.tw
        ul li:hover a .tw-tx h3 {
  font-weight: bold;
        color: #9D393B;
}

/* 研究生培养  */
.yjspy {
        margin-top: 0.57rem;
}

.yjspy
        h3 {
  font-family: "syh-b";
        font-size: 0.24rem;
        font-weight: bold;
        line-height: 0.36rem;
        text-align: center;
        color: #333333;
}

.yjspy
        h4 {
  margin-top: 0.65rem;
        color: #9D393B;
        font-size: 0.19rem;
        line-height: 0.46rem;
}

.yjspy
        p {
  color: #333;
        font-size: 0.19rem !important;
        line-height: 0.46rem !important;
}

/* 学院简介 */
.intro-box {
        overflow: hidden;
}

.introduction {}

.introduction
        h3 {
  text-align: center;
        margin-top: 0.6rem;
        font-size: 0.3rem;
        font-weight: bold;
        color: #9D393B;
}

.introduction
        h4 {
  margin-top: 0.3rem;
        font-size: 0.19rem;
        font-weight: 400;
        line-height: 0.6rem;
        color: #333333;
        padding-left: 0.3rem;
}

.introduction
        h5 {
  font-size: 0.19rem;
        font-weight: bold;
        line-height: 0.48rem;
        color: #9D393B;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 0.4rem;
}

.introduction
        h5::before {
  content: "";
        display: block;
        width: 0.05rem;
        height: 0.48rem;
        border-radius: 0.04rem;
        background: #9D393B;
        margin-right: 0.15rem;
}

.introduction
        p {
  font-size: 0.19rem;
        font-weight: 400;
        line-height: 0.46rem;
        text-indent: 2em;
}

.introduction
        img {
  display: block;
        max-width: 100%;
}

.intro {
        margin-top: 0.6rem;
}

.intro1 {
        margin-top: 0;
}

.intro1 .k1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0.48rem;
}

.intro1 .k1 .kl {
        width: 46.35%;
}

.intro1 .k1 .kl
        p {
  padding: 0 0.4rem 0 0.3rem;
}

.intro1 .k1 .kl .kl-t {
        margin-top: 0.6rem;
        position: relative;
        z-index: 1;
        padding-left: 0.3rem;
        padding-bottom: 0.1rem;
}

.intro1 .k1 .kl .kl-t::
        before {
  content: '';
        position: absolute;
        top: 0.74rem;
        left: 0;
        right: 0.52rem;
        bottom: 0;
        background: #9D393B;
        z-index: -1;
}

.intro1 .k1 .kl .kl-t
        p {
  color: #fff;
        text-align: left;
        line-height: 0.24rem;
        padding: 0.2rem 0.8rem 0.15rem 0;
        text-indent: 0;
}

.intro1 .k1 .kr {
        width: 52.27%;
}

.intro1 .k1 .kr .kl-t {
        position: relative;
        z-index: 1;
        padding-bottom: 0.1rem;
        margin-bottom: 0.65rem;
}

.intro1 .k1 .kr .kl-t::
        before {
  content: '';
        position: absolute;
        top: 1.66rem;
        left: 1.36rem;
        right: auto;
        width: calc((100vw - 16rem)/2 + 100%);
        bottom: 0;
        background: #9D393B;
        z-index: -1;
}

.intro1 .k1 .kr .kl-t
        p {
  color: #fff;
        text-align: right;
        line-height: 0.24rem;
        padding: 0.2rem 0 0.15rem 1.7rem;
        text-indent: 0;
}

.intro1 .k1 .kr .k-tx {
        padding-left: 0.58rem;
}

.intro1>
        p {
  padding-left: 0.3rem;
}

.intro2
        p {
  padding-left: 0.3rem;
}

.intro3>
        p {
  padding-left: 0.3rem;
}

.intro3 .k3 {
        position: relative;
        z-index: 1;
        padding-bottom: 0.2rem;
        margin-top: 0.5rem;
}

.intro3 .k3::
        before {
  content: '';
        position: absolute;
        top: 0.47rem;
        left: 0;
        right: auto;
        width: calc((100vw - 16rem)/2 + 100%);
        bottom: 0;
        z-index: -1;
        background: #FCF1E9;
}

.intro3 .k3
        ul {
  display: flex;
        justify-content: space-between;
        width: calc((100vw - 16rem)/2 + 100%);
}

.intro3 .k3
        ul li {
  margin: 0 0.47rem;
        text-align: center;
}

.intro3 .k3
        ul li:last-child {
  margin-right: 0;
}

.intro3 .k3
        ul li>p {
  text-indent: 0;
        text-align: center;
        line-height: 0.24rem;
        padding: 0.2rem 0 0.15rem 0;
}

.intro4>
        p {
  padding-left: 0.3rem;
}

.intro4 .k3 {
        position: relative;
        z-index: 1;
        padding-bottom: 0.2rem;
        margin-top: 0.5rem;
}

.intro4 .k3::
        before {
  content: '';
        position: absolute;
        top: 1.43rem;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: #633C44;
}

.intro4 .k3
        ul {
  display: flex;
        justify-content: center}

.intro4 .k3
        ul li {
  margin: 0 0.14rem;
        text-align: center;
}

.intro4 .k3
        ul li>p {
  text-indent: 0;
        text-align: center;
        color: #fff;
        line-height: 0.24rem;
        padding: 0.2rem 0 0.15rem 0;
}

.intro5 .k5 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}

.intro5 .k5 .k5-l {
        width: 55.23%;
        padding-left: 0.3rem;
}

.intro5 .k5 .k5-l>
        p {
  text-indent: 0;
}

.intro5 .k5 .k5-l>
        p b {
  color: #9D393B;
}

.intro5 .k5 .k5-r {
        width: 41.79%;
}

.intro5 .k5 .k5-r
        p {
  text-align: right;
        color: #fff;
        background: #9D393B;
        margin-left: 1rem;
        line-height: 0.24rem;
        padding: 0.2rem;

}

.intro8 .k8 {
        display: flex;
        align-items: center;
        justify-content: space-between;
}

.intro8 .k8 .k8-l {
        width: 38.52%;
        position: relative;
        z-index: 1;
        padding-left: 0.3rem;
        padding-bottom: 0.15rem;
}

.intro8 .k8 .k8-l::
        before {
  content: '';
        position: absolute;
        top: 0.97rem;
        right: 0.55rem;
        left: 0;
        bottom: 0;
        background: #9D393B;
        z-index: -1;
}

.intro8 .k8 .k8-l
        p {
  color: #fff;
        text-indent: 0;
        line-height: 0.24rem;
        padding: 0.2rem 0.8rem 0.05rem 0;
}

.intro8 .k8 .k8-r {
        width: 61.48%;
        padding: 0 0.5rem;
}


.intro9>
        p {
  padding-left: 0.3rem;
}
        @media screen and (max-width: 1600px) {

  .intro1 .k1 .kr .kl-t::before,
  .intro3 .k3::before,
  .intro3 .k3 ul {
    width: calc(100% + 0.2rem);
  }
}
        @media screen and (max-width: 1024px) {
  .banner::after {
    display: none;
  }

  .nymain {
        padding-bottom: 0.4rem;
  }

  .nymain .leftNav>h2 {
        font-size: 24px;
        line-height: 70px;
  }

  .nymain .leftNav>ul>li::
        before {
    border-left-width: 2px;
  }

  .position>div {
        line-height: 50px;
  }

  .position h3 {
        font-size: 22px;
  }

  .position h3::
        after {
    height: 2px;
  }

  .tw ul li a .pic {
        width: 2.2rem;
        height: 1.44rem;
  }

  .tw ul li a .tw-tx .date span {
        font-size: 0.22rem;
  }

  .tw ul li a .date span {
        font-size: 16px;
  }

  .tw ul li a .date p {
        font-size: 22px;
  }

  .tw ul li a .date em {
        width: 30px;
        height: 30px;
  }

  .tw ul li a .date p {
        font-size: 20px;
  }

  .tw ul li a .date em {
        width: 22px;
        height: 22px;
        background-size: auto 12px;
        margin-top: 25px;
  }

  .tw ul li a .tw-tx h3 {
        margin-top: 0;
  }

  .tw ul li a .tw-tx .gd {
        margin-top: 0.1rem;
  }

  .list-ld ul li .sz-pic {
        margin: 0 auto;
  }

  .list-ld ul li {
        margin-top: 0.3rem;
  }

  .list-ld ul li a {
        display: block;
        padding-top: 0.3rem;
  }

  .list-ld ul li .sz-tx {
        border: 1px solid transparent !important;
  }

  .list-ld ul li h3 {
        text-align: center;
  }

  .list-ld ul li .xq {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
  }

  .intro1 .k1 .kl {
        width: 100%;
  }

  .intro1 .k1 .kr {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 0.3rem;
  }

  .intro1 .k1 .kr .kl-t {
        order: 2;
        margin-bottom: 0;
        margin-top: 0.6rem;
        padding-bottom: 0;
  }

  .intro1 .k1 .kr .kl-t img {
        margin: 0 auto;
  }

  .intro1 .k1 .kr .k-tx {
        order: 1;
        margin-top: 0.6rem;
        padding-left: 0;
  }

  .intro1 .k1 .kl p {
        padding-right: 0;
  }

  .intro1 .k1 .kl .kl-t {
        margin-left: 0.3rem;
        padding-left: 0;
        padding-bottom: 0;
  }

  .intro1 .k1 .kl .kl-t img {
        margin: 0 auto;
  }

  .intro1 .k1 .kl .kl-t::
        before {
    right: 0;
  }

  .intro1 .k1 .kl .kl-t p {
        text-align: center;
        padding: 0.2rem;
  }

  .intro1 .k1 .kr .kl-t p {
        text-align: center;
        padding: 0.2rem;
  }

  .intro1 .k1 .kr .kl-t::
        before,
  .intro3 .k3::before,
  .intro3 .k3 ul {
    width: 100%;
  }

  .intro1 .k1 .kr .kl-t::
        before {
    left: 0;
  }

  .intro3 .k3,
  .intro4 .k3 {
        margin-left: 0.3rem;
  }

  .intro3 .k3 ul li {
        margin: 0 0.15rem !important;
  }

  .intro4 .k3::
        before {
    top: 0.5rem;
  }

  .intro5 .k5 .k5-l {
        width: 100%;
  }

  .intro5 .k5 .k5-r {
        width: 100%;
        padding-left: 0.3rem;
        margin-top: 0.3rem;
  }

  .intro5 .k5 .k5-r img {
        margin: 0 auto;
  }

  .intro5 .k5 .k5-r p {
        text-align: center;
        margin-left: 0;
  }

  .intro6 p,
  .intro7 p {
        padding-left: 0.3rem;
  }

  .intro8 .k8 {
        flex-wrap: wrap;
        padding-left: 0.3rem;
  }

  .intro8 .k8 .k8-l {
        width: 100%;
  }

  .intro8 .k8 .k8-l img {
        margin: 0 auto;
  }

  .intro8 .k8 .k8-l p {
        text-align: center;
        padding: 0.2rem;
  }

  .intro8 .k8 .k8-l::
        before {
    right: 0;
  }

  .intro8 .k8 .k8-r {
        width: 100%;
        padding: 0;
        margin-top: 0.2rem;
  }
}
        @media screen and (max-width:900px) {}
        @media screen and (max-width:768px) {
        .art-body table{
                width:100% !important;
                max-width: 100% !important;
                overflow: scroll;
                display: block;

        }

        .art-body table tr td{
                min-width: 120px;
        }
  .nymain .leftNav>h2 {
        height: inherit;
        line-height: 0.56rem;
        font-size: 0.2rem;
        text-align: left;
        padding-left: 0.15rem;
        font-weight: 600;
        background: #9D393B;
  }

  .nymain .leftNav>h2::
        before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
        float: right;
        width: 0.5rem;
        height: 0.56rem;
        background: url(/xmt/images/sub_left_down2.png) no-repeat center center;
        background-size: 0.14rem 0.14rem;
        cursor: pointer;
  }

  .nymain {
        padding: 0.25rem 0;
  }

  .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
  }

  .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
  }

  .nymain .leftNav ul li a {
        font-size: 0.2rem;
  }


  .ny-right {
        float: none;
        width: auto;
        margin-top: 0.2rem;
        padding: 0 0 0.3rem 0;
  }

  .position {
        padding: 16px 0;
        margin-top: 0;
        margin-bottom: 0;
  }

  .position>div {
        text-align: left;
        line-height: 22px;
        padding-bottom: 10px;
  }

  .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        display: none;
  }

  .position h3::
        after {
    width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
  }

  .pagination {
        padding-top: 25px;
  }

  .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
  }

  .nymain .leftNav ul {
        display: none;
        padding-bottom: 0;
  }

  .nymain .leftNav>ul>li>span {
        top: 13px;
  }

  .text-list {
        margin-top: 0;
  }

  .text-list ul li {
        line-height: 0.7rem;
        font-size: 0.2rem;
  }

  .text-list ul li span {
        font-size: 0.16rem;
  }

  .pnext {
        float: none;
        border: none;
        width: auto;
  }

  .zzjg_text li {
        width: 50%;
  }

  .img-lists ul li {
        width: 47.333%;
        margin: 10px 1%;
  }

  .img-lists ul li a>img {
        height: 191px;
  }

  .xbxx {
        padding-top: 0;
  }

  .xbxx ul li a {
        padding: 15px 10px;
  }

  .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
  }

  .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;
  }

  .xbxx ul li a div span {
        font-size: 12px;
  }

  .xbxx ul li a div img {
        height: 14px;
  }

  .nymain .leftNav>h2 img {
        height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
        font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
        padding-left: 10px;
  }

  .dt-list2 li .date {
        width: 60px;
  }

  .dt-list2 li .date span {
        font-size: 24px;
  }

  .dt-list2 li .date {
        padding: 4px 0;
  }

  .dt-list2 li {
        padding: 15px 0;
  }

  .art-main .art-body {
        padding-top: 20px;
  }

  .sz-con {
        margin-top: 0.25rem;
  }

  .sz-ty h3 {
        font-size: 0.22rem;
  }

  .sz-ty>div {
        margin-top: 0.2rem;
  }

  .sz-ty>div p {
        font-size: 0.2rem;
  }

  .sz-box h4 span {
        font-size: 0.22rem;
  }

  .sz-box p,.sz-box p span {
        font-size: 0.2rem !important;
        line-height: 0.4rem !important;
  }

  .sz-d::
        before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
        width: 2.2rem;
        height: 1.47rem;
  }

  .tw {
        margin-top: 0;
  }

  .tw ul li a .tw-tx h3 {
        font-size: 0.2rem;
  }

  .tw ul li a .tw-tx .date {
        font-size: 0.16rem;
  }

  .tw ul li a {
        padding: 0.25rem 0;
  }

  .art-main .art-tit h3 {
        margin-top: 0.15rem;
  }

  .art-main .cont-tit p span {
        font-size: 12px;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
        font-size: 0.2rem !important;
  }

  .yjspy {
        margin-top: 0.2rem;
  }

  .yjspy h4 {
        margin-top: 0.3rem;
  }

  .list-ld ul li h3 {
        font-size: 0.22rem;
  }

  .list-ld ul li p {
        font-size: 0.16rem;
  }

  .list-ld ul li .xq span {
        font-size: 0.16rem;
        background-size: 0.25rem auto;
        padding-right: 0.35rem;
  }

  .introduction h3 {
        margin-top: 0.2rem;
  }

  .introduction h5 {
        margin-bottom: 0.3rem;
  }

  .intro1 .k1 .kl .kl-t {
        margin-top: 0.3rem;
  }

  .intro1 .k1 .kr .k-tx {
        margin-top: 0.3rem;
  }

  .intro1 .k1 .kr .kl-t {
        margin-top: 0.3rem;
  }

  .intro1 .k1 {
        margin-bottom: 0.3rem;
  }

  .intro {
        margin-top: 0.3rem;
  }

  .intro3 .k3,
  .intro4 .k3 {
        margin-top: 0.3rem;
        margin-left: 0;
  }

  .introduction h4,
  .introduction h5,
  .introduction p {
        font-size: 0.2rem;
  }
                .intro1 .k1 .kl p {
    padding: 0;
                        margin:0;
}
                .intro1 .k1 .kr {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}
                .intro1 .k1 .kl .kl-t {
    margin: 0;
    padding: 0;
   
}
                .intro1> p {
    padding: 0;
}
                .intro5 .k5 .k5-r {
    width: 100%;
    padding: 0rem;
    margin: 0rem;
}
                .intro8 .k8 .k8-l {
    width: 100%;
padding:0;
}
                .intro8 .k8 {
    flex-wrap: wrap;
    padding: 0rem;
}
                .intro3 .k3 ul {
    display: block;
   width:100%;
}
                
}
        @media screen and (max-width:640px) {}
        @media screen and (max-width:480px) {
  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li a>img {
        height: 100px;
  }

  .art-main .cont-tit p .liulan {
        margin-left: 15px;
  }

  .nymain .leftNav ul li a {
        line-height: 36px;
        font-size: 15px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
        font-size: 13px;
        line-height: 30px;
  }

  .sz-con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
  }

  .sz-con .sz-r {
        width: 100%;
        flex: none;
        padding-left: 0;
  }

  .sz-r {
        width: calc(100% - 2rem);
  }

  .sz-ty {
        padding-left: 0;
  }

  .sz-ty h3 {
        text-align: center;
        margin-top: 0.2rem;
  }

  .sz-ty>div p {
        white-space: normal;
        word-break: normal;
        overflow:
      visible;
        text-overflow: initial;
  }

  .tw ul li a {
        height: auto;
  }

  .tw ul li a .pic {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 65.78%;
        margin-bottom: 0.2rem;
  }

  .tw ul li a .date p {
        font-size: 18px;
  }

  .tw ul li a .date em {
        margin-top: 20px;
  }

  .tw ul li a .tw-tx {
        padding-left: 0;
  }

  .list-ld ul li {
        width: 100%;
  }

  .list-ld ul li .sz-tx {
        padding: 0.2rem 0.3rem 0.3rem 0.3rem;
  }

  .intro3 .k3 ul {
        flex-wrap: wrap;
  }

  .intro3 .k3 ul li {
        /* width: 100%; */
        /* margin: 0 0.14rem 0.25rem 0.14rem !important; */
  }

  .intro3 .k3 ul li img {
        margin: 0 auto;
  }

  .intro4 .k3 ul {
        flex-wrap: wrap;
  }
}
        @media screen and (max-width:320px) {
  .text-list ul li {
    line-height: 40px;
  }


  .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
  }

  .art-main .art-body p {
        font-size: 15px;
  }

  .img-lists ul li a>img {
        height: 84px;
  }
}
 
        /* xsz*/
.szlist {
  padding-bottom: 1rem;
}

.szlist ul {
  justify-content: flex-start;
  margin: 0 -.59rem;    
    display: flex;
    flex-wrap: wrap;
}


.szlist li {
  width: 25%;
  margin-bottom: 0.3rem;
}

.szlist li * {
  transition: 0.5s;
}

.szlist li a {
  display: block;
  margin: 0 .59rem;
}

.imged {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}
.szlist li .imged {
  padding-bottom: 133.18%;


}

.szlist li .scale {}

.szlist li .con {

  position: relative;

  flex: 1;

  min-width: 0;

  margin-top: -.2rem;
}
.szlist li * {
    transition: 0.5s;
}
a:hover .imged {
  transform: scale(1.1);
}
.szlist li .con h3 {

  text-align: left;

  padding: .1rem .2rem;

  /* margin-top: 0.2rem; */

  font-family: 'sys-m';
}

.szlist li .con h3 span {
  display: block;
  font-size: .14rem;
  color: #333;
  line-height: .26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.szlist li .con b {
  line-height: .32rem;
  background: #9e3639;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 0.15rem;
  margin-bottom: .05rem;
  /* font-family: 'sys-m'; */
  padding: .1rem 0rem;
}

.szlist li .con p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  max-height: 1.12rem;
}
.w16 {
    width: 13rem;
    margin: 0 auto;
}

@media(min-width: 100%) {


  /* .szlist li a:hover .con h3 b {
    color: #95272B;
  } */

  .szlist li:hover .con h3 span {
    color: #95272B;
  }

}

@media(max-width: 1024px) {
  .szlist ul {
    margin: 0 -.1rem;
  }
.w14, .w15, .w16, .w1620, .w1440, .w1480, .w1485, .w1320 {
    width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
}
  .szlist li {
    width: 33.333%;
  }

  .szlist li a {
    margin: 0 .1rem;
  }
}
.inner {
    position: relative;
    padding: 0.6rem 0 0rem;
    overflow: hidden;
}
@media(max-width: 768px) {
  .szlist li {
    width: 50%;
  }
        .szlist li .con b {
    line-height: .32rem;
    background: #9e3639;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
    /* font-family: 'sys-m'; */
    padding: 0.1rem 0rem;
}
}