.txtoh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* iframe {
    .bk;
    width: 100%;
} */
/* a:hover{
    color: inherit;
    -webkit-touch-callout: none;
} */
/*body{
    .fm-ms;
 -webkit-tap-highlight-color:transparent;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 tap-highlight-color: rgba(0, 0, 0, 0);
}
html,body{
 height: auto;
} */
/* .domPc{
    .bk;
}
.domMobile{
    .hide;
}
@media all and (max-width:768px){
    .domPc{
        display: none !important;
    }
    .domMobile{
        .bk;
    }
} */
.hide {
  display: none;
}
/* html body .hide{
    display: none;
}
.noEvt{
    pointer-events: none;
} */
.cover-100,
.cover-100 body {
  height: 100%;
}
/* .container{
	height: 3000px;
} */
.cover {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
}
.cover-box {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  width: 574px;
  margin: 0 auto;
  line-height: 100%;
  text-align: center;
}
.cover-bg,
.cover-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0;
}
.cover-bg {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.cover-main {
  position: relative;
  height: 160px;
}
.cover-20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 228px;
  height: 154px;
}
.cover-logo-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 254px;
  height: 100%;
}
.cover-logo-wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -46px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.cover-v-line:before {
  opacity: 1;
}
.cover-logo {
  width: 100%;
  height: 100%;
}
.cover-shining {
  position: relative;
}
.cover-font-1 {
  position: relative;
  left: -14px;
  height: 40px;
  margin: 10px auto 14px;
}
.cover-font-2 {
  -webkit-transform: scale3d(0, 0, 1);
     -moz-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
}
.cover-star {
  position: absolute;
  width: 170px;
  -webkit-transform: scale3d(0.8, 0.8, 1);
     -moz-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: l;
     -moz-animation-timing-function: l;
          animation-timing-function: l;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
     -moz-animation-direction: alternate;
          animation-direction: alternate;
}
.cover-star-1 {
  top: 28px;
  left: -38px;
  -webkit-animation-name: s1;
     -moz-animation-name: s1;
          animation-name: s1;
}
.cover-star-2 {
  top: 44px;
  right: -2px;
  -webkit-animation-name: s2;
     -moz-animation-name: s2;
          animation-name: s2;
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes s1 {
  0% {
    -webkit-transform: scale3d(0.6, 0.6, 1);
            transform: scale3d(0.6, 0.6, 1);
  }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
}
@-moz-keyframes s1 {
  0% {
    -moz-transform: scale3d(0.6, 0.6, 1);
         transform: scale3d(0.6, 0.6, 1);
  }
  100% {
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes s1 {
  0% {
    -webkit-transform: scale3d(0.6, 0.6, 1);
       -moz-transform: scale3d(0.6, 0.6, 1);
            transform: scale3d(0.6, 0.6, 1);
  }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
}
@-webkit-keyframes s2 {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
  }
  100% {
    -webkit-transform: scale3d(1.15, 1.15, 1);
            transform: scale3d(1.15, 1.15, 1);
  }
}
@-moz-keyframes s2 {
  0% {
    -moz-transform: scale3d(0.8, 0.8, 1);
         transform: scale3d(0.8, 0.8, 1);
  }
  100% {
    -moz-transform: scale3d(1.15, 1.15, 1);
         transform: scale3d(1.15, 1.15, 1);
  }
}
@keyframes s2 {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
       -moz-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
  }
  100% {
    -webkit-transform: scale3d(1.15, 1.15, 1);
       -moz-transform: scale3d(1.15, 1.15, 1);
            transform: scale3d(1.15, 1.15, 1);
  }
}
.cover-tips {
  position: absolute;
  left: 50%;
  bottom: 14%;
  width: 330px;
  margin-left: -165px;
  line-height: 100%;
  font-size: 0;
}
.cover-time {
  /* .bk;
	margin-bottom: 16px; */
  position: absolute;
  top: 200px;
  left: 0;
}
.cover-solgan {
  position: absolute;
  top: 236px;
  left: 50%;
  margin-left: -104px;
}
.cover-20 {
  left: -180%;
}
.cover-logo-wrap {
  right: -180%;
}
.cover-20,
.cover-logo-wrap,
.cover-font-1,
.cover-font-2,
.cover-star-1,
.cover-star-2,
.cover-time,
.cover-solgan {
  opacity: 0;
}
.ie89-cover .cover {
  height: 1080px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('http://www.newsimg.cn/politics/xinhuanet20/pc/images/cover/cover-all.png');
}
.ie89-cover .cover-bg,
.ie89-cover .cover-line,
.ie89-cover .cover-box,
.ie89-cover .cover-tips {
  display: none;
}

/*# sourceMappingURL=../maps/cover.css.map */
