@charset "utf-8";
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 130px;
  object-fit: cover;
}
/*  */
main{
  padding: 0.3rem 0 0.5rem;
  position: relative;
}
.leftNav{
  width: 2.7rem;
  box-sizing: border-box;
  position: relative;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
  z-index: 9;
}
.leftNav .erLm h2{
  font-family: Source Han Sans CN;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #8c0000;
  background-size: 80% auto;
  position: relative;
  text-align: center;
  padding: 0.24rem 0;
  overflow: hidden;
}
.leftNav .erLm p.xl{
  display:none;
}
.leftNav ul{
  background: #ffffff;
  position: relative;
  padding: 0.15rem 0.2rem 2rem 0.2rem;
  box-sizing: border-box;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(140,0,0,0.1);
}
.leftNav ul>li {
  height: auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  z-index: 10;
  padding: 0.15rem 0;
}
.leftNav ul>li:last-of-type{
  border-bottom: none;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #333;
}
.leftNav ul>li>a:hover{
  color: #8c0000;
  font-weight: 700;
}
.leftNav ul>li.hover>a{
  color: #8c0000;
  font-weight: bold;
}
.leftNav ul>li.hover{
    border-bottom: 1px solid #8c0000;
}
.leftNav ul li.hover ol{
  background: #ffffff;
}
.leftNav ul li ol>li{
  margin-top:0.1rem;
}
.leftNav ul li ol>li a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #666666;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.leftNav ul li ol>li a:hover{
  color: #8c0000;
  font-weight: bold;
}
.leftNav ul li ol>li a.hover{
  color: #8c0000;
  font-weight: bold;
}
.rightCon{
  width: calc(100% - 2.7rem);
  padding-left: 0.5rem;
  box-sizing: border-box;
  animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
}
.dqwz{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.dqwz h2{
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #8c0000;
  position: relative;
  padding-left: 0.2rem;
}
.dqwz h2::before{
  display: block;
  content: "";
  width: 3px;
  height: 0.22rem;
  background: #8c0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.dqwz p,.dqwz p a{
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  text-align: left;
  letter-spacing: 0em;
  color: #8c8c8c;
}
.dqwz p{
  padding-left:0.32rem;
  background:url(../img/dqwzIcon.png) no-repeat left center;
  background-size: auto 0.2rem;
}
.dqwz p a:hover{
  color: #8c0000;
  font-weight: bold;
}
.fy{
  margin-top: 0.5rem;
}
.content .bt{
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: 0em;
  margin-top: 0.4rem;
  color: #000000;
}
.content .bt.about{
  margin: 0.3rem 0 0;
}
.conSub.about{
  margin-top: 0.2rem;
}
.content .xq{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-align: center;
  letter-spacing: 0em;
  color: #999999;
  padding: 0.13rem 0;
  background: rgba(0, 0, 0, 0.04);
  margin: 0.3rem 0;
}
.content .conSub p,.content .conSub p span{
  font-family: Microsoft YaHei!important;
  font-size: 0.18rem!important;
  font-weight: normal;
  line-height: 0.38rem!important;
  text-indent: 2em;
  letter-spacing: 0em;
  color: #333333;
  text-align: justify;
}
.content .conSub img{
  display: block;
  height: auto!important;
  margin: 0.1rem auto;
  max-width: 100%;
}
.content .conSub iframe{
  display:block;
  width:100%;
  height:800px;
  margin:0 auto 10px;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(140,0,0,0.2);
}
.content .prevNext a{
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 0.1rem;
}
.content .prevNext a span{
  font-weight: 700;
  color: #8c0000;
}
.content .prevNext a:hover{
  color: #8c0000;
  font-weight:700;
}
.exampleSub {
  margin-top: 0.1rem;
}
.exampleSub ul li{
  float: left;
  width:32%;
  margin-right: 2%;
  margin-top: 0.25rem;
}
.exampleSub ul li:nth-of-type(3n){
  margin-right: 0;
}
.exampleSub ul li a{
  display: block;
  width: 100%;
  height: auto;
  padding: 0.15rem 0.15rem 0.1rem;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.exampleSub ul li a .img{
  padding: 69.2% 0 0;
}
.exampleSub ul li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    margin-top: 0.1rem;
}
.exampleSub ul li a:hover{
  border:1px solid #8c0000;
}
.exampleSub ul li a:hover .tit{
  color:#8c0000;
  font-weight:bold;
}
.txtList li{
  position: relative;
}
.txtList li::before{
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #8c0000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.txtList li:hover::before{
  width: 100%;
}
.txtList li a{
  display: block;
  width: 100%;
  height: auto;
  padding: 0.22rem 0;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.txtList li a .time{
  font-family: Arial;
  font-size: 0.14rem;
  line-height: 1;
  text-align: center;
  color: #8c0000;
  width: 0.78rem;
  height: 0.68rem;
  background: rgba(140,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.txtList li a .time span{
  font-size: 0.3rem;
  margin-bottom: 0.05rem;
}
.txtList li a .con{
  width: calc(100% - 0.78rem);
  padding-left: 0.25rem;
  box-sizing: border-box;
}
.txtList li a .con .tit{
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.3rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.06rem;
}
.txtList li a .con .txt{
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtList li a:hover .time{
  background: #8c0000;
  color: #fff;
}
.txtList li a:hover .con .tit{
  color: #8c0000;
  font-weight: bold;
}
.szdw{
  margin-top: 0.4rem;
}
.szdw ul{
  border-bottom: 1px solid #dddddd;
}
.szdw ul li a{
  display: flex;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.szdw ul li a .img{
  width: 18%;
  padding: 0.2rem;
  box-sizing: border-box;
}
.szdw ul li a .img img{
  display: block;
  width: 100%;
  height: auto;
}
.szdw ul li a .con{
  width: 82%;
  padding: 0.2rem;
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
}
.szdw ul li a .con .tit{
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #8c0000;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.szdw ul li a .con .txt{
  font-size: 0.16rem;
  line-height: 0.32rem;
  text-indent: 2em;
  text-align: justify;
}
/* 检索结果 */
.searchWrap {
    min-height: 6rem;
    background: #fff;
    padding: 0.3rem 0;
}

.searchWrap .serBox {
    padding: 0.25rem;
    background: #f4f4f4;
    margin-bottom: 0.2rem;
}

.searchWrap .txt {
    border: none;
    height: 0.4rem;
    line-height: 0.4rem;
    width: 85%;
    font-size: 0.15rem;
    color: #3d3d3d;
    text-indent: 0.15rem;
}

.searchWrap .btn {
    border: none;
    height: 0.4rem;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #8c0000;
    font-size: 0.18rem;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 0.3rem;
}

.searchWrap ul li {
    line-height: 0.3rem;
    border-bottom: 1px solid #dedede;
    padding: 0.2rem 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #8c0000;
}

.searchWrap ul li a:hover p {
    color: #333333;
}

.searchWrap ul li a p {
    font-size: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
line-height:0.24rem;    
max-height: 0.48rem;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 0.15rem
}