/* CSS Document */
* {
  padding: 0px;
  margin: 0px;
}

body,
html {
  font-size: 100px;
  font-family: 'syhr';
  margin: 0 !important;
  padding: 0  !important;
  box-sizing: border-box;
}

a {
 text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 0;
}

ul li {
  list-style: none;
}

.l {
  float: left;
}

.r {
  float: right;
}

p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

input {
  outline: none;
  border: 0px;
}


@font-face {
  font-family: 'syhr';
  src: url('../fonts/syhr.woff2') format('woff2'),
       url('../fonts/syhr.woff') format('woff'),
       url('../fonts/syhr.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sysh';
  src: url('../fonts/sysh.woff2') format('woff2'),
       url('../fonts/sysh.woff') format('woff'),
       url('../fonts/sysh.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}


.mb{width:100%; }
.ck{width:100%;}


.topbox {
  width: 1400px;
  margin: .2rem auto;
  justify-content: space-between;
  align-items: center;

}

.box {
  width: 1400px;
  margin: 0 auto;

  flex-wrap: wrap;
  display: flex;
}

.flex {
  display: flex;
}

.clear {
  clear: both;
  width: 100%;
}

.clear10 {
  clear: both;
  width: 100%;
  height: 10px;
}

.clear20 {
  clear: both;
  width: 100%;
  height: 20px;
}

.clear30 {
  clear: both;
  width: 100%;
  height: 30px;
}

.clear40 {
  clear: both;
  width: 100%;
  height: 40px;
}

.clear50 {
  clear: both;
  width: 100%;
  height: 50px;
}

.clear60 {
  clear: both;
  width: 100%;
  height: 60px;
}

/* top */
.sytop {
  width: 100%;
  height: 2.5rem;
  position: absolute;
  z-index: 3;
  background: linear-gradient(rgba(155,13,20, 1) 20%, rgba(155,13,20, 0) 100%);
  top: 0;
}

.topzc{
  width: 40%;
}

.topzc img{
  width: 100%;
}

.topyc a {
  font-size: .14rem;
  color: #fff;
  opacity: .7;
}

.topyc p {
  font-size: .14rem;
  color: #fff;
  margin: 0 .15rem;
    opacity: .7;
}

.kjan {
  margin-bottom: .1rem;
}

.kjan p:last-of-type {
  display: none;
}

.sou {
  width: 2rem;
  float: right;
}

.ssk {
  width: 75%;
  height: .35rem;
  border-radius: .6rem 0 0 .6rem;
  font-size: .14rem;
  background: rgba(255,255,255,0);
  border: 1px solid #d29295;
  border-right: 0;
  color: #fff;
  padding-left: .2rem;
}

.search {
  width: 25%;
  height: .35rem;
  border-radius: 0 .6rem .6rem 0;
  background: url(../images/search.svg) center no-repeat;
  cursor: pointer;
  border: 1px solid #d29295;
  border-left: 0;
  background-size: 50%;
}


/* banner */
.banner {
  width: 100%;
  height: 100vh;
}

div.moduletable-banner {
  width: 100%;
  height: 100%;
}

.flexslider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flexslider .slides > li {
  display: none;
}

.flexslider .slides img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scaleUp 9s linear infinite forwards;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
  height: 100%;
}

.flexslider .slides > li {
  position: relative;
   height: 100%;
}

.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1;
}

.flex-caption {
  width: 96%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}

.flex-direction-nav {
  height: 0;
  overflow: hidden;
}

.flex-direction-nav li a {
  display: none;
  width: .6rem;
  height: .6rem;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-direction-nav li a.next {
  right: .2rem;
  background: url("../images/next.png");
}

.flex-direction-nav li a.next:hover {
  background: url("../images/next2.png");
}

.flex-direction-nav li a.next:active {
  background: url("../images/next2.png");
}

.flex-direction-nav li a.prev {
  left: .2rem;
  background: url("../images/prev.png");
}

.flex-direction-nav li a.prev:hover {
  background: url("../images/prev2.png");
}

.flex-direction-nav li a.prev:active {
  background: url("../images/prev2.png");
}

.flex-direction-nav li a.disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}

.flex-control-nav {
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}

.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  z-index: 3;
}

.flex-control-nav li a:hover {
  background-position: 0 -10px;
  background: #ed1b24;
  z-index: 3;
}

.flex-control-nav li a.active {
  background: #ed1b24;
  width: 40px;
  height: 7px;
  z-index: 3;
}

