@charset "utf-8";
/* CSS Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea, button, i, input, select, option, header, footer, main, article, section, aside, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

i, em {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 500;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:focus, a:active, a:hover {
  outline: none;
}

a img {
  vertical-align: top;
}

a, img {
  -webkit-touch-callout: none;
}

img {
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}

/* CSS Reset End */

/* 浮动与清除浮动 */

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.ellipsis-x {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 页面样式 */

body {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: .36rem 0 1.12rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a, p {
  word-break: break-all;
}

/* 页面样式 */

h1 {
  padding: 0 .36rem;
  line-height: 0.63rem;
  font-size: 24px;
}

/* 新闻信息 */

.news-info {
   padding: 0 .36rem;
  line-height: 1.17rem;
  font-size: 12px;
  color: #aaa;

}
#newshare .news-info {
  padding: .2rem .36rem;
  line-height: .6rem;
  font-size: .26rem;
  color: #777777;
}

#newshare .news-info .row-item:first-child {
  display: flex;
  justify-content: space-between;
}

/* 新闻简介 */

.news-summary {
  position: relative;
  padding: .16rem .28rem .2rem;
  margin: 0 .36rem;
  background-color: #e6f2fe;
  border-top: .03rem solid #439af8;
  text-align: justify;
}

.news-summary:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0!important;
  height: 0!important;
  font-size: 0;
  border-right: .18rem solid #439af8;
  border-bottom: .18rem solid #439af8;
  border-top: .18rem solid transparent;
  border-left: .18rem solid transparent;
}

.news-summary p {
  line-height: 0.6rem;
  font-size: 16px;
}

/* 新闻内容 */

.news-content {
  position: relative;
  padding-top: .35rem;
}

.news-content .section h2 {
  position: relative;
  padding-left: 0.35rem;
  margin-bottom: 0.2rem;
  line-height: 0.52rem;
  font-size: 18px;
  color: #439af8;
}

.news-content .section h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: .1rem;
  height: 100%;
  background-color: #439af8;
}

.news-content .section-main {
  padding: 0 .36rem;
  text-align: justify;
}

.section-main video {
  width: 98% important;
}

.news-content .section-main p {
  margin-bottom: 0.20rem;
  line-height: 0.6rem;
  font-size: 18px;
}

/* 新闻按钮 */

.news-btns {
  margin-bottom: .4rem;
  text-align: center;
}

.news-btns .btn-like {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.23rem;
  height: .69rem;
  margin: 0 auto;
  border-radius: .34rem;
  border: 1px solid #aaa;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.news-btns .btn-like .icon-like {
  display: inline-block;
  width: .28rem;
  height: .26rem;
  margin-right: .1rem;
  background: url(../img/heart.png) no-repeat center;
  background-size: 100%;
}

.subtitle {
  text-align: center;
  font-size: 14px;
  padding: 0.36rem;
}

.video-js.vjs-fullscreen .vjs-tech {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: fill;
}

.video-js.vjs-fullscreen {
  position: relative;
  overflow: hidden;
}

.video-js.vjs-fullscreen .vjs-tech {
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transform-style: preserve-3d;
}

.video-js.vjs-fullscreen {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 280px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-js.vjs-fullscreen .vjs-tech {
  display: block;
  top: 50%;
  left: 50%;
  height: 280px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media screen and (orientation: portrait) {
  .video-js.vjs-fullscreen {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .video-js.vjs-fullscreen .vjs-tech {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (orientation: landscape) {
  .video-js.vjs-fullscreen {
    max-width: 100%;
  }
  .video-js.vjs-fullscreen .vjs-tech {
    width: auto;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
  }
}

/* 底部打开客户端 */

#newshare .shows {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.12rem;
  background: #ffffff;
}

#newshare #floor_div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: .44rem;
  padding-right: .33rem;
}

#newshare #lefticon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#newshare #lefticon img {
  display: block;
  width: 1.37rem;
  height: .65rem;
  background-size: 100% 100%;
  margin-right: .24rem;
}

#newshare #lefticon p span {
  color: #666666;
  font-size: .26rem;
  display: block;
}

#newshare #downloadicon .dl {
  display: block;
  width: 1.45rem;
  height: .54rem;
}
