@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%;
  font-size:50px;
  margin: 0 auto;
  max-width: 750px;
}
figure{display:block !important;
    margin:15px 0 0 0 !important ;
}
: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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
li {
  list-style: none;
}
img {
  border: none;
  display:block;}
input,
select,
textarea,
button {
  outline: none;
  border: none;
  background-color: transparent;
}
em,
dfn {
  font-style: normal;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}
/*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;
}
.two-ellipsis{
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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.30rem 0;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.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;
  padding-left: 2.3rem;
}
.newsItem .info .title {
  font-size: 0.31rem;
	margin-bottom: 0.1rem;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.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;
  display: flex;
  justify-content: left;
  align-items: center;
}
.newsItem .handle .tip {
  font-size: 0.24rem;
  background: #EAF3FE;
  color: #3B81F7;
  padding: 0.04rem 0.1rem;
  margin-right: 0.1rem;
}
.newsItem .handle .tip1 {
  font-size: 0.24rem;
  color: #1363dd;
  padding: 0.04rem 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;
}
/*下载新版*/
.head-down{
  background: #fff;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 999999;
}
.head-down .down-app{
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
  background: url('../img/downloadbg.png') no-repeat;
  background-size: cover;
  display: flex;
  height: 55px;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}
.head-down .down-app .downimg img{
  height: 32px;
}
.head-down .down-app .downbtn{
  align-items: center;
  background: url('../img/downloadbtn.png') no-repeat;
  background-size: contain;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  position: relative;
  width: 55px;
}
.wx-launch-app-btn{
  --webkit-tap-highlight-color: transparent;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 100
}
/*下载广告*/
.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;
}
/*新闻详情*/
.pageWrap {
  margin-top: 0.2rem;
  min-height: 60%;
  padding: 0 0.3rem;
}
.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;width:100%;
}
.newsAuthor .face {
  width: 0.8rem;
  height: 0.8rem;
  float: left;
  padding-right:0.1rem
}
.newsAuthor .face img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.newsAuthor .authorInfo {
	float:left;
}
.newsAuthor .authorInfo .authorName {
  font-size: 0.24rem; padding-top:0.08rem;
}
.newsAuthor .authorInfo .time {
  font-size: 0.2rem;
  color: #afafaf;
  padding-top: 0.04rem;
}
.newSumb{background:#e7e7e7;}
.newSum {
  background: #f8f8f8;
  font-size: 0.26rem;
  padding: 0.20rem;
  letter-spacing: 0;
  line-height: 0.38rem;
  text-align: justify;
  color: #888888;
  margin-left:5px;
}
.newsContent {
  overflow: hidden;
  padding-bottom: 0.5rem;
  font-size: 0.36rem;
  position: relative;
}
.newsContent p {
  font-size: 0.36rem;
  letter-spacing: 0;
  line-height: 0.6rem;
  text-align: justify;
  padding-top: 0.3rem;
  word-wrap: break-word;
}
.newsContent a {
  color: #0000ee;
}
.editor-sign {
 color:#808080; font-size:0.26rem !important;
}
.newsContent .editer {
  font-size: 0.3rem;
  color: #777777;
  padding: 0.5rem 0;
}
.reporterBox{
  display: none;
  width: 100%;
  padding-bottom: 0.2rem;
  margin-top: 0.3rem;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  /* IOS 禁止用户自定义设置字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;

}
.reporterBox::-webkit-scrollbar{
  display: none;
}
.reporterBox .repItem{
  flex-shrink: 0;
  /* width: 100%; */
  min-height: 2.12rem;
  padding: 0 0.1rem 0 0.36rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #D4EDFF, #FAFCFF);
  border-radius: 0.1rem;
  border: 1px solid #e9f6ff;
  position: relative;
}
.reporterBox .repItem:last-child{
  margin-right: 0 !important;
}
.reporterBox .repItem .avatar{
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.reporterBox .repItem .infoData{
  /* position: relative; */
  z-index: 10;
  flex: 1;
}
.reporterBox .repItem .nameInfo{
  display: flex;
  align-items: flex-end;
}
.reporterBox .repItem .nameInfo .name{
  font-size: 0.42rem;
  color: #303030;
  margin-right: 0.22rem;
  flex-shrink: 0;
  line-height: 1;
}
.reporterBox .repItem .nameInfo .position{
  font-size: 0.26rem;
  color: #303030;
}
.reporterBox .repItem .attention{
  font-size: 0.24rem;
  color: #303030;
  margin: 0.1rem 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.reporterBox .repItem .artNum{
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #303030;
}
.reporterBox .repItem .artNum .icon{
  width: 0.2rem;
  height: 0.22rem;
  margin-right: 0.05rem;
}
.reporterBox .repItem .artNum .gobtn{
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
}

.reporterBox .repItem .artNum .gobtn img{
  width: 0.5rem;
  height: 0.5rem;
}
.reporterBox .repItem .bgicon{
  width: 1.7rem;
  height: 1.64rem;
  position: absolute;
  top: 0;
  right: 0;
}
.statement{
  font-size: 0.26rem;
  color: #808080;
  line-height: 0.46rem;
}
.copyright{
  padding: 0.26rem 0;
  border-top: 1px solid #E7E7E7;
  margin-top: 0.5rem;
}
.copyright .crtitle{
  font-size: 0.24rem;
  color: #808080;
  line-height: 1;
  width: 1.88rem;
  text-align: center;
  background: #fff;
  margin: -0.38rem auto 0;
}
.copyright .crcontent{
  font-size: 0.24rem;
  color: #808080;
  line-height: 0.46rem;
  margin-top:0.15rem;
  text-align: justify;
}
.shareHandel .text {
  height: 1.2rem;
  line-height: 1.2rem;
  padding-right: 0.2rem;
  float: left;
  font-size: 0.24rem;
  display: block;
}
.shareHandel .shareBtn {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border:1px solid #f1f1f1;
  border-radius:6px;
  padding:0.2rem 0.15rem;
}
.shareHandel .shareBtn img {
  width: 0.8rem;
  height: 0.8rem;
}
.shareHandel .temShareHandel{
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.2rem;
}
.shareHandel .temShareHandel .shareBtn{
  display: flex;
  align-items: center;
  border: 0;
  width: auto;
  height: auto;
}
.shareHandel .temShareHandel .shareBtn img{
  width: auto;
  height: 0.6rem;
}
.shareHandel .temShareHandel .share_text{
  font-size: 0.2rem;
  margin-left: 0.1rem;
}

.newsContent img {
  max-width: 100%;
  display:inline-block;
}
.newsTopImg,.newsBottomImg {
  width: 100%;
}
.newsTopImg img,.newsBottomImg img {
  width: 100%;
}
.newsBottomImg {
  padding-bottom: 0.5rem;
}
.read-more-box {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: linear-gradient(180deg,rgba(0,0,0,0), #FFFFFF);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.read-more-box .total-text{
  color: #666666;
  font-size: 0.3rem;
  font-weight: 500;
  padding-bottom: 0.14rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #FFFFFF);
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.read-more-box .more-down{
  padding: 0 0.15rem;
  background: #FFFFFF;
  position: relative;
}
.read-more-box .more-down img{
  width: 100%;
}
/*CKEditor5 富文本编辑器*/

.image{  text-align:center;}
.image figcaption{font-size:0.26rem; margin-top:0.16rem; color:#808080;}
.marker-yellow {
  background-color: hsl(60, 97%, 73%);
}

.marker-green {
  background-color: hsl(120, 93%, 68%);
}

.marker-pink {
  background-color: hsl(345, 96%, 73%);
}

.marker-blue {
  background-color: hsl(201, 97%, 72%);
}

.pen-red {
  color: hsl(0, 85%, 49%);
  background-color: transparent;
}

.pen-green {
  color: hsl(112, 100%, 27%);
  background-color: transparent;
}
/*详情页下的相关推荐*/
.recommendBox {
  border-top: 8px solid #F5F5F5;
  padding-top: 0.3rem;
}
.recommendBox .titleBox {
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left:0.3rem;
  position: relative;
  font-size: 0.36rem;
  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.30rem;
  font-weight: bold;
  background: #fff;
  display: block;
}
.recommendBox .recommendList {
  padding:0 0.3rem 0.2rem;
}
.recommendBox .recommendList .recommendItem {
  padding: 0.30rem 0;
  border-bottom: 1px solid #F5F5F5;
  position: relative;
  height: 1.33rem;
  /* IOS 禁止用户自定义设置字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
.recommendBox .recommendList .recommendItem .img {
  width: 2.0rem;
  height: 1.33rem;
  float: left;
  position: relative;
  z-index: 2;
}
.recommendBox .recommendList .recommendItem .img img {
  width: 2.0rem;
  height: 1.33rem;
  border-radius: 0.05rem;
}
.recommendBox .recommendList .recommendItem .info {
  position: absolute;
  left: 0;
  top: 0.24rem;
  padding-left: 2.3rem;
}
.recommendBox .recommendList .recommendItem .info .title {
  font-size: 0.36rem;
  line-height: 0.48rem;
  height: 0.96rem;
  overflow: hidden;
  display: block;
}
.recommendBox .recommendList .recommendItem .handle {
  height: 0.33rem;
}
.recommendBox .recommendList .recommendItem .handle .tip {
  font-size: 0.18rem;
  background: #EAF3FE;
  color: #3B81F7;
  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.45rem;
  text-align: justify;
} 

.ztInfo p {
  text-indent : 0.6rem;
  padding-top: 0.1rem;
}

.ztPage .ztInfo img{ width:100%;}
.ztlist{}
.ztPanel{padding:0 0.2rem 0.2rem;border-bottom: 4px solid #ececec;}
.ztPanel:last-child{border-bottom:0;}
.ztPage .ztMenuList {
  border-top: 5px solid #f0f0f0;
  font-size: 0.26rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  width: 100%;
}
.ztPage .ztMenuList ul {
  padding:0 0.15rem;
}
.ztPage .ztMenuList li {
  padding: 0.15rem 0.2rem;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.ztPage .ztMenuList li a {
  padding: 0.1rem 0 0.29rem;
}
.ztPage .ztMenuList li .cur {
  color: #005bac;
  border-bottom: 2px solid #005bac;
}
.ztPage .ztMenuList .arrow {
  position: absolute;
  right: 0.4rem;
  top: 0.45rem;
}
.ztPage .ztMenuList .arrow img {
  width: 0.34rem;
}
.ztPage .ztMenuH {
  height: 0.6rem;
  overflow: hidden;
}
.ztPage .fixMenu {
  position: fixed;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 750px;
  background: #fff;
  z-index: 22;
}
.ztPage.clfapp .fixMenu {
   top: 0;
}

.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.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: 2px solid #9fcdff;
  display: inline-block;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}
.ztPage .ztPanel .titles {
  height: 0.4rem;
  line-height: 0.4rem;
  color: #666;
  padding: 0.2rem 0;
  display: inline-block;
  font-size: 0.28rem;
}
.lgetMore {
  width: 100%;
  height: 40px;
  color: #005bac;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 1.2rem;
}
.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%;
}

.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;
}

.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;
}
.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;}

.mask{
  background:rgba(208, 208, 208, 0.2);
  position: fixed;
  height:100%;
  width:100%;
  left:0;
  top:0;
  display: block;
  z-index:990;
}
.loadimg{
  position: fixed;
  z-index: 991;
  width:150px;
  height:60px;
  left:50%;
  top:50%;
  margin-left:-75px;
  margin-top:-30px;

}
.TopAdsign{ width:35px; float:right; font-size:0.20rem; text-align:center; margin-bottom:0.1rem;padding:0.05rem 0; background:#d0d0d0; color:#ffffff;}

.ztPage{ border-radius:12px; position:relative; background:#ffffff;top:-10px;min-width:60%;}


/*注册*/
.register-bg {
  background: #3171f5;
}
.register_top{ color:#739bf1; position:absolute; top:0.77rem; font-size:0.35rem; padding-left:0.2rem;}
.register-wrap {
  padding-top: 54%;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  background: #f0f2ff;
  position: relative;
  background-size: cover;
}
.register-wrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.register-wrap .wrap {
  position: relative;
}
.register-wrap .box {
  /* background: #fff; */
  /* width: 74%; */
  /* border-radius: 8px;*/
  /* margin: 0 5%; */
  padding: 0 0.84rem; 
}
.register-wrap .box .title1 {
  font-size: 0.4rem;
  color: #101010;
  text-align: center;
}
.register-wrap .box .title2 {
  padding-top: 0.15rem;
  font-size: 0.3rem;
  text-align: center;
  color: #666666;
  font-weight: normal;
}
.register-wrap .box .mobile-wrap {
  margin-top: 0.7rem;
  margin-bottom:  0.28rem;
  background: #FFFFFF;
  height: 0.95rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(32,86,196,0.03);
  border-radius: 0.48rem;
  border: 1px solid #FFFFFF;
  display: flex;
}
.register-wrap .box .mobile-wrap input {
  /* border: 1px solid #d8d8ff;*/
  width: 100%; 
  font-size: 0.32rem;
  outline:none;
  -webkit-appearance: none;
}
.register-wrap input:-internal-autofill-selected{
  background-color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.register-wrap .box .code-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.95rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(32,86,196,0.03);
  border-radius: 0.48rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  width: 100%;
  
}
.register-wrap .box .code-wrap input[type="tel"] {
  flex: 1;
  height: 100%;
  font-size: 0.32rem;
  border-radius: 5px;
  outline:none;
  -webkit-appearance: none;
}
.register-wrap .box .code-wrap .send-code {
  /* background: #ebeeff; */
  height: 0.36rem;
  font-size: 0.25rem;
  padding-left: 0.2rem;
  color: #006CFF;
  border-radius: 0;
  border-left: 1px solid #999999;
  outline: none;
  text-align: center;
  min-width: 102px;
}
.register-wrap .submit-register2 {
  display: block;
  background: linear-gradient(0deg, #2159C9, #417FFE);;
  width: calc(100% - 1.68rem);
  height: 0.95rem;
  background: linear-gradient(0deg, #2159C9, #417FFE);
  border-radius: 0.48rem;
  margin: 0.87rem auto;
  color: #fff;
  font-size:0.3rem;
}
.register-wrap .ico {
  position: relative; margin:0.3rem 0;
}
.register-wrap .ico img {
  margin: 0 auto;
  max-width: 60px;
}
.register-wrap .ico2 img {
  margin: 30px auto;
  max-width: 120px;
}
.register-wrap .text {
  color: #585fac;
  width: 84%;
  margin-left: 8%;
  margin-right: 8%;
  line-height: 0.5rem;
  font-size: 0.3rem;
  padding-top: 10px;
  text-align: justify;
  position: relative;
}
.register-tips {
  background: rgba(0, 0, 0, 0.85);
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  width: 160px;
  margin-top: -30px;
  margin-left: -90px;
  text-align: center;
  border-radius: 5px;
  line-height: 16px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

table{border-collapse:collapse;border-spacing:0;}
td, th{ padding:0; text-align:center }
.newsContent th ,.newsContent td{ min-width: 1rem;padding: 0 5px;}
.newsContent .table tr th { background: #f0f0f0;}
.newsContent table{ width:100% }
.newsContent th{ padding:.06rem 0 }
.newsContent td, .newsContent th{ border:solid 1px #ccc; height:.55rem; text-align:center;font-size: .28rem; }
.newsContent tr:nth-of-type(odd) td{ background:#f9f9f9 }
strong { font-weight: 800; }

/* 立方早知道 债市通 新动能公共样式 图片比例为：750x400*/
.templateWrap{
  margin: 0;
  background: #FFFFFF;
}
.templateWrap .newsContent{
  overflow: initial;
}
.templateWrap .newsContent .articlehead{
  width: 100%;
  position: relative;
  margin-top: 0.1rem;
}
.templateWrap .newsContent .articlehead img{
  width: 100%;
  display: block;
  border-radius: 0.1rem;
}
.templateWrap .newsContent .articlehead .zzdseqno,
.templateWrap .newsContent .articlehead .zstseqno,
.templateWrap .newsContent .articlehead .xdnseqno{
  font-size: 0.26rem;
  color: #FFFFFF;
  position: absolute;
  top: 0.28rem;
  right: 0.28rem;
}
.templateWrap .newsContent .articlehead .zzddate,
.templateWrap .newsContent .articlehead .zstdate,
.templateWrap .newsContent .articlehead .xdndate{
  font-size: 0.3rem;
  color: #FFFFFF;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.templateWrap .newsContent .articlehead .zstseqno{
  color: #75431E;
}
.templateWrap .newsContent .articlehead .zstdate{
  color: #75431E;
}
.templateWrap .newsContent .articlehead .xdnseqno{
  color: #0957C3;
}
.templateWrap .newsContent .articlehead .xdndate{
  color: #0957C3;
}
.templateWrap .newsContent .subtitle{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 1.2rem;
}
.templateWrap .newsContent .subtitle .zzdname{
  font-weight: 600;
  font-size: 0.4rem;
  color: #2E61D5;
  margin-bottom: -0.12rem;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.templateWrap .newsContent .subtitle .zzdline{
  width: 5rem;
  height: 0.2rem;
  background: #F5FAFF;
}
.templateWrap .newsContent .subtitle .zstname {
  font-weight: 600;
  font-size: 0.4rem;
  color: #75431E;
  margin-bottom: -0.12rem;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

.templateWrap .newsContent .subtitle .zstline {
  width: 5rem;
  height: 0.2rem;
  background: #FFFAF2;
}
.templateWrap .newsContent .newsblock{
  background: linear-gradient(180deg, #FbFbFb, #FFFFFF);
  border-radius: 0.05rem;
  padding: 0.2rem 0.22rem;
}
.templateWrap .newsContent .newsblock .newsblock-title{
  font-weight: 600;
  font-size: 0.36rem;
  /* color: #303030; */
  line-height: 0.5rem;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 0.15rem;
}
.templateWrap .newsContent .newsblock .newsblock-title strong{
  font-weight: 600;
}
.templateWrap .newsContent .newsblock .newsblock-content{
  border-bottom: 1px solid #E5E5E5;
  /* padding-bottom: 0.2rem; */
  margin-bottom: 0.2rem;
}
.templateWrap .newsContent .newsblock .newsblock-content:last-of-type{
  border-bottom:none;
  margin-bottom: 0;
}
.templateWrap .newsContent p{
  font-size: 0.36rem;
  padding-left: 0.22rem;
  padding-right: 0.22rem;
}
.templateWrap .newsContent .newsblock .newsblock-content p{
   font-size: 0.36rem;
 /* color: #303030; */
  line-height: 0.6rem;
  padding: 0.1rem 0;
  text-align: justify;
  word-break: break-all;
}
.templateWrap .newsContent .newsblock .newsblock-content .relatednews{
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  margin: 0.1rem 0;
}
.templateWrap .newsContent .newsblock .newsblock-content .relatednews .relatednews-link{
  display: flex;
  align-items: center;
  padding: 0.18rem 0.24rem;
}
.templateWrap .newsContent .newsblock .newsblock-content .relatednews .relatednews-cover{
  width: 1.44rem;
  height: 0.96rem;
  margin-right: 0.24rem;
  flex-shrink: 0;
}
.templateWrap .newsContent .newsblock .newsblock-content .relatednews .relatednews-title{
  font-size: 0.28rem;
  color: #666666;
  line-height: 1.43;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 往期回顾 */
.historyBox{
  border-top: 0.2rem solid #F5F5F5;
  padding: 0.39rem 0 0.3rem;
}
.historyBox .titleBox{
  font-size: 0.3rem;
  color: #666666;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.3rem;
}
.historyBox .historyList {
  padding:0 0.3rem;
}
.historyBox .historyList .margin-a{
  display: block;
  margin-bottom: 0.2rem;
}
.historyBox .historyList .item-it{
  /* background: #FFFAF2; */
  /* box-shadow: 0 0 6px 1px #eee; */
  border-radius: 0.05rem;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 0.32rem 0.28rem;
  background: #f8f8f8;
}
.historyBox .historyList .item-it .left-b{
  flex: 1;
}
.historyBox .historyList .item-it .left-b .topic-box{
  display: flex;
  align-items: center;
}
.historyBox .historyList .item-it .left-b .topic-box .name{
  font-size: 0.3rem;
  color: #303030;
  margin-right: 0.18rem;
  line-height: 1;
}
.historyBox .historyList .item-it .left-b .topic-box .date{
  font-size: 0.3rem;
  color: #303030;
  margin-right: 0.18rem;
  line-height: 1;
}
.historyBox .historyList .item-it .left-b .title{
  font-size: 0.28rem;
  color: #262626;
  word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  margin-top: 0.06rem;
  line-height: 0.46rem;
}
.historyBox .historyList .item-it .right-b{
  height: 0.25rem;
}
/* 时间轴 */
.newsContent .timeaxis{
  display: flex;
}
.newsContent .timeaxis:nth-of-type(1){
  padding-top: 0.3rem;
}
.newsContent .timeaxis .timeaxis-left{
  width: 0.21rem;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.newsContent .timeaxis .timeaxis-left .timedot{
  width: 0.13rem;
  height: 0.13rem;
  background: #005BAC;
  transform: rotate(45deg);
  position: absolute;
  top: 0.32rem;
  left: 0.04rem;
}
.newsContent .timeaxis .timeaxis-left .timeline{
  width: 0.02rem;
  height: 100%;
  background: #C9DCED;
  margin: 0 auto;
}
.newsContent .timeaxis .timeaxis-right{
  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0,0,0,0.05);
  border-radius: 0.05rem;
  flex: 1;
  margin-bottom: 0.46rem;
}
.newsContent .timeaxis .timeaxis-right .datename{
  background: #EAF9FF;
  font-size: 0.34rem;
  font-weight: 600;
  color: #005BAC;
  letter-spacing: 1px;
  padding: 0.18rem 0.34rem;
  border-radius: 0.05rem;
}
.newsContent .timeaxis .timeaxis-right .timename{
  background: #F4F4F4;
  font-size: 0.34rem;
  font-weight: 600;
  color: #005BAC;
  letter-spacing: 1px;
  padding: 0.16rem 0.34rem;
  border-radius: 0.05rem 0.05rem 0rem 0rem;
}
.newsContent .timeaxis .timeaxis-right .timeaxis-content{
  padding: 0 0.34rem 0.18rem;
}
.newsContent .timeaxis .timeaxis-right .timeaxis-content p{
  margin: 0;
  padding-top: 0.2rem;
  font-size: 0.34rem;
}
.newsContent .timeaxis:last-of-type .timeaxis-right{
  margin-bottom: 0 !important;
}

/* 返回上一页按钮 */
.back-btn{
  position: fixed;
  right: 0.3rem;
  bottom: 2rem;
  z-index: 9999;
  width: 1rem;
  height: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.08rem 0px rgba(0,0,0,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.back-btn .icon{
  height: 0.36rem;
}
.back-btn .text{
  font-size: 0.24rem;
  color: #000000;
}
/* 预约成功弹窗 */
.success-modal{
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.success-modal .mask{
  position: absolute;
  inset: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.success-modal .modal-body{
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  width: 5.4rem;
  height: 5.8rem;
  background: url('../img/success-bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.7rem 0.85rem 0;
  box-sizing: border-box;
}
.success-modal .modal-body .title{
  font-weight: 500;
  font-size: 0.48rem;
  color: #4B75FF;
  font-weight: 600;
  line-height: 1;
}
.success-modal .modal-body .tip-text{
  font-size: 0.3rem;
  color: #303030;
  line-height: 0.48rem;
  margin: 0.35rem 0 0.44rem;
}
.success-modal .modal-body .c-btn{
  width: 3.6rem;
  height: 0.84rem;
  background: linear-gradient(180deg, #6785F9, #0065E2);
  border-radius: 0.4rem;
  font-size: 0.36rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.84rem;
}
.success-modal .modal-body .icon{
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
  z-index: 1000;
  width: 0.61rem;
  height: 0.61rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-modal .modal-body .icon img{
  height: 0.25rem;
}
