/* 内页innerpage */
/* .container-innerpage > .padding{position: relative; padding:25px; background: #fff;} */
.sidebar {
  float: left;
  width: 18.5%;
}
.wjzg_box {
  background: url(../images/index/bottom_bg.png) no-repeat bottom center;
}
.maincontent {
  float: right;
  position: relative;
  width: 78%;
}
.maincontent .inbox {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  padding: 28px 33px;
  box-sizing: border-box;
  margin-bottom: 75px;
}
/* .maincontent .inbox {
  padding-left: 20px;
  margin-left: 20px;
} */
.maincontent .detail {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.maincontent .page_list {
  margin-bottom: 15px;
}

.parentname span {
  position: relative;
  z-index: 2;
}
body.older .parentname {
  padding-left: 38px;
}
body.older .parentname:before {
  width: 8px;
  height: 34px;
}
@media (max-width: 768px) {
  body.older .parentname {
    padding-left: 30px;
  }
  body.older .parentname:before {
    width: 6px;
    height: 30px;
  }
}

.sidenav {
  position: relative;
  z-index: 13;
  overflow: hidden;
}
.sidenav > li {
  margin-bottom: 5px;
}
.sidenav > li > a {
  position: relative;
  padding-left: 27px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 20px;
  display: block;
  font-size: 18px;
  line-height: 1.6em;
  /* background-color: #f8f8f8; */
  color: #999999;
}
.sidenav > li > a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 12px;
  background: url(../images/public/sidebar_arrow.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.sidenav a:hover {
  color: #333;
}
/* .sidenav > li > a:after{content: ''; position: absolute; right: 0; top: 0; bottom: 0; width:0; background: linear-gradient(90deg, rgba(246, 249, 254, 1) 0%, rgba(210, 224, 252, 1) 100%); transition: .3s all; box-sizing: border-box;} */
/* .sidenav > li.on > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 3px;
  height: 20px;
  background: #005eab;
} */
.sidenav > li.on > a {
  font-weight: bold;
  color: #333333;
  /* background: rgba(232, 243, 255, 1); */
  text-align: left;
}
.sidenav > li.on > a:before,
.sidenav > li > a:hover:before {
  background-image: url(../images/public/sidebar_arrow_on.png);
}
/* .sidenav > li.on > a:after,
.sidenav > li > a:hover:after{width: 100%; border-right: #3D7EFF 4px solid;} */
.sidenav > li > a span {
  position: relative;
  z-index: 2;
}
.sidenav > li > ul {
  padding-top: 2px;
  display: none;
}
.sidenav > li > ul > li {
  margin-bottom: 2px;
}
.sidenav > li > ul > li > a {
  display: block;
  padding-left: 70px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 20px;
  color: #888;
  font-size: 1.125em;
  line-height: 1.6em;
  background-color: #f8f8f8;
}
.sidenav li.on ul {
  display: block !important;
}
.sidenav > li > ul > li > ul {
  padding-top: 2px;
  display: none;
}
.sidenav > li > ul > li > ul > li {
  margin-bottom: 2px;
}
.sidenav > li > ul > li > ul > li > a {
  display: block;
  padding-left: 90px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  color: #999999;
  line-height: 1.6em;
  background-color: #fafafa;
}

.pagetitle {
  padding-bottom: 15px;
  padding-top: 9px;
  border-bottom: 1px solid #e5e5e5;
}
.pagetitle h2 {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 1.5em;
  color: #21468c;
  font-weight: bold;
}
.pagetitle h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 18px;
  left: 0;
  top: 10px;
  background: #ee5e37;
}

.singlepage {
  clear: both;
  line-height: 2.25;
  overflow: hidden;
}
.singlepage p {
  margin: 15px 0;
}
.singlepage table,
.singlepage video,
.singlepage img {
  max-width: 100%;
}

.crumb {
  color: rgba(102, 102, 102, 1);
}

.crumb h2 {
  padding: 16px 10px 0px 30px;
  line-height: 1.75;
  font-size: 1em;
  font-weight: normal;
  position: relative;
}

.crumb h2:before {
  content: "";
  width: 14px;
  height: 16px;
  background: url(../images/public/icon_position.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 23px;
}

.crumb a {
  color: rgba(102, 102, 102, 1);
}

.crumb span {
  color: rgba(102, 102, 102, 1);
  font-weight: 700;
}

.parentname:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 65px;
  background: url(../images/public/sitetitle_icon.png) no-repeat;
  left: 15px;
  top: -36px;
  bottom: 0;
  margin: auto 0;
}

.parentname {
  position: relative;
  z-index: 11;
  line-height: 160%;
  padding: 15px 10px 15px 80px;
  font-size: 22px;

  /* background: url(../images/public/list_bg.png) no-repeat; */
  background: linear-gradient(
    107.13deg,
    rgba(185, 0, 0, 1) 0%,
    rgba(219, 11, 11, 1) 100%
  );
  border-radius: 8px 8px 0px 0px;

  font-size: 22px;
  font-weight: 700;

  color: rgba(244, 211, 169, 1);
}

.changertitle a {
  font-size: 22px;
  font-weight: 700;

  color: rgba(3, 82, 148, 1);
}

.sidenav {
  /* background: rgba(255, 255, 255, 1); */
  background: url(../images/public/nav_bg.png) no-repeat;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  background-size: 100% 100%;
}

.page-infolist li {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
  line-height: 50px;
  border-bottom: 1.17px solid rgba(237, 157, 77, 0.2);
}

.page-infolist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  transition: 0.3s all;
  border-radius: 1px;
  background: rgba(207, 44, 24, 1);
  border-radius: 50%;
}