.bannerwz {
  position: absolute; 
  bottom: 0px; 
  height: 1rem; 
  background: linear-gradient(rgba(255,255,255, 0), rgba(0, 0, 0, 1)); 
  width: 100%;
}

.bannerwz a{
  font-family: sysh; 
  font-size: .26rem; 
  color: #fff; 
  display: block;  
 
  margin: 0 auto;  
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
  margin-left: 30px
}


/* nav */
.nav {
  width: 1400px;
  line-height: .4rem;
  z-index: 6;
  position: relative;
  margin: 0 auto;
}

.nav ul {
  width: 100%;
  justify-content: space-between;

  margin: 0 auto;
}

.dw {
  position: relative;
}

.flmm {
  color: #fff;
  font-family: syhr;
  font-size: .2rem;
  line-height: inherit;
  display: block;
  font-weight: 600;
}

.flmm:hover {
  color: #f1bb7c;
}

.zlm {
  position: absolute;
  top: 100%;
  left: 50%;
  padding-bottom: .2rem;
  min-width: 1.5rem;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  text-align: center;
}

.zlmbj {
  background: #fff;
  border-bottom: 3px solid #f1bb7c;
  border-radius: .05rem;
  width: 100%;
  margin: .1rem 0;
  padding: .15rem 0;
}

.zlmm {
  color: #585858;
  font-size: .16rem;
  font-family: siyuansong !important;
  display: block;
  line-height: .36rem;
}

.zlmm:hover {
  color: #f1bb7c;
}

.nav ul li:hover .zlm {
  visibility: inherit;
  opacity: 1;
}


.lmbt {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .3rem;
}


.lmbt .left {
  align-items: center;
  height: .7rem;
}

.lefttb span {
  line-height: .4rem;
  font-size: .4rem;
}

.lefttb span::before {
  content: '\e609';
  font-family: iconfont;
  font-size: .4rem;
  color: #940000;
}

.leftwz {
  margin-left: .2rem;
}

.leftwz p {
  font-size: .3rem;
  color: #940000;
  font-family: 'sysh';
  line-height: .3rem;
}

.leftwz span {
  font-family: 'arial';
  font-size: .14rem;
  color: #7a7a7a;
  text-transform: uppercase;
  margin-top: .1rem;
  display: inline-block;
  vertical-align: middle;
}

.leftwz span::before {
  content: '';
  width: .3rem;
  height: 2px;
  background: #940000;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.right a {
  font-size: .16rem;
  color: #484848;
  display: inline-block;
  vertical-align: middle;
  font-family: 'sysh';
}

.right a::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 1rem;
  vertical-align: middle;
  background: linear-gradient(to bottom right, rgba(148, 0, 0, 0.3) 5%, transparent 65%);
  margin-right: -30px;
}

.right a::after {
  content: '\e841';
  font-family: iconfont;
  font-size: .3rem;
  color: #a0a0a0;
  margin-left: .1rem;
  display: inline-block;
  vertical-align: middle;
}

.right:hover a,
.right:hover a::after {
  color: #940000;
}



.dwdt {
  width: 100%;
  padding-top: .3rem;
}


.dwdtnews {
  width: 100%;
}


.dwdtleft {
  width: 58%;
}

#focus {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#focus .ck, #focus .mb{height:100%;}

.focus-bar {
  height: 100%;
}

.tempWrap {
  height: 100%;
}

.btn-prev {
  left: .2rem;
  top: 40%;
  position: absolute;
}

.btn-prev::after {
  content: "\e660";
  font-family: iconfont;
  font-size: 60px;
  color: #fdcf30;
  top: 33%
}

.btn-prev:hover::after {
  color: #940000;
}

.btn-next {
  right: .2rem;
  top: 40%;
  position: absolute;
}

.btn-next::after {
  content: "\e65f";
  font-family: iconfont;
  font-size: 60px;
  color: #fdcf30;
}

.btn-next:hover::after {
  color: #940000;
}

#focus .focus-bar-box {
  width: 100%;
  height: 100%;
  position: relative;
}

#focus .focus-bar li {
  width: 100%;
  height: 100%;
}

#focus .focus-bar li a {

color:#fff;
  font-size: .18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .15rem;
}

.bttu {
  width: 100%;
  height: 4.5rem;
  margin-bottom: 10px;
  overflow: hidden;
  background-size: 100% 100%;
}

