@charset "UTF-8";
.leftNav{
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
}
.rightCon{
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
  min-height: calc(100vh - 0.94rem);
}
.rightSub{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0.35rem;
  box-sizing: border-box;
  border-radius: 0.15rem;
  box-shadow: 0 0.13rem 0.32rem #e2f4ff;
}
.fy{
  margin-top: 0.35rem;
}
.rightSub>.flex{
  padding-bottom: 0.12rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.lmmc{
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #111111;
  padding-left: 0.15rem;
  box-sizing: border-box;
  position: relative;
  font-weight: normal;
}
.lmmc::before{
  display: block;
  content: "";
  width: 0.03rem;
  height: 0.22rem;
  background: #2d7d9a;
  position: absolute;
  left: 0;
  top: 0.05rem;
}
.dqwz{
  display: flex;
  align-items: center;
}
.dqwz,.dqwz a{
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: #888888;
}
.dqwz a:hover{
  color: #2d7d9a;
}
.dqwz img{
  margin-right: 0.1rem;
}
.txtList li {
  padding: 0.22rem 0;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.txtList li:nth-of-type(2n){
  margin-right: 0;
}
.txtList li a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 0.22rem;
}
.txtList li a span.fl{
  font-family: MyriadPro;
  display: block;
  float: left;
  margin-right: 0.2rem;
  font-size: 0.14rem;
  background: #e2ecf3;
  padding: 0 0.08rem;
  color: #2d7d9a;
  border-radius: 0.11rem;
  font-weight: normal;
  transition: all .3s;
}
.txtList li a:hover{
  color: #2d7d9a;
  font-weight: bold;
}
.txtList li a:hover span.fl{
  color: #fff;
  background: #2d7d9a;
  margin-right: 0.3rem;
}
/* 文章内容 */
.content {
  margin-top: 0.35rem;
}
.content .tit{
  max-width: 92%;
  margin: 0 auto;
}
.content .tit h2{
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #333333;
  text-align: center;
  font-weight: normal;
}
.wzxx{
  width: 100%;
  margin: 0.25rem auto;
}
.wzxx p{
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #666666;
  text-align: center;
}
.content .conSub{
  padding-top: 0.15rem;
  border-top: 1px solid #e5e5e5;
}
.content .conSub p,.content .conSub span{
  font-size: 0.16rem!important;
  line-height: 0.3rem!important;
  color: #333333;
  font-family: 'PingFangSC'!important;
}
.content .conSub p{
  text-indent: 2em;
  margin: 0.1rem 0;
  text-align: justify;
}
.content .conSub img{
  display: block;
  height: auto!important;
  object-fit: cover;
  margin: 0.25rem auto;
}
.content .prevNext{
  padding: 0.15rem 0.3rem;
  background: #f2f2f2;
  border-radius: 0.05rem;
  margin-top: 0.4rem;
}
.content .prevNext a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #333333;
  margin-bottom: 0.05rem;
}
.content .prevNext a:hover{
  color: #2d7d9a;
  font-weight: bold;
}
.content .prevNext a:last-of-type{
  margin-bottom: 0;
}
.content.dpzw .conSub{
  margin-top: 0.25rem;
}
/* 检索结果 */
.searchWrap {
  min-height: 600px;
  background: #fff;
  margin: 0.2rem 0;
  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: #2d7d9a;
  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: #2d7d9a;
}
.searchWrap ul li a:hover p {
  color: #3d3d3d;
}
.searchWrap ul li a p {
  font-size: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: auto;
  color: #333;
}
.searchWrap ul li a span.time {
  color: #999;
  margin-top: 0.15rem
}
@media only screen and (max-width: 1040px){
  .rightCon{
    padding: 20px;
  }
  .txtList li{
    width: 100%;
    margin-right: 0;
  }
  .searchWrap{
    margin: 0;
    padding: 0.2rem 0;
  }
}
@media only screen and (max-width: 768px){
  .rightSub{
    padding: 20px;
  }
  .fy{
    margin-top: 20px;
  }
  .rightCon{
    padding: 12px;
  }
  .searchWrap .serBox{
    padding: 0.15rem;
  }
}
@media only screen and (max-width: 520px){
  .content.dpzw .conSub{
    margin-top: 0.15rem;
  }
  .content{
    margin-top: 0.15rem;
  }
   .rightSub{
    padding: 15px;
  }
  .fy{
    margin-top: 15px;
  }
  .content .conSub p{
    margin: 5px 0;
  }
  .txtList li a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-height: max-content;
    -webkit-line-clamp: 5;
  }
  .txtList li a span{
    margin-bottom: 8px;
  }
  .txtList li{
    padding: 12px 0;
  }
  .content .tit h2{
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
  .content .tit{
    max-width: 100%;
  }
  .wzxx{
    margin: 0.12rem 0;
  }
  .wzxx p{
    font-size: 14px;
  }
  .content .conSub{
    padding-top: 0.05rem;
  }
  .content .conSub p,.content .conSub span{
    font-size: 0.15rem!important;
    line-height: 0.26rem!important;
  }
  .searchWrap ul li{
    padding: 0.12rem 0;
  }
  .searchWrap .btn{
    width: 25%;
  }
  .searchWrap .txt{
    width: 75%;
  }
  .searchWrap ul li a h3{
    margin-bottom: 5px;
    font-size: 0.16rem;
  }
  .searchWrap ul li a p{
    line-height: 0.22rem;
    max-height: 0.44rem;
  }
  .searchWrap .serBox{
    margin-bottom: 0;
  }
}