.list_ban{
  height: 220px;
  width: 100%;
  background-image: url("/cwb/images/list_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.container{
  width:100%;
  background: #f0f2f5;
}
.list_cont{
  width: 1200px;
  margin: -60px auto 0;
  padding-bottom: 6px;
}
.list_nav{
  width: 100%;
  height: 60px;
}
.list_nav li{
  width: auto;
  height: 60px;
  background: rgba(34, 34, 34, 0.32);
  border-radius: 8px 8px 0px 0px;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  margin-right: 2px;
  cursor: pointer;
  padding: 0 12px;
}
.list_nav li.cur{
  background: rgba(255,255,255,1);
  color: #222;
}

.list_box{
  width: 100%;
  margin-top: 24px;
}
.list_item{
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(151, 151, 151, 0.59);
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  position: relative;
}
.list_item::before{
  content: '';
  width: 18px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 8px;
  background: url('/cwb/images/forward.png') no-repeat;
}

.list_item p{
  margin-bottom: 16px;
  padding-left: 12px;
}
.list_item .p1{
  font-size: 18px;
  color: #222;
  position: relative;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 200px);
}
.list_item .p1::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: #DD5D54;
  left: 0;
}
.list_item .p2{
  color: #888;
}
.list_item .p3{
  color: #555;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 分页 */
.fy{
  width: 430px;
  height: 32px;
  text-align: center;
  margin: 0 auto;
}
.fy a{
  margin-right: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  width: 51px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  float: left;

}
.fy a.link1{
  margin-left: 5px;
  margin-right: 5px;
}
.fy a:hover{
  color: #DD5D54;
  border-color: #DD5D54;
}
.fy a.active{
  color: #DD5D54;
  border-color: #DD5D54;

}
.fy a.page_size{
  width: 96px;
  height: 32px;
}
.fy a.page_size span{
  position: relative;
  top: -2px;
  display: inline-block;
  transform:rotate(90deg);
-ms-transform:rotate(90deg); /* Internet Explorer */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); /* Opera */
}
.fy_mobile{
  display: none;
}

/* 移动端 */
@media screen and (max-width: 768px) {


.list_ban{
  height: 3rem;
}
.list_cont{
  width: 100%;
  margin: -0.7rem auto 0;
  padding: 0 0.36rem 0.5rem;
}
.list_nav li{
  height: 0.7rem;
  font-size: 0.32rem;
  line-height: 0.7rem;
  padding: 0 0.14rem;
}
.list_nav{
  height: 0.7rem;
}
.list_box{
  margin-top: 0.7rem;
}
.list_item{
  font-size: 0.26rem;
  margin-bottom: 0.4rem;
}
.list_item p{
  margin-bottom: 0.26rem;
  padding-left: 0.2rem;
}
.list_item .p1{
  font-size: 0.32rem;
  width: calc(100% - 0.6rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_item .p3{
  line-height: 0.5rem;
}

/* 查看更多 */
.fy{
  display: none;
}
.fy_mobile{
 display: block;
}

.fy_mobile{
 width: 100%;
}
.fy_mobile a{
 display: block;
 width: 1.8rem;
 height: 0.6rem;
 background: rgba(199, 199, 199, 0.1);
 border-radius: 0.3rem;
 border: 1px solid #DD5D54;
 font-size: 0.24rem;
 color: #DD5D54;
 line-height: 0.6rem;
 text-align: center;
 margin: 0 auto;
}


}