.dropleft {
  position: fixed;
  top: 50%;
  right:  0;
  z-index: 2;
}
.salesBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 400px;
  width:60px;
  height:60px;
  background:#fff !important;
  border-radius:4px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:17px;
}
.hideMenu {
  display: none;
}
.showMenu {
  display: block;
}
.dropleft .salesBtnMenu {
  position: absolute;
  top: -30px;
  right: 100px;
  width:266px;
  height:120px;
  padding-left: 22px;
  padding-top: 19px;
  border: none;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}
.dropleft .triangle{
  position: relative;
  width:0;
  height:0;
  border-width: 40px;
  border-style: solid;
  border-color: rgba(255,255,255,1) transparent transparent transparent;
  transform: rotate(30deg);
  right: -160px;
  bottom: 70px;
  -ms-transform: rotate(30deg);		/* IE 9 */
  -webkit-transform: rotate(30deg);	/* Safari and Chrome */
  -o-transform: rotate(30deg);		/* Opera */
  -moz-transform: rotate(30deg);
}
.dropleft .tips_title {
  font-size:16px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:22px;
}
.dropleft .item {
  margin-bottom: 12px;
}

#headerNavbarWrap .navbar-nav .nav-item:nth-child(6) a {
	color: #DE4907 !important;
	border-bottom: 4px solid #DE4907;
}
.content {
	padding-top: 60px;
	padding-bottom: 100px;
	background:rgba(245,245,245,1);
}
/*分页*/
.pagination {
	text-align: right;
	padding: 28px 0;
	clear: both;
}
.pagination li{
	margin: 0 5px;
	background-color: #f4f4f5;
	color: #606266;
	width: 44px;
	border-radius: 2px;
	line-height: 34px;
	text-align: center;
}
.pagination a{
	display: inline-block;
	width: 100%;
	background: none;
	border: 1px solid #DE4907;
	color: #DE4907;
	font-size: 12px;
}
/*.paging a:hover,*/
.pagination .active{
	background: #DE4907;
	color: #FFFFFF;
}
/*返回*/
.banner-img-wrap {
  position: relative;
  padding: 0;
  /* 保持图片宽高比 */
  padding-bottom: 20.83%;
	height:166px;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
	height: 100%;
}
a:hover {
	text-decoration: none;
}
.wrap {
  display: flex;
  align-items:flex-start;
  /* flex-wrap: wrap; */
  justify-content: center;
  margin-top: 40px;
}
.recommend {
  display: block;
  width:282px;
  padding: 22px;
  margin-right: 24px;
  background:rgba(255,255,255,1);
}
.recommend-list {
	margin-top: 20px;
}
.newslist {
  flex: 1 ;
}
.title {
	font-size:20px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(20,20,20,1);
  line-height:28px;
  /* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.news-desc {
	font-size:14px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
	letter-spacing:1px;
}
.news-time {
	font-size:13px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
	letter-spacing:1px;
}
.recommend .news-title {
  margin-bottom: 6px;
  font-size: 16px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.recommend .news-desc {
	margin-bottom: 10px;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recommend .news-img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.label-wrap {
	display: flex;
	flex-wrap: wrap;
}
.label {
	height:21px;
	line-height: 21px;
	margin-right: 10px;
	margin-bottom: 6px;
	text-align: center;
	padding-left: 9px;
	padding-right: 9px;
	background:rgba(227,239,255,1);
	border-radius:3px;
	color:#DE4907;;
}
.filter {
	background: #fff;
	padding: 25px 16px;
}
.industry-type-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
	margin-bottom: 32px;
}
.industry-type {
	height:40px;
	line-height:40px;
	padding: 0 28px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	background:rgba(245,245,245,1);
	border-radius:3px;
	font-size:16px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(20,20,20,1);
}
.industry-type-wrap .active  {
	color:rgba(255,255,255,1);
	background:#DE4907;
}
.industry-type:hover {
	color: rgba(20,20,20,1);
}
.industry-type-wrap .active:hover {
	color:rgba(255,255,255,1);
}
.hot-words-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.hot-words {
	margin-right: 20px;
	margin-bottom: 20px;
	font-size:16px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(76,76,76,1);
	line-height:22px;
}
.hot-words:hover {
	color:rgba(76,76,76,1);
}
.hot-words-wrap .active, .hot-words-wrap .active:hover {
	color:#DE4907;
}
.news-item-wrap {
	margin: 20px 0;
	min-height: 226px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(229,229,229,1);
}
.news-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
}
.news-item .news-title {
  font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(20,20,20,1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-item-img {
	width:279px;
  	height:186px;
}
.news-item .label-wrap {
	margin-top: 16px;
}
.news-item .news-desc {
	margin-top: 10px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pagination-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.total-count {
	height:18px;
	font-size:13px;
	font-family:MicrosoftYaHei;
	color:rgba(76,76,76,1);
	line-height:17px;
	margin-right: 10px;
}
.pagination-btn-wrap {
	display: flex;
	align-items: center;
	border-radius: 2px;
}
.page-btn {
	display: block;
	width:28px;
	height:28px;
	line-height: 28px;
	text-align: center;
	background:rgba(245,245,245,1);
	border:1px solid rgba(207,207,207,1);
	border-right: 0;
	font-size:13px;
	font-family:HelveticaNeue;
	color:rgba(76,76,76,1);
}
.page-btn:hover {
	color:rgba(76,76,76,1);
}
.page-btn:last-child {
	border-right: 1px solid rgba(207,207,207,1);
}
.pagination-btn-wrap .active {
	color:rgba(255,255,255,1);
	background:#DE4907;
}
.disabled {
	background:rgba(229,229,229,1);
}
.element::-webkit-scrollbar { width: 0 !important }
.element { -ms-overflow-style: none; }
.element { overflow: -moz-scrollbars-none; }

@media screen and (min-width:1024px) {
	.news-item-img-wrap {
		width:279px !important;
		height:186px !important;
		margin-right: 20px;
	}
}
/*小平板屏幕适配*/
@media screen and (max-width:1300px) {
	.d-s-none{
		display: none;
	}
	.d-s-block{
		display: block !important;
	}
	.recommend{
		width:100%;
		margin-right:0;
	}
	.recommend-list>a{
		display: block;
		width:228px;
	
		height:100%;
	}
	.recommend-list {
    display: flex;
		/* overflow:hidden */
    overflow-x: scroll;
	}
}
@media screen and (max-width:1024px) {
	.md-list{
		display: inline-block;
	}
	.d-s-none{
		display: none;
	}
  .news-item {
    display: block;
  }
	.news-item-wrap{
		margin:0 auto;
	}
	.newslist{
		width:100%;
		text-align: center;
	}
	.recommend-list{
		display: flex;
		overflow-x: scroll;
	}
	.recommend-list a{
		width:200px;
	}
	.element::-webkit-scrollbar {display:none}
	.recommend{
		width:100%;
	}
	.recommend .news-img{
		width:100%;
		height:120px;
	}
	.industry-type{
		padding: 0 13px;
		margin-right: 15px;
		height: 30px;
    line-height: 30px;
		font-size: 12px;
	}
	.recommend .news-title{
		font-size:14px;
		
	}
	.news-desc{
		font-size:12px;
	}
	.label{
		font-size:12px;
	}
	.title{
		font-size:16px;
	}
	.hot-words{
		font-size:12px;
	}
	.hot-words{
		margin-right: 15px;
    margin-bottom: 10px;
	}
	.news-item .news-title{
		font-size:14px;
		margin-top: 10px;
	}
	.news-time{
		font-size:12px;
		
	}
	
}
@media screen and (max-width:768px) {
  .news-item {
    display: block;
  }
	.news-item-wrap{
		margin:0 auto;
	}
	.newslist{
		width:100%;
		
	}
	.recommend-list{
		display: flex;
		overflow-x: scroll;
	}
	.recommend-list a{
		width:200px;
	}
	.element::-webkit-scrollbar {display:none}
	.recommend{
		width:100%;
	}
	.recommend .news-img{
		width:100%;
		height:120px;
	}
	.industry-type{
		padding: 0 10px;
		margin-right: 16px;
		height: 30px;
    	line-height: 30px;
		font-size: 12px;
	}
	.recommend .news-title{
		font-size:14px;
		
	}
	.news-desc{
		font-size:12px;
	}
	.label{
		font-size:12px;
	}
	.title{
		font-size:16px;
	}
	.hot-words{
		font-size:12px;
	}
	.hot-words{
		margin-right: 15px;
    margin-bottom: 10px;
	}
	.news-item .news-title{
		font-size:14px;
		margin-top: 10px;
	}
	.news-time{
		font-size:12px;
		
	}
	
}
/*手机屏幕适配*/
@media screen and (max-width:414px) {
  .news-item {
    display: block;
  }
  .recommend {
    margin-right: 0;
    margin-bottom: 20px;
  }
	.banner-img{
		object-fit: cover;
	}
}
