iframe {
  display: block;
  width: 100%;
}
a:hover {
  color: inherit;
  -webkit-touch-callout: none;
}
body {
  font-family: "微软雅黑", "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}
.hide {
  display: none;
}
body {
  background-color: #e9e9e9;
}
.box {
  width: 92%;
  margin: 0 auto;
}
.part {
  width: auto;
  /* border-top:6px solid red;
	
	.bdr("bg_line.png");
	border-image-slice: 6;
	border-image-width: 6px 6px;	
	border-image-outset: stretched;	
	border-image-repeat: repeat; 
	
	background-color: #f7f7f7; */
  padding-top: 12px;
  background-repeat: no-repeat;
  background-image: url("//www.xinhuanet.com/expo/zt/2017astnsbh/img/m_bg_line.png");
  background-position: center top;
  -webkit-background-size: auto auto;
     -moz-background-size: auto;
          background-size: auto;
  padding-bottom: 20px;
}
.banner {
  height: 2.77333333rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("//www.xinhuanet.com/expo/zt/2017astnsbh/img/m_banner.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.top {
  position: relative;
  height: 6.72rem;
}
.top a,
.top img {
  display: block;
}
.top .swiper-container,
.top .swiper-wrapper,
.top .swiper-slide,
.top a,
.top img {
  height: 100%;
}
.top .swiper-slide {
  position: relative;
}
.top-pagination,
.top .swiper-slide span {
  position: absolute;
}
.top-pagination {
  right: 10px;
  bottom: 15px;
  z-index: 20;
  display: inline-block;
  line-height: 5px;
  vertical-align: middle;
}
.top-pagination span {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  margin-left: 6px;
  background-color: #aaa;
}
.top-pagination .swiper-pagination-bullet-active {
  width: 5px;
  height: 5px;
}
.top .swiper-slide span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 30px;
  text-indent: 1em;
  overflow: hidden;
  color: #aaa;
}
.list-item {
  padding-top: 7px;
  padding-bottom: 8px;
  background-color: #f7f7f7;
  margin-bottom: 2px;
}
.list-item .box {
  position: relative;
}
.list-item .box:before {
  content: "";
  position: absolute;
  display: block;
  content: attr(data-name);
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #aaa;
  line-height: 100%;
}
.list-item a:first-child,
.list-item img {
  float: left;
  display: block;
  width: 2.66666667rem;
  height: 2rem;
}
.list-item a:first-child {
  margin-right: 0.53333333rem;
}
.list-item a:nth-child(2) {
  max-width: -moz-calc(100% -  3.2rem);
  max-width: calc(100% -  3.2rem);
  max-height: 2rem;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  overflow: hidden;
}
.more {
  display: block;
  height: 42px;
  margin-top: 2px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/expo/zt/2017astnsbh/img/m_bg_more.png");
  -webkit-background-size: 86px 15px;
     -moz-background-size: 86px 15px;
          background-size: 86px 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
}
.pic-tit {
  background-color: #f7f7f7;
}
.pic-tit a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.pic-img {
  background-color: #f7f7f7;
}
.pic-img .box {
  padding: 12px 0;
}
.pic-img a,
.pic-img img {
  display: block;
  width: 100%;
  height: 4.93333333rem;
}
.video {
  height: 4.93333333rem;
  padding: 20px 0 15px;
  margin-bottom: 2px;
  background-color: #f7f7f7;
}
.video .box {
  height: 100%;
}
.video a,
.video img {
  display: block;
  width: 100%;
  height: 100%;
}
.video a {
  position: relative;
}
.video span {
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.imgs .box {
  width: 100%;
  padding: 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background-color: #f7f7f7;
}
.imgs a:not(.more) {
  display: block;
  width: 2.66666667rem;
  height: 3.5rem;
}
.imgs img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer {
  padding: 8px 0;
  background-color: #187cd1;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.hide {
  display: none;
}

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