#focus .focus-bar li img {
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#focus .focus-bar li:hover img {
  overflow: hidden;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.newswzbj {
  height: .9rem;
  width: 90%;
  margin-top: -.65rem;
  border-radius: 0 90px 90px 0;
  float: left;
  position: relative;
  background: #940000;
}

.newswz {
  width: 95%;
  position: absolute;
  z-index: 5;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

#focus .focus-bar li p  {
  color: #fff;
  font-size: .18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .15rem;
  margin-left: .2rem;
}

#focus .focus-bar li p::before{
  content: '\e609';
  font-family: iconfont;
  color: #fdcf30;
  margin-right: .1rem;
}

#focus .focus-bar li sj {
  color: #fff;
  opacity: .6;
  font-size: .16rem;
  font-family: arial;
  margin-left: .2rem;
  display: flex;
  align-items: center;
  height: .36rem;
}




.dwdtright {
  flex: 1;
  min-width: 0;
}
.dwdtright {
  margin-left: 2%;
}

.dwnews {
  width: 100%;
  min-width: 0;
  align-items: center;
  margin: .25rem 0;
}

.dwtime {
  text-align: center;
  border-right: 1px solid #d3d3d3;
  width: 80px;
  margin-right: 15px;
}

.dwtime day {
  font-family: arial;
  font-weight: bolder;
  font-size: .26rem;
  color: #484848;
  opacity: .7;
  display: inline-block;
  width: 100%;
}

.dwtime years {
  font-family: arial;
  font-size: .14rem;
  color: #484848;
  opacity: .7;
  width: 100%;
}

.dwwz {
  flex: 1;
  margin-left: 1%;
}

.dwwz a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: .18rem;
  color: #484848;
  line-height: .3rem;
}


* html .dwwz a {
  height: .6rem;
}

.dwwz:hover a{
  color: #940000;
}


.dwnews:first-child{
  margin-top: 0;
}







.zbfc {
  margin-top: .3rem;
  width: 58%;
}

.zbfc .lefttb span::before {
  content: '\e66a';
}

.zbfcnews {
  min-width: 0;
  align-items: center;
  height: 1rem;
}

.zbfcnews .dwtime {
  border-right: 0;
  margin-right: 0;
}

.zbfcright {
  flex: 1;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  height: 1rem;
}

.zbfcright span::before {
  content: '/';
  font-size: .34rem;
  font-weight: 100;
  color: #484848;
  vertical-align: middle;
  opacity: .5;
  margin-right: .2rem;
  padding-left: .2rem;
}

.zbfcright a {
  font-size: .18rem;
  color: #484848;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: .3rem;
  display: block;
}


* html .zbfcright a {
height:.6rem;
}

.zbfcnews:hover a {
  color: #940000;
}



.tzgg {
  flex: 1;
  margin-top: .3rem;
  margin-left: 5%;
  min-width: 0;
}

.zbfc .lmbt {
  margin-bottom: 0;
}

.tzgg .lmbt {
  margin-bottom: 0;
}

.tzgg .lefttb span::before {
  content: '\e6d5';
}

.tzggnews {
  width: 100%;
  flex-wrap: wrap;
  line-height: .91rem;
}

.tzggnews a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  font-size: .18rem;
  display: block;
  color: #484848;
}

.tzggx {
  justify-content: space-between;
  width: 100%;
  align-items: center;
  line-height: 0;
}

.tzggx yq {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #484848;
  opacity: .38;
}

.tzggx span {
  flex: 1;
  height: 1px;
  background: #484848;
  opacity: .38;
  margin-right: 10%;
}

.tzggx sj {
  font-family: arial;
  color: #484848;
  opacity: .35;
  font-size: .16rem;
}

.tzggnews:hover a {
  color: #940000;
}




/* 基础样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gdtzj-slider {
    width: 100%;
    margin-top: 0.5rem;
    display: block;
    position: relative; /* 新增：为伪元素定位提供参考 */
}

.gdtzj-slider .slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius:5px;
}

.gdtzj-slider .image-list {
    display: flex;
    height: 100%;
    width: auto;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
}

.gdtzj-slider .image-item {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 100%;
}

.gdtzj-slider .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.gdtzj-slider .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; 
    pointer-events: none; 
    transition: opacity 0.3s ease, background-color 0.3s ease;
    outline: none;
}

/* 上一页按钮伪元素（左箭头） */
.gdtzj-slider .prev-btn::before {
    content: "\e660";
			font-family: iconfont;
			font-size: .2rem;
}

