.moreName {
  padding: 30px;
  box-sizing: border-box;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #333333;
}
.table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 28px;
}
.tabel_title div {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
.tableItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.detail {
  transform: translateX(-1000%);  
  transition: all .3s;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.detailX{
    transform: translateX(0);  
}
.detailMain {
  position: relative;
  width: 1200px;
  height: 100%;
  background: #f6f6f6;
  padding: 0 64px;
  box-sizing: border-box;
}
.detailMain_cha {
  position: absolute;
  top: 0;
  right: -59px;
  width: 59px;
  height: 59px;
  opacity: 0.8;
  background: #000000;
}
.detailbtn{
    cursor: pointer;
}
.detailMain_title {
  display: flex;
  align-items: center;
  height: 100px;
  font-size: 26px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
.detailMain_date {
  margin-bottom: 20px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #999999;
}
.detailMain_des {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
@media  (max-width:600px) {
  
 
   .main{
        padding: 0;
     }
     .table{
        padding: 0 0 40px;
     }
     .tableItem{
        font-size: 12px;
     }
   }
