.list_ban{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
}
.list_ban img{
    width: 100%;
}
.list_ban span{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    transform: translate(-50%, -50%);
}
.list_nav{
    height: 48px;
    line-height: 48px;
    width: 100%;
    background: #eeeeee;
    color: #888888;
    font-size: 14px;
}
.list_nav p{
    width: 1200px;
    margin: 0 auto;
}
.list_nav p a{
    color: #888888;
}
.list_nav a.current{
    color: #555555;
}

/* 列表 */
.list_box_contaner{
	width: 1200px;
    overflow: hidden;
    margin: 50px auto 0;
}
.list_left{
  width: 280px;
  float: left;
  margin-right: 40px;
}

.list_nav_box_mobile{
  display: none;
}

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

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

.list_left li a{
  color: #ab2223;
  display: block;
  text-align: center;
 /* height: 100%;*/
}
/* 修改 */
.list_left li.current a{
  background-color: #ab2223;
  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: #ab2223 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;
  background: #cccccc52;
}
.list_left li .three_nav li:nth-last-child(1){
  border-bottom: 0;
}
.list_left li .three_nav li:nth-child(1){
	border-top: 1px solid #c10913;
}
.list_left li .three_nav .current{
  background:linear-gradient(120deg,#d34136f0,#604949);
  background:#904a46 \9;
  color: #fff;
}
.list_left li .three_nav .current a{
	background:none !important;
     background:linear-gradient(120deg,#d34136f0,#604949) \9 !important;
 
  	color: #fff;
  background:#904a46 \9 !important;
  color:#f7f7f7 \9 !important;
}
.list_left li .three_nav a{
    position: relative;
    display: inline-block;
    color: #7d7777;
    padding-left:26%;
}

.list_left li .three_nav a::after{
        content: '';
    width: 4px;
    height: 4px;
    background: #b8b3b3;
    position: absolute;
    left: 57px;
    top: 45%;
}
.list_left li .three_nav .current a{
  color: #fff;
   background:#904a46 \9 !important;
  color:#f7f7f7 \9 !important;
}
.list_left li .three_nav .current a::after{
  background: #fff;
   background:#904a46 \9 !important;
  color:#f7f7f7 \9 !important;
}

.list_right{
  float: right;
  width: calc(100% - 320px);
}

/* 列表区域 */
.list_content{
  width: 100%;
}
.list_content ul li {

  width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 12px rgb(85 85 85 / 12%);
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
}
.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;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}
.atitle{
  float:left;
}
.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;
}
.pubdate{
  font-size: 14px;
  color: #555;
  float:right;
  line-height:51px;
}
.list_cont_li .list_i_r .p2{
  margin-top: 8px;
}

/* 分页 */
.fy_mobile{
  width: 100%;
  /*color: #fff;
  height: 22px;*/
  text-align: center;
  font-size:16px;
}
.fy_mobile a{
  color: #888;
  margin: 0 15px 8px;
  font-size: 14px;
}

.fy_mobile a.link1{
  margin-left: 5px;
  margin-right: 5px;
}
.fy_mobile a:hover{
  color: #ab2223;
}
.fy_mobile a.active{
  color: #ab2223;
}


/*带左侧菜单的详情页*/
.detail_cont{
  width: 100%;
  color: #222;
  line-height: 32px;
}

.detail_cont p {
  color: #555;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 28px;
}

.detail_cont p.tit {
  text-align: center;
  font-size: 24px;
  color: #222222;
  margin-bottom: 15px;
}
.detail_cont p.des {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}
.detail_cont img {
  /*width: 600px;*/
  height: 400px;
  margin-bottom: 15px;
  transform: translateX(-50%);
  margin-left: 50%;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
  .list_box_contaner {
    width:calc(100% - 0.72rem);
    margin: 0.5rem 0.36rem 0;
    overflow-x: auto;
}
  
  .list_content ul li{
        width: 100%;
        padding: 0.3rem;
    }
    .list_cont_li .list_i_l{
        font-size: 0;
    }
    .list_cont_li .list_i_r{
        width: calc(100% - 2.7rem);
        font-size: 0.75rem;
        line-height: 0.42rem;
    }
    .list_content ul li .list_i_r p{
        font-size: 0.24rem;
        color: #555;
    }
    .list_content ul li .list_i_r .p1{
        font-size: 0.3rem;
        line-height: 0.48rem;
        overflow: auto;
        white-space: normal;
    }
    .list_content ul li .list_i_r .p2{
        display: none;
    }
    .list_content ul .list_i_l img{
        width: 2.4rem;
        margin-right: 0.3rem;
        height: 1.6rem;
    }
  
  
  
  .fy, .list_nav{
    display: none;
  }

    


  /* 列表左侧 */
   .list_ban{
    height: 2.5rem;
  }
  .list_ban img{
  		display:block;
    	height:100%;
  }
/*  .list_box{
    width: calc(100% - 0.72rem);
    margin: 0.5rem 0.36rem 0;
    overflow-x: auto;
  }
*/
  /* 列表左侧 */
  .list_nav, .list_nav_box{
    display: none;
  }
  .list_nav_box_mobile{
    display: block;
  }
  /* 列表左侧 */
 
  .list_left{
    float: none;
    width: 100%;
    font-size: 0;
    margin-bottom: 0.4rem;
    overflow: hidden;
  }
  .list_nav_box_mobile li .three_nav li a{
	background:none !important;
}
  
  .list_left li .three_nav .current{
    background:#d73023f0;
    color: #fff;
  }
  
  .scroll_box{
    width: 100%;
    overflow-x: auto;
  }

  .list_left ul.list_nav_box_mobile{
    display:block;
  }

  .list_left li{
    width: 100%;
    /* float: left; */
    line-height: 0.8rem;
    font-size: 0.3rem;
    /* border-right: 0; */
    border-bottom: 0;
  }


 
  .list_left li:last-child{
    border-right: 1px solid  #ab2223;;
  }
  
  .list_left li .three_nav a::after{
  		left:1.4rem;
  }
   .scroll_box li .three_nav {
    display:none;
    transition: all 2s;
}
  
  .scroll_box li .three_nav.open_nav_box{
      display: block;
   }


  .list_right{
    float: none;
    width: 100%;
  }
  .detail_cont p.tit{
    font-size: 0.42rem;
    line-height: 0.6rem;
    text-align:left;
  }
  .detail_cont p.des{
    font-size: 0.24rem;
    color: #888;
    margin-bottom: 0.3rem;
    clear: botn;
    overflow: hidden;
  }
  .detail_cont p.des span:nth-child(1){
    float: left;
  }
  .detail_cont p.des span:nth-child(2){
    float: right;
  }

  .detail_cont p{
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .detail_cont img{
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    transform: translateX(0);
    
  }
  /* 查看更多 */
  .fy_mobile{
    width: 100%;
    margin-top: 0.6rem;
  }
  .fy_mobile a{
    width: auto !important;
    height: 0.6rem;
    background: rgba(199, 199, 199, 0.1);
    border-radius: 0.3rem;
    border: 1px solid #ab2223;
    font-size: 0.24rem;
    color: #ab2223;
    line-height: 0.6rem;
    text-align: center;
    display: inline-block;
    margin: 5px auto;
    padding: 0 0.3rem;
    margin: 0 auto 0.25rem;
  }
  
}