/* 下一页按钮伪元素（右箭头） */
.gdtzj-slider .next-btn::before {
   content: "\e65f";
			font-family: iconfont;
			font-size: .2rem;
}

.gdtzj-slider .prev-btn {
    left: .2rem;
}

.gdtzj-slider .next-btn {
    right: .2rem;
}

.gdtzj-slider:hover .slider-btn {
    opacity: 1;
    pointer-events: auto;
}

.gdtzj-slider .slider-btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
}





.dwgk {
    width: 48%;
    margin-top: .4rem;
}
.dwgk .lefttb span::before {
    content: '\e628';
}
.gknews {
    width: 100%;
    border-bottom: 1px dashed #c4c4c4;
   height: .8rem;
    margin-bottom: .2rem;
}
.gknews sj {
    font-family: arial;
    font-size: .14rem;
    color: #484848;
    opacity: .7;
    padding-left: 3%;
}
.gknews a {
    font-size: .18rem;
    color: #484848;
    width: 95%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .1rem;
    padding-left: 3%;
}
.gknews:hover a {
    color: #940000;
}



.box {
    min-width: 0;
    justify-content: space-between;
}
.llxx {
    width: 48%;
    margin-top: .4rem;
    min-width: 0;
}
.llxx .lefttb span::before {
    content: '\ebca';
}
.llxxnews {
    border-bottom: 1px dashed #c4c4c4;
    height: .8rem;
    margin-bottom: .2rem;
}
.llxxnews a {
    font-size: .18rem;
    color: #484848;
    width: 95%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 3%;
}
.llxxnews div {
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    margin-top: .1rem;
}
.llxxnews sj {
    font-family: arial;
    font-size: .16rem;
    color: #484848;
    opacity: .7;
}
.llxxnews p {
    font-size: .16rem;
    color: #7d7d7d;
    padding-left: 3%;
}
.llxxnews:hover a {
    color: #940000;
}






.ztgz{
	width: 100%; 
	margin-top: .2rem;
}

.ztgz .lefttb span::before {
content: '\e620';
}


.fengcai {
    width: 100%;
    margin-top: .4rem;
}

.fengcai .students {
    width: 100%;
    position: relative;
}

#four_flash {
    width: 100%;
    height: 1.7rem;
}

#four_flash .flashBg {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#four_flash .flashBg ul.mobile {
    width: 2000%;
    height: 100%;
    position: absolute;
    left: 0;
}

#four_flash .flashBg ul.mobile li {
    float: left;
    height: 100%;
    color: #6C6E85;
    width: 3rem;
    margin-right: .2rem;
}

#four_flash .flashBg ul.mobile li a{ 
  width: 100%;
    height: 100%;
    display: block;

}

#four_flash .flashBg ul.mobile li img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

#four_flash .but_left {
    position: absolute;
    top: 50%;
  transform: translateY(-50%); 
    left: 0;
    cursor: pointer;
    zoom: 1;
}

#four_flash .but_right {
    position: absolute;
    top: 50%;
  transform: translateY(-50%); 
    right: 0;
    cursor: pointer;
    zoom: 1;
}

.but_left::before {
    content: '\e660';
    font-family: iconfont;
    color: #a8a8a8;
    margin-right: 0.1rem;
    font-size: 0.46rem;
    cursor: pointer;
    display: block;
    zoom: 1;
}

.but_right::after {
    content: '\e65f';
    font-family: iconfont;
    color: #a8a8a8;
    font-size: 0.46rem;
    cursor: pointer;
    display: block;
    zoom: 1;
}

.but_left:hover::before {
    color: #940000;
}

