@charset "utf-8";

.head_rgb{display:none;}
.head_wit {
  position: static;
  padding-bottom: 0.21rem;
}

.banner::after {
  display: none;
}
.wp {
  width: 15rem;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

.banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/images/ban-tyy.png) repeat-x center top;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
  font-family: "syh-r";
}

.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: #0A64A2;
  color: #fff;
  border: 1px solid #0A64A2;
}

.pagination a:hover {
  background: #0A64A2;
  color: #fff;
  border: 1px solid #0A64A2;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 0.8rem;
  padding-top: 0.46rem;
  background: #fff;
}

.nymain .leftNav {
  float: left;
  width: 2.17rem;
  position: relative;
}

.nymain .leftNav>h2 {
  line-height: 0.9rem;
  background: #0A64A2;
  overflow: hidden;
  text-align: center;
  /* clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%); */
}

.nymain .leftNav>h2>div {
  display: inline-block;
  line-height: normal;
}

.nymain .leftNav>h2>div>p {
  line-height: 1;
  font-family: "BarlowCondensed-Bold";
  font-size: 0.3rem;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFFFFF 21%, rgba(255, 255, 255, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.15;
}

.nymain .leftNav>h2>div>b {
  display: block;
  font-family: "sysong-medium";
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #FFFFFF;
  margin-top: -0.15rem;
}

.nymain .leftNav>ul {
  background: #fff url(../images/left-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  box-shadow: 0px 0px 0.3rem 0px rgba(21, 39, 56, 0.15);
  padding: 0.04rem 0.25rem 1.6rem 0.25rem;

}

.nymain .leftNav>ul>li {
  position: relative;
  font-family: "syh-m";
}

.nymain .leftNav>ul>li.on {
  font-family: "syh-b";
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
  padding-right: 0.3rem;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  top: 0.19rem;
  right: 0;
  background: url(/images/left-sj.png) no-repeat;
  background-size: 100% 100%;
  width: 0.22rem;
  height: 0.22rem;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 2;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.6rem;
  border-bottom: 1px dashed #d8d8d8;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  color: #0A64A2;
  font-weight: 600;
}

.nymain .leftNav>ul>li:hover>a {
  color: #0A64A2;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on>span,
.nymain .leftNav>ul>li:hover>span {
  background-image: url(/images/left-sj2.png);
}

.nymain .leftNav>ul>li.on>span {
  transform: rotate(90deg);
}

.nymain .leftNav>ul>li.active>a {
  color: #0A64A2;
  font-weight: 600;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #0A64A2;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-right: 0;
  border-bottom: 1px dashed #d8d8d8;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-family: "syh-r";
  font-size: 0.15rem;
  line-height: 0.46rem;
  color: #666666;
  border-bottom: none;
}

.ny-right {
  float: right;
  width: calc(100% - 2.89rem);
  min-height: 4rem;
}

.position>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #ccc;
}

.position h3 {
  position: relative;
  font-family: "sysong-medium";
  font-size: 0.24rem;
  display: flex;
  align-items: center;
}

.position h3::before {
  content: '';
  display: block;
  width: 0.04rem;
  height: 0.24rem;
  background: #0A64A2;
  margin-right: 0.15rem;
}


.position span {
  color: #666;
  font-size: 0.14rem;
  vertical-align: middle;
}

.position img {
  height: 0.18rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.14rem;
  color: #666;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #0A64A2;
}

/* 列表页 */
.text-list {
  margin-top: 0.2rem;
}

.text-list ul li {
  line-height: 0.72rem;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  position: relative;
  z-index: 1;
}

.text-list ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #0A64A2;
  z-index: -1;
  transition: all 0.4s;
}

.text-list ul li i {
  display: block;
  font-family: "syh-r";
  font-style: normal;
  color: #0A64A2;
  margin-right: 0.1rem;
  transition: all 0.4s;
}

.text-list ul li a {
  flex: 1;
  min-width: 0;
  display: block;
  font-family: "syh-r";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3A3A3C;
  transition: all 0.4s;
}