span.time {
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}

.page-infolist .infolist li a {
  font-size: 16px;
  color: rgba(54, 54, 54, 1);
    width: 87%;
}

/* .page-infolist .infolist li:nth-child(5n) {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e5e5e5;
} */
#page_div1 {
  display: flex;
  justify-content: center;
}

.listContent a {
  width: 70%;
}
   font.cn.cn1 {
      color: rgba(96, 96, 98, 1);
      font-size: 20px;
      width: 36px;
      height: 36px;
      opacity: 1;
      border-radius: 3px;
      background: rgba(235, 235, 235, 1);
      display: inline-block;
      line-height: 36px;
      text-align: center;
    }

@media (max-width: 1500px) {
  .sidenav > li > a:before {
    left: 20px;
  }
  .sidenav > li > a,
  .sidenav > li > ul > li > a {
    padding-left: 45px;
  }
  .sidenav > li > ul > li > ul > li > a {
    padding-left: 60px;
  }
}

@media (max-width: 1280px) {
  .sidebar,
  .maincontent {
    float: none;
    width: 100%;
  }
  .sidebar .inbox:after,
  .maincontent:before {
    display: none;
  }
  .maincontent .inbox {

    margin-left: 0;
  }
  .maincontent .rel-appendixs {
    border-top-width: 1px;
    border-top-style: dashed;
  }

  .m-sidebar {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6) !important;
    width: 200px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .m-sidebar.active {
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .m-sidebar-mark {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: none;
  }
  .m-sidebar > .inbox {
    overflow-y: auto;
    max-height: 100%;
    overflow-x: hidden;
  }
  .m-sidebar-icon {
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 13;
    width: 60px;
    height: 60px;
    background: url(../images/public/sidenav_open.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 8px 0 0;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background-size: 45px 45px;
  }
  .m-sidebar-icon-open {
    transform: rotate(180deg);
    border-radius: 0 0 0 4px;
  }
  .parentname {
    margin-bottom: 1px;
    text-align: left;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5em;
  }
  .sidenav > li {
    margin-bottom: 0;
    border-top: none;
  }
  .sidenav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: #e8e8e8 1px solid;
    font-size: 1em;
  }
  .sidenav > li > ul,
  .sidenav > li > ul > li > ul {
    padding-top: 0;
  }
  .sidenav > li > ul > li,
  .sidenav > li > ul > li > ul > li {
    margin-bottom: 0;
  }
  .sidenav > li > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: #e8e8e8 1px solid;
  }
  .sidenav > li > ul > li > ul > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    border-bottom: #e8e8e8 1px solid;
  }
  .sidenav > li > a:before {
    width: 6px;
    height: 11px;
    left: 15px;
  }
  .sidenav > li > a,
  .sidenav > li > ul > li > a {
    padding-left: 38px;
  }
  .sidenav > li.on > a:after,
  .sidenav > li > a:hover:after {
    border-right: none;
  }
}

