 
/* 内容 */
.ewb-list-main {
    margin-top: 20px;
    padding: 20px 10px 0;
    border-top:1px solid #eee;
    background-color: #fff;
    min-height: 500px;
}

@media (max-width:767px){
    .ewb-list-main {
        padding: 20px 0 10px;
    }
  }

.detail-tt {
    font-size: 22px;
    padding-bottom: 22px;
    text-align: center;
    color: #4e4e4e;
    line-height: 24px;
  }
  
  .detail-info {
    line-height: 29px;
    min-height: 29px;
    text-align: center;
    color: #666;
    background-color: #eee;
  }

  @media (max-width:767px){
    .detail-info .info-tag{
        display: block;
      }
  }
  
  .detail-info-link {
    color: #666;
  }
  
  .detail-body {
    line-height: 26px;
    padding-top: 19px;
    color: #333;
  }
  
  .detail-body-p {
    margin-bottom: 23px;
    text-indent: 28px;
  }
  
  .detail-img {
    text-align: center;
  }
 
/* 2019-3-27 */
.ewb-slide-line {
  top: 44px;
}
.ewb-main-hd {
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    border-top: 3px solid #ff5800;
    background-color: #fcf6f7;
}

.ewb-term {
    padding: 10px 20px 0;
}

.ewb-term-row {
    padding: 0 0 12px 0;
    line-height: 29px;
    border-bottom: 1px solid #e0e0e0;
}

.ewb-term-name {
    margin-top: 12px;
    width: 90px;
    text-indent: 7px;
    font-weight: bold;
}

.ewb-term-select {
    margin-left: 90px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-term-select .ewb-term-option:first-child {
    margin-left: 0;
} 

.ewb-term-option.active {
    color: #fff;
    border-radius: 2px;
    background-color: #09348c;
	border-radius: 14px;
} 

.ewb-term-option {
    display: inline-block;
    margin-top: 12px;
    margin-left: 9px;
    padding: 0 16px;
    font-size: 14px;
    vertical-align: top;
    color: #333;
	cursor:pointer;
}
.ewb-srh {
    margin: 42px auto;
    width: 70%;
    height: 39px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
}
.ewb-srh-block {
    position: relative;
    width: 50%;
}

.ewb-reg-txt {
    width: 100%;
    height: 38px;
    line-height: 37px;
    text-indent: 18px;
    font-family: Microsoft YaHei;
    border: 0;
    background: none;
}
.ewb-srh-icon {
    /* margin: 9px 21px 0; */
    width: 21px;
    height: 21px; 
}
.ewb-srh-btn {
    width: 80px;
    height: 39px;
    font-size: 12px;
    outline: 0;
    cursor: pointer;
    color: #fff;
    background-color: #ff5800;
}

.ewb-list-info {
    padding: 0 18px 0 25px;
    height: 48px;
    line-height: 48px;
    border-bottom: 3px solid #ff5800;
    background-color: #fcf6f7;
}

.ewb-list_bd {
    padding: 6px 20px 0;
}

.ewb-center {
    text-align: center;
}

.pager {
  /*   display: inline-block;
    vertical-align: top;
    text-align: center;
	margin-bottom:20px; */
}

.wb-data-item {
    padding-top: 10px;
}
.ewb-con-bd .wb-data-list {
    line-height: 34px;
}
.ewb-con-bd .wb-data-date {
    margin-top: -34px;
}
.ewb-term-datetime {
    display: none; 
    height: 29px; 
	padding-top:10px;
	padding-left:10px;
}
.ewb-trem-datetxt {
    margin-right: 10px;
    width: 100px;
    height: 27px;
    line-height: 27px;
    text-indent: 10px;
    font-size: 14px;
    border: 1px solid #c7c7c7;
}
.ewb-term-datetime span {
    margin-right: 10px;
    display: inline-block;
    line-height: 29px;
    font-size: 14px;
    vertical-align: top;
}
.norecord {
    width: 280px;
    margin: 0 auto;
    color: #666;
    padding: 100px 0 100px 80px;
    background: url(../images/norecord.png) left 110px no-repeat;
}
.norecord > .tip {
    font-size: 18px;
    line-height: 32px;
}

.ewb-news-items {
    padding-top: 13px;
}

.ewb-news-items>li {
    position: relative;
    vertical-align: top;
    line-height: 30px;
}

.ewb-news-items>li>a {
    display: block;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    margin-right: 100px;
    background: url("../images/news_ico.jpg") left center no-repeat;
}

.ewb-news-date {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.ewb-news-items>li:hover a {
    color: #ff5800;
    background-image: url("../images/news_ico_hover.jpg");
}

.ewb-page{
	margin-top:20px;
}