section:before{
	content:"";
	display: table;
}
section:after{
	content:"";
	display: block;
	clear: both;
}
.position{
	padding:15px 0px;
	background-color: #F5F5F5;
	color:#494949;
	font-size:16px;
}
.position a{
	font-size:16px;
	color:#494949;
	padding:0px 10px;
}
.imgNews{
	position: relative;
}
.imgNews .img{
	position:relative;
}
.imgNews .img a{
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}
.imgNews .img img{
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}
.imgNews.imgFloat:before{
	content:"";
	display: table;
}
.imgNews.imgFloat:after{
	content:"";
	display: table;
	clear:both;	
}
.imgNews.bigImg .img{
	width:50%;
	height:0px;
	padding-bottom:35%;
}
.imgNews.midImg .img{
	width:42%;
	height:0px;
	padding-bottom:29.5%;
}
.imgNews.smlImg .img{
	width:35%;
	height:0px;
	padding-bottom:28%;
}
.imgNews.imgLeft .img{
	float:left;
}
.imgNews.imgRight .img{
	float:right;
}
.imgNews.imgLeft.bigImg .img ~ div{
	margin-left:54%;
}
.imgNews.imgLeft.midImg .img ~ div{
	margin-left:45%;
}
.imgNews.imgLeft.smlImg .img ~ div{
	margin-left:38%;
}
.imgNews.imgRight.bigImg .img ~ div{
	margin-right:54%;
}
.imgNews.imgRight.midImg .img ~ div{
	margin-right:45%;
}
.imgNews.imgRight.smlImg .img ~ div{
	margin-right:38%;
}
.imgNews.imgFloat .title{
	overflow: hidden;
	font-size:20px;
}
.imgNews.imgFloat .abs{
	text-indent: 2em;
	margin-bottom:55px;
}
.imgNews.imgFloat .abs a{
	max-height: 3em;
}
.imgNews.imgFloat .pubDate{
	position: absolute;
	left:0px;
	bottom:35px;
	height: 20px;
	line-height: 20px;
}
.imgNews.imgFloat .detailLink{
	position: absolute;
	left:0px;
	bottom:0px;
}
@media (min-width: 480px) {
  .imgNews.imgFloat .title{
  	font-size:26px;
  }
}
@media (min-width: 768px) {
  .imgNews.imgFloat .title{
  	font-size:32px;
  }
}
@media (min-width: 992px) {
  .imgNews.imgFloat .title{
  	font-size:40px;
  	
  }
}
@media (min-width: 1200px) {
  .imgNews.imgFloat .title{
  	
  }
}
.imgNews .title a{
	font-size: inherit;
	text-decoration: none;
	color:#178DC2;
	line-height: 1.3em;
	display: block;
	max-height: 2.6em;
}
.imgNews .abs a{
	display: block;
	overflow: hidden;
	font-size:14px;
	line-height: 1.5em;
	color:#8F8F8F;
}
.imgNews .pubDate{
	font-size:12px;
	color:#C5C5C5;
	line-height: 30px;
}
.imgNews .detailLink{
	height:30px;
}
.imgNews .detailLink a{
	padding:5px 20px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	float:left;
}
.secTitle{
	font-size:26px;
	font-weight: 600;
	text-align: center;
	padding:30px 0px;
}
.secTitle:before{
	content:url(../img/column.news.sec_title.bg.png);
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
/*新闻资讯*/
.newsSec{
	padding-bottom:30px;
	background:url(../img/column.news.news_sec.bg.jpg) #FFFFFF top left no-repeat;
}
.newsSec .newsList{
	margin-top:30px;
}
.newsSec .newsList .imgNews{
	box-shadow: 0px 0px 5px #B0B0B0;
	padding-bottom:1px;
	background-color:white;
}
.newsSec .newsList .imgNews .img{
	height:0px;
	padding-bottom:80%;
	overflow: hidden;
	position: relative;
}
.newsSec .newsList .imgNews .img a{
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.newsSec .newsList .imgNews .img img{
	display: block;
	height:100%;
	object-fit: cover;
}
.newsSec .newsList .imgNews .title{
	text-align: center;
	margin-top:15px;
	padding:0px 30px;
	overflow: hidden;
	margin-bottom:15px
}
.newsSec .newsList .imgNews .title a{
}
.newsSec .newsList .imgNews .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    padding: 45px;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.newsSec .newsList .imgNews:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.newsSec .newsList .imgNews .overlay .link-btn a {
    font-size: 45px;
    color: #fff;
    position: relative;
    transition: 1s;
    transition-delay: .3s;
    display: inline-block;
}

.newsSec .newsList .imgNews:hover .overlay .link-btn a {
    transform: rotate(360deg);
}

.newsSec .newsList .imgNews .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    transition: .5s;
	background-color: #148CC1;
}



@media (max-width: 479px) {
  .newsSec .newsList .imgNews .img{
  	padding-bottom:60%;
  }
}
@media (min-width: 480px) {
  .newsSec .imgNews.imgFloat .abs{
  	margin-top:5px;
  }
  .newsSec .imgNews.imgFloat .abs a{
	max-height: 3em;
  }
  .newsSec .newsList .imgNews .img{
  	padding-bottom:60%;
  }
}
@media (min-width: 768px) {
  .newsSec .imgNews.imgFloat .abs{
  	margin-top:20px;
  }
  .newsSec .imgNews.imgFloat .abs a{
  	max-height: 4.5em;
  }
}
@media (min-width: 992px) {
  .newsSec .imgNews.imgFloat .abs a{
  	line-height: 2em;
  	max-height: 9em;
  }
}
@media (min-width: 1200px) {
  .newsSec .imgNews.imgFloat .abs a{
  	max-height: 15em;
  }
}


/*展会活动*/
.exhibition{
	background:url(../img/column.news.exhibition_sec.bg.png) #F2F3F5 top right no-repeat;
}
.exhibition .imgNews{
	margin-bottom:10px;
}
.exhibition .imgNews .abs{
	margin-top:5px;
}
@media (min-width: 480px) {
	.exhibition .imgNews{
		margin-bottom:20px;
	}
	.exhibition .imgNews .abs{
		margin-top:5px;
	}
	.exhibition .imgNews .abs a{
		max-height:3em;
	}
}
@media (min-width: 768px) {
 	.exhibition .imgNews{
		margin-bottom:20px;
	}
	.exhibition .imgNews .abs{
		margin-top:15px;
	}
	.exhibition .imgNews .abs a{
		max-height:4.5em;
	}
}
@media (min-width: 992px) {
  .exhibition .imgNews{
	margin-bottom:30px;
  }
  .exhibition .imgNews .abs a{
  		line-height: 2em;
		max-height:12em;
	}
}
/*行业视野*/
.horizon{
	
}
.horizon .imgNews{
	margin-bottom:10px;
}
.horizon .imgNews .abs{
	margin-top:5px;
	margin-bottom:30px;
}
.horizon .imgNews .pubDate{
	bottom:0px;
}
.horizon .imgNews .detailLink{
	margin:0px!important;
	left:auto;
	right:0px;
}
@media (min-width: 480px) {
	.horizon .imgNews{
		margin-bottom:20px;
	}
	.horizon .imgNews .abs{
		margin-top:5px;
	}
	.horizon .imgNews .abs a{
		max-height:3em;
	}
}
@media (min-width: 768px) {
 	.horizon .imgNews{
		margin-bottom:20px;
	}
	.horizon .imgNews .abs{
		margin-top:15px;
	}
	.horizon .imgNews .abs a{
		max-height:4.5em;
	}
}
@media (min-width: 992px) {
  .horizon .imgNews{
	margin-bottom:30px;
  }
  .horizon .imgNews .abs a{
		max-height:12.5em;
	}
}