@media (max-width: 768px) {
  /* .container-innerpage{padding-left:0; padding-right: 0;} */
  /* .container-innerpage > .padding{padding: 20px;} */
}

.pagelists-item {
  border-bottom: 2px dashed #e5e5e5;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.container-innerpage .pagelists-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pagelists-item.redirect .more {
  display: none;
}
.pagelists-item.redirect .hd {
  margin-bottom: 0;
}
.pagelists-item.redirect .hd a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pagelists-item.redirect .hd a:after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -17px;
  background: url(../images/list/zdly_icon_links.png) no-repeat;
  background-size: 100%;
}
.pagelists-item.redirect .hd a:hover {
  background: #f8f8f8;
}
.pagelists-item.redirect > .hd ul,
.pagelists-item.redirect > .hd li {
  float: none;
}
.pagelists-item.redirect > .hd li:after {
  display: none;
}
.pagelists-item.redirect > .hd li {
  padding-bottom: 0;
}

/* piclist */
/* ===
.space*:每一列之间间隔*px
.col*: 列表分*列
.ratio-***:图片比例
===*/
.piclist {
  overflow: hidden;
  zoom: 1;
}
.piclist li {
  position: relative;
  float: left;
}
.piclist li .box {
  display: block;
  font-size: 1em;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(9, 55, 86, 0.12);
}
.piclist li .pic {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.piclist li .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.piclist li .txt {
  display: block;
  padding: 15px 30px;
  text-align: center;
  background-color: #fff;
}
.piclist li .txt br {
  display: none;
}
.piclist.col3 li {
  width: 33.333%;
}
.piclist.col4 li {
  width: 25%;
}
.piclist.space30 {
  margin-left: -15px;
  margin-right: -15px;
}
.piclist.space30 li .box {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.piclist.space40 {
  margin-left: -20px;
  margin-right: -20px;
}
.piclist.space40 li .box {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.piclist.ratio-pagetpxw .pic {
  padding-bottom: 56.25%;
}

@media (max-width: 1480px) {
  .piclist.space40 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .piclist.space40 li .box {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .piclist.space30,
  .piclist.space40 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .piclist.space30 li .box,
  .piclist.space40 li .box {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .piclist[class*="col"] li {
    width: 50%;
  }
}

body.older .piclist.col3 li {
  width: 50%;
}
body.older .piclist.col4 li {
  width: 33.33333%;
}
@media (max-width: 640px) {
  body.older .piclist[class*="col"] li {
    width: 100%;
  }
.page-infolist .infolist li a {

    width: 64%;
}
.page-infolist li::before {

    left: 8px;}
}
                #cbzw_box {
                  display: flex;
             
                  flex-wrap: wrap;
                }

                #cbzw_box .liitem {
                  width: 28%;
                  text-align: center;
                  margin-top: 30px;
                  margin-right: 50px;
                }
                    #cbzw_box .liitem:nth-child(3n) {

                  margin-right: 0px;
                }


                #cbzw_box .liitem img {
                  height: 225px;
                  object-fit: cover;
                }

                .liitem p {
                  margin-top: 10px;
                }

                @media (max-width:1280px) {
                  #cbzw_box .liitem {
                    width: 50%;
                  }
                     #cbzw_box .liitem {

                    margin-right: 0px;
                  }

                  #cbzw_box {

                    justify-content: space-between;

                  }
                }

                @media (max-width:480px) {
                  #cbzw_box .liitem {
                    width: 100%;
                  }
                }