body{
  font-family: "PuHuiTi";
}

/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}



/*文字列表*/

.nyMain {
  min-height: 4rem;
  padding: .6rem 0 1.35rem 0;
  overflow: hidden;
}

.nyLeft {
  width: 21%;
  position: relative;
  z-index: 3;
  background: #fff7f3;
    background-size: auto;
  background-size: 100% auto;
  border-bottom: 5px solid #960D13;
  min-height: 5.3rem;
  float: left;
}

.nyLeft .nyLeftBtn {
  background: #C20B0B;
  position: relative;
  padding: 0 .1rem;
    padding-bottom: 0px;
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 1.61rem;
  color: #fff;
  padding-bottom: .3rem;
  display: flex;
  flex-wrap: wrap;
}

.nyLeft .nyLeftBtn span {
  font-size: .4rem;
  display: block;
  text-align: center;
}

.nyLeft .nyLeftBtn i.plus{
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.nyLeft .subNavs {
  padding: .15rem .15rem 1rem;
  margin-top: 0rem;
}

.nyLeft .subNavs>li {
  position: relative;

}

.nyLeft .subNavs>li>h5 {
  padding: .2rem .45rem .2rem .15rem;
  display: block;
  position: relative;
  font-size: .2rem;
  border-bottom: 1px solid #ddd;
}

.nyLeft .subNavs>li>h5 a{
  display: block;
  font-size: .2rem;
  width: 80%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft .subNavs>li>h5 em{
  position: absolute;
  right: .15rem;
  top: 50%;
  transform: translateY(-50%);
  width: .16rem;
  height: .08rem;
  background: url(../nyimages/4.png) no-repeat center;
    background-size: auto;
  background-size: 100% 100%;
}

.nyLeft .subNavs ol{
  padding: 0.1rem .45rem 0.1rem .15rem;
  border-bottom: 1px solid #ddd;
  display: none;
}

.nyLeft .subNavs ol li{
  line-height: 0.36rem;

}

.nyLeft .subNavs ol li a{
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft .subNavs>li.on > a {
  color: #960D13;
  position: relative;
}

.nyLeft .subNavs>li.on>h5 em {
  background: url(../nyimages/4on.png) no-repeat center;
    background-size: auto;
  background-size: 100% 100%;
}


.nyRight {
  float: right;
  width: 74%;
  position: relative;
  z-index: 2;
}

.nyRight .nyrtit {
  border-bottom: 1px solid #ab1115;
  padding-bottom: .15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyRight .nyrtit .tit {
  font-size: .32rem;
  font-weight: bold;
  color: #ab1115;
}

.posi {
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
    background-size: auto;
  background-size: .19rem .18rem;
  padding-left: .25rem;
}

.posi a {
  color: #888;
}

.posi a + a::before {
  content: '>';
  margin: 0 .1rem;
  color: #888;
}


.nyRight .nyrCon {
  padding: .5rem 0 .2rem;
}

.txtList {
  padding-bottom: .4rem;
}

.txtList li {
  position: relative;
  border-bottom: 1px dashed #d8dff2;
}

.txtList li a {
  padding: .2rem .3rem;
  transition: .3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.txtList li .time {
  background: #ab1115;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: .3s;
  position: relative;
  z-index: 3;
  width: .8rem;
  height: .8rem;
  flex-direction: column;
}

.txtList li .time span {
  font-size: .38rem;
  display: block;
  line-height: 1em;
}

.txtList li h4 {
  flex: 1;
  overflow: hidden;
  margin-left: .25rem;
  font-size: .2rem;
  line-height: 1.4em;
  position: relative;
  z-index: 3;
  font-weight: normal;
}

.eclips {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txtList li a::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(159deg, #FCAC02 10%, #C20B0B 49%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


.pages{
  margin: 0 auto 0 auto;
  text-align: center;
}

.pages img{
  max-width: 100%;
}




/*图文列表*/


.djList {
  margin-bottom: .5rem;
}

.djList li {
  position: relative;
  border-bottom: 1px dashed #d8dff2;
}

.djList li a {
  padding: .3rem 0 .3rem .3rem;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.djList li .img {
  width: 3.25rem;
  height: 1.9rem;
  overflow: hidden;
}

.zoomImg img {
  width: 100%;
  transition: .5s;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}


.djList li .txt {
  flex: 1;
  overflow: hidden;
  margin-left: .3rem;
  margin-right: .3rem;
}

.djList li .txt h4 {
  font-size: .2rem;
  line-height: 1.4em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.djList li .txt .desc {
  margin: .2rem 0 .25rem;
  color: #888;
  line-height: 0.25rem;
  text-align: justify;
  font-size: .15rem;
  height: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.djList li .txt .times {
  color: #666;
  font-size: .16rem;
}

.djList li::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(159deg, #FCAC02 10%, #C20B0B 49%);
  background-size: auto;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


/*内容*/

.arc-tit {
  margin-bottom: .2rem;
}


.arc-tit h1 {
  font-size: .28rem;
  text-align: center;
  line-height: 1.4em;
  text-align: center;
}

.arc-info {
  text-align: center;
  padding-bottom: .2rem;
  font-size: .16rem;
  color: #666;
  border-bottom: 1px solid #ddd;
  margin-bottom: .3rem;
}

.arc-info span {
  display: inline-block;
  margin: 0 .1rem;
  padding: 4px 0 2px;
}

.nytxtcont {
  line-height: 1.8em;
  color: #333;
  text-align: justify;
  padding-bottom: .2rem;
  font-size: .18rem;
}

.nytxtcont p {
  margin-bottom: .2rem;
  line-height: 1.8em;
  text-indent:2em;
}

.nytxtcont img {
  text-align: center;
  display: block;
  margin: .1rem auto;
  max-width: 100%;
  object-fit: cover;
}

.arc-sib {
  border-top: 1px solid #ddd;
  padding-top: .26rem;
  font-size: .18rem;
  line-height: 1.6em;
}

.arc-sib div {
  padding: .08rem 0;
}




/*图片列表*/



.nypiclist li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
}


.nypiclist li:nth-child(3n){
  margin-right: 0;
}

.nypiclist li a{
  display: block;
}

.nypiclist li .img{
  overflow: hidden;
  position: relative;
  padding-top: 56.5%;
  width: 100%;
}

.nypiclist li .img img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nypiclist li .txt{
  margin: 0px auto 0 auto;
  width: 90%;
  padding: 0.2rem 0 0.3rem 0;
  text-align: center;

}

.nypiclist li .txt h5{
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.2rem;
  color: #333;
}

.nypiclist li .txt p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.25rem;
  height: 0.5rem;
  overflow: hidden;
  margin: 0.1rem auto 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



@media (min-width: 980px) {

  .nypiclist li:hover .img img{
    transform: scale(1.1);
  }

  .nypiclist li:hover .txt h5{
    color: #ab1115;
  }

  .arc-sib div:hover {
    color: #ab1115;
  }

  .arc-sib div:hover a{
    color: #ab1115;
  }

  .djList li:hover::after {
    opacity: 1;
    visibility: visible;
  }

  a:hover .zoomImg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .djList li:hover .txt h4 {
    color: #fff;
  }

  .djList li:hover .txt .desc {
    color: rgba(255,255,255,.8);
  }

  .djList li:hover .txt .times {
    color: #fff;
  }


  .txtList li:hover a::after {
    opacity: 1;
    visibility: visible;
  }

  .txtList li:hover a {
    color: #fff;
  }

  .txtList li:hover .time {
    background: #fff;
    color: #960D13;
    
}

.nyLeft .subNavs ol li:hover a{
  color: #ab1115;

}

.nyLeft .subNavs>li:hover> h5 a {
  color: #960D13;
  position: relative;
}

.nyLeft .subNavs>li:hover>h5 em {
  background: url(../nyimages/4on.png) no-repeat center;
    background-size: auto;
  background-size: 100% 100%;
}


}




@media (max-width: 980px) {

  .nyMain {
    padding: .4rem 0 1.5rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    min-height: inherit;
    border-bottom: 0;
  }
  
  .nyLeft .nyLeftBtn {
    padding: .2rem .25rem;
    height: auto;
    justify-content: space-between;
    display: flex;
    background: #960D13;
  }
  
  .nyLeft .nyLeftBtn span {
    font-size: .36rem;
    text-align: left;
}

.nyLeft .nyLeftBtn i.plus {
  display: block;
  width: .8rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.nyLeft i.plus:before {
  content: '';
  position: absolute;
  left: 50%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  width: .24rem;
  margin-left: -.12rem;
  background: #fff;
}

.nyLeft i.plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: .24rem;
  margin-top: -.12rem;
  width: 2px;
  margin-left: -1px;
  background: #fff;
  transition: .3s;
}
  
  .nyLeft .subNavs {
    display: none;
    border-top: 0;
    background: #fff7f3;
    padding: .3rem .2rem .5rem;
    margin-top: 0;
    min-height: inherit;
  }
  
  .nyLeft .subNavs>li {
    position: relative;
  
  }
  
  .nyLeft .subNavs>li>h5 {
    padding: .2rem .45rem .2rem .15rem;
    display: block;
    position: relative;
    font-size: .2rem;
    border-bottom: 1px solid #ddd;
  }
  
  .nyLeft .subNavs>li>h5 a{
    font-size: .28rem;
    width: 80%;
  }
  
  .nyLeft .subNavs>li>h5 em{
    width: .2rem;
    height: .12rem;
  }
  
  .nyLeft .subNavs ol{
    padding: 0.1rem .45rem 0.1rem .15rem;
    border-bottom: 1px solid #ddd;
    display: none;
  }
  
  .nyLeft .subNavs ol li{
    line-height: 0.4rem;
  
  }
  
  .nyLeft .subNavs ol li a{
    font-size: 0.26rem;
  }
  
  
  
  .nyLeft .subNavs>li.on>h5 em {
    background: url(../nyimages/4on.png) no-repeat center;
      background-size: auto;
    background-size: 100% 100%;
  }
  
  .nyLeft i.plus.show:after {
    transform: rotate(90deg);
}

  .nyRight {
    float: none;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: .4rem;
  }
  
  .nyRight .nyrtit {
    border-bottom: 1px solid #ab1115;
    padding-bottom: .15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;
  }
  
  .posi {
    order: 1;
    width: 100%;
    margin-bottom: .2rem;
  }
  
  
  
  .txtList {
    padding-bottom: .4rem;
  }
  
  .txtList li {
    position: relative;
    border-bottom: 1px dashed #d8dff2;
    margin-bottom: 0.3rem;
  }
  
  .txtList li a {
    padding: 0rem 0 0.3rem 0;
    align-items: flex-start;
  }
  
  .txtList li .time {
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .txtList li .time span {
    font-size: .46rem;
  }
  
  .txtList li h4 {
    font-size: .28rem;
    display: inline-block;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    line-height: 0.4rem;
    height: 1.2rem;
    overflow: hidden;
  }
  
  .eclips {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .txtList li a::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(159deg, #FCAC02 10%, #C20B0B 49%);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  
  
  .pages{
    margin: 0 auto 0 auto;
    text-align: center;
    width: 80%;
  }


  .djList li{
    margin-bottom: 0.3rem;
  }

  .djList li a {
    padding: 0rem 0 .3rem 0rem;
  }
  
  .djList li .img {
    width: 2.8rem;
    height: 1.8rem;
  }
  

  
  .djList li .txt {
    margin-right: 0;
  }
  
  .djList li .txt h4 {
    font-size: .28rem;
    margin-bottom: .15rem;
    font-weight: normal;
    line-height: 0.4rem;
    display: inline-block;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    height: 0.8rem;
    overflow: hidden;
  }
  
  .djList li .txt .desc {
    display: none;
  }
  
  .djList li .txt .times {
    font-size: .26rem;
  }
  
  
  
  .arc-tit h1 {
    font-size: .36rem;
  }
  
  .arc-info {
    font-size: .26rem;
  }
  
  
  .nytxtcont {
    line-height: 1.8em;
    color: #333;
    text-align: justify;
    padding-bottom: .2rem;
    font-size: .28rem;
  }
  
  .nytxtcont p {
    margin-bottom: .2rem;
    line-height: 1.8em;
  }
  
  
  .arc-sib {
    border-top: 1px solid #ddd;
    padding-top: .26rem;
    font-size: .28rem;
    line-height: 1.6em;
  }
  
  .arc-sib div {
    padding: .08rem 0;
  }



  .nypiclist li{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.5rem;
  }
  
  
  .nypiclist li .img{
    overflow: hidden;
    position: relative;
    padding-top: 56.5%;
    width: 100%;
  }

  
  .nypiclist li .txt{
    margin: 0px auto 0 auto;
    width: 90%;
    padding: 0.3rem 0 0.3rem 0;
    text-align: center;
  
  }
  
  .nypiclist li .txt h5{
    font-size: 0.3rem;
  }
  
  .nypiclist li .txt p{
    font-size: 0.26rem;
    line-height: 0.35rem;
    height: 0.7rem;
    margin: 0.1rem auto 0 auto;
  }
  
  

  


}

/*内容样式*/
.nytxtcont td,
.nytxtcont th{padding: 10px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;line-height: 1.25;}
.nytxtcont td p,
.nytxtcont th p{padding-bottom:0;margin-bottom: 0 !important;}
.nytxtcont table {border-collapse: collapse;border: 1px solid #dadbdd; width:100%}
.nytxtcont table tr:not(:first-child) td{}
.nytxtcont table td {border: 1px solid #dadbdd;}

.nytxtcont table th{ border: 1px solid #dadbdd;}


@media screen and (max-width: 1199px) {

	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
  }


@media (max-width: 597px) {
  body {
      font-size: .26rem;
  }
}