.text-list ul li span {
  display: block;
  padding-left: 0.15rem;
  font-family: "athelas";
  color: #0A64A2;
  transition: all 0.4s;
}

.text-list ul li:hover::before {
  width: 100%;
}

.text-list ul li:hover i,
.text-list ul li:hover a,
.text-list ul li:hover span {
  color: #fff;
}

.text-list ul li:hover a {
  font-family: "syh-m";
}

.notice ul li span {
  padding-left: 0;
  margin-right: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
}

.notice ul li span::after {
  content: '';
  display: block;
  border-left: 1px solid #0A64A2;
  height: 0.14rem;
  margin-left: 0.2rem;
  margin-top: 0.03rem;
  transition: all 0.4s;
}

.notice ul li .jt {
  width: 0.28rem;
  height: 0.22rem;
  margin-left: 0.2rem;
  transition: all 0.4s;
}

.notice ul li:hover span::after {
  border-left-color: #fff;
}

.notice ul li:hover .jt {
  background: url(/images/notice-jt.png) no-repeat;
  background-size: 100% 100%;
}



/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #3A3A3C;
  font-family: "微软雅黑";
  font-size: 0.3rem;
  margin-top: 0.3rem;
  line-height: 0.42rem;
}
.art-main .art-tit h4 {
  text-align: center;
  color: #666;
  font-family: "微软雅黑";
  font-size: 0.2rem;
  margin-top: 0.1rem;
  line-height: 0.3rem;
}

.art-main .art-body {
  padding-top: 0.4rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #3A3A3C;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.16rem !important;
  line-height: 0.32rem !important;
  margin-bottom: 0.2rem !important;
  text-align: justify;
}

.art-main .art-body p span,
.art-main .art-body p  span* {
  color: #3A3A3C;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.16rem !important;
  line-height: 0.32rem !important;
 text-align: justify; 
  /* margin-bottom: 0.4rem !important; */
}

.art-main .art-body video {

  max-width: 95%;

  height: auto;

  margin: 0 auto;

  display: block;
}

.art-main .art-body table {
  border-collapse: collapse;
  margin: 0 auto;
}

.art-main .art-body table td {
  border: 1px solid #ddd;
}

.art-main .art-body table td p {
  text-indent: 0rem;
  padding: .1rem .2rem;
  margin-bottom: 0 !important;
}

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-family: "syh-r";
  font-size: 0;
  text-align: center;
  padding-top: 0.24rem;
  padding-bottom: 0.4rem;
  background: bottom;
  border-bottom: 1px solid #D9D1CB;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.18rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p>span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: #8C8C8C;
  margin: 0 0.3rem;
}

.art-main strong*{font-weight:bold !important;}
.art-main strong,
.art-main strong span{font-weight:bold !important;}

.art-info {
  border-top: 1px solid #D9D1CB;
  margin-top: 0.55rem;
}

.pnext {
  margin-top: 0.35rem;
}

.pnext p {
  font-family: "syh-m";
  font-size: 0.16rem;
  font-weight: 500;
  text-indent: initial;
  line-height: 0.32rem;
  margin: 0.1rem 0;
  color: #0A64A2;
}

.pnext p a {
  color: #3A3A3C;
}

.pnext p:hover a {
  color: #0A64A2;
}


