.clear {
  clear: both;
}

.clear:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*内容样式*/
.nyrCon td,
.nyrCon th{padding: 10px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;line-height: 1.25;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;}
.nyrCon table {border-collapse: collapse;border: 1px solid #dadbdd; width:100%}
.nyrCon table tr:not(:first-child) td{}
.nyrCon table td {border: 1px solid #dadbdd;}

.nyrCon table th{ border: 1px solid #dadbdd;}


@media screen and (max-width: 1024px) {

    .tbsc{overflow-x: auto;}
    .tbsc table{width: 700px;}
  }


@media (max-width: 597px) {
  body {
      font-size: .26rem;
  }
}



/*header*/

.headerbg{
  position: relative;
  z-index: 11;
  width: 100%;
  height: 0.61rem;
  margin: 0 auto;
  background: linear-gradient(178.59deg, rgba(183, 9, 10, 1) 0%, rgba(234, 58, 24, 1) 100%);
}


.headerbg .headerbox{
  margin: 0 auto;
  height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.headerbg .headerbox #date-display{
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
}


.headerbg .headerbox .box_r{
  margin: 0rem 0% 0 0 ;

}

.headerbg .headerbox .box_r .sou{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.headerbg .headerbox .box_r .sou .ico{

}

.headerbg .headerbox .box_r .sou .ico ul li{
  display: inline-block;
  position: relative;
  width: 0.41rem;
  height: 0.41rem;
  background: url(../nyimages/ico_xt.png) no-repeat  center;
  background-size: 100%;
  margin-right: 0.15rem;
}

.headerbg .headerbox .box_r .sou .ico ul li .pic img{
  display: block;
  margin: 0.1rem auto 0 auto;
  width: 0.21rem;
  height: 0.21rem;
}

.headerbg .headerbox .box_r .sou .ico ul li .ewm{
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%) translateY(108%);
  transition: all 0.5s ease 0s;
  box-shadow: rgba(1, 1, 1, 0.08) 0px 2px 9.5px 0.5px;
  width: 1.4rem;
  height: 1.4rem;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 0.05rem;
  visibility: hidden;
  z-index: 9;
  transition: .5s;
}

.headerbg .headerbox .box_r .sou .ico ul li .ewm img {
  width: 100%;
  height: 100%;
}

.headerbg .headerbox .box_r .sou .ico ul li:hover .ewm {
  opacity: 1;
  transform: translateX(-50%) translateY(103%);
  visibility: visible;
}


.headerbg .headerbox .box_r .sou .ico ul{
  display: flex;
      justify-content: left;
      flex-wrap: wrap;
      align-items: center;
}

.headerbg .headerbox .box_r .sou .ico ul li:last-child{
  width: auto;
  background: none;
  line-height: 0.41rem;
  font-size: 0.18rem;
  color: #fff;
}

.headerbg .headerbox .box_r .sou .ico ul li:last-child a{
    font-size: 0.18rem;
    color: #fff;
}



.sou .search_box{
  position: relative;
  width: 2.63rem;
  height: 0.41rem;
  background: url(../nyimages/soubg.png) no-repeat  center;
  background-size: 100%;

}

.sou .search_box .searchInp{
  float: left;
  width: 80%;
  height: 0.4rem;
  background: none;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.68);
  border: none !important;

}

.sou .search_box .searchInp::placeholder{
  background: none;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.68);

}

.sou .search_box .submitBtn{
  float: right !important;
  background: url(../nyimages/sou.png) no-repeat  center !important;
  background-size: 100% !important;
  width: 0.19rem !important;
  height: 0.19rem !important;
  margin: 0.1rem 0.2rem 0 0 !important;
  min-width: auto !important;
  max-width: initial !important;
}



/*top*/


.top_bg{
  background: #fff;
  height: 1.2rem;

}

.top_bg .top_con .logo {

  margin-top: 0rem; 
}

.nav_bg {
  height: 0.5rem;
  margin: 0rem -0.25rem 0 0;
}


/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}






/*分类*/

.nyMain {
  min-height: 6rem;
  padding: 0rem 0 1.2rem 0;
  position: relative;
  z-index: 9;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.nyMain::before{
  position: absolute;
  left: 0%;
  bottom: 0rem;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyLeft {
  width: 2.98rem;
  position: relative;
  z-index: 10;
  margin-top: -0.9rem;
  background: #b7090a;
  float: left;

}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 0.9rem;
  background: url(../nyimages/fenlei_t.png) no-repeat  center;
  background-size: 100%;
  position: relative;
}

.nyLeft  .fenlei_t::before{
  position: absolute;
  top: -0.3rem;
  left: -0.21rem;
  content: "";
  z-index: -1;
  width: 3.4rem;
  height: 1.15rem;
  background: url(../nyimages/fenlei_t.png) no-repeat top center;
  background-size: 100% 100%;
}

.nyLeft  .fenlei_t h2{
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  font-family: "SourceHanSerifCN";
}

.nyLeft  ul{
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-left: 0.05rem;
  background: linear-gradient(180deg, rgba(255, 250, 241, 1) 0%, rgba(255, 252, 248, 1) 100%);
}

.nyLeft>ul>li{
  width: 100%;
  margin: 0 auto 0.15rem auto;
  position: relative;
  z-index: 5;

}

.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  padding: .15rem .35rem .15rem .35rem;
  display: block;
  position: relative;
}