.but_right:hover::after {
    color: #940000;
}



 .yqlj {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.ylt {
  width: calc(100% / 6);
  margin: 0 0.1rem;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}

.ylt a {
  width: 100%;
  display: block;
}

.ylt img {
  width: 100%;
  display: block;
}



.footer {
  width: 100%;
  height: 0.8rem;
  background: #9b0d14;
  border-top: 5px solid #ee3f47;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.footer p {
  font-size: 0.16rem;
  color: #fdcf30;
  margin: 0;
}

.footer a {
  font-size: 0.16rem;
  color: #fdcf30;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}



.phonenav{
    display: none;
  }




.sytop2 {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  background: #940000;
  border-bottom: 3px solid #ee3f47;
  box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  padding-bottom: .1rem;
}

.topbox2 {
  display: flex;
  width: 1400px;

  margin: 0 auto;
  padding-top: .2rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #da9042;
  justify-content: space-between;
  align-items: center;
}

.sytop2 .nav {
  padding-top: .1rem;
}

.nybanner {
  width: 100%;
position: relative;
}

.nybanner img {
  width: 100%;
height:100%;
}


.dqlmd {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.nyflm {
  width: 2.5rem;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
  background: #940000;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.nyflm p {
  display: inline-block;
  width: 95%;
  margin: 0 auto;
  font-size: .3rem;
  font-family: sysh;
  color: #ffffe4;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nyzlm {
  width: 2.5rem;
}

.lmm {
  padding-left: .4rem;
  line-height: .7rem;
  border: 1px solid #ddd;
}

.nyzlm a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .2rem;
  color: #484848;
  vertical-align: middle;
}

.nyzlm a::after {
  content: '\e65f';
  font-family: iconfont;
  font-size: .22rem;
  color: #484848;
  padding-right: .4rem;
  vertical-align: middle;
}

.lmm:hover a {
  color: #940000;
}

.lmm:hover a::after {
  color: #940000;
}



.nyright {
  flex: 1;
  margin-left: 5%;
  min-width: 0;
}

.dqwz {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: .7rem;
  border-bottom: 1px solid #ddd;
}

.dqwz p,
.dqwz a {
  font-size: .16rem;
  color: #828282;
}

.dqwz span {
  margin-left: 15px;
}

.dqwz span::before {
  content: '\e65f';
  font-family: iconfont;
  font-size: .18rem;
  color: #484848;
  margin-right: .15rem;
  opacity: .6;
}

.dqwz a:hover {
  color: #940000;
}

.possplit {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  font-size: 0 !important;
  line-height: 0 !important;
background:none;
text-indent:0;
}

.possplit::before,
.possplit::after {
  font-size: 16px !important;
  line-height: 1.5 !important;
  white-space: nowrap !important;
}


.nynews {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: .2rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: .2rem;
}

.nynews a {
  width: 85%;
  padding-left: 1%;
  overflow: hidden;
  line-height: .36rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .18rem;
  color: #484848;
}

.nynews sj {
  font-size: .16rem;
  color: #828282;
  font-family: arial;
}

.nynews:hover a {
  color: #940000;
}


.newsnr{
	width: 100%; 
}

.title {
	font-size: .26rem;
	line-height: .36rem;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #333333;
  padding-top: .4rem;
}

.newsxx{
	margin-top: .2rem; 
	border-bottom: 1px dashed #d2d2d2; 
	padding-bottom: .2rem;
}

.nrysj {
	font-size: .16rem;
	line-height: .36rem;
	margin: 0 auto;
	text-align: center;
	color: #333333;
	opacity: .5;
}

.zwnews{
	width: 98%; 
	margin: .4rem auto; 
	flex-wrap: wrap;
  padding-bottom: .6rem;
}

.zwnews p{
	font-size: .18rem !important; 
	line-height: .36rem !important; 
	color: #5b5b5b;
}

.zwnews p span{
	font-size: .18rem !important; 
	line-height: .36rem !important; 
	color: #5b5b5b;
}


.zwnews img{
	max-width: 85%; 
	margin: .2rem auto;
}


@media screen and (max-width: 1500px) {
  .topbox, .nav, .box, .topbox2 {
    width: 1300px;
  }
  #four_flash .flashBg ul.mobile li {
    width: 2.74rem;
  }
}

@media screen and (max-width: 1400px) {
  .topbox, .nav, .box, .topbox2 {
    width: 1200px;
  }
  #four_flash .flashBg ul.mobile li {
    width: 2.55rem;
  }
}

@media screen and (max-width: 1300px) {
  .topbox, .nav, .box, .topbox2 {
    width: 1100px;
  }
  #four_flash .flashBg ul.mobile li {
    width: 2.32rem;
  }
  .banner {
    height: 70vh;
  }
  #four_flash {
    height: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .topbox, .nav, .box, .topbox2 {
    width: 1000px;
  }
  #four_flash .flashBg ul.mobile li {
    width: 2.1rem;
  }
  #four_flash {
    height: 1.2rem;
  }
  .leftwz p {
    font-size: .26rem;
  }
  .bannerwz a {
    font-size: .2rem;
    width: 90%;
  }
}

