@charset "UTF-8";
body {
  font-family: "-apple-system", "SF UI Display", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
}

* {
  box-sizing: border-box;
}

a {
  outline-style: none;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #ff3333;
  text-decoration: none;
}

img {
  display: block;
  border: 0;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

.show-pc {
  display: block;
}

.show-mobile {
  display: none;
}

.banner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 50px;
}
.banner img {
  width: 100%;
}
.banner .banner-mask {
  position: absolute;
  bottom: -13px;
  width: 100%;
  height: 130px;
  background: url(../images/mask.png);
  background-size: cover;
}
.banner .banner-title {
  position: relative;
  margin: -103px auto 0;
  width: 1000px;
  z-index: 999;
}
.banner .banner-title h2 {
  min-height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
}
.banner .banner-title p {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #e8e8e8;
  line-height: 20px;
  overflow: hidden;
  text-indent: 2em;
}

/* 暂停时显示播放按钮 */
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}

/* 播放按钮变○圆形 */
.video-js .vjs-big-play-button {
  font-size: 2.5em;
  line-height: 2.3em;
  height: 2.5em;
  width: 2.5em;
  border-radius: 2.5em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  border-width: 0.15em;
  margin-top: -1.25em;
  margin-left: -1.75em;
}
.video-js .vjs-time-control {
  display: block;
  min-width: 7px;
  width: auto;
  padding-left: 3px;
  padding-right: 3px;
}
.video-js .vjs-remaining-time {
  display: none;
}

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em;
}

/* 加载圆圈 */
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}

.content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.content .nav {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 528px;
  width: 124px;
  background: #f5f5f5;
}
.content .nav .nav-item {
  width: 124px;
  /* border-bottom: 1px solid #ececec; */
  cursor: pointer;
  text-align: center;
}
.content .nav .nav-item.current {
  background: #4285f4;
  color: #fff;
}
.content .nav .nav-item.current span {
  border: none;
}
.content .nav .nav-item span {
  display: block;
  margin: 0 10px;
  padding: 13px 4px 12px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #ececec;
}
.content .nav .nav-item:last-child span {
  border: none;
}
.content .main {
  width: 648px;
}
.content .sidebar {
  position: relative;
  width: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.topic-video {
  display: none;
  width: 648px;
  overflow: hidden;
  background: url(../images/bgv.jpg) center center cover no-repeat;
  margin-bottom: 30px;
}
.topic-video .video-title {
  padding: 0 10px;
}
.topic-video .video-title p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 40px;
  max-height: 80px;
  overflow: hidden;
}

.topic-focus {
  position: relative;
  width: 648px;
  height: 365px;
  overflow: hidden;
  background-color: pink;
  margin-bottom: 30px;
}
.topic-focus .swiper-container {
  width: 100%;
  height: 100%;
}
.topic-focus .swiper-container .swiper-slide > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.topic-focus .swiper-container .swiper-slide > a img {
  width: 648px;
  height: 365px;
}
.topic-focus .swiper-container .swiper-slide > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -ms-linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE", endColorstr="#F4F60C", GradientType="1");
  background: linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
}
.topic-focus .swiper-container .swiper-slide p {
  position: absolute;
  width: 648px;
  height: 50px;
  left: 0;
  bottom: 0;
  text-align: left;
  padding-left: 14px;
}
.topic-focus .swiper-container .swiper-slide p a {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
.topic-focus .swiper-container .swiper-slide p a:hover {
  color: #fff;
}
.topic-focus .swiper-container .swiper-button-white {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.topic-focus .swiper-container .swiper-button-next {
  right: -40px;
}
.topic-focus .swiper-container .swiper-button-prev {
  left: -40px;
}
.topic-focus .swiper-container .swiper-pagination {
  width: auto;
  right: 10px;
  text-align: right;
}
.topic-focus .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background: #ececec;
}
.topic-focus .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  display: inline-block;
  background: #fff;
  opacity: 0.8;
}
.topic-focus .swiper-container:hover .swiper-button-next {
  right: 0;
}
.topic-focus .swiper-container:hover .swiper-button-prev {
  left: 0;
}