.nyLeft>ul>li>h5 a{

font-size: 0.2rem;

color: rgba(0, 0, 0, 1);

display: block;

width: 90%;

text-align: center;

-webkit-transition: all 0.5s ease-out;

-o-transition: all 0.5s ease-out;

transition: all 0.5s ease-out;
}

.nyLeft>ul>li>h5 em {
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;
  display: none;
}

.nyLeft>ul>li.has>h5 em{
  display: block;
}

.nyLeft>ul>li.on.has>h5 em{
  display: block;
}

.nyLeft>ul>li>h5 em::after {
  position: absolute;
  right: .35rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url(../nyimages/arr_lmList.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 0.1rem;
  height: 0.14rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft>ul>li>h5 em.show::after{
  transform: translateY(-50%) rotate(90deg);
}


.nyLeft>ul>li>h5::after{
  position: absolute;
  left: 0%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: rgba(255, 236, 236, 1);
  content: "";
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li>h5::before{
  position: absolute;
  left: 9%;
  bottom: 0;
  width: 82%;
  height: 0px;
  content: "";
  z-index: -2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li.on>h5::after{
  width: 100%;
}


.nyLeft>ul>li.on>h5 a{
  color: rgba(183, 9, 10, 1);
}

.nyLeft>ul>li.on>h5 em::after{
  background: url(../nyimages/ico.png) no-repeat center;
  background-size: 100% 100%;
}

.nyLeft>ul>li .erji{
  display: none;
padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #ddd;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.4rem;
  margin: 0 auto;



}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  font-size: 0.2rem;
  color: #333;
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.2rem;
  color: #222222 ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 12%;
}
.nyLeft>ul>li .erji>li.on>h6 a{
  font-weight:bold;
  font-size: 0.2rem;
  color: rgba(183, 9, 10, 1);

}



.nyLeft>ul>li .erji>li>h6 em{
  position: absolute;
  right: .15rem;
  top: 0%;
  width: .14rem;
  height: 100%;
  background: url(../nyimages/fenleiico1.png) no-repeat center;
  background-size: 100%;
  transform: rotate(-90deg);
  display: none;
}


.nyLeft>ul>li .erji>li>dl{
  display: none;
  border-bottom: 1px dashed #ddd;
}


.nyLeft>ul>li .erji>li>dl dd a{
display: block;
line-height: 0.36rem;
font-size: 0.15rem;
color: #666666;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
padding-left: 20%;


}





.nyRight {
  float: right;
  width: calc((100% - 3.5rem));
  position: relative;
  z-index: 2;
  padding-top: 0.38rem;
}

.nyRight .nyrtit {
  padding-bottom: 0.28rem;
  border-bottom: 1px solid rgba(250, 207, 205, 1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyRight .nyrtit h5{
  line-height: 0.36rem;
  font-size: 0.24rem;
  font-weight: 700;
  color: rgba(186, 38, 26, 1);
  width: 60%;
}
.posi {
  line-height: 0.3rem;
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
  background-size: .2rem .18rem;
  padding-left: .32rem;
}

.posi a {
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
}

.posi a + a::before {
  content: '›';
  margin: 0 .05rem;
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
}


.nyRight .nyrCon {
  padding: 0;
}




/*图片列表*/


.nypiclist{
  margin: 0.6rem auto 0 auto;
}

.nypiclist ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nypiclist ul li{
  position: relative;
  z-index: 5;
  width: 31%;
  margin: 0rem 3.5% 0.85rem 0;
}

.nypiclist ul li:nth-child(3n){
  margin-right: 0;
}

.nypiclist ul li a{
  display: block;
}

.nypiclist ul li .img{
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 53%;
  overflow: hidden;

}

.nypiclist ul li .img img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/*team*/

.nyteambg .nyLeft{
  width: 3.8rem;
}

.nyLeft>ul>li>h5 a {
  text-align: left;

}

.nyteambg .nyRight{
  width: calc((100% - 4.3rem));
}

.nyteam{
  margin-top: 0.65rem;
}


.nyteam ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyteam ul li{
  margin: 0 6.78% 0.23rem 0;
  width: 28.8%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(249, 250, 250, 1);
  position: relative;
  z-index: 5;
  padding: 0 0.45rem;
}

.nyteam ul li:nth-child(3n){
  margin-right: 0;
}

.nyteam ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyteam ul li h5{
  width: 80%;
  position: relative;
  z-index: 5;
  font-size: 0.2rem;
  color: rgba(44, 44, 44, 1);
  padding-left: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  width: 4px;
  height: 4px;
  background: rgba(186, 38, 26, 1);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li em{
  display: block;
  background: url(../nyimages/ico.png) no-repeat center;
  background-size: 100%;
  width: 0.09rem;
  height: 0.14rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 3px;
  height: 100%;
  background: rgba(186, 38, 26, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/*现任领导*/

.nyleader{
  margin: 0.6rem auto 0 auto;
}



.nyleader ul li{
  width: 50%;
  margin: 0 25% 1rem 25%;


}


.nyleader ul li a {
  /* display: flex
; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  /* align-items: flex-end; */
}

.nyleader ul li .pic{
  width: 1.74rem;
  height: 2.17rem;
  position: relative;
  margin: 0 auto;
}

.nyleader ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;

}

.nyleader ul li .txt{
  width: calc((100% - 0rem));
  margin: 0 auto;
  text-align: center;
}

.nyleader ul li .txt h5{
  font-size: 0.26rem;
  color: rgba(186, 38, 26, 1);
  font-weight: bold;
  margin: 0.2rem auto 0.4rem auto;
}

.nyleader ul li .txt p{
  font-size: 0.22rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.3rem;
  max-height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.nyleader ul li .txt em.xt1{
  display: block;
  width: 100%;
  height: 1px;
  background:rgba(216, 216, 216, 1);
  margin-top: 0.25rem;
}

.nyleader ul li .txt i.xt2{
  display: block;
  width: 0.8rem;
  height: 1px;
  background: rgba(186, 38, 26, 1);
  margin-top: -1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/*news*/

.nynews{
  margin: 0.3rem auto 0rem auto;
  padding-bottom: 0.3rem;
}

.nynews ul li{
  position: relative;
  padding: 0.35rem 0;
  border-bottom: 0.5px solid rgba(214, 213, 213, 1);

}

.nynews ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynews ul li .pic{
  width: 2.85rem;
  height: 1.98rem;
  position: relative;
  overflow: hidden;
}


.nynews ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt{
  margin-right: 0.3rem;
  width: calc((100% - 3.5rem));
} 

.nynews ul li .txt h5{
  font-size: 0.22rem;
  color: rgba(51, 51, 51, 1);
  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;
  margin: 0.35rem 0 0.1rem 0;

}

.nynews ul li .txt .time{
  font-size: 0.16rem;
  color: rgba(186, 38, 26, 1);
  font-family: "MiSans";
  background: url(../nyimages/time.png) no-repeat left center;
  background-size: 0.12rem 0.12rem;
  padding-left: 0.2rem;
}

.nynews ul li .txt p{
  font-size: 0.18rem;
  color: rgba(137, 137, 137, 1);
  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;
  margin: 0.15rem 0 0.37rem 0;
}

.nynews ul li .txt .more{
  width: 0.19rem;
  height: 0.14rem;
  background: url(../nyimages/more.png) no-repeat  center;
  background-size: 100%;
}






/*nynotice*/

.nynotice{
  margin: 0.45rem auto 0rem auto;
  padding-bottom: 0.5rem;
}

.nynotice ul li{
  position: relative;
  z-index: 5;
  height: 1.5rem;
  border-bottom: 0.5px dashed rgba(188, 188, 188, 0.8);

}

.nynotice ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.nynotice ul li .time{
  width: 1.5rem;
  text-align: center;
  font-family: "MiSans";
  border-right: 1px solid rgba(255, 238, 238, 1);
}

.nynotice ul li .time span{
  display: block;
  font-size: 0.32rem;
  font-weight: bold;
  color: rgba(183, 9, 10, 1);
  line-height: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.08rem;
}

.nynotice ul li .time i{
  display: inline-block;
  font-size: 0.18rem;
  color: rgba(158, 158, 158, 1);
  border: 1px solid rgba(228, 194, 194, 1);
  padding: 0 0.05rem ;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .txt{
  width: calc((100% - 1.85rem));
} 

.nynotice ul li .txt h5{
  font-size: 0.24rem;
  color: rgba(51, 51, 51, 1);
  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;
}

.nynotice ul li .txt p{
  font-size: 0.2rem;
  color: rgba(141, 141, 141, 1);
  line-height: 0.22rem;
  height: 0.44rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}

.nynotice ul li::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0px;
  width: 0%;
  height: 100%;
  background: url(../nyimages/noticelist.jpg) no-repeat left center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/*nyabout*/

.nyaboutbg{
  padding-bottom: 0;
}
.nyabout{
  margin: 0.6rem auto 0 auto;padding-bottom:0.4rem;
}


.nyabout .ab_t{
  font-size: 0.33rem;
  font-weight: bold;
  color: #B7090A;
  text-align: center;
  margin: 0 auto 0.6rem auto ;
}

.nyabout .abbox1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 

.nyabout .abbox1 .abimg{
  position: relative;
  width: 6.74rem;
  height: 3rem;


}

.nyabout .abbox1 .abimg img{
  width: 100%;
  height: 100%;

}

.nyabout .abbox1 .txt{
  width: calc((100% - 7.25rem));
}

.nyabout .abbox{
  margin: 0 auto 1rem auto;
}

.nyabout .abbox1{
  margin: 0 auto 0.7rem auto;
}

.nyabout .txt h5{
  font-size: 0.26rem;
  font-weight: bold;
  color: #B7090A;
  margin-bottom: 0.25rem;
  padding-left: 0.15rem;
  position: relative;
}

.nyabout .txt h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 0.23rem;
  background: rgba(183, 9, 10, 1);
}

.nyabout .txt p{
  font-size: 0.22rem !important;
  color: #333333;
  line-height: 0.36rem  !important;
margin:30px 0;


}

.nyabout .txt p{
 word-break:break-all;

}
.nyabout .txt table p{
  text-indent:0 !important;
  margin:10px !important;

}
.nyabout .txt img{
  max-width:100%;
  margin:0 auto !important;
  display:block;
  height:auto !important;
}
.nyabout .txt_from p{
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.36rem;
  text-indent: 0;
  text-align: right;
  margin-top: 0.3rem;

}

.nyabout .txt p i{
  font-weight: bold;
}

.nyabout .txt .nr{
  margin-top: 0.2rem;
}

.nyabout .txt .nr p{
  text-indent: 0em;
  position: relative;
  margin-left: 0.1rem;
}

.nyabout .fuj li,.nyabout .fuj li a{
  font-size: 0.22rem !important;

  line-height: 0.36rem  !important;



}


/*fenye*/

.fenye{
  margin: 0.5rem auto 0 auto;
}

.page {
  width: 100%;
  margin-top: 0rem;
}


.pb_sys_common {
  font-size:.16rem ;
  padding: 0px 0.05rem ;
  height: auto ;
  line-height: 0.3rem ;
  min-width: 0.3rem ;
}

.pb_sys_common a{
  text-decoration: none;
}

.pb_sys_common .p_pages{
  margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  border: 1px solid #ccc;
  padding: 0px 0.1rem ;
  margin:0px 0px 0px 5px;

  height:0.3rem;

  line-height:0.3rem;
  box-sizing:border-box;
  display:inline-block;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_t{
  line-height:12px;
  margin:0px;
  padding:0px;
  display:inline-block;
  vertical-align:middle;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
  color: #ccc;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  color: #222;
}

.pb_sys_common .p_dot {
  margin-left:4px;
  margin-right:-4px;
  color:#222;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
  /*
  height:22px;
  border: 1px solid #aaa;
  outline-width:thin;
  outline-color:#258CFF;

  text-align:center;
  vertical-align:middle;    
  */
  font-size:12px;

  border: 1px solid #aaa;
  height:22px;
  line-height:20px;
  box-sizing:border-box;
  vertical-align:middle;

  outline-width:thin;
  outline-color:#9c0c14;
  
  margin:0px 2px;
  padding:0px 1px;
}


.pb_sys_common .p_goto input{
  width:22px;
  text-align:center;
}

.pb_sys_common .p_search input{
  width:100px;
  text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
  border: 1px solid #9c0c14;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  border: 1px solid #ccc;
  padding: 0px 0.08rem;
  color: rgba(58, 58, 60, 1);

  margin:0px;

  height:0.3rem;
  line-height:0.3rem;
  display:inline-block;
  box-sizing:border-box;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
  /*
  border-width:1px 0px 1px 1px;
  border-style:solid;
  border-color:#ccc;
  padding: 5px 6px;
  color: #222;
  */
  border-right:1px solid #ccc;
  padding: 1px 5px;
  color: #888888;
}

.pb_sys_common .p_dosize_d{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize a:hover{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
  /*border-right-width:1px*/
  border-right-width:0px;
}





@media (min-width: 1024px) {


  .nyLeft>ul>li .erji>li>h6 a:hover{
    color: rgba(183, 9, 10, 1);
  }
  
  
  .nyLeft>ul>li>h5 a:hover{
    color: rgba(183, 9, 10, 1);
  }
  
  .nyLeft>ul>li.on>h5 a:hover{
    color: rgba(183, 9, 10, 1);
  }
  
  .nyLeft>ul>li.on.active .erji{
   /* display: block;*/
  
  }
  
  
  

  
  .arc-sib div:hover{
    color: #155BA6 ;
  }
  
  .arc-sib div:hover a{
    color: #155BA6 ;
  }
  
  

  
  .nypiclist ul li:hover .img img{
    transform: scale(1.1);
  }
  
 
  .nyteam ul li:hover::after{
    width: 100%;
  
  }
  
  .nyteam ul li:hover h5{
    color: #fff;
  
  }
  
  .nyteam ul li:hover em{
    background: url(../nyimages/ico1_1.png) no-repeat center;
    background-size: 100%;
  }
  
  .nyteam ul li:hover h5::after{
    background: #fff;
  }
  
  .nyleader ul li:hover .txt i.xt2{
    width: 100%;
  }


  .nynews ul li:hover .pic img{
    transform: scale(1.1);
 
  }
  
  
  .nynews ul li:hover .txt h5{
    color: rgba(186, 38, 26, 1);
  
  }
  
  
  .nynews ul li:hover .txt p{
    color: rgba(186, 38, 26, 1);
  }

  

  .nynotice ul li:hover::after{
    width: 100%;
  }
  
  .nynotice ul li:hover .time{
    border-right: 1px solid rgba(255, 229, 229, 0.17);
  }
  
  .nynotice ul li:hover .time span{
    color: #FFFFFF;
  }
  
  .nynotice ul li:hover .time i{
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
  
  .nynotice ul li:hover .txt h5{
    color: #FFFFFF;
  }
  
  .nynotice ul li:hover .txt p{
    color: #FFFFFF;
  }


  
  }
  




@media (max-width:1024px) {

  .headerbg{
    display: none;
  }


  .nyMain {
    padding: 0.5rem 0 0.8rem 0;
    background: url(../nyimages/pagebg1.png) no-repeat right top;
    background-size: 60% ;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin-top: 0;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    background: linear-gradient(178.59deg, rgba(183, 9, 10, 1) 0%, rgba(234, 58, 24, 1) 100%);
    position: relative;
    padding-top: 0;
  }

  .nyLeft .fenlei_t::before {
    display: none;
}
  
  .nyLeft  .fenlei_t h2{
    text-align: left;
    line-height: 0.9rem;
    font-size: 0.36rem;
    color: #fff;
    padding-left: 0.3rem;
  }

  
  .nyLeft  .fenlei_t i.plus{
    position: absolute;
    top: 0.25rem;
    right: 0.3rem;
    content: "";
    background: url(../nyimages/fenleiico2.png) no-repeat center;
    background-size: 100%;
    width: 0.4rem;
    height: 0.4rem;
}
  
.nyLeft>ul{
  padding-bottom: 0.5rem;
}
  
  .nyLeft>ul>li{
    width: 90%;
    margin: 0 auto;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    height: 1rem;
    line-height: 1rem;
    padding: 0;
  }
  
  .nyLeft>ul>li>h5 a{
    padding: 0 10% 0 5%;
    font-size: 0.3rem;
  }
  
  .nyLeft>ul>li>h5 em::after{
    width: 0.14rem;
    height: 0.26rem;
  }
  
  .nyLeft>ul>li>h5::before {
    left: 0%;
    width: 100%;

}
  
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.45rem;
  
  
  
  }
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.26rem;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.26rem;
    padding-left: 5%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.24rem;
  
  
  }


  .nyRight {
    float: none;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: .2rem;
    padding: 0.3rem 0.2rem 0 0.2rem;
  }
  


  .nyRight .nyrtit h5{
    line-height: 0.42rem;
    width: 100%;
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;
  }
  
  .posi {
    order: 1;
    width: 100%;
    margin-top: 0.2rem;
    background: url(../nyimages/home.png) no-repeat left center;
    background-size: .25rem .22rem;
    padding-left: .37rem;

  }
  
  .posi a {
    font-size: 0.26rem;
}
  
.posi a + a::before {
  font-size: 0.26rem;
}







.nypiclist ul{

  justify-content: space-between;

}

.nypiclist ul li{
  width: 100%;
  margin: 0rem 0% 0.4rem 0;
}




.nyteambg .nyLeft{
  width: 100%;
}

.nyLeft>ul>li>h5 a {
  text-align: left;

}

.nyteambg .nyRight{
  width: calc((100% - 0rem));
}

.nyteam{
  margin-top: 0.5rem;
}



.nyteam ul li{
  margin: 0 0% 0.25rem 0;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.45rem;
}


.nyteam ul li h5{
  width: 80%;
  font-size: 0.32rem;
  color: rgba(44, 44, 44, 1);
  padding-left: 0.2rem;

}



.nyteam ul li em{

  width: 0.13rem;
  height: 0.17rem;

}





.nyleader{
  margin: 0.6rem auto 0 auto;
}



.nyleader ul li{
  width: 100%;
  margin: 0 0% 0.45rem 0;
  float: none;

}

.nyleader ul li:first-child{
  margin-right: 0%;
}

.nyleader ul li a{
  align-items: center;
}

.nyleader ul li .pic{
  width: 1.9rem;
  height: 2.4rem;
  position: relative;
}


.nyleader ul li .txt{
  width: calc((100% - 2.3rem));
}

.nyleader ul li .txt h5{
  font-size: 0.32rem;
  margin-bottom: 0.4rem;
}

.nyleader ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
  -webkit-line-clamp: 2;

}

.nyleader ul li .txt em.xt1{
  display: block;
  width: 100%;
  height: 1px;
  background:rgba(216, 216, 216, 1);
  margin-top: 0.25rem;
}

.nyleader ul li .txt i.xt2{
  display: block;
  width: 0.8rem;
  height: 1px;
  background: rgba(186, 38, 26, 1);
  margin-top: -1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nynews{
  margin: 0.4rem auto 0rem auto;

}



.nynews ul li .pic{
  width: 100%;
  height:auto;
  padding-top: 56%;

}


.nynews ul li .txt{
  margin: 0.3rem auto 0 auto;
  width: calc((100% - 0rem));
} 

.nynews ul li .txt h5{
  font-size: 0.32rem;
  margin: 0.05rem 0 0.1rem 0;

}

.nynews ul li .txt .time{
  font-size: 0.28rem;
  background: url(../nyimages/time.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.35rem;
}

.nynews ul li .txt p{
  font-size: 0.28rem;
  margin: 0.15rem 0 0.37rem 0;
}

.nynews ul li .txt .more{
  width: 0.24rem;
  height: 0.18rem;

}




.nynotice{
  margin: 0.4rem auto 0rem auto;
  padding-bottom: 0.3rem;
}

.nynotice ul li{

  height: 2rem;


}


.nynotice ul li .time{
  width: 1.5rem;
}

.nynotice ul li .time span{
  font-size: 0.38rem;
}

.nynotice ul li .time i{
  font-size: 0.26rem;
  padding: 0.01rem 0.08rem;
 
}

.nynotice ul li .txt{
  width: calc((100% - 1.8rem));
} 

.nynotice ul li .txt h5{
  font-size: 0.32rem;

}

.nynotice ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 0.8rem;
  margin-top: 0.15rem;
}




.nyabout{
  margin: 0.6rem auto 0 auto;
}


.nyabout .ab_t{
  font-size: 0.32rem;
  margin: 0 auto 0.6rem auto ;
}



.nyabout .abbox1 .abimg{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.3rem 0;


}


.nyabout .abbox1 .txt{
  width: calc((100% - 0rem));
}

.nyabout .abbox{
  margin: 0 auto 0.7rem auto;
}



.nyabout .txt h5{
  font-size: 0.32rem;
  margin-bottom: 0.25rem;
  padding-left: 0.2rem;
}

.nyabout .txt h5::after{

  width: 3px;

}
.nyabout .txt p *{
  font-size: 0.28rem !important;



}
.nyabout .txt p{
  font-size: 0.28rem !important;
  line-height: 0.45rem;


}

.nyabout .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;

}

.nyabout .txt_from p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  margin-top: 0.3rem;

}


.nyabout .txt .nr{
  margin-top: 0.2rem;
}

.nyabout .txt .nr p{
  margin-left: 0rem;
}







  .pb_sys_common {
    font-size: .24rem;
    line-height: 0.34rem !important;
    min-width: 0.34rem !important;
  }
  
  .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
  
    height: 0.4rem;
    line-height: 0.4rem;
  
  }
  
  .pb_sys_common .p_goto a, .pb_sys_common .p_search a {
    height: 0.4rem;
    line-height: 0.4rem;
  }

}

.nymap{
  margin: 0.6rem auto 1.2rem auto;
}

.nymap .map_t{
  position: relative;
  font-size: 0.28rem;
  color: #B7090A;
  font-weight: bold;
  padding-left: 0.2rem;
}

.nymap .map_t::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #B7090A;
  width: 0.04rem;
  height: 0.23rem;
}


.nymap .mapbox{
  margin: 0.35rem auto 0 auto;
  background: url(../nyimages/mapimg.jpg) no-repeat  center;
  background-size: 100% 100%;
  width: 12.05rem;
  height: 9.83rem;
  padding-top: 0.6rem;
  position: relative;
} 

.nymap .mapbox ul li{
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}

.nymap .mapbox ul li .ico{
  border-radius: 50%;
  width: 0.16rem;
  height: 0.16rem;
  background: #B7090A;
}

.nymap .mapbox ul li .txt{
  margin-left: 0.2rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 9;
  visibility: hidden;
}

.nymap .mapbox ul li .txt a{
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.24rem;
  padding: 0 0.2rem;
  width: auto;
  height: 0.39rem;
  line-height: 0.39rem;
  border-radius: 45px;
  background: #B7090A;
}


.nymap .mapbox ul li.map1{
  position: absolute;
  left: 2.64rem;
  top: 0.55rem;
  height: 2rem;

}

.nymap .mapbox ul li.map1 .ico{
  margin-left: 0.3rem;
}

.nymap .mapbox ul li.map1 .xt{
  background: url(../nyimages/mapico1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 1rem;
  height: 2rem;
}

.nymap .mapbox ul li.map2{
  position: absolute;
  left: 1.79rem;
  top: 3.07rem;
  height: 2.45rem;
}

.nymap .mapbox ul li.map2 .ico{
  margin-left: 0.68rem;
}

.nymap .mapbox ul li.map2 .xt{
  background: url(../nyimages/mapico2.png) no-repeat  center;
  background-size: 100% 100%;
  width: 1.58rem;
  height: 2.45rem;
}

.nymap .mapbox ul li.map3{
  position: absolute;
  left: 2.33rem;
  bottom: 2.32rem;
  height: 1.45rem;
}

.nymap .mapbox ul li.map3 .ico{
  margin-left: 0.35rem;
}

.nymap .mapbox ul li .xt{
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;

}


.nymap .mapbox ul li.map3 .xt{
  background: url(../nyimages/mapico3.png) no-repeat  center;
  background-size: 100% 100%;
  width: 1.53rem;
  height: 1.45rem;
}

.nymap .mapbox ul li.map4{
  position: absolute;
  left: 3.95rem;
  bottom: 1.5rem;
  height: 3.05rem;
  padding-top: 0rem;
}

.nymap .mapbox ul li.map4 .ico{
  margin-left: 0.5rem;
}

.nymap .mapbox ul li.map4 .xt{
  background: url(../nyimages/mapico4.png) no-repeat  center;
  background-size: 100% 100%;
  width: 1.23rem;
  height: 3.05rem;

}



.nymap .mapbox ul li.map5{
  position: absolute;
  left: 5.25rem;
  bottom: 1.8rem;
  height: 1.72rem;
}

.nymap .mapbox ul li.map5 .ico{
  margin-left: 0.7rem;
}

.nymap .mapbox ul li.map5 .xt{
  background: url(../nyimages/mapico5.png) no-repeat  center;
  background-size: 100% 100%;
  width: 1.32rem;
  height: 1.72rem;
}

.nymap .mapbox ul li.map6{
  position: absolute;
  right: 1.65rem;
  top: 1.1rem;
  height: 2.81rem;
}

.nymap .mapbox ul li.map6 .ico{
  margin-left: 0.75rem;
}

.nymap .mapbox ul li.map6 .xt{
  background: url(../nyimages/mapico6.png) no-repeat  center;
  background-size: 100% 100%;
  width: 2.48rem;
  height: 2.81rem;
}

.nymap .mapbox ul li .pic{
  position: absolute;
  left: -30%;
  top: 95%;
  z-index: 10;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  width: 3.5rem;
  height: 2rem;
  background: #fff;
  box-shadow: 0px 0 8px 8px rgba(0, 0, 0, 0.06);
  visibility: hidden;
}

.nymap .mapbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0.1rem;
}

.nymap .mapbox ul li.on .xt{
  opacity: 1;
}

.nymap .mapbox ul li.on .txt{
  opacity: 1;
  visibility: visible;
}

.nymap .mapbox ul li.on .pic{
  opacity: 1;
  visibility: visible;
}

.nymap .mapxq{
  margin: 0.7rem auto 0 auto;
}

.nymap .mapxq ul{
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}

.nymap .mapxq ul li{

  margin-right: 3%;
  width: 31%;
  min-height: 1.25rem;
  background: #F9FAFA;
  border-bottom: 1px solid #B7090A;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  text-align: center; 

}


.nymap .mapxq ul li:last-child{
margin-right: 0;
}


.nymap .mapxq ul li h5{
  font-size: 0.24rem;
  color: #000000;
  font-weight: bold;
  padding-left: 0.25rem;
  position: relative;
  display: inline-block;


}

.nymap .mapxq ul li h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #000000;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
}

.nymap .mapxq ul li p{
  color: #838383;
  font-size: 0.2rem;
  width: 100%;
  margin-top: 0.1rem;

}




@media (max-width:1024px) {

  .nymap{
    margin: 0.5rem auto 0 auto;
  }
  
  .nymap .map_t{

    font-size: 0.32rem;

  }
  

  
  
  .nymap .mapbox{
    margin: 0.35rem auto 0 auto;
    background: url(../nyimages/mapimg1.jpg) no-repeat  center;
    background-size: 100% ;
    width: 100%;
    height: 6.8rem;
    padding-top: 0.6rem;
    position: relative;
  } 
  



  .nymap .mapbox ul li .txt a{

    font-size: 0.28rem;
    height: 0.49rem;
    line-height: 0.49rem;

  }

  .nymap .mapbox ul li .xt{
    transform: scale(0.7);
  }
  
  
  .nymap .mapbox ul li.map1{
    position: absolute;
    left: 0.9rem;
    top: 0.1rem;
    height: 2rem;
  
  }
  
  .nymap .mapbox ul li.map1 .ico{
    margin-left: 0.35rem;
  }
  
  .nymap .mapbox ul li.map1 .xt{
    background: url(../nyimages/mapico1.png) no-repeat  center;
    background-size: 100% 100%;
    width: 1rem;
    height: 2rem;
  }
  
  .nymap .mapbox ul li.map2{
    position: absolute;
    left: 0.3rem;
    top: 1.65rem;
    height: 2.45rem;
  }
  
  .nymap .mapbox ul li.map2 .ico{
    margin-left: 0.68rem;
  }
  
  .nymap .mapbox ul li.map2 .xt{
    background: url(../nyimages/mapico2.png) no-repeat  center;
    background-size: 100% 100%;
    width: 1.58rem;
    height: 2.45rem;
  }
  
  .nymap .mapbox ul li.map3{
    position: absolute;
    left: 0.55rem;
    bottom: 1.25rem;
    height: 1.45rem;
  }
  
  .nymap .mapbox ul li.map3 .ico{
    margin-left: 0.35rem;
  }
  
  .nymap .mapbox ul li .xt{
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
  }
  
  
  .nymap .mapbox ul li.map3 .xt{
    background: url(../nyimages/mapico3.png) no-repeat  center;
    background-size: 100% 100%;
    width: 1.53rem;
    height: 1.45rem;
  }
  
  .nymap .mapbox ul li.map4{
    position: absolute;
    left: 1.8rem;
    bottom: 1.5rem;
    height: 1.05rem;
    padding-top: 0.6rem;
  }
  
  .nymap .mapbox ul li.map4 .ico{
    margin-left: 0.5rem;
  }
  
  .nymap .mapbox ul li.map4 .xt{
    background: url(../nyimages/mapico4.png) no-repeat  center;
    background-size: 100% 100%;
    width: 1.23rem;
    height: 3.05rem;
  
  }
  
    .nymap .mapbox ul li.map4 .pic{
top: 100%;
}
  
  .nymap .mapbox ul li.map5{
    position: absolute;
    left: 2.7rem;
    bottom: 1.1rem;
    height: 1.72rem;
  }
  
  .nymap .mapbox ul li.map5 .ico{
    margin-left: 0.7rem;
  }
  
  .nymap .mapbox ul li.map5 .xt{
    background: url(../nyimages/mapico5.png) no-repeat  center;
    background-size: 100% 100%;
    width: 1.32rem;
    height: 1.72rem;
  }
  
  .nymap .mapbox ul li.map6{
    position: absolute;
    right: auto;
    top: 0.4rem;
    height: 2.81rem;
    left: 66%;
  }
  
  .nymap .mapbox ul li.map6 .ico{
    margin-left: 0.75rem;
  }
  
  .nymap .mapbox ul li.map6 .xt{
    background: url(../nyimages/mapico6.png) no-repeat  center;
    background-size: 100% 100%;
    width: 2.48rem;
    height: 2.81rem;
  }
  

  .nymap .mapbox ul li.map6 .pic{
    left: auto;
    right: 0%;

  }

  .nymap .mapxq{
    margin: 0 auto;
  }
  
  
  .nymap .mapxq ul li{
    min-height: 1.5rem;
    margin-right: 0%;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  

  
  
  .nymap .mapxq ul li h5{
    font-size: 0.3rem;
  
  
  }
  
  .nymap .mapxq ul li h5::after{

    width: 0.06rem;
    height: 0.06rem;

  }
  
  .nymap .mapxq ul li p{
    font-size: 0.28rem;
  
  }


}




/*lmConbox*/

.lmConbox{
  margin: 0.3rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.lmConbox .lmCon_left{
  width: 72%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lmConbox .lmCon_left .itm{
  width: 18%;
  padding-top: 0.14rem;
  border-right: 1px solid rgba(183, 9, 10, 1);
  /* overflow: hidden; */
  min-height: 8rem;
  cursor: pointer;
  margin-bottom: 0.12rem;
}

.lmConbox .lmCon_left .itm ul li{
  width: 100%;
  text-align: center;
  line-height: 0.26rem;
  padding: 0.12rem 0.05rem;
  margin-top: 0.05rem;
  background-color: #bfbfbf;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lmConbox .lmCon_left .itm ul li a{
  display: block;
  font-size: 0.18rem;
  color: #ffffff;
}


.lmConbox .lmCon_left .lmDescribe{
  width: 80%;
}

.lmConbox .lmCon_left .lmDescribe .swiper-slide{
  position: relative;
  background: #fff;
}

.lmConbox .lmCon_left .lmDescribe .conS{
  margin: 0.38rem auto;
}

.lmConbox .lmCon_left .itm ul li.on{
  background-color: rgba(183, 9, 10, 1);
}

.conS p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
  text-indent: 2em;
}

.lmNews{
  width: 100%;
}

.lmNews li {
  width: 100%;
  padding-bottom: 0.32rem;
  margin-bottom: 0.32rem;
  border-bottom: 1px dashed rgba(183, 9, 10, 1);

}

.lmNews li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lmNews li .time{
  width: 1rem;
  height:  0.84rem;
  background-color: #f0d2d4;
  color: rgba(183, 9, 10, 1);
  text-align: center;
}

.lmNews li .time i{
  display: block;
  font-size: 0.3rem;
  margin-top: 0.1rem;
  line-height: 0.3rem;
}

.lmNews li .time em{
  display: block;
  font-size: 16px;
}

.lmNews li .newCon{
  width: calc((100% - 1.2rem));
}

.lmNews li .newCon h4{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
  max-height: 0.72rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}

.lmConbox .departments{
  width: 28%;
  height: auto;
}

.Leftborder {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: url(../nyimages/lborder.jpg) repeat-y left;
}

#lb-top {
  position: absolute;
  top: 0;
  display: block;
}

#lb-bottom {
  position: absolute;
  bottom: 0;
  display: block;
}

.depTil {
  width: 100%;
  font-size: 0.18rem;
  color: rgba(183, 9, 10, 1);
  line-height: 0.69rem;
  padding-left: 0.14rem;
  margin-left: 0.38rem;
  border-top: 4px solid rgba(183, 9, 10, 1);
  border-bottom: 1px solid #c1c1c1;
}

.depList {
  width: 100%;
  padding-left: 0.38rem;
  padding-top: 0.19rem;
}

.depList li {
  width: 100%;
  line-height: 0.47rem;

}

.depList li a{
  font-size: 0.16rem;
  color: #333333;
  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;
  padding: 0 0.14rem 0 0.17rem;
  background: url(../nyimages/dot_depart.png) no-repeat right center;
  background-size: 0.1rem 0.14rem;
}
.depList li.on a{ color:rgba(183, 9, 10, 1);}

@media (min-width: 1024px) {
  .lmNews li:hover .newCon h4{
    color: rgba(183, 9, 10, 1);
  }

}

@media (max-width: 1024px) {


.lmConbox{
  margin: 0.3rem auto 0 auto;

}


.lmConbox .lmCon_left{
  width: 100%;

}

.lmConbox .lmCon_left .itm{
  width: 100%;
  min-height:auto;
  border-right: none;

}

.lmConbox .lmCon_left .itm ul li{

  line-height: 0.5rem;
  padding: 0.12rem 0.05rem;
  margin-top: 0.05rem;

}

.lmConbox .lmCon_left .itm ul li a{

  font-size: 0.3rem;

}


.lmConbox .lmCon_left .lmDescribe{
  width: 100%;
}




.conS p {
  font-size: 0.3rem;
  line-height: 0.46rem;

}



.lmNews li .time{
  width: 1.3rem;
  height:  1rem;
}

.lmNews li .time i{
  font-size: 0.32rem;
  margin-top: 0.15rem;
  line-height: 0.3rem;
}

.lmNews li .time em{
  display: block;
  font-size: 0.24rem;
}

.lmNews li .newCon{
  width: calc((100% - 1.5rem));
}

.lmNews li .newCon h4{
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
}



.lmConbox .departments{
  width: 100%;
  margin: 0.3rem auto 0 auto;


}





.depList li {
  line-height: 0.47rem;

}

.depList li a{
  font-size: 0.28rem;

}

}


.articleTitle{
  margin: 0 auto;
  text-align: center;
}

.articleAuthor{
  margin: 0 auto;
  text-align: center;
}


.thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.thumbnail {
  width: 100%;
  height: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    text-align: center;
}



.thumbnail img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0s ease;
}

.thumbnail:hover .thumbnail-overlay {
    opacity: 1;
}

/* 模态框样式 */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0s ease;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.modal .modalclose {
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  color: #333;
  font-size: 0.26rem;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  background: #fff;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.38rem;
  text-align: center;
  border-radius: 50%;
}

.modal .modalclose:hover {
    color:rgba(183, 9, 10, 1);
}

/* 切换按钮 */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 0.24rem;
    cursor: pointer;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.38rem;
    transition: background 0.3s ease, transform 0.3s ease;
    z-index: 10;
    display: block !important;
}



.nav-btn.prev {
    left: -0px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.nav-btn.next {
    right: -0px;

    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
}

/* 图片计数器 */
.image-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    border-radius: 20px;
    display: none;
}