/*简介页*/
.art-main .art-body-jjy strong {
  font-size: .24rem !important;
  font-weight: 600;
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.img-lists ul li {
  float: left;
  width: 30.333%;
  margin: 0.4rem 1.5% 0 1.5%;
  border: 1px solid #C2C3C5;
  transition: all 0.4s;
  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 .picbox {
  padding: 0.13rem;
}

.img-lists ul li a .pic {
  padding-top: 143.61%;
}

.img-lists ul li a>div.info {
  padding: 0.1rem;
  font-size: 0;
  text-align: center;
  background: #F5F5F5;
  border-top: 1px solid #C2C3C5;
  transition: all 0.4s;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-family: "syh-m";
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}

.img-lists ul li:hover a>div.info {
  background: #0A64A2;
}

.img-lists ul li:hover a>div.info p {
  color: #fff;
}

.yxht ul li {
  border: none;
}

.yxht ul li a .pic {
  padding-top: 69.43%;
}

.yxht ul li a .pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.49rem;
  height: 0.49rem;
  background: url(/images/yxht-bf.png) no-repeat;
  background-size: 100% 100%;
}

.yxht ul li a>div.info {
  border-top-color: #F5F5F5;
}

.yxht ul li:hover a>div.info {
  border-top-color: #0A64A2;
}

.rmht ul li a .pic::after {
  top: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
  width: auto;
  height: auto;
  background: linear-gradient(180deg, rgba(216, 216, 216, 0.0001) 69%, rgba(0, 0, 0, 0.69) 100%);
}

.rmht ul li a .pic>p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  font-size: 0.18rem;
  color: #fff;
  padding: 0.2rem 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.rmht ul li a .pic>p>img {
  position: static;
  width: 0.28rem;
  height: auto;
  margin-right: 0.1rem;
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  margin-left: -0.18rem;
  margin-right: -0.18rem;
}

.list-ld ul li {
  float: left;
  width: 25%;
}

.list-ld ul li a {
  display: block;
  margin: 0.25rem 0.2rem;
}

.list-ld ul li .pic {
  padding-top: 114.81%;
}

.list-ld ul li .ld-tx {
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(10, 11, 24, 0.1);
  padding: 0.1rem 0;
}

.list-ld ul li h3 {
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0 0.1em;
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.24rem;
  background: #0A64A2;
}

.list-ld ul li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 0.1rem;
}

.list-ld ul li:hover h3::after {
  background-color: #0A64A2;
}

.list-ld ul li:hover h3 {
  color: #0A64A2;
}


.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}


/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
}

.sz-con .pic1::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  left: 0;
  bottom: 0;
  background: #0A64A2;
  z-index: -1;
}

.sz-con .pic1 img {
  display: block;
  width: 1.8rem;
}

.sz-t {
  margin-top: 0.26rem;
}

.sz-ty {
  overflow: hidden;
  padding-left: 1rem;
}

.sz-ty h3 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #0A64A2;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;
  background-size: 0.05rem auto;
  padding-left: 0.25rem;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-d::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.15rem;
  border-left: 1px solid rgba(13, 66, 167, 0.1);
  z-index: -1;
}

.sz-box {
  margin-top: 30px;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
  background-repeat: no-repeat;
  background-size: 0.29rem auto;
  background-position: left center;
}

.sz-box h4 span {
  display: inline-block;
  font-family: 'sySong';
  font-size: 0.26rem;
  font-weight: bold;
  color: #0A64A2;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  padding-left: 0.8rem;
}

.sz-p p {
  text-indent: 2em;
  margin-top: 0.3rem;
}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */
.tw {
  margin-top: 0.22rem;
}

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 0.24rem 0;
  border-top: 1px dashed #CABCB2;
  transition: all 0.4s;
}

.tw ul li:first-child a {
  border-top: none;
}

.tw ul li a .pic {
  float: left;
  width: 2.14rem;
  height: 1.37rem;
  padding-top: 0;
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-left: 0.42rem;
}

.tw ul li a .tw-tx .date {
  display: inline-block;
  font-family: "athelas";
  font-size: 0.16rem;
  color: #0A64A2;
  padding-left: 0.24rem;
  background: url(/images/tw-time1.png) no-repeat left 0.04rem;
  background-size: 0.14rem auto;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #0A64A2;
  transition: all 0.4s;
}

.tw ul li a .tw-tx h3 {
  font-family: "syh-m";
  font-size: 0.2rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #3A3A3C;
  margin-top: 0.15rem;
  transition: all 0.4s;
}

.tw ul li a .tw-tx p {
  font-family: "syh-r";
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  color: #6C6865;
  transition: all 0.4s;
}

.tw ul li:hover a {
  background: #0A64A2;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(10, 100, 162, 0.2);
  padding: 0.24rem 0.3rem;
}

