/* banner */
.list_ban{
  height: 250px;
  width: 100%;
  background-image: url("../images/list/list_ban.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* 列表 */
.list_box{
  width: 1200px;
  overflow: hidden;
  margin: 20px auto 50px;
}
/* 修改 */
.list_left{
  width: 280px;
  float: left;
  margin-right: 25px;
}
.list_nav_box_mobile{
  display: none;
}

.list_left li{
  width: 280px;
  line-height: 60px;
  font-size: 20px;
  border-top: 1px solid #C10913;
  border-left: 1px solid #C10913;

}
.list_left li:last-child{
  border-bottom:  1px solid #C10913;
}


.list_left li a{
  color: #C10913;
  display: block;
  text-align: center;
  height: 100%;
}

.list_left li.current a{
  background-color: #C10913;
  color: #fff;
  position: relative;
}
.list_left li.have_child .second_nav span{
  position: relative;
}

.list_left li.have_child .second_nav span::after{
  content: '';
  position: absolute;
  right: -18px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: #C10913 transparent transparent transparent;

}
.list_left li .three_nav{
  display: none;
  transition: all 2s;
}
.list_left li .three_nav.open_nav_box{
  display: block;
}
.list_left li .three_nav li{
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #ccc;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
}
.list_left li .three_nav li:nth-last-child(1){
  border-bottom: 0;
}
.list_left li .three_nav .current{
  background-color: #C10913;
  color: #fff;
}
.list_left li .three_nav a{
  position: relative;
  display: inline-block;
  color: #888;
}

.list_left li .three_nav a::after{
  content: '';
  width: 4px;
  height: 4px;
  background: #ccc;
  position: absolute;
  left: -16px;
  top: 50%;
}
.list_left li .three_nav .current a{
  color: #fff;
}
.list_left li .three_nav .current a::after{
  background: #fff;
}

/* 修改 */
.list_right{
  float: right;
  width: calc(100% - 320px);
  padding: 0 15px;
}

.list_nav{
  height: 48px;
  line-height: 48px;
  width: 100%;
  color: #888888;
  font-size: 16px;
  margin-bottom: 20px;
}

.list_nav p a{
  color: #888888;
}
.list_nav a.current{
  color: #666;
}

/* 列表区域 */
.list_content{
  width: 100%;
}
/* 修改 */
.list_content ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  /*box-shadow: 2px 2px 12px rgb(85 85 85 / 12%);*/
}
.list_cont_li .list_i_l {
  float: left;
}
.list_cont_li .list_i_l img {
  width: 242px;
  height:182px;
  margin-right: 30px;
}

.list_cont_li .list_i_r {
  float: left;
  width: calc(100% - 294px);
  color: #555;
  line-height: 32px;
}
.list_cont_li .list_i_r .p1 {
  font-size: 18px;
  color: #222222;
  line-height: 50px;
}

.list_cont_li .list_i_r a {
  display: block;
}
.list_cont_li .list_i_r .p2,  .list_cont_li .list_i_r p{
  font-size: 14px;
  color: #555;
}
.list_cont_li .list_i_r .p2{
  margin-top: 20px;
}

.list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 分页 */
.fy{
  width: 100%;
  color: #fff;
  height: 25px;
  text-align: center;
  margin-top: 50px;
}
.fy a{
  color: #888;
  margin: 0 15px;
  font-size: 14px;
}
.fy a.link1{
  margin-left: 5px;
  margin-right: 5px;
}
.fy a:hover{
  color: #C10913;
}
.fy a.active{
  color: #C10913;
}
.fy_mobile{
  display: none;
}
.fy_m{
  display: none;
}
/* 移动端样式 */
@media screen and (max-width: 768px) {
  .fy, .list_nav{
    display: none;
  }
  .fy_mobile{
    display: block;
  }
 .fy_m{
    display: block;
    font-size: 14px;
    width: 100%;
    height: 25px;
    text-align: center;
    margin-top: 1rem;
  }
  .list_ban{
    height: 2.5rem;
  }
  .list_box{
    width: calc(100% - 0.72rem);
    margin: 0.5rem 0.36rem 0;
    overflow-x: auto;
  }

  /* 列表左侧 */
  .list_nav, .list_nav_box_pc{
    display: none;
  }
  .list_nav_box_mobile{
    display: block;
  }
  /* 列表左侧 */
  .list_left{
    float: none;
    width: 100%;
    font-size: 0;
    margin-bottom: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
  }
  .scroll_box{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 1rem;
  }

  .list_left ul.list_nav_box_mobile{
    display: inline-flex;
  }

  .list_left li{
    width: max-content;
    padding: 0 0.2rem;
    float: left;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    border-right: 0;
    border-bottom: 1px solid #C10913;
  }

  .list_left li.current{
    background: #C10913;
  }
  .list_left li:last-child{
    border-right: 1px solid  #C10913;;
  }



  /* 列表右侧 */
  /* 修改 */
  .list_right{
    float: none;
    width: 100%;
    padding: 0 0.2rem;
  }
   /* 修改 */
  .list_content ul li{
    margin-bottom: 0;
    padding: 0.3rem;
    margin-top: 0.3rem;
  }
  
  .list_cont_li{
    padding-top: 0.4rem;
    margin-bottom: 0;
  }

  .list_cont_li .list_i_l{
    float:none;
  }
  .list_cont_li .list_i_l img{
    width: 100%;
    height: 5rem;
    margin: 0;
  }
  .list_cont_li .list_i_r{
    float:none;
    width: 100%;
  }

  .list_cont_li .list_i_r .p1{
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
  .list_cont_li .list_i_r .p2, .list_cont_li .list_i_r p{
    font-size: 0.24rem;
  }
  .list_cont_li .list_i_r .p2{
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }
  /* 查看更多 */
  .fy_mobile{
    width: 100%;
    margin-top: 0.6rem;
  }
  .fy_mobile a{
    display: block;
    width: 2.5rem;
    height: 0.6rem;
    background: rgba(199, 199, 199, 0.1);
    border-radius: 0.3rem;
    border: 1px solid #C10913;
    font-size: 0.24rem;
    color: #C10913;
    line-height: 0.6rem;
    text-align: center;
    margin: 0 auto;
  }


}
