@charset "utf-8";
/* CSS Document */
/*html,body { user-select: none; -moz-user-select: none; -webkit-user-select: none; }*/
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
form {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
:root {
    text-autospace: normal;
}
body {
  font-family: 'PingFangTC','Droid Sans Fallback','sans-serif','Arial';
  color: #333333;
  overflow-x: hidden;
  position: relative;
  width: 100%; 
  height: 100%;
  min-width: 320px;
}
li {
  list-style: none;
}
img {
  border: none;
  display: block;
}
input,
select,
textarea,
button {
  outline: none;
  border: none;
  background-color: transparent;
}
em,
i,
dfn {
  font-style: normal;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #333;
}
/*a:hover{ opacity:0.9; filter: alpha(opacity=90);}*/
button {
  cursor: pointer;
  transition: 0.5s;
}
button:focus {
  border: none;
  outline: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/*浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after,
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.bodyWrap {
  margin: 0 auto;
}
.navTopWrap {
  background: #fff;
  height: 1.1rem;
  position: fixed;
  z-index: 992;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #efefef;
}
.navTopWrap .siteLogo {
  display: flex;
  align-items: center;
  height: 1.1rem;
}
.navTopWrap .siteLogo img {
  margin-left: 0.2rem;
  height: 0.5rem;
}
.navTopWrap .siteTile {
  margin: 0 auto;
  font-size: 0.4rem;
  line-height: 1.1rem;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #333;
  left: 0;
  top: 0;
  font-weight: bold;
}
.navTopWrap .backBtn {
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  position: absolute;
  left: 0.2rem;
  top: 0.25rem;
  background: url(../img/back.png) no-repeat center center;
  background-size: auto 60%;
  z-index: 99;
}
.navTopWrap .siteMenuBtn {
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  position: absolute;
  right: 0.2rem;
  top: 0.25rem;
  background: url(../img/menu.png) no-repeat center center;
  background-size: 60% 60%;
}
.menuWrap {
  padding: 0.2rem 1%;
  background: #fff;
  position: fixed;
  top: 1.1rem;
  z-index: 991;
  width: 98%;
}
.menuWrap .searchWrap {
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.1rem;
  background: #f6f6f6;
  position: relative;
}
.menuWrap .searchWrap .searchInput {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.7rem;
  padding: 0rem 2rem 0rem 0.2rem;
  text-indent: 0.5rem;
  font-size: 0.34rem;
  background: url(../img/sBtn.png) no-repeat 0.1rem center;
  background-size: auto 0.4rem;
}
.menuWrap .searchWrap .searchBtn {
  position: absolute;
  right: 0;
  width: 2rem;
  height: 0.7rem;
  font-size: 0.34rem;
  color: #005bac;
}
.menuWrap .menuList {
  padding: 0.3rem 0;
  font-size: 0.34rem;
}
.menuWrap .menuList .navItem {
  display: inline-block;
  padding: 0.14rem 0.3rem;
}
.menuWrap .downBtn {
  background: #1363dd;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 0.36rem;
  padding: 0.24rem 0;
  text-align: center;
  border-radius: 0.2rem;
}
.menuMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 990;
  right: 0;
  display: block;
}
/*首页*/
.indexSlider {
  width: 100%;
  background: #fff;
  margin-top: 1.1rem;
}
/* 轮播 */
.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  line-height: 15px;
  text-align: center;
  background: #696969;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  height: auto;
  display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
/*新闻列表元素*/
.newsItem {
  padding: 0.3rem 0;
  border-bottom: 1px solid #ececec;
  position: relative;
  min-height: 1.33rem;
}
.newsItem .img {
  width: 2.0rem;
  height: 1.33rem;
  float: left;
  position: relative;
  z-index: 2;
}
.newsItem .img img {
  width: 2.0rem;
  height: 1.33rem;
}
.newsItem .info {
  position: absolute;
  left: 0;
  top: 0.24rem;
  width:68%;
  padding-left:2.3rem;
}
.newsItem .info .title {
  font-size: 0.30rem;
  line-height: 0.45rem;
  height: 0.9rem;
  overflow: hidden;
  display: block;
}
.newsItem .info .title .tip {
  color: #005bac;
  font-size: 0.1rem;
  border: 1px solid #005bac;
  padding: 1px 5px;
  margin-right: 2px;
}
.newsItem .handle {
  height: 0.33rem;
  justify-content: left;
  align-items: center;
  margin-top:0.15rem;
}
.newsItem .handle .tip {
  font-size: 0.24rem;
  background: #e8f3ff;
  color: #027bff;
  padding: 0.04rem 0.1rem;
  margin-right: 0.1rem;
}
.newsItem .handle .tip1 {
  font-size: 0.24rem;
  color: #1363dd;
  padding: 0.02rem 0.1rem;
  margin-right: 0.1rem;
  border: 1px solid #1363dd;
  border-radius: 0.1rem;
}
.newsItem .handle .tip2 {
  font-size: 0.24rem;
  color: #fff;
  padding: 0.04rem 0.1rem;
  margin-right: 0.1rem;
  border: 1px solid #1363dd;
  background: #1363dd;
  border-radius: 0.1rem;
}
.newsItem .handle .time {
  font-size: 0.24rem;
  padding: 0.08rem 0;
  color: #a2a2a2;
  display: flex;
  justify-content: left;
}
.newsItem .handle .openApp {
  font-size: 0.24rem;
  color: #005bac;
  border: 1px solid #005bac;
  padding: 0.04rem 0.1rem;
  border-radius: 0.2rem;
}
.newsItem .three-title {
  font-size: 0.30rem;
  line-height: 0.4rem;
  max-height: 0.8rem;
  overflow: hidden;
  display: block;
  padding-bottom: 0.12rem;
}
.newsItem .big-img img {
  width: 100%;
}
.newsItem .big-title {
  font-size: 0.30rem;
  line-height: 0.4rem;
  max-height: 0.8rem;
  overflow: hidden;
  padding: 0.2rem 0;
  display: block;
}
.newsItem .three-handel {
  padding-top: 0.1rem;
}
.newsItem .three-img {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.12rem;
}
.newsItem .three-img .img-wrap {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
  background: #f0f0f0;
}
.newsItem .three-img a .img-wrap:nth-child(3) {
  margin-right: 0;
}
.newsItem .three-img img {
  width: 100%;
}
.bigImg img {
  width: 100%;
}
.bigImg .title {
  font-size: 0.34rem;
  padding: 0.1rem 0;
  text-align: center;
  color: #222222;
}
/*下载广告*/
.downGoApp {
  width: 100%;
    height: 1.01rem;
    background: rgba(0, 0, 0, 0.80);
    position: fixed;
    bottom: 0;
    left: 0;
  z-index: 22;
}
.downGoApp .downimg img {
  width: 0.8rem;
  height: 0.8rem;
  width: 40%;
    float: left;
    height: 100%;
	padding-left:0.3rem;
	padding-top:0.15rem
}
.downGoApp dl dd {
  padding-left: 0.2rem;
}
.downGoApp dl dd .title {
  font-size: 0.34rem;
  color: #005bac;
  font-weight: bold;
}
.downGoApp dl dd .title2 {
  font-size: 0.26rem;
  color: #898989;
}
.downGoApp .downApp {
  background: #1363DD;
    font-size: 0.30rem;
    color: #fff;
    padding: 0.04rem 0.22rem;
    border-radius: 0.1rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    position: absolute;
    right: 0.3rem;
    top: 0.16rem;
}
/*.downGoApp {
  height: 0.8rem;
  background: #f0f3f6;
  padding: 0.2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22;
}
.downGoApp dl dt img {
  width: 0.8rem;
  height: 0.8rem;
}
.downGoApp dl dd {
  padding-left: 0.2rem;
}
.downGoApp dl dd .title {
  font-size: 0.34rem;
  color: #005bac;
  font-weight: bold;
}
.downGoApp dl dd .title2 {
  font-size: 0.26rem;
  color: #898989;
}
.downGoApp .downApp {
  background: #005bac;
  font-size: 0.34rem;
  color: #fff;
  padding: 0.2rem 0.3rem;
  border-radius: 0.1rem;
}
*/
.acompanylist {
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}
/*新闻详情*/
.pageWrap {
  margin-top: 1.3rem;
  min-height: 60%;
  padding: 0 0.2rem;
}
.pageWrap .searchWrap {
  margin-top: 0.4rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.1rem;
  background: #f6f6f6;
  position: relative;
}
.pageWrap .searchWrap .searchInput {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.7rem;
  padding: 0rem 2rem 0rem 0.2rem;
  text-indent: 0.5rem;
  font-size: 0.34rem;
  background: url(../img/sBtn.png) no-repeat 0.1rem center;
  background-size: auto 0.4rem;
}
.pageWrap .searchWrap .searchBtn {
  position: absolute;
  right: 0;
  width: 2rem;
  height: 0.7rem;
  font-size: 0.34rem;
  color: #005bac;
}
.newsTitle {
  padding: 0.2rem 0;
  font-size: 0.44rem;
  color: #333;
  letter-spacing: 0;
  line-height: 0.6rem;
  text-align: justify; font-weight:bold;
}
.newsAuthor {
  height: 1rem;
}
.newsAuthor .face {
  width: 0.8rem;
  height: 0.8rem;
  float: left;
}
.newsAuthor .face img {
  width: 0.8rem;
  height: 0.8rem;
}
.newsAuthor .authorInfo {
  padding-left: 0.9rem;
}
.newsAuthor .authorInfo .authorName {
  font-size: 0.24rem; padding-top:0.08rem;
}
.newsAuthor .authorInfo .time {
  font-size: 0.2rem;
  color: #afafaf;
  padding-top: 0.04rem;
}
.newSum {
  background: #f8f8f8;
  font-size: 0.28rem;
  padding: 0.3rem;
  letter-spacing: 0;
  line-height: 0.4rem;
  text-align: justify;
  color: #888888;
}
.newsContent {
  height: 5rem;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.newsContent p {
  font-size: 0.3rem;
  letter-spacing: 0;
  line-height: 0.6rem;
  text-align: justify;
  padding-top: 0.3rem;
  word-wrap: break-word;
}
.newsContent .editer {
  font-size: 0.3rem;
  color: #777777;
  padding: 0.5rem 0;
}
.newsContent .shareHandel {
  padding: 0.4rem 0;
  border-bottom: 1px solid #efefef;
  height: 0.8rem;
  line-height: 0.8rem;
}
.newsContent .shareHandel .text {
  height: 0.8rem;
  line-height: 0.8rem;
  padding-right: 0.2rem;
  float: left;
  font-size: 0.3rem;
  display: block;
}
.newsContent .shareHandel .shareBtn {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  margin-right: 0.4rem;
}
.newsContent .shareHandel .shareBtn img {
  width: 0.8rem;
  height: 0.8rem;
}

.newsContent img {
  max-width: 100%;
}
.newsTopImg {
  width: 100%;
}
.newsTopImg img {
  width: 100%;
}
/*CKEditor5 富文本编辑器*/
.editor-sign {
  font-weight: bold;
}
.downLook {
  position: relative;
  z-index: 333;
  padding-top: 160px;
  margin-top: -200px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
  padding-bottom: 20px;
}
.downLook .ico {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin: 0.3rem auto 0;
  background: url(../img/more.png) no-repeat center center;
  background-size: auto 60%;
}
.goApp {
  background: #1363dd;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 0.36rem;
  padding: 0.24rem 0;
  text-align: center;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
}
/*详情页下的相关推荐*/
.recommendBox {
    border-top: 8px solid #F5F5F5;
    padding-top: 0.3rem;
}
.recommendBox .titleBox {
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.2rem;
    position: relative;
    font-size: 0.30rem;
    font-weight: bold;
}
.recommendBox .titleBox .line {
  background: #000;
  height: 1px;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  width: 3rem;
  margin-left: -1.5rem;
}
.recommendBox .titleBox .title {
  width: 2rem;
  text-align: center;
  height: 1rem;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  font-size: 0.4rem;
  font-weight: bold;
  background: #fff;
  display: block;
}
.recommendBox .recommendList {
  padding: 0 0.2rem 0.5rem;
}
.recommendBox .recommendList .recommendItem {
  padding: 0.24rem 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  height: 1.867rem;
}
.recommendBox .recommendList .recommendItem .img {
  width: 2.9rem;
  height: 1.867rem;
  float: left;
  position: relative;
  z-index: 2;
}
.recommendBox .recommendList .recommendItem .img img {
  width: 2.8rem;
  height: 1.867rem;
}
.recommendBox .recommendList .recommendItem .info {
  position: absolute;
  left: 0;
  top: 0.24rem;
  padding-left: 3.2rem;
}
.recommendBox .recommendList .recommendItem .info .title {
  font-size: 0.30rem;
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
  display: block;
}
.recommendBox .recommendList .recommendItem .handle {
  height: 0.33rem;
}
.recommendBox .recommendList .recommendItem .handle .tip {
  font-size: 0.18rem;
  background: #e8f3ff;
  color: #1183ff;
  padding: 0.04rem 0.1rem;
  margin-right: 0.1rem;
  border-radius:4px;
}
.recommendBox .recommendList .recommendItem .handle .time {
  font-size: 0.24rem;
  padding: 0.04rem 0;
  color: #a2a2a2;
}
.recommendBox .recommendList .recommendItem .handle .openApp {
  font-size: 0.24rem;
  color: #005bac;
  border: 1px solid #005bac;
  padding: 0.04rem 0.1rem;
  border-radius: 0.2rem;
}
/*底部*/
.footWrap {
  background: #f5f5f5;
  font-size: 0.26rem;
  text-align: center;
  padding: 0.2rem;
}
.footWrap p {
  color: #999999;
  line-height: 0.36rem;
}
/*7x24*/
.dateWrap {
  margin-top: 1.1rem;
  padding-bottom: 0.3rem;
}
.dateWrap .tip {
  background: #1363dd;
  font-size: 0.34rem;
  color: #fff;
  padding: 0.2rem 0.3rem;
  border-top-right-radius: 0.18rem;
  border-bottom-right-radius: 0.18rem;
  margin-bottom: 0.2rem;
}
.dateItem {
  padding: 0.2rem;
}
.dateItem .dateBox {
  width: 1.5rem;
  font-size: 0.3rem;
  color: #1363dd;
  text-align: center;
  padding-top: 0.1rem;
}
.dateItem .newsBox {
  padding-left: 1.3rem;
  margin-bottom: 0.4rem;
}
.dateItem .newsBox .boxWrap {
  border-left: 1px solid #f3f3f3;
  padding-left: 0.2rem;
  position: relative;
}
.dateItem .newsBox .dot {
  background: #1363dd;
  width: 0.2rem;
  position: absolute;
  left: -0.1rem;
  height: 0.2rem;
  top: 0.1rem;
  border-radius: 50%;
  display: block;
}
.dateItem .newsBox .title {
  font-size: 0.36rem;
  text-align: justify;
  padding-bottom: 0.2rem;
  line-height: 0.55rem;
  font-weight: bold;
}
.dateItem .newsBox .digest {
  font-size: 0.3rem;
  line-height: 0.5rem;
  text-align: justify;
  background: #f6f6f6;
  color: #6f6f6f;
  padding: 0.2rem;
  border-radius: 0.1rem;
  display: none;
}
.dateItem .newsBox .handleBtn {
  padding: 0.1rem 0;
  font-size: 0.34rem;
}
.dateItem .newsBox .handleBtn span {
  display: inline-block;
}
.dateItem .newsBox .handleBtn .text {
  color: #bababa;
  font-size: 0.3rem;
  padding-right: 0.1rem;
}
.dateItem .newsBox .handleBtn img {
  width: 0.34rem;
}
/*专题*/
.mt20 {
  margin-top: 0.2rem;
}
.ztWrap {
  display: block;
  margin-bottom: 0.3rem;
}
.ztWrap .imgWrap {
  width: 100%;
  display: block;
}
.ztWrap .imgWrap img {
  width: 100%;
}
.ztWrap .ztTitle {
  display: block;
  padding-top: 0.12rem;
  font-size: 0.3rem;
}
/*专题详情*/
.ztPageImg {
  margin-top: 1.1rem;
}
.ztPageImg img {
  width: 100%;
}
.ztPage .btitle {
  font-size: 0.3rem;
  padding: 0.2rem 0.2rem 0;
  color: #999;
  font-weight:inherit;
}
.ztPage .ztInfo {
  padding: 0.2rem 0.22rem;
  color: #000;
  font-size: 0.3rem;
  line-height: 0.4rem;
  text-align: justify;
}
.ztPage .ztInfo img{ width:100%;}
.ztlist{padding: 0.2rem;}
.ztPage .ztMenuList {
  border-top: 5px solid #f0f0f0;
  font-size: 0.26rem;
  padding: 0.2rem;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  width: 100%;
}
.ztPage .ztMenuList ul {
  padding-right: 1rem;
}
.ztPage .ztMenuList li {
  padding: 0.15rem 0.2rem;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.ztPage .ztMenuList li a {
  padding: 0.1rem 0;
  display: inline-block;
}
.ztPage .ztMenuList li .cur {
  color: #005bac;
  border-bottom: 2px solid #005bac;
}
.ztPage .ztMenuList .arrow {
  position: absolute;
  right: 0.6rem;
  top: 0.45rem;
}
.ztPage .ztMenuList .arrow img {
  width: 0.34rem;
}
.ztPage .ztMenuH {
  height: 0.6rem;
  overflow: hidden;
}
.ztPage .fixMenu {
  position: fixed;
  top: 1.1rem;
  left: 0;
  background: #fff;
  z-index: 22;
}
.ztPage .ztMenu {
  padding: 0.2rem 0;
  line-height: 0.4rem;
  font-size: 0.3rem;
}
.ztPage .ztMenu .item {
  font-size: 0.34rem;
  line-height: 0.4rem;
  margin-right: 0.24rem;
  margin-bottom: 0.4rem;
  padding-bottom: 0.1rem;
  color: #005bac;
}
.ztPage .ztMenu .cur {
  color: #121212;
  border-bottom: 2px solid #121212;
}
.ztPage .ztPanel .ztitle {
  display: block;
}
.ztPage .ztPanel .circel {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: 3px solid #9fcdff;
  display: inline-block;
  margin-right: 0.1rem;
  position: relative;
  top: -0.05rem;
}
.ztPage .ztPanel .titles {
  height: 0.4rem;
  line-height: 0.4rem;
  color: #666;
  padding: 0.2rem 0;
  display: inline-block;
  font-size: 0.34rem;
}
.lgetMore {
  width: 100%;
  height: 40px;
  color: #005bac;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 0.3rem;
}
.lgetMore img{
  display: inline-block;
  width:30%;
}
.lgetMorecompany{ height:0.8rem;}
.warn {
  width: 100%;
  height: 40px;
  color: #005bac;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 1.2rem;
}
#zt-iframe {
  margin-top: 1.1rem;
}
.ztPanel .lgetMore {
  margin-bottom: 0rem;
}
.wx-mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 996;
}
.wx-mask img {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 997;
  width: 60%;
}

/*
@media (prefers-color-scheme: dark) {
  .article-body,
  .navTopWrap,
  .menuWrap,
  .recommendBox .titleBox .title {
    background-color: #444;
    color: #e4e4e4;
  }
  .navTopWrap .siteTile,
  .newsTitle,
  .newsContent p {
    color: #e4e4e4;
  }
  .article-body a {
    color: #e39777;
  }
  .article-body img {
    filter: grayscale(30%);
  }
}
*/

.top-ggimg {
  width: 100%;
  position: relative;
}
.top-ggimg img {
  width: 100%;
}
.top-ggimg .tip {
  position: absolute;
  right: 0;
  height: 20px;
  width: 40px;
  background: #e0e0e0;
  color: #fff;
  bottom: -20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.editor-sign {
  font-weight: bold; color:#888888;
}
.cross-line-title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #999;
  overflow: hidden;
}
.cross-line-title .cross-line-caption {
  position: relative;
  display: inline-block;
}
.cross-line-title .cross-line-caption .cross-line-l {
  right: 100%;
  margin-right: 15px;
}
.cross-line-title .cross-line-caption .cross-line {
  position: absolute;
  top: 11px;
  width: 600px;
  height: 1px;
  background-color: #ddd;
}
.cross-line-title .cross-line-caption .cross-line-r {
  left: 100%;
  margin-left: 15px;
}
.image {
  text-align: center;
}
.image figcaption{font-size:0.26rem; margin-top:0.16rem; color:#808080;}
figure {
  display: block;
  margin:15px 0 0 0 !important;
}
.error{ width:100%;text-align:center;}
.error img{ display:inline; margin-top:35%; width:65%;}
.error_content{ width:100%; text-align:center; height:50px; line-height:50px;font-size: 17px;color: #666666; font-weight:bold;}

.ztPage{ border-radius:12px; position:relative; background:#ffffff;top:-10px;min-width:60%;}