.tw ul li:hover a .date {
  color: #fff;
  border-bottom-color: #fff;
  background-image: url(/images/tw-time2.png);
}

.tw ul li:hover a .tw-tx h3 {
  color: #fff;
  font-family: "syh-b";
  font-weight: bold;
}

.tw ul li:hover a .tw-tx p {
  color: rgba(255, 255, 255, 0.7);
}

/* 机构设置 */

.zzjg-box {
  margin-top: 0.5rem;
  overflow: hidden;
}

.zzjg-box h3 {
  font-family: "syh-b";
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
}

.zzjg-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}

.zzjg-box ul li {
  width: 30.333%;
  margin: 0.2rem 1.5% 0 1.5%;
  background: #F7F7F7;
  position: relative;
  z-index: 1;
}

.zzjg-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.02rem;
  background: #0A64A2;
  z-index: -1;
  transition: all 0.4s;
}

.zzjg-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.12rem 0.2rem;
  height: 0.72rem;
}

.zzjg-box ul li .color-777 {
  color: #777;
}

.zzjg-box ul li a span {
  font-size: 0.18rem;
  line-height: 0.24rem;
  max-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
}

.zzjg-box ul li:hover::before {
  width: 100%;
}

.zzjg-box ul li:hover a span {
  color: #fff;
}

/* 开元棋盘7123下载地址领导 */
.xyld-box {
  margin-top: 0;
}

.xyld-box ul li {
  width: 47%;
  margin: 0.4rem 1.5% 0 1.5%;
}

.xyld-box ul li:hover::before {
  width: 0.02rem;
}

.xyld-box ul li a {
  flex-wrap: wrap;
  height: auto;
  padding: 0.32rem 0.4rem;
}

.xyld-box ul li a h3 {
  width: 100%;
  font-family: "syh-b";
  font-size: 0.2rem;
  font-weight: 700;
}

.xyld-box ul li a h3 b {
  color: #0A64A2;
  font-weight: 700;
  padding-left: 0.1rem;
}

.xyld-box ul li a p {
  font-family: "syh-r";
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
  min-height: 0.6rem;
  margin-top: 0.1rem;
}

/* 电子校报详情 */
.dzxb-xq form {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.dzxb-xql {
  flex: 1;
  min-width: 0;
  padding: 0.3rem 0.5rem;
  background: #FFFFFF;
  border: 1px solid #B5BFD6;
  box-shadow: 0px 0.05rem 0.3rem 0px rgba(0, 0, 0, 0.25);
}

.dzxb-xql img {
  width: 100%;
}

.dzxb-xqr {
  width: 0.35rem;
  margin-right: 0.57rem;
}

.dzxb-xqr p {
  margin: 0.19rem 0;
  border-radius: 0px 0.1rem 0.1rem 0px;
  background: #007639;
  font-family: "syh-m";
  transition: all 0.4s;
}

.dzxb-xqr p a {
  display: block;
  padding: 0.15rem 0.09rem;
  color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}

.dzxb-xqr p a img {
  width: 0.15rem;
}

.dzxb-xqr p:nth-child(2) {
  background: #0A64A2;
}

.dzxb-xqr p:hover {
  width: calc(100% + 0.05rem);
}

/* 大美河推 */

.dmht {
  padding-top: 0.5rem;
}

.dmht-t {
  display: flex;
  align-items: center;
  background: url(/images/dmht-tbg.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 1rem;
  margin-bottom: 0.11rem;
}

.dmht-tpic {
  width: 69%;
}

.dmht-tpic .pic {
  padding-top: 39.71%;
}

.dmht-tpic .pic img {
  transition: all 0.4s;
}

.dmht-tpic .pic:hover img {
  transform: scale(1.05);
}

.dmht-t h3 {
  width: 31%;
  text-align: center;
  font-family: "syh-b";
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFFFF;
}

.dmht-d {
  overflow: hidden;
}

.dmht-d ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.11rem;
}

.dmht-d ul li {
  width: 33.33%;
}

.dmht-d ul li a {
  display: block;
  position: relative;
  margin: 0.11rem;
}

.dmht-d ul li a .pic {
  padding-top: 58.46%;
}

.dmht-d ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.53rem;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 99%);
}

