/* 行业资讯详情样式 */
/* 产品介绍 */
.container {
  background: #fff;
}

/* 头部样式修改 */
.bannerBox {
  width: 100%;
  height: 350px;
}

.bannerBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*当前位置  */
.positionBox {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.position {
  height: 50px;
  display: flex;
  justify-content: space-between;
}

.position .left {
  width: 194px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.position .left img {
  width: 18px;
  height: 16px;
}

.position .right {
  height: 50px;
  display: flex;
}

.position .right div {
  margin-right: 40px;
  line-height: 50px;
}

.position .right div:last-child {
  margin-right: 0;
}

/* 切换导航类 */
.current_div a{
  display: block;
  color: #0d6ac8;
  border-bottom: 1px solid #0d6ac8;
}

/*新闻内容*/
.news {
  padding-top: 43px;
}

.navBox {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

/* 侧边栏 */
.navBox .right_nav {
  width: 270px;
  height: 920px;
  background: #fff;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

.navBox .right_nav .blue {
  width: 270px;
  height: 110px;
  color: #fff;
  font-size: 24px;
  background: url(../images/blue_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navBox .right_nav .blue .info {
  margin-top: 14px;
  font-size: 18px;
}

.boxLi {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}

.fistLi {
  text-align: center;
  margin-top: 20px;
}

.fistLi .msg {
  width: 200px;
  height: 45px;
  background: #949494;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 35px;
}

.fistLi .msg img {
  margin-right: 8px;
}

.childUl {
  margin-top: 25px;
  width: 270px;
  border-top: 1px solid #dfdfdf;
  padding: 0 10px;
}

.childLi {
  width: 250px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}

/* 切换字体颜色 */
.activer_li {
  color: #0d6ac8;
}

.bottom {
  width: 270px;
  height: 292px;
  border: 1px solid transparent;
}

.order1 {
  width: 154px;
  height: 53px;
  margin-left: 23px;
  margin-top: 20px;
}

.order1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order2 {
  margin-left: 24px;
  margin-top: 27px;
}

.order3 {
  font-size: 28px;
  color: #666;
  text-align: center;
  margin-top: 30px;
}

.order4 {
  width: 270px;
  height: 94px;
  background: url(../images/left_nav.png) no-repeat center;
  background-size: cover;
}

/* 右边数据切换 */
.navBox .left_Div {
  width: 890px;
  margin-top: 30px;
}

.navBox .left_Div .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navBox .left_Div .title .name {
  font-size: 18px;
  margin-bottom: 22px;
}

.navBox .left_Div .title .msg {
  font-size: 12px;
  color: #999999;
  display: flex;
  justify-content: center;
}

.date {
  margin-right: 30px;
}

/*内容  */
.navBox .left_Div .imgs {
  width: 540px;
  height: 343px;
  margin: 30px auto;
}

.navBox .left_Div .img img {
  width: 100%;
  height: 100%;
}

.navBox .left_Div .section {
  color: #666666;
  margin-bottom: 30px;
}

.navBox .left_Div .section .name {
  font-size: 16px;
  margin-bottom: 10px;
}

.navBox .left_Div .section p {
  font-size: 14px;
  text-indent: 2em;
  line-height: 30px;
}

.navBox .left_Div .tag {
  font-size: 14px;
  color: #999999;
}

.navBox .left_Div .next {
  font-size: 14px;
  color: #666666;
  height: 100px;
  border: 1px solid#DDDDDD;
  margin-top: 35px;
  padding: 29px 0 29px 30px;
  line-height: 24px;
}

/* 上一篇切换 */
.activer_blue {
  color: #0d6ac8;
}

/* 推荐阅读 */
.read {
  width: 100%;
  height: 410px;
  background: #f7f7f7;
  margin-top: 60px;
  padding-top: 50px;
}

.read .title {
  font-size: 24px;
  text-align: center;
}

.recommend {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recommend img {
  width: 100%;
  height: 100%;
}

.recommend li {
  width: 530px;
  height: 80px;
  border-bottom: 1px dashed #b5b5b5;
  margin-right: 120px;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}

.recommend li:nth-child(2n) {
  margin-right: 0;
}

.recommend li .imgs {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}

.recommend li .time {
  margin-left: 100px;
  flex: 1;
  text-align: right;
}