@media screen and (max-width: 1100px) {
  .topbox, .nav, .box, .topbox2 {
    width: 900px;
  }
  #four_flash .flashBg ul.mobile li {
    width: 1.85rem;
  }
}

@media screen and (max-width: 1000px) {
  body, html {
    font-size: 90px !important;
  }
  .topbox, .nav, .box, .topbox2 {
    width: 800px;
  }
  #four_flash .flashBg ul.mobile li {
    width: 1.85rem;
  }
  .flmm {
    font-size: .18rem;
    font-weight: normal;
  }
  .nyflm, .nyzlm {
    width: 2rem;
  }
}

@media screen and (max-width: 900px) {
  .topbox, .nav, .box, .topbox2 {
    width: 90%;
    border-bottom: 0px;
  }
  #four_flash .flashBg ul.mobile li {
    width: 1.85rem;
  }
  .flmm {
    font-size: .18rem;
    font-weight: normal;
  }
  .nyflm {
    width: 2rem;
  }
  .nyzlm {
    width: 100%;
  }
  .banner {
    height: 60vh;
  }
  .nyright {
    margin-left: 0;
    flex: none;
    width: 100%;
  }
  .topyc,
  .nav {
    display: none;
  }
  .topzc {
    width: 70%;
  }
  .phonenav {
    display: block;
  }
  .dwdtleft, .zbfc, .dwgk {
    width: 100%;
  }
  .dwdtright, .tzgg, .llxx {
    margin-left: 0;
    flex: 0;
    width: 100%;
    min-width: 100%;
    margin-top: .3rem;
  }
  .dwdtnews, .yqlj {
    flex-wrap: wrap;
  }
  #four_flash .flashBg ul.mobile li {
    width: 2.21rem;
  }
  .ylt {
    width: 31%;
    margin: 1%;
  }

.nybanner{
height:15vh;
}

.footer{
padding:.2rem 0;
 height:100%;
}

.footer p{
line-height:.3rem;
}

.nynews a{
width:100%;
padding-left:0;
}

.nynews{
flex-wrap:wrap;
}


}

@media screen and (max-width: 800px) {
  .banner {
    height: 50vh;
  }
  #four_flash .flashBg ul.mobile li {
    width: 1.95rem;
  }
}

.nav-toggle-btn {
      position: fixed;
      top: 20px;
      right: 20px; 
      width: .5rem;
      height: .5rem;
      line-height: .5rem;
      border-radius: 50%;
      background-color: #f1bb7c;
      color: #fff;
      border: none;
      font-size: 20px;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
      z-index: 1001; 
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .nav-toggle-btn:active {
      background-color: #f1bb7c;
      transform: scale(0.95);
    }


    .mobile-nav {
      position: fixed;
      top: 0;
      right: 0;
      width: 85%; 
      max-width: 300px; 
      height: 100vh;
      background-color: #fff;
      box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
      overflow-y: auto; 
      z-index: 1000;
      transform: translateX(100%); 
      transition: transform 0.3s ease;
    }

    .mobile-nav.show {
      transform: translateX(0);
    }

    .nav-mask {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 999;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .nav-mask.show {
      opacity: 1;
      pointer-events: auto;
    }

    .nav-list {
      width: 100%;
      padding-top: 20px; 
    }

    .nav-item {
      border-bottom: 1px solid #eee;
    }

    .nav-trigger {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      color: #333;
      font-size: 16px;
      font-weight: 500;
      background-color: transparent;
      border: none;
      width: 100%;
      text-align: left;
      cursor: pointer;
      transition: background-color 0.2s;
    }

.nav-trigger a{
 color: #333;
}


    .nav-trigger:active {
      background-color: #f0f0f0;
    }

    .nav-arrow {
      width: 12px;
      height: 12px;
      border-right: 1px solid #666;
      border-bottom: 1px solid #666;
      transform: rotate(45deg);
      transition: transform 0.3s ease;
    }

    .nav-item.active .nav-arrow {
      transform: rotate(-135deg);
      margin-bottom: 5px;
    }

    .sub-nav {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      background-color: #f8f8f8;
    }

    .nav-item.active .sub-nav {
      max-height: 500px;
    }

    .sub-nav-item {
      padding: 12px 20px 12px 30px; 
    }

    .sub-nav-link {
      color: #555;
      font-size: 15px;
      display: block;
      transition: color 0.2s;
    }

    .sub-nav-link:active {
      color: #007aff; 
    }

.wp_articlecontent
{
width:100%;
}