.dmht-c ul>div {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;

}

.dmht-c ul>div li {
  width: 100%;
}

.dmht-c ul li.ts {
  width: 66.66%;
}

.dmht-d ul li.ts a .pic {
  padding-top: 59.6%;
}

.dmht-d ul li a .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem;
}

.dmht-d ul li a .info p {
  font-family: "syh-m";
  font-size: 0.16rem;
  text-align: center;
  color: #FFFFFF;

}

/* 校徽校训 */
.xxxh {}

.xxxh h3 {
  font-family: "syh-b";
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
  position: relative;
}

.xxxh h3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.4rem;
  width: 0.04rem;
  height: 0.24rem;
  background: #0A64A2;
}

.xxxh p {
  font-family: "syh-r";
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #333333;
  text-indent: 2em;
}

.xxxh p b {
  font-weight: bold;
}

.xh {
  margin-top: 0.45rem;
  padding: 0.4rem;
  border: 1px solid #CBCBCB;
}

.xh h3 {
  margin-bottom: 0.3rem;
}

.xh-pic {
  margin-top: 0.45rem;
}

.xh-pic>div {
  /* background: #F7F7F7; */
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.xxxh img {
  max-width: 100%;
}

.xh-pic1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xh-pic1>div:first-child {
  width: 100%;
}

.xh-pic1>div:nth-child(2) {
  width: 100%;
}

.xh-pic2 div{
  padding-bottom:0;
}

.xh2 p {
  margin-bottom: 0.3rem;
}

.xh3 img {
  display: block;
  margin: 0 auto;
}

.xh3 .xh-k>div {
  display: flex;
  justify-content: center;
  align-self: center;
}

.xh3 .xh-k>div>img {
  max-width: 50%;
}
.xh-pic > div p {
    width: 100%;
    text-indent: 0rem;
    text-align: center;
    font-size: 0.2rem;
    font-weight: 600;
    margin-top: 0.4rem;
}
.xh-k p+p{
    width: 100%;
    text-indent: 0rem;
    text-align: center;
    font-size: 0.2rem;
    font-weight: 600;
    margin-top: 0.4rem;
}

/* 开元棋盘7123下载地址简介 */

.xyjj h3 {
  font-family: "syh-b";
  font-size: 0.24rem;
  font-weight: bold;
  color: #000000;
}

.xyjj p {
  font-family: "syh-r";
  font-size: 0.18rem;
  line-height: 32px;
  color: #333333;
  margin-top: 0.34rem;
  text-indent: 2em;
  text-align: justify;
}

.xyjj img {
  display: block;
  max-width: 100%;
}

.jj {
  overflow: hidden;
  margin-top: 0.45rem;
}

.jj1 .jj1-pic {
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
}


.jj1 .jj1-pic img {
  max-width: 100%;
  width: 100%;
}

.jj3-1 {
  position: relative;
  margin-top: 0.34rem;
}

.jj3-1 .bg_img {
  height: 4.4rem;
  display: none;
}

.jj3-1 .jj3-1tx {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.jj3-1 .jj3-1tx>p {
  margin-top: 0;
}

.jj3-2 {
  overflow: hidden;
  margin-top: 0.34rem;
}

.jj3-2>img {
  float: left;
  margin-right: 0.55rem;
  width: 5.77rem;
}

.jj4-1 {
  overflow: hidden;
  margin-top: 0.34rem;
}

.jj4-1>img {
  float: right;
  margin-left: 0.55rem;
  width: 5.5rem;
}

/* 综合页10.31 */
.ny-zhy1 .ny-right {
  float: left;
  width: calc(100% - 3.78rem);
}

.ny-zhy1 .ny-right .position h3 {
  font-size: 0.32rem;
  font-weight: 900;
  color: #C90000;
}

.ny-zhy1 .ny-right .position h3::before {
  background: #C90000;
}

.ny-zhy1 .ny-right .text-list ul li {
  padding: 0 0 0 0.5rem;
}

.ny-zhy1 .ny-right .text-list ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #C90000;
}

.ny-zhy1 .ny-right .text-list ul li::before {
  display: none;
}

.ny-zhy1 .ny-right .text-list ul li span {
  color: #9B9B9B;
}

.ny-zhy1 .ny-right .text-list ul li:hover a {
  color: #3A3A3C;
  font-weight: bold;
}

.ny-zhy1 .ny-right .pagination a.active,
.ny-zhy1 .ny-right .pagination a:hover {
  background: #C90000;
  border: 1px solid #C90000;
}


.ny-rr {
  width: 2.97rem;
  float: right;
}

.ny-rr1 ul li {
  margin-top: 0.28rem;
}

.ny-rr ul li a {
  display: block;
}

.ny-rr1 ul li a .pic {
  padding-top: 68.01%;
  border-radius: 0.1rem;
}

.ny-rr2 {
  margin-top: 0.56rem;
}

.ny-rr2 .tit {
  border-left: 4px solid #C90000;
}

.ny-rr2 .tit h3 {
  line-height: 0.46rem;
  font-family: "sysong-medium";
  font-size: 0.24rem;
  font-weight: 900;
  color: #C90000;
  background: #FFECDD;
  padding: 0 0.14rem;
  margin-left: 0.04rem;
}

.ny-rr2 ul li {
  margin-top: 0.2rem;
}

.ny-rr2 ul li a .pic {
  padding-top: 45.86%;
  border-radius: 0.1rem;
}

@media screen and (max-width: 1300px) {
  .jj3-1 .jj3-1tx {
    margin: 1.2rem 0.3rem 0.75rem 0.3rem;
  }
}

@media screen and (max-width: 1100px) {
  .sz-ty>div {
    padding: 10px 0 0 25px;
  }

  .sz-ty h3 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .banner::after {
    display: none;
  }

  .nymain {
    padding-bottom: 0.5rem;
  }

  .nymain .leftNav>h2 {}

  .nymain .leftNav>ul>li>a::after {
    width: 14px;
    height: 14px;
  }

  .position>div {}

  .position h3 {
    font-size: 22px;
  }

  .position h3::after {
    height: 2px;
  }

  .list-ld ul {
    margin-left: -0.18rem;
    margin-right: -0.18rem;
  }

  .list-ld ul li a {
    display: block;
    margin: 0.2rem;
  }

  .zzjg-box ul li {
    width: 47%;
  }

  .dzxb-xq {
    padding-top: 0.3rem;
  }

}

@media screen and (max-width:900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sz-ty>div {
    padding: 0 20px;
  }

}

@media screen and (max-width:768px) {
  .nymain .leftNav>h2 {
    line-height: 0.56rem;
    text-align: left;
    padding-left: 0.15rem;
    background: #0A64A2;
    clip-path: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
  }

  .nymain .leftNav>h2>div>b {
    margin-top: 0;
  }

  .nymain .leftNav>h2 span {
    width: 0.56rem;
    height: 0.56rem;
    background: url(/images/cd.svg) no-repeat center center;
    background-size: 0.35rem auto;
    cursor: pointer;
  }

  .nymain {
    padding: 0.25rem 0 0.4rem 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 {
    line-height: 0.56rem;
  }


  .ny-right {
    float: none;
    width: auto;
  }

  .position {
    padding: 16px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    flex-wrap: wrap;
    padding-bottom: 0.12rem;
  }

  .position h3 {
    width: 100%;
    margin-bottom: 0.12rem;
  }

  .position h3::after {
    width: 37px;
    height: 37px;
    right: -10px;
    bottom: -15px;
  }

  .position a,
  .position span {
    font-size: 12px;
  }

  .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;
    background: #fff;
    padding: 0.04rem 0.25rem;
  }

  .nymain .leftNav>ul>li>span {
    top: 13px;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li {
    line-height: 0.6rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .img-lists ul li {
    width: 47%;
    margin: 10px 1.5%;
  }

  .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-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.26rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-left: 0.5rem;
  }

  .sz-box h4 {
    background-size: 0.25rem auto;
    padding-left: 0.5rem;
  }

  .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 p {
    font-size: 12px;
  }

  .tw ul li:hover a {
    padding: 0.25rem;
  }

  .tw ul li a .tw-tx {
    padding-left: 0.3rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .art-main .cont-tit p>span{font-size:12px;}

  .art-main .cont-tit p {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .art-main .art-body p,
.art-main .art-body p * {
  font-size: 0.18rem !important;
}

.art-main .art-body p span,
.art-main .art-body p  span* {
  font-size: 0.18rem !important;
}

  .pnext p {
    font-size: 0.18rem;
    margin: 0.05rem 0;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .zzjg-box ul li a {
    padding: 0.2rem;
  }

  .dzxb-xq {
    padding-top: 0.1rem;
  }

  .dzxb-xql {
    padding: 0.2rem;
  }

  .dmht {
    padding-top: 0.2rem;
  }

  .dmht-t {
    padding-top: 0.75rem;
  }

  .dmht-t h3 {
    font-size: 0.26rem;
  }

  .xh {
    margin-top: 0.3rem;
    padding: 0.3rem;
  }

  .xxxh h3::before {
    left: -0.3rem;
  }

  .jj {
    margin-top: 0.3rem;
  }

  .xyjj p {
    margin-top: 0.2rem;
  }

  .jj1 .jj1-pic {
    margin-left: 0.25rem;
    padding-right: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .jj1 .jj1-pic::before {
    top: 0.1rem;
    left: 0.1rem;
  }

  .jj3-2>img,
  .jj4-1>img {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto;
  }

  .ny-zhy1 .ny-right {
    float: none;
    width: auto;
  }

  .ny-rr {
    float: none;
    width: auto;
    margin-top: 0.2rem;
  }

  .ny-zhy1 .ny-right .position h3 {
    font-size: 22px;
  }

  .ny-zhy1 .ny-right .text-list ul li {
    padding: 0 0 0 0.26rem;
  }

  .ny-zhy1 .ny-right .text-list ul li::after {
    width: 0.06rem;
    height: 0.06rem;
  }

  .ny-zhy1 .ny-rr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ny-zhy1 .ny-rr ul li {
    width: 48%;
  }

  .ny-rr2 {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width:640px) {
  .sz-ty h3 {
    padding-left: 20px;
  }

  .sz-ty>div {
    padding-left: 20px;
  }

  .list-ld ul li {
    width: 33.333%;
  }

  .jj3-1 .bg_img {
    height: auto;
    padding-top: 36.36%;
  }

  .jj3-1 .jj3-1tx {
    position: static;
    margin: 0.25rem 0 0 0;
    padding: 0;
  }
}

@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: 45px;
    font-size: 14px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div p {
    line-height: 0.34rem;
  }

  .tw ul li a {
    height: auto;
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 64.01%;
    margin-bottom: 0.1rem;
  }

  .tw ul li a .date em {
    margin-top: 20px;
  }

  .tw ul li a .tw-tx {
    padding-left: 0;
  }

  .list-ld ul li {
    width: 50%;
  }

  .list-ld ul {
    margin-left: -0.12rem;
    margin-right: -0.12rem;
  }

  .list-ld ul li a {
    margin: 0.15rem;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .dmht-t {
    flex-wrap: wrap;
    padding-top: 0.2rem;
  }

  .dmht-t h3 {
    order: 1;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .dmht-tpic {
    order: 2;
    width: 100%;
  }

  .dmht-c ul>div {
    width: 100%;
  }

  .dmht-c ul li.ts {
    width: 100%;
  }

  .dmht-d ul li {
    width: 100%;
  }

  .jj1 {
    display: flex;
    flex-wrap: wrap;
  }

  .jj1 .jj1-pic {
    order: 3;
    margin: 0 auto;
    margin-top: 0.2rem;
  }

}

@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;
  }
}