.main .topic-column {
  margin-bottom: 30px;
}
.main .topic-column .column-title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  border-bottom: 1px solid #000;
  padding-right: 5px;
}
.main .topic-column .column-title.no-border-bottom {
  border-bottom: none;
}
.main .topic-column .column-title .more {
  float: right;
}
.main .topic-column .column-title .more a {
  font-size: 18px;
}

.news-list li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
}
.news-list li:hover {
  background-color: #f5f5f5;
}
.news-list .item-pic {
  position: relative;
  width: 148px;
  height: 83px;
  overflow: hidden;
  margin-right: 10px;
}
.news-list .item-pic .info-pic img {
  width: 148px;
  transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
}
.news-list .item-pic .info-pic img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news-list .item-pic .v-play {
  display: none;
  background: url(../images/play.png) no-repeat;
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: absolute;
  left: 55px;
  top: 23px;
}
.news-list .item-txt {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  padding: 0 5px 0 10px;
}
.news-list .item-txt .info-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
  overflow: hidden;
}
.news-list .item-txt .info-desc {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  margin-top: 10px;
}
.news-list .item-txt .info-time {
  font-size: 14px;
  font-weight: 500;
  color: #b3b3b3;
  line-height: 14px;
  margin-top: 10px;
}

.roll-list {
  padding-top: 18px;
}
.roll-list li {
  font-size: 16px;
  line-height: 36px;
}
.roll-list li .title {
  width: 580px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.roll-list li .title a {
  margin-left: 6px;
}
.roll-list li .title i {
  display: inline !important;
}
.roll-list li .time {
  font-size: 14px;
  color: #ccc;
}

.list-yunpic {
  font-size: 0;
  padding-top: 20px;
}
.list-yunpic li {
  display: inline-block;
  width: 204px;
  height: 134px;
  overflow: hidden;
  margin: 0 17px 17px 0;
}
.list-yunpic li:nth-child(3n) {
  margin-right: 0;
}
.list-yunpic li img {
  width: 100%;
  transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
}
.list-yunpic li img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.qrcode-app {
  position: absolute;
  width: 300px;
  height: 300px;
  background: #f5f5f5;
}
.qrcode-app .title {
  margin: 33px auto 0;
  height: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.qrcode-app .line {
  margin: 8px auto 14px;
  height: 1px;
  background: url(../images/line-1.png) no-repeat;
  background-size: cover;
}
.qrcode-app .imgbox a {
  display: block;
}
.qrcode-app .imgbox img {
  margin: 0 auto;
}
.qrcode-app .tip {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.fix-top {
  position: fixed !important;
  top: 20px !important;
  z-index: 999 !important;
  animation: bounceInDown 0.5s;
  -webkit-animation: bounceInDown 0.5s;
}
@keyframes bounceInDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -105px, 0);
    -webkit-transform: translate3d(0, -105px, 0);
    -moz-transform: translate3d(0, -105px, 0);
    -ms-transform: translate3d(0, -105px, 0);
    -o-transform: translate3d(0, -105px, 0);
  }
  100% {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
.sharebox {
  position: fixed;
  left: 50%;
  bottom: 135px;
  margin-left: 520px;
  width: 55px;
  z-index: 9999;
}
.sharebox .gotop {
  visibility: hidden;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: url(../images/icon.png) no-repeat -166px 0;
}
.sharebox .gotop:hover {
  background: url(../images/icon.png) no-repeat -166px -56px;
}
.sharebox .wechat {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: url(../images/icon.png) no-repeat -55px 0;
}
.sharebox .wechat:hover {
  background: url(../images/icon.png) no-repeat -55px -56px;
}
.sharebox .weibo {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: url(../images/icon.png) no-repeat 0px 0;
}
.sharebox .weibo:hover {
  background: url(../images/icon.png) no-repeat 0px -56px;
}
.sharebox .qzone {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: url(../images/icon.png) no-repeat -110px -1px;
}
.sharebox .qzone:hover {
  background: url(../images/icon.png) no-repeat -110px -56px;
}
.sharebox .s-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  top: -50px;
  left: -128px;
  width: 120px;
  height: 150px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  -moz-transition: all 350ms;
  -webkit-tansition: all 350ms;
  transition: all 200ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom::after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode img {
  width: 100%;
  margin: 0 auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}