﻿@charset "utf-8";
.txtoh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* iframe {
    .bk;
    width: 100%;
} */
a:hover {
  color: inherit;
  -webkit-touch-callout: none;
}
body {
  font-family: "微软雅黑", "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1, "PingFang SC", "Lantinghei SC", "Helvetica Neue", "Helvetica, Arial", "STHeitiSC-Light", "simsun", "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif";
  -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;
}
.box {
  width: 1000px;
  margin: 0 auto;
}
.domMobile {
  display: none;
}
@media all and (max-width: 768px) {
  .domPc,
  .domPC {
    display: none;
  }
  .domMobile {
    display: block;
  }
  .box {
    width: 92%;
  }
}
.hide {
  display: none;
}
.hide-always {
  display: none !important;
}
.noEvt {
  pointer-events: none;
}
.banner {
  height: 333px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/fortune/baihuajinrong/images/bg_pcbanner.png");
}
.banner .box {
  position: relative;
}
.logo {
  position: absolute;
  top: 38px;
  left: 42px;
  display: block;
  width: 110px;
  height: 68px;
  text-indent: -9999px;
  overflow: hidden;
}
.nav {
  height: 70px;
  line-height: 70px;
  background-color: #004eaf;
}
.nav a {
  float: left;
  margin: 0 24px;
  font-size: 24px;
  color: #fff;
}
.big {
  padding-top: 48px;
  padding-bottom: 24px;
}
.big .box {
  position: relative;
  height: 560px;
}
.big-txt,
.big-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big-box img,
.big-txt img,
.big-box iframe,
.big-txt iframe,
.big-box span,
.big-txt span {
  display: block;
  width: 100%;
  height: 100%;
}
.big-box span,
.big-txt span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* &:before{
			.pseudo;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
			
		} */
}
.big-closebtn {
  position: absolute;
  top: 0;
  right: -17px;
  z-index: 11;
  width: 17px;
  height: 17px;
  background: url(//www.news.cn/2015/img2015/icon_video.png) 0 -80px no-repeat;
  cursor: pointer;
}
.blay_btn {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_BFicon_v1.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.a_img_span a,
.a_img_span img,
.a_img_span span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.a_img_span span {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 16px 32px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.big-txt {
  cursor: pointer;
}
.big-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_BFicon_v1.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.big-txt span {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 32px;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}
.blocks {
  padding-bottom: 56px;
}
.blocks .box {
  height: 376px;
}
.blocks-l {
  float: left;
  width: 500px;
  height: 100%;
}
.blocks-l a,
.blocks-l img,
.blocks-l span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.blocks-l span {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 16px 32px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.blocks-l a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_BFicon_v1.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.blocks-r {
  float: right;
  width: 470px;
}
.blocks-r-wrap {
  width: 120%;
}
.blocks-item {
  float: left;
  width: 226px;
  height: 170px;
  margin-right: 18px;
  margin-bottom: 36px;
}
.blocks-item a,
.blocks-item img,
.blocks-item span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.blocks-item span {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 16px 32px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.blocks-item a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_BFicon_v1.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.blocks-item span {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
}
.pcblocksmore {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/fortune/baihuajinrong/images/pcblocksmore.png");
}
.pcblocksmore a:before {
  display: none;
}
.blocks-l a,
.blocks-item a {
  -webkit-transition: -webkit-box-shadow 0.2s ease 0s;
  transition: -webkit-box-shadow 0.2s ease 0s;
  -moz-transition: box-shadow 0.2s ease 0s, -moz-box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s, -webkit-box-shadow 0.2s ease 0s, -moz-box-shadow 0.2s ease 0s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
.blocks-l a:hover,
.blocks-item a:hover {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
}
.tit- {
  height: 199px;
  background-position: center center;
  background-repeat: no-repeat;
}
.tit--pic {
  background-image: url("//www.xinhuanet.com/fortune/baihuajinrong/images/bg_pcinfographic.png");
}
.tit--info {
  background-image: url("//www.xinhuanet.com/fortune/baihuajinrong/images/bg_pcinfomations.png");
}
.pic .box {
  position: relative;
  height: 430px;
}
.pic .swiper-container,
.pic .swiper-wrapper,
.pic .swiper-slide {
  height: 100%;
}
.pic .swiper-slide {
  line-height: 430px;
  font-size: 0;
  text-align: center;
  -webkit-transform: scale3d(0.9, 0.9, 1);
     -moz-transform: scale3d(0.9, 0.9, 1);
          transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s, -moz-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s, -moz-transform 0.2s ease 0s;
}
.pic .swiper-slide a,
.pic .swiper-slide img {
  display: block;
  display: inline-block;
  vertical-align: middle;
  width: 290px;
  height: 410px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.pic .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.pic .swiper-slide-active + .swiper-slide {
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  line-height: 430px;
}
.pic .swiper-slide-active + .swiper-slide a {
  /* box-sizing: border-box;
		border:7px solid #146bd7; */
  outline: 5px solid #146bd7;
}
.pic-arrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.pic-arrow a {
  position: absolute;
  top: 190px;
  display: block;
  width: 30px;
  height: 51px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url("//www.xinhuanet.com/fortune/baihuajinrong/images/pcarrow.png");
  cursor: pointer;
}
.pic-arrow-left {
  left: -80px;
  background-position-y: bottom;
}
.pic-arrow-right {
  right: -80px;
  background-position-y: top;
}
.info {
  padding-bottom: 78px;
}
.info ul {
  padding-bottom: 12px;
}
.info li {
  position: relative;
  margin-bottom: 54px;
}
.info li > a {
  font-size: 24px;
  line-height: 30px;
  color: #146bd7;
  font-weight: bold;
}
.info li:before {
  content: attr(data-time);
  position: absolute;
  left: 310px;
  bottom: 0;
  font-size: 16px;
  color: #3a3a3a;
}
.info .wrap {
  padding-top: 24px;
}
.info .wrap a {
  float: left;
  display: block;
  width: 274px;
  height: 154px;
  margin-right: 36px;
}
.info .wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.info .txt {
  float: right;
  max-width: 690px;
  font-size: 16px;
  line-height: 32px;
  color: #2a2a2a;
}
.more {
  display: block;
  width: 606px;
  height: 64px;
  margin: 0 auto;
  background-color: #dfdfdf;
  font-size: 18px;
  line-height: 64px;
  color: #2a2a2a;
  text-align: center;
  cursor: pointer;
}
.footer {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 148px;
  padding-top: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/fortune/baihuajinrong/images/bq_pcfooter.png");
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

/*# sourceMappingURL=../maps/pc.css.map */
