/* LESS Document */
/* 新华网专题通用css框架。随项目修改宽度、背景色等 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  color: #626262;

  line-height: 1.8em;
}
body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
}
a {
  text-decoration: none;
  color: #535353;
}
a:hover {
  text-decoration: underline;
}
a:link {
  cursor: pointer;
}
/*common style start*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pointer {
  cursor: pointer;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.block-center {
  margin-left: auto;
  margin-right: auto;
}
.limit-line5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
button {
  border: none;
  cursor: pointer;
}
.show-xs {
  display: none ;
}
.show-lg {
  display: block;
}
.bg-xinhua-bar {
  background-color: #a40000;
  min-width: 1188px;
}
.top-bar {
  height: 57px;
  color: #fff;
  text-decoration: none;
  padding-left: 14px;
	margin: 0 auto;
    position: relative;
    width: 1200px;
}
.top-bar a {
  color: #fff;
}
.top-bar .container {
  width: 1188px;
}
.top-bar ul li {
  list-style: none;
  float: left;
  line-height: 57px;

	min-width: 46px;
    text-align: center;
}
.top-bar ul li a {
  margin-right: 5px;
  font-size: 15px;
}
.footer {
  color: #fff;
  background:url(//www.xinhuanet.com/gongyi/zt/202008/index/images/lnt_11.jpg) 50% 0 no-repeat;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto; height:373px;
}
/*页面容器，定义了最小宽度(本次项目设计的最小宽度)*/
.page-container {
  min-width: 1200px;
  background: #eee;
}
.container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0 25px;
}
.img-desc-group{
    border-top: 1px solid #fff;
}

