<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 二级列表页 */

.ewb-info {
    padding: 0 10px;
    margin-top: 10px;
    background: #fff;
  }
  
  .ewb-info1 {
    padding: 0 10px;
    background: #fff;
    min-height: 704px;
  }
  
  .ewb-info-hd {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 2px solid #dc3839;
  }
  
    .ewb-info-hd a {
        color: #999;
    }
  
  .ewb-info-bd {
    padding-top: 13px;
    
  }
  
  .ewb-info-item {
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    vertical-align: top;
  }
  
    .ewb-info-item a {
        display: block;
        float: left;
        color: #333;
        padding-left: 15px;
        max-width: 450px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: url('../images/info_icon.png') left center no-repeat;
    }
  
  .ewb-date {
    float: right;
    color: #999;
  }
  
  .ewb-info-item:hover a {
    color: #dc3839;
  }
  
  .ewb-info-item:hover .ewb-date {
    color: #dc3839;
  }

  .sublist3{
    border: 1px solid #d4d4d4;
    margin: 10px;
}

.sublistimg{
    border-bottom:1px solid #d4d4d4;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
    height:50px;
    background-color:#f7f7f7;
}

.sublistimg a{
    /*font-family:microsoft yahei;*/
    font-size:18px;
    font-weight: bolder;
    color:#c71c21;
    margin-left:18px;
}
.sublisttext{
    float:left;
    line-height:30px;
}

.listClass{
   /* margin-top:10px; 
    margin-left:10px;*/
    padding-bottom: 10px;
    min-height: 170px;
}

/*信息列表样式*/
.listnews {
    font-size: 14px;
    cursor:pointer;
    line-height:26px;
    height:26px;
    text-align:left;
    background:url(/images/listimg.gif) 0 50% no-repeat;
}

.modlistnews{
    font-size: 14px;
    cursor:pointer;
    line-height:26px;
    height:26px;
    text-align:left;
    background:url(../../demo/images/listimg.gif) 0 50% no-repeat;
}

.wb-data-date {   
 float: right;   
 }

 /* colu */
.ewb-colu{
  min-height: 680px;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}

.ewb-colu-hd{
  margin: 0 5px;
  padding-left: 9px;
  height: 44px;
  line-height: 44px;
  color: #0c0c0c;
  border-bottom: 1px dashed #f89f9f;
}

.ewb-colu-hd a{
  color: #0c0c0c;
}

.ewb-colu-hd .ewb-cur{
  color: #fe7e00;
}

.ewb-colu .wb-data-list{
  padding-left: 13px;
  line-height: 30px;
  color: #999;
  background: url(../images/listh.jpg) 0 50% no-repeat;
}

.ewb-colu .wb-data-date{
  padding-right: 10px;
  margin-top: -30px;
  color: #999;
}

.ewb-colu .wb-data-item{
  padding-top: 11px;
  padding-left: 12px;
}

.ewb-colu .wb-data-infor{
  margin-right: 120px;
}

.ewb-colu .wb-data-list:hover .wb-data-date,
.ewb-colu .wb-data-list:hover a {
  cursor: pointer;
  color: #e2373a;
}

.wb-data-infor a{
  /*font-family:microsoft yahei;*/
  color:#333;
}</pre></body></html>