/* 交易公告 */
.sy-jygg-content {
  width: 100%;
  font-size: 14px;
  text-align: left;
  /* padding: 10px; */
  padding-top: 0;
  padding-bottom: 10px;
  /* height: 342px; */
  /* overflow: hidden;
  list-style: none; */
  margin: 0;
  margin-top: 41px;
  margin-bottom: 91px;
}

.sy-jygg-content .sy-list-time {
  /* width: 300px; */
}

.sy-jygg-content .jygg-header {
  display: flex;
 justify-content:space-between;
  position: relative;
  background: #F5F5F8;
  height: 60px;
  line-height: 60px;
  z-index: 99;
}

.sy-jygg-content .jygg-header span {
  padding-right: 30px; 
  text-align: left;
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 18px;
  color: #000000;
  line-height: 60px;
  margin-right: 0px;
}

.sy-list-text.name,
.sy-jygg-content .jygg-header .name {
  padding-right: 30px; 
  /*padding-left: 40px;*/
  line-height: 60px;
  width: 179px;
  text-align: left;
  box-sizing: border-box;
}
 .sy-list-text.name{
    /* width:563px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
   text-align: left;
  flex: 1;
  padding: 0;
}

.sy-list-time.bd,
.sy-jygg-content .jygg-header .bd {
 padding-right: 26px;
    box-sizing: border-box;
    width: 350px;
    margin-left: 91px;

}

.sy-list-time.type,
.sy-jygg-content .jygg-header .type {
  width: 112px;
/*  margin-left: -107px;
  padding-left: 52px;*/
  text-align: left;
  box-sizing: border-box;
}
.region-xh {
    width: 80px;
    line-height: 56px;
    height: 56px;
    text-align: center;
    padding-left: 0;
    box-sizing: border-box;
}

.sy-list-time.time,
.sy-jygg-content .jygg-header .time {
  line-height: 60px;
  font-family: Source Han Sans CN;
  padding-right: 25px;
 box-sizing: border-box;
  /*margin-left: 62px;*/
  text-align: right;
  width: 120px;
}
.jygg-header .sy-list-time.time{
   padding-right:49px !important;
   box-sizing:border-box;
}
.sy-jygg-content .jygg-header 
#sy-jygg-result {
  position: relative;
  top: 0;
  left: 0;
}

#sy-jygg-result span {
  /* padding-right: 10px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 60px;
  display: inline-block;
}

/* 表格数据展示 */
.content-list li {
  position: relative;
  display: flex;
 /*justify-content: space-between;
    align-items: center;*/
  width: 100%;
  height: 56px;
  font-size: 14px;
  border: 1px solid transparent;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  box-sizing: border-box;
}

/* .content-list li::after {
  content: '';
  position: absolute;
  left: 24px;
  top: 25px;
  width: 5px;
  height: 5px;
  background: #BD1A2D;
  border-radius: 50%;
} */

.content-list li:hover {
  /* font-weight: bold; */
  /* background: #FFFFFF; */
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  /* border-radius: 2px; */
  /* border: 1px solid #BD1A2D; */
  background: rgba(189,26,45,0.1);
}

.content-list li:hover span {
  /* font-weight: bold; */
  /* color: #333333; */
}

.sy-list-a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sy-list-a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sy-list-text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 51px;
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 16px;
  color: #000000;
}

.sy-list-time {
  float: right;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 16px;
  color: #000000;
}


.jygg-header .sy-list-time.bd {
  flex: 1;
  text-align: left;
  padding: 0px;
  margin: 0;
}

.sy-jygg-content .jygg-header .xh {
  padding: 0;
  width: 80px;
  text-align: center;
}