@media (max-width: 768px) {
  .show-lg {
    display: none;
  }
  .show-xs {
    display: block;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }
  .block {
    padding-top: 10px;
  }
  .page-container {
    min-width: auto;
  }
  .container {
    margin: 0 10px;
    width: auto;
    overflow: hidden;
  }
  .bg-max-container {
    padding: 20px 0;
  }
}
.inline-block-container {
  font-size: 0;
}
.banner {
  background:url(//www.xinhuanet.com/gongyi/zt/202008/index/images/lnt_01.png) no-repeat center;
  height: 895px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

/*左图、右标题+描述+下方新闻列表模板*/
.block-template-1,
.block-template-1 a {
  font-size: 18px;
}
.block-template-1 .photo-container {
  float: left;
  width: 636px;
  height: 423px;
  position: relative;
}
.block-template-1 .photo-desc a {
  height: 60px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 60px;
  padding-left: 1em;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.block-template-1 .block-template-1-news-title a {
  text-decoration: none;
  padding: 10px 0 5px;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #c30d23;
  font-size: 20px;
}
.block-template-1 .desc {
  line-height: 32px;
  text-indent: 2em;
  margin-top: 16px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 32px;
  color: #7d7d7d;
}
.block-template-1 .news-list {
  list-style: none;
  line-height: 3em;
  margin-top: 1em;
}
.block-template-1 .news-list li {
  background: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-icon-rhombus.png") no-repeat left center;
  padding-left: 30px;
}
.block-template-1 .news-list a {
  display: block;
  color: #535353 !important;
  margin-right: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-template-1 .intro-container {
  margin-left: 660px;
}
.block-template-1 .intro-container .btn-more {
  margin-top: 10px;
  text-align: right;
}
.block-template-1 .intro-container .btn-more a {
  color: #048183;
}
.swiper-pagination {
  text-align: right;
  bottom: 15px;
  right: 10px;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 3px;
}
.swiper-pagination-bullet-active {
  background: #c30d23;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  padding-right: 20px;
  margin-bottom: 5px;
}
.title {
  height: 129px;
  width: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.title-pazpxd {
  background-image: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-tittle-1.png");
}

.title-pazpsp {
  background-image: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-tittle-3.png");
}
.title-pazprj {
  background-image:url(//www.xinhuanet.com/gongyi/zt/202008/index/images/lnt_05.png);
}
.title-sdpazp {
  background-image:url(//www.xinhuanet.com/gongyi/zt/202008/index/images/lnt_07.png);
}


.title-zpdsj {
  background-image:url(//www.xinhuanet.com/gongyi/zt/202008/index/images/lnt_09.png);
}
.title .btn-more {
  float: right;
  color: #c30d23;
  margin-top: 24px;
	
}
.no-more .title .btn-more{
	display:none;
}
.title .btn-more a {
  color: #0170c2;
}
.block-2 .title .btn-more a,

.block-1 {
  background: #fff;
}
.block-2 {
  background: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-bg-1.jpg") no-repeat top center #FFF;
  min-height: 10px;
    background-size: cover;
}
.block-3 {
  background:url(//www.xinhuanet.com/gongyi/zt/202008/index/images/lnt_03.png) no-repeat top center #FFF;
  min-height: 10px;
        background-size: cover;
}
.block-4 {
  background: #FFF;
  min-height: 10px;
}
.block-5 {
  background: #FFF;
  min-height: 10px;
}


.block-8 {
  background: #FFF;
  min-height: 10px;
}

.video-big{
    width: 846px;
    height: 476px;
    display: block;
    margin:0 auto;
    position:relative;
}
.video-big .photo-desc{
    height: 54px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    
}
.video-big .photo-desc a{
    color:#fff;
    text-align:center;
    display:block;
    line-height:54px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;
    text-decoration: none;
}
.video-small{
    width: 277px;
    height: 150px;
    text-align: center;
}

#swiper-container3{margin-top:55px;width: 1150px}
.block-4 .news-list .news{
    border-bottom:1px solid #ccc;
    padding-bottom:35px;
    position:relative;
    margin-bottom:35px;
}
.block-4 .news-list .news:last-child{
    margin-bottom:0;
}
.block-4 .news-list .news .photo{
    width: 300px;
    height: 200px;
    float:left;
    
}
.block-4 .news-list .news .photo img{
    width: 100%;
    height: 100%;
    display:block;
}
.block-4 .news-list .news .news-title,.block-4 .news-list .news .desc{
    margin-left:320px;
}
.block-4 .news-list .news .news-title{margin-bottom:20px;}
.block-4 .news-list .news .news-title a{
    color:#c30d23;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;
    font-weight: bold;
}
.block-4 .news-list .news .desc a{
    text-decoration: none;
}
.block-4 .news-list .news .view-detail{
    position:absolute;
    bottom:5px;
    right:0;
    
}
.block-4 .news-list .news .view-detail a{
    color:#c30d23;
}
.block-5 .shudu{
    width:16.66667%;
    text-align:center;
    float:left;
    margin-bottom:50px;
    font-size:20px;
    color:#000;
    letter-spacing: 1px;
    
}
.block-5 .shudu .text{
    margin-top:10px;
    white-space: nowrap;
}
.block-5 .shudu .number{
    color:#c30d23;
    white-space: nowrap;
}
.block-5 .shudu .number .big{
    display:inline;
    font-size:45px;
        height: 45px;
    line-height: 45px;
}



.dsj{background: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-time-line.png") repeat-y top center;}
.dsj .year{
    margin:0 auto;
    width: 1200px;height: 74px;
}
.dsj .year-2018{background: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-time-2018.png") no-repeat center top;}
.dsj .year-2019{background: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-time-2019.png") no-repeat center top;}
.dsj .year-2020{background: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-time-2020.png") no-repeat center top;}
.dsj .arrow-end{background: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-time-more.png") no-repeat bottom center;width: 1200px;height: 34px;margin:0 auto;}
.dsj .event{
    background: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-time-dot.png") no-repeat center 2px;
    margin:15px auto;
}
.dsj .event:nth-child(even){
	text-align:right;
}
.dsj .event:nth-child(odd) .date,.dsj .event:nth-child(odd) .desc{
	margin-left:53%;
}
.dsj .event .date{
	font-size:24px;
	color:#c30d23;
	font-weight:bold;
	margin-bottom:10px;
	width:47%;
	
}
.dsj .event .desc{
	
	width:47%;
}
.arrow-1{
	
	background-repeat:no-repeat;
	background-position:top center;
	width: 40px;
	height: 60px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	z-index:2;
	cursor: pointer;
	outline:none;
}

.arrow-1:active,.arrow-1:hover{
	background-position-y:-60px;
}
.arrow-1.left{
	background-image: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-icon-big-left.png");
	left:0;
}
.arrow-1.right{
	background-image: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-icon-big-right.png");
	right:0;
}
.video-list{position:relative;}
.arrow-2{
	
	background-repeat:no-repeat;
	background-position:top center;
	width: 20px;
	height: 46px;
	position:absolute;
	top:50%;
	margin-top:-23px;
	z-index:2;
	cursor: pointer;
	outline:none;
}

.arrow-2:active,.arrow-2:hover{
	background-position-y:-46px;
}
.arrow-2.left{
	background-image: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-icon-small-left.png");
	left:0px;
}
.arrow-2.right{
	background-image: url("//www.news.cn/res/xhwimg/money/zgpajztpgj/img/image-icon-small-right.png");
	right:0px;
}

.subpage-container{background: #fff;min-height:500px;}	
.subpage-container,.subpage-container a{font-size:18px;}	
.subpage-container .news-item{	
	line-height:2em;	
	border-bottom: 1px solid #eee;	
	margin-bottom:6px;	
}
.footer {
    padding: 25px 0 25px 0;
    background:url(//www.xinhuanet.com/gongyi/zt/202008/index/images/lnt_11.jpg) 50% 0 no-repeat;
    text-align: center;
    margin-top: 35px;
}
.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

}
