.pc .item-border{
  max-width: 400px;
  padding: 0px;
  padding-bottom: 60px;
  margin-right: 4.6%;
  box-sizing: border-box;
  width: 30%;
  display: inline-block;
  position: relative;
  padding: 60px 30px 20px 30px;
  height: 240px;
  background: #FFFFFF;
  border: 1px solid #C9CACB;
  margin-bottom: 50px;
}
.pc .item-border::after{
  position: absolute;
  width: 30px;
  height: 10px;
  background: #009C45;
  content: ' ';
  left: 30px;
  top: 30px;
}
.pc .item-border:hover,.pc .item-border:hover,.pc .item-border:hover .item-title,.item-border:hover .item-time{
  background: #009C45;
  color: #fff;
}
.pc .item-border:hover:after{
  background: #fff;
}
.pc .item-border:hover .item-arrow{
  background-image: url('../../image/arrow.png');
}
.pc .item-border:nth-child(3n){
  margin-right: 0px;
}
.pc .item-title{
  height: 85px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: 30px;
  box-sizing: border-box;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc .item-border .item-line{
  width: 100%;
  height: 4px;
  background: #E5E5E5;
  margin:20px 0px;
  position: relative;
}
.pc .item-border .item-line::after{
  position: absolute;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  content: '';
}
.pc .item-time{
  height: 13px;
  font-size: 16px;
  color: #888888;
  line-height: 28px;
  margin-bottom: 25px;
}
.pc .item-arrow{
  width: 24px;
  height: 24px;
  background-image: url('../../image/arrow1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.phone .item-border{
  padding: 0px;
  padding-bottom: 2.5rem;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 3.75rem 1.875rem 1.25rem 1.875rem;
  height: 15rem;
  background: #FFFFFF;
  border: 0.0625rem solid #C9CACB;
  margin-bottom: 3.125rem;
}
.phone .item-border::after{
  position: absolute;
  width: 1.875rem;
  height: 0.625rem;
  background: #009C45;
  content: ' ';
  left: 1.875rem;
  top: 1.875rem;
}
.phone .item-border:hover,.phone .item-border:hover,.phone .item-border:hover .item-title,.item-border:hover .item-time{
  background: #009C45;
  color: #fff;
}
.phone .item-border:hover:after{
  background: #fff;
}
.phone .item-border:hover .item-arrow{
  background-image: url('../../image/arrow.png');
}
.phone .item-border:nth-child(3n){
  margin-right: 0px;
}
.phone .item-title{
  height: 5.3125rem;
  font-size: 1.5rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: 1.875rem;
  box-sizing: border-box;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.phone .item-border .item-line{
  width: 100%;
  height: 0.25rem;
  background: #E5E5E5;
  margin:1.25rem 0;
  position: relative;
}
.phone .item-border .item-line::after{
  position: absolute;
  top: 0.625rem;
  width: 100%;
  height: 0.0625rem;
  background: #E5E5E5;
  content: '';
}
.phone .item-time{
  height: 0.8125rem;
  font-size: 16px;
  color: #888888;
  line-height: 1.75rem;
  margin-bottom: 1.5625rem;
}
.phone .item-arrow{
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../../image/arrow1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* ===== 团体标准 tab + 表格 ===== */
.std-tabs{
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #E5E5E5;
  margin: 50px 0 40px;
}
.std-tab{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #555;
  padding: 0 50px 18px;
  text-decoration: none;
  transition: color .2s;
}
.std-tab:hover{ color: #009C45; }
.std-tab.active{ color: #009C45; font-weight: 600; }
.std-tab.active::after{
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #009C45;
  content: '';
}

.std-pane{ display: none; margin-bottom: 50px; }
.std-pane.std-show{ display: block; }

.std-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #333;
  background: #fff;
}
.std-table th{
  background: #009C45;
  color: #fff;
  font-weight: 500;
  padding: 16px 20px;
  text-align: left;
  white-space: nowrap;
}
.std-table td{
  padding: 16px 20px;
  border-bottom: 1px solid #EAEAEA;
  vertical-align: middle;
  line-height: 1.6;
}
.std-table tbody tr:nth-child(even){ background: #F7F9F7; }
.std-table tbody tr:hover{ background: #EAF6EE; }
.std-table .col-name{ width: 24%; }
.std-table .col-name a{ color: #333; text-decoration: none; }
.std-table .col-name a:hover{ color: #009C45; }
.std-table .col-no{ width: 17%; }
.std-table .col-date,
.std-table .col-cycle,
.std-table .col-file,
.std-table .col-status,
.std-table .col-stage,
.std-table .col-unit{ width: 12%; }
.std-table .col-date,
.std-table .col-cycle,
.std-table .col-file{ white-space: nowrap; }
.std-link{ color: #009C45; text-decoration: none; }
.std-link:hover{ text-decoration: underline; }
.std-dl{ color: #009C45; text-decoration: none; }
.std-dl:hover{ text-decoration: underline; }
.std-empty{ color: #aaa; }
.std-noresult{ text-align: center; color: #999; padding: 50px 20px; }
.std-page{ text-align: center; margin-top: 30px; }

/* 移动端：表格横向滚动 */
.phone .std-tabs{ margin: 1.875rem 0 1.5rem; }
.phone .std-tab{ font-size: 1rem; padding: 0 1.25rem 0.75rem; }
.phone .std-pane{ overflow-x: auto; -webkit-overflow-scrolling: touch; }
.phone .std-table{ font-size: 0.875rem; min-width: 900px; }
.phone .std-table th,
.phone .std-table td{ padding: 0.75rem 0.875rem; }
