.main{
  width: 1200px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
.ind-left{
  width: 836px;
  margin-top:136px;
  display: none;
}
.ind-right{
  width: 300px;
  margin-top:136px;
}
.label-info-router{
  padding-top:8px;
  display: flex;
  padding-bottom:33px;
  align-items: center;
  z-index: 1111;
 }
 .label-info-router span{
   font-weight: 400;
   color: #999999;
   line-height: 22px;
   font-size: 14px;
   cursor: pointer;
 }
 .label-info-router span:last-child{
   color:#555
 }
 .label-info-router span:hover{
   color:#2B60DD
 }
 .label-info-router .next-icon{
   width: 16px;
   height: 16px;
   margin:0 6px;
 }
 .lable-info-main{
  display: flex;
}
.lable-info-main p{
  margin:0 12px 0 0;
  padding:0 8px;
  height: 24px;
  background: #EAEFFC;
  border-radius: 4px;
  color: #2B60DD;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.ind-name{
  font-weight: 500;
  color: #000000;
  line-height: 45px;
  font-size: 32px;
  margin:0;
  text-align: left;
  padding:16px 0;
}
.ind-time{
  display: flex;
  height: 22px;
  align-items: center;
  margin-bottom:40px;
}
.ind-time .data-icon{
  width: 16px;
  height: 16px;
  margin-right:10px;
}
.ind-time span{
  font-size: 14px;
  color: #888888;
}
.ind-news{
  padding-bottom:24px;
  border-bottom:1px solid #E8E9ED;
  margin-bottom:24px;
}
.ind-news:last-child{
  border-bottom:none
}
.ind-news p{
  margin:0;
}
.news-title{
  font-weight: 500;
  color: #222222;
  font-size: 14px;
  border-left:3px solid #2B60DD;
  text-align: left;
  padding-left:9px;
  height: 14px;
  line-height: 14px;
}
.news-content{
  padding-top:16px;
}
.news-name{
  color: #222222;
  line-height: 22px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.news-name:hover{
  color:#2B60DD;
}
.news-time{
  color: #888;
  line-height: 18px;
  font-size: 12px;
  text-align: left;
  padding-top:4px;
}

.news-label{
  margin-top:16px;
  display: flex;
  flex-wrap: wrap;
}
.news-label p{
  margin: 0 12px 18px 0;
  padding: 0 8px;
  height: 24px;
  background: #EAEFFC;
  border-radius: 4px;
  color: #2B60DD;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.news-to-dz{
  margin:56px auto 56px;
  width: 120px;
  height: 40px;
  background: #2B60DD;
  border-radius: 4px;
  cursor: pointer;
  display: none;
}
.news-to-dz .news-box{
 display: flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.news-dz .news-box{
   display: flex;
   width: 133px;
   height: 40px;
   align-items: center;
   justify-content: center;
 }
.news-to-dz:hover{
  opacity: 0.8;
}
.dz-icon{
  width: 16px;
  height: 16px;
  margin-right:4px;
}
.news-to-dz  span{
  color: #FFFFFF;
  line-height: 20px;
  font-size: 14px;
}
.news-dz{
  margin:56px auto 56px;
  width: 133px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  line-height: 40px;
  display: none;
  border: 1px solid #2B60DD;
  cursor: pointer;
}
.news-dz img{
  width: 16px;
  height: 16px;
  margin-right:4px;
}
.news-dz  span{
  color: #2B60DD;
  line-height: 20px;
  font-size: 14px;
}
.news-page{
  width: 836px;
  margin:0 auto 56px;
  padding-top:32px;
  border-top:1px solid #E8E9ED;
  display: flex;
  justify-content: space-between;
}
.industry-news{
  display: none;
}
.page-item p{
 margin:0;
}
.page-next{
  color: #888888;
  line-height: 18px;
  font-size: 12px;
  text-align: left;
}
.page-tit{
  color: #222222;
  line-height: 22px;
  font-size: 14px;
  padding-top:4px;
  text-align: left;
  cursor: pointer;
}
.page-tit:hover{
  color:#2B60DD
}
.content{
  text-align: left;
}
.lang-switcher {
  display: none !important;
}
