html,
body{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #e5e5e5;
}
ul,li,p{
  margin: 0;
  padding: 0;
  list-style: none;
}
body{
  padding-top: 65px;
}
font{
  color: #333 !important;
  font-weight: normal !important;
}
#header{
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 101;
}
#header .logo{
  height: 40px;
}
#header .dhImg{
  width: 30px;
  height: 30px;
}
#dhBox{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  background-color: rgba(0,0,0,.3); 
  display: none;
  overflow: hidden;
}
.dhContent{
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -200px;
  background-color: #0c7ed9;
  transition: all 3s ease-in-out 5s;
  overflow-y: auto;
}
.showDh{
  display: block !important;
}
.overBody{
  overflow: hidden;
}
.showDhContnet{
  right: 0; /* 移回屏幕内 */
}
.menu-link,
.sub-link{
  color: #fff;
  text-decoration: none;
}
.menu-item,
.sub-item{
  padding: 10px 16px;
  box-sizing: border-box;
  /* padding-left: 16px; */
}
.sub-menu{
  height: 0;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.showSubMenu{
  height: auto;
}
.menu-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navIcon{
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  transform-origin: center center;
  display: none;
}
.navIconRotate{
  transform: rotate(0deg);
}
.box{
  width: 100%;
}
.pageBox{
  width: 100%;
  padding: 16px;
  background-color: #fff;
  box-sizing: border-box;
}
.pageBox-title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-family: 'PingFang SC-Bold, PingFang SC;';
  text-align: center;
}
.pageBox-line{
  text-align: center;
  /* margin-top: 8px; */
  margin-bottom: 12px;
}
.pageBox-line img{
  width: 200px;
}
.new-item-img{
  display: none;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
.new-item-img img{
  width: 100%;
  height: auto;
}
.new-item-text{
  display: flex;
  align-items: center;
  /* height: 42px; */
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.new-item-text a{
  font-size: 16px;
  color: #333;
  text-decoration: none;
  flex: 1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.new-item-text .textBox{
    flex: 1;
    /* width: calc(100% - 45px); */
}
.new-item-text .textBox .desc a{
    font-size: 14px;
    color: #666;
    white-space: normal;
    overflow: hidden;
    /* 溢出部分用省略号代替 */
    text-overflow: ellipsis;
    /* 弹性伸缩盒子模型显示 */
    display: -webkit-box;
    /* 限制一个块元素显示的文本行数 */
    -webkit-line-clamp: 1;
    /* 设置伸缩盒对象子元素的排列方式 */
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.dateBox{
    width: 45px;
    text-align: center;
    color: #0c7ed9;
}
.dateBox .yearMonth{
    font-size: 14px;
    margin: 0;
}
.dateBox .day{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    /* margin-bottom: 5px; */
}
.new-item-date{
  color: #666;
  font-size: 14px;
}
.showImgItem .new-item-img{
  display: block;
}
.showImgItem{
  position: relative;
}
.showImgItem .new-item-text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  border: none;
  padding: 5px 10px;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
}
.showImgItem .new-item-text a{
  color: #fff;
}
.showImgItem .new-item-text a font{
  color: #fff !important;
}
.showImgItem .new-item-text .new-item-date{
  color: #fff;
}
.showImgItem .dateBox{
    display: none;
}
.showImgItem .new-item-text .textBox{
    padding: 0 10px;
}
.showImgItem .new-item-text .textBox .desc a{
    color: #fff;
}
.gengduo{
  text-align: center;
  margin-top: 16px;
}
.gengduo a{
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #0c7ed9;
  text-decoration: none;
  color: #0c7ed9;
  display: block;
  margin:  0 auto;
  width: 100px;
}
.pageBox-tab .wp_nav{
  width: 200%;
}
.pageBox-tab #wp_nav_w16{
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.pageBox-tab a{
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  flex: 1;
}
.pageBox-tab .item-name{
  padding: 10px;
}
.activeNav{
  position: relative;
}
.activeNav a{
  font-weight: bold;
  color: #0c7ed9;

}
.activeNav::after{
  content: '';
  width: 60px;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background-color: #0c7ed9;
  margin: 0 auto;
}
.text-item{
  position: relative;
  height: 45px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  padding: 0 5px;
  padding-left: 18px;
  margin-bottom: 6px;
}
.text-item::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0c7ed9;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
.text-item span{
  color: #666;
  font-size: 14px;
}
.pageBox-tab-item{
  display: none;
}
#xshd .pageBox-tab .wp_nav{
  width: 170px;
  margin: 0 auto;
}
.imgItem{
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 16px;
}
.imgItem-img{
  max-height: 200px;
  overflow: hidden;
}
.imgItem-img img{
  width: 100%;
}
.imgItem-title{
  padding: 5px;
}
.imgItem-title a{
  width: 100%;
  white-space: normal;
}
.imgItem-date{
  font-size: 14px;
  color: #666;
  text-align: right;
  padding: 5px;
  padding-bottom: 16px;
}
#footer{
  padding: 16px;
  background-color: #0c7ed9;
}
.footer-text{
  font-size: 12px;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}
.qrCodeBox{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.qrCodeBox-item{
  flex: 1;
  text-align: center;
}
.qrCodeBox-item img{
  width: 80px;
  height: 80px;
}
.qrCodeBox-item{
  color: #fff;
  font-size: 12px;
  margin-top: 6px;
}
.qrCodeBox-item p{
    white-space: nowrap;
}
.footer-text a{
  font-size: 12px;
  color: #fff;
  width: 100%;
}
.container{
  background-color: #fff;
  padding: 16px;
  box-sizing: border-box;
}
.arti-title{
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.arti-metas{
  text-align: center;
  font-size: 14px;
}
.container img{
  max-width: 100%;
  height: auto !important;
}