@charset "utf-8";
.nyBanner{
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.nyBanner img{
  display: block;
  width: 100%;
  height: 5rem;
  min-height: 160px;
  object-fit: cover;
}

.search2 { box-sizing: border-box; width: 100%; max-width: 8rem; margin: .3rem auto; padding: .12rem; box-shadow: 0 0 .1rem 0 #ccc; border-radius: 4px;  }
.search2 .input { width: calc(100% - .75rem); height: .55rem; padding-left: .15rem; font-size: 0.16rem; font-weight: 500; line-height: 0.43rem; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; border-radius: 4px; }
.search2 .submit { width: .65rem; height: .55rem; vertical-align: top; background-image: url(../img/search2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search2 form { white-space: nowrap; font-size: 0; }

/*  */
main{
  margin: 0.57rem 0 .8rem;
  position: relative;
}

.leftNav{
  width: 3rem;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
  padding-left: 8px;
  background: #0A4A98;
  box-sizing: border-box;
  position: relative;
}
.erbox::before{
  display: block;
  content: "";
  border-left: 0rem solid transparent;
  border-right: 0.2rem solid #ffffff;
  border-top: 0 solid transparent;
  border-bottom: 0.2rem solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.erbox {
  position: relative;
}
.leftNav .erLm h2{
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.8rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #0A4A98;
  position: relative;
  text-indent: 0.65rem;
}
.leftNav .erLm p.xl{
  display:none;
}
.leftNav ul{
  background: #F9FBFF;
  position: relative;
  padding: 0.25rem 0.25rem 2rem 0.25rem;
  box-sizing: border-box;
}
.leftNav ul::before{
  display: block;
  content: "";
  border-left: 0.2rem solid #0A4A98;
  border-right: 0rem solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0.15rem solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.leftNav ul>li {
  height: auto;
  width: 100%;
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.leftNav ul>li:last-of-type{
  border-bottom: none;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.66rem;
  letter-spacing: 0em;
  color: #494949;
  text-indent: 0.4rem;
}
.leftNav ul>li>a:hover{
  color: #0A4A98;
  font-weight: 700;
}
.leftNav ul>li.hover>a{
  color: #ffffff;
  font-weight: bold;
}
.leftNav ul>li.hover::before{
  display: block;
  content: "";
  width: 92%;
  height: .66rem;
  background: linear-gradient(270deg, #0A4A98 0%, #0A4A98 100%);
  border-radius: 0 0.5rem 0.5rem 0;
  z-index: 0;
  position: absolute;
  left: -0.25rem;
  top: 0;
}
.leftNav ul>li.hover::after{
  display: block;
  content: "";
  width: 100%;
  height: 102%;
  background: #F9FBFF;
  position: absolute;
  left: 0;
  top: -1%;
  z-index: -1;
}
.leftNav ul>li.hover > a::before{
  display: block;
  content: "";
  width: 4px;
  height: 60%;
  background: #F18D00;
  box-shadow: 0px 1px 1px 0px rgba(41, 41, 41, 0.4);
  border-radius: 0.1rem;
  position: absolute;
  left: -0.25rem;
  top: 20%;
  z-index: 99;
}
.rightCon{
  width: calc(100% - 3rem);
  padding-left: 0.6rem;
  box-sizing: border-box;
  animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
  margin-top: 0.5rem; min-height: 4.5rem;
}
.dqwz{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.12rem;
  border-bottom: 1px dashed #BFBFBF;
  position: relative;
}
.dqwz::before{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  border: 1px solid #BFBFBF;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%,50%);
}
.dqwz::after{
  display: block;
  content: "";
  width: 8px;
  height: 0px;
  border-bottom: 1px dashed #BFBFBF;
  position: absolute;
  left: -8px;
  bottom: -5px;
  transform: rotate(-45deg);
}
.dqwz h2{
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #0A4A98;
  position: relative;
  padding-left: 0.3rem;
}
.dqwz h2::before{
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  background: #F5F9FF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dqwz h2::after{
  display: block;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 100%;
  background: #0A4A98;
  position: absolute;
  left: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
}
.dqwz p,.dqwz p a{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.2rem;
  text-align: right;
  letter-spacing: 0em;
  color: #272727
}
.dqwz p{
  color: rgba(39, 39, 39, 0.3);
  font-family: SimSun;
  font-weight: 400;
}
.dqwz p a:hover{
  color: #0A4A98;
}
.xshd ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px dashed #D8D8D8;
  position: relative;
  box-sizing: border-box;
}
.xshd ul li a::before{
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #0A4A98;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.xshd ul li .time{
  display: flex;
  width: 0.94rem;
  height: 0.94rem;
  background: #0A4A98;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: 0em;
  color: #fff;
  text-align: right;
  padding: 0.1rem;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
}
.xshd ul li .time span{
  display: block; 
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.xshd ul li .con{
  width: calc(100% - 0.94rem);
  padding-left: 0.35rem;
  box-sizing: border-box;
}
.xshd ul li .con span{
  font-family: Microsoft YaHei;
  display: block;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis; font-size: .15rem;
  white-space: nowrap;
}
.xshd ul li .con span:nth-of-type(1){
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.xshd ul li .con span:nth-of-type(2),.xshd ul li .con span:nth-of-type(3){
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.xshd ul li a:hover::before{
  width: 100%;
}
.xshd ul li a:hover .time{
  background: #F18D00;
}
.xshd ul li a:hover .con span{
  color: #0A4A98;
}
.xshd ul li a:hover span:nth-of-type(1){
  font-weight: bold;
}
.fy{
  display: flex;
  margin-top: 0.5rem;
  justify-content: center;
  align-items: center;
}
.fy .fySub{
  display: block;
  border: 1px solid #e7e7e7;
  width: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  margin: 0 5px;
  border-radius: 2px;
}
.fy .fySub:first-of-type,.fy .fySub:last-of-type{
  border: none;
}
.fy .fySub.on,.fy .fySub:hover{
  background: #0A4A98;
  color: #ffffff;
}
.imgList li{
  margin-top: 0.38rem;
  position: relative;
  z-index: 9;
}
.imgList li::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  border: 0 solid #0A4A98;
  padding: 0;
  background: #fff;
  box-shadow: 0px 13px 38px 0px rgba(10, 74, 152, 0.1);
  position: absolute;
  left: -0.25rem;
  top: -0.25rem;
  z-index: -1;
}
.imgList li:hover::before{
  width: 100%;
  padding: 0.25rem;
  border: 1px solid #0A4A98;
}
.imgList li:hover a::before{
  display: none;
}
.imgList li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.imgList li a::before{
  display: block;
  content: "";
  width: calc(100% - 2.9rem);
  border-bottom: 1px dashed #D8D8D8;
  position: absolute;
  right: 0;
  bottom: 0;
}
.imgList li.noImg a::before{
  width: 100%;
}
.imgList .img{
  width: 2.45rem;
  padding: 1.65rem 0 0;
}
.imgList a:hover .img img{
  transform: scale(1.2);
}
.imgList .con{
  margin-left: 0.45rem;
  width: calc(100% - 4.2rem);
  padding-right: 0.3rem;
  box-sizing: border-box;
  border-right: 1px solid rgba(10, 74, 152, 0.2);
}
.imgList .noImg a{
  padding-bottom: 0.38rem;
}
.imgList li.noImg:hover a{
  padding-bottom: 0;
} 
.imgList .noImg .con{
  width: calc(100% - 1.3rem);
  margin-left: 0;
}
.imgList .time{
  width: 1.3rem;
}
.imgList span{
  display: block;
}
.imgList .con span:nth-of-type(1){
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgList .con span:nth-of-type(2){
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.28rem;
  max-height: 0.56rem;
  letter-spacing: 0em;
  color: #898989;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.imgList .time{
  font-family: Canela Web;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #9B9B9B;
  text-align: center;
}
.imgList .time span{
  font-family: Canela Web;
  font-size: 0.3rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #0A4A98;
  margin-bottom: 0.15rem;
}
.imgList a:hover .con span:nth-of-type(1){
  color: #0A4A98;
  font-weight: bold;
}
.content .bt{
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: 0em;
  margin-top: 0.4rem;
}
.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.4rem 0;
}
.content .conSub p,.content .conSub p span{
  font-family: Microsoft YaHei!important;
  font-size: 0.18rem!important;
  line-height: 0.36rem!important;
  text-indent: 2em;
  letter-spacing: 0em;
  color: #333;
}
.content .conSub img{
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 0.2rem;
  max-width: 100%;
margin-left: auto !important;
margin-right: auto !important;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(10, 74, 152, 0.2);
}
.content .prevNext a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #666666;
  margin-bottom: 0.1rem;
}
.content .prevNext a span{
  font-weight: 700;
  color: #0A4A98;
}
.content .prevNext a:hover{
  color: #0A4A98;
}

.prevNextsz{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(10, 74, 152, 0.2);
}
.prevNextsz a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #666666;
  margin-bottom: 0.1rem;
}
.prevNextsz a span{
  font-weight: 700;
  color: #0A4A98;
}
.prevNextsz a:hover{
  color: #0A4A98;
}

.teaCon li{
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-top: 0.4rem;
}
.teaCon li:nth-of-type(2n){
  margin-right: 0;
}
.teaCon li a{
  display: flex;
  padding: 0 0 0.18rem 0.18rem;
  box-sizing: border-box;
  position: relative;
align-items: flex-start;
}
.teaCon li a::before{
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - .5rem);
  background: #ECF3FF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.teaCon li a .img{
  width: 2.04rem;
 padding-top: 60%;
  border-radius: 0 0.2rem 0 0;
  overflow: hidden;
}
.teaCon li a:hover img{
  transform: scale(1.2);
}
.teaCon li a .con{
  width: calc(100% - 2.04rem);
  padding: 0.38rem .15rem .12rem 0.22rem;
margin-top: .5rem;
  box-sizing: border-box;
}
.teaCon li a .con span:nth-of-type(1){
  display: block;
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #235197;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #D2DEF3;
}
.teaCon li a .con span:nth-of-type(2){
  margin: 0.1rem 0 0;
}
.teaCon li a .con span:nth-of-type(2),.teaCon li a .con span:nth-of-type(3){
  display: block;
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  font-weight: 350;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #3D3D3D;
}
.teaTab{
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teaTab h2{
  width: 20%;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.42rem;
  text-align: center;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #0A4A98;
  border-radius: 0.21rem;
}
.teaTab ul{
  width: 78%;
  border-bottom: 1px solid #D8D8D8;
}
.teaTab ul  {  display: inline-block; }
.teaTab ul a{
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.42rem;
  letter-spacing: 0em;
  color: #666666;
  margin-right: 0.12rem;
  cursor: pointer;
}
.teaTab ul a:hover{
  color: #0A4A98;
}
.teaTab ul a.on{
  color: #0A4A98;
}
.teacherCon .teaSubC h2{
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #0A4A98;
  margin-top: 0.4rem;
  margin-bottom: 0.15rem;
}
.teacherCon .teaSubC p{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666666;
  margin-bottom: 0.15rem;
  text-align: justify;
}
.teacherCon .teaSubT{
  display: flex;
  padding: 0 0 0.3rem 0.3rem;
  box-sizing: border-box;
  position: relative;
  align-items: flex-start;
  margin-top: 0.4rem;
}
.teacherCon .teaSubT::before{
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - .5rem);
  background: #ECF3FF;
  position: absolute;
  left: 0;
  top: .5rem;
  z-index: -1;
}
.teacherCon .teaSubT .img{
  width: 1.8rem;
  padding: 2.4rem 0 0;
  border-radius: 0 0.2rem 0 0;
  overflow: hidden;
}
.teacherCon .teaSubT .con{
  width: calc(100% - 1.8rem);
  padding: 0 0.35rem;
  box-sizing: border-box; margin: .65rem 0 0;
}
.teacherCon .teaSubT .con p{
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  font-weight: 350;
   line-height: 0.2rem; padding: .1rem 0;
  letter-spacing: 0em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.teacherCon .teaSubT .con p span{
  display: flex;
  width: auto;
  min-width: 40%; padding-left: .15rem;
}
.teacherCon .teaSubT .con p span b{
  color: #0A4A98;
}
.teacherCon .teaSubT .con p:nth-of-type(1){
  display: block;
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #235197;
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #D2DEF3;
}
.zzjgSub{
  margin-top: 0.4rem;
}
.zzjgSub h2{
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #333333;
  padding-left: 50px;
}
.zzjgSub:nth-of-type(1) h2{
  background: url(../img/zzjgIcon1.png) no-repeat left center;
}
.zzjgSub:nth-of-type(2) h2{
  padding-left: 42px;
  background: url(../img/zzjgIcon2.png) no-repeat left center;
}
.zzjgSub ul li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top: 0.25rem;
}
.zzjgSub ul li:nth-of-type(3n){
  margin-right: 0;
}
.zzjgSub ul li a{
  display: flex;
  width: 100%;
  height: 0.52rem;
  background: #EEF4FE;
  border-left: 2px solid #0A4A98;
  box-sizing: border-box;
  align-items: center;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.zzjgSub ul li a span{
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #2C2C2C;
  padding-left: 20px;
  background: url(../img/zzjgIcon3.png) no-repeat left center;
}
.zzjgSub ul li a:hover span{
  color: #0A4A98;
  font-weight: bold;
}
@media only screen and (min-width: 1040px){
  .leftNav ul{
    display: block!important;
  }
}
@media only screen and (max-width: 1040px){
  main{
    margin: 50px 0;
  }
.teaCon li a .con span:nth-of-type(1) { font-size: .16rem; }
.teaCon li a .img { width: 1.5rem; padding: 2rem 0 0; }
.teaCon li a .con { width: calc(100% - 1.5rem); padding: .25rem .15rem .15rem; }
.nyBanner img { height: 38vw; }
  .leftNav{
    width: 100%;
    padding-left: 0;
  }
  .leftNav ul{
    padding: 0;
    display: none;
  }
  .leftNav ul::before{
    display: none;
  }
  .leftNav ul>li.hover::before,.leftNav ul>li.hover a::before,.leftNav ul>li.hover::after{
    display: none;
  }
  .leftNav .erLm h2{
    text-indent: 0.4rem;
    font-size: 24px;
    line-height: 48px;
  }
  .leftNav .erLm p.xl {
    display: block;
    width: 42px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 20px;
    background: url(../img/teamXl1.png) no-repeat right center;
    cursor: pointer;
    transition: all .3s;
  }
  .leftNav .erLm p.xl.on{
  transform: rotateX(180deg);
  }
  .leftNav ul>li.hover>a{
    color: #0A4A98;
    font-weight: 700;
  }
  .leftNav ul>li>a{
    font-size: 18px;
    line-height: 44px;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .fy{
    margin-top: 40px;
  }
  .imgList .img{
    width: 1.65rem;
    padding: 1.25rem 0 0;
  }
  .imgList .con{
    margin-left: 0.25rem;
    width: calc(100% - 3.2rem);
    padding-right: 0.3rem;
  }
  .imgList li a::before{
    width: calc(100% - 1.9rem);
  }
  .imgList li::before{
    display: none;
  }
  .imgList li.noImg a,.imgList li.noImg:hover a{
    padding-bottom: 0.2rem;
  }
  .imgList li:hover a::before{
    display: block;
  }
  .content .bt,.txtList li{
    margin-top: 30px;
  }
  .content .xq{
    margin: 30px 0;
    font-size: 16px;
    padding: 8px 0;
  }
  .content .bt{    
    font-size: 22px;      
    line-height: 30px;
  }
  .content .prevNext{
    padding-top: 20px;
    margin-top: 20px;
  }
  .content .prevNext a{
    font-size: 16px;
    line-height: 30px;
  }
 .prevNextsz{
    padding-top: 20px;
    margin-top: 20px;
  }
 .prevNextsz a{
    font-size: 16px;
    line-height: 30px;
  }
  .teaCon li{
    width: 48%;
    margin-right: 4%;
  }
  .teacherCon .teaSubC h2{
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .teacherCon .teaSubC p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .teacherCon .teaSubT{
    padding: 20px;
    margin-top: 30px;
  }
  .teacherCon .teaSubT::before{
   
  }
  .teacherCon .teaSubT .con p{
    flex-wrap: wrap;
  }
  .teacherCon .teaSubT .con p span{
    width: 100%; display: block;
  }
  .teacherCon .teaSubT .con p{
    font-size: 16px;
    line-height: 30px;
  }
  .teacherCon .teaSubT .con p:nth-of-type(1){
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .teacherCon .teaSubT .con{
    padding: 0 20px; margin: 35px 0 0;
  }
  .zzjgSub{
    margin-top: 30px;
  }
  .zzjgSub h2{
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px){
  main{
    margin: 30px 0;
  }
  .leftNav .erLm h2{
    text-indent: 0.3rem;
    font-size: 20px;
    line-height: 44px;
  }

  .leftNav .erLm p.xl{
    height: 44px;
    right: 15px;
  }
  .leftNav ul>li>a{
    font-size: 17px;
    line-height: 40px;
    text-indent: 0.3rem;
  }
.teaCon li a .con span:nth-of-type(1) { font-size: .18rem; }
  .leftNav::before{
    border-left: 0rem solid transparent;
    border-right: 0.1rem solid #ffffff;
    border-top: 0 solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
  .xshd ul li a{
    padding: 20px 0;
  }
  .xshd ul li .time{
    width: 80px;
    height: 80px;
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
  }
  .xshd ul li .time span{
    font-size: 20px;
  }
  .xshd ul li .con{
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .xshd ul li .con span:nth-of-type(1){
    font-size: 17px;
    line-height: 30px;
  }
  .xshd ul li .con span:nth-of-type(2),.xshd ul li .con span:nth-of-type(3){
    font-size: 15px;
    line-height: 26px;
  }
  .fy{
    margin-top: 30px;
  }
  .imgList .img{
    width: 150px;
    padding: 112px 0 0;
  }
  .imgList .con{
    padding-right: 16px;
    width: calc(100% - 246px);
    margin-left: 16px;
  }
  .imgList li a::before {
      width: calc(100% - 166px);
  }
  .imgList .noImg .con{
    width: calc(100% - 80px);
  }
  .imgList .time{
    width: 64px;
    padding-left: 16px;
  }
  .imgList li{
    margin-top: 25px;
  }
  .content .conSub p, .content .conSub p span{
    font-size: 15px!important;
    line-height: 28px!important;
  }
  .teaCon li{
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .teaTab {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .teaTab h2{
    width: auto;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .teaTab ul{
    width: 100%;
    padding-bottom: 10px;
  }
  .teaTab ul a{
    font-size: 16px;
    line-height: 30px;
  }
  .zzjgSub ul li{
    float: left;
    width: 49%;
    margin-top: 20px;
  }
  .zzjgSub ul li:nth-of-type(3n){
    margin-right: 2%;
  }
  .zzjgSub ul li:nth-of-type(2n){
    margin-right: 0;
  }
}
@media only screen and (max-width: 560px){
  main{
    margin: 20px 0;
  }



  .leftNav .erLm h2{
    text-indent: 0.2rem;
    font-size: 18px;
    line-height: 42px;
  }
  .leftNav .erLm p.xl{
    height: 42px;
  }
  .leftNav ul>li>a{
    font-size: 16px;
    line-height: 32px;
    text-indent: 0.2rem;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .dqwz{
    padding-bottom: 5px;
  }
  .dqwz h2{
    font-size: 18px;
  }
  .dqwz p, .dqwz p a{
    font-size: 14px;
  }
  .xshd ul li a{
    padding: 14px 0;
  }
  .xshd ul li .time{
    width: 60px;
    height: 60px;
    font-size: 12p}
}




#list-page {font-family: Arial; text-align: center; margin: .4rem 0 .25rem !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px;display: inline-block; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 12px 14px; border: 1px solid #ddd; border-radius: 30px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #0A4A98; font-weight: bold; color: #fff; border-color: #0A4A98;}
#list-page .p_t{ padding: 0 2px 0 0; color: #777;} .pb_sys_common .p_pages { display: inline-block; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d{display: inline-block;}
#list-page .p_pages span{color: #aaa;}
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }






