/* 守护未来>司法前沿、法律法规的更多页面 */
* {
  margin: 0;
  padding: 0;
}

.contions {
  width: 100%;
  min-height: 100vh;
  background-image: url(./image/greenbg.png);
  background-size: 100% 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #9fd79c;
}

.header img {
  width: 200px;
  height: 50px;
}

.conent {
  width: 65%;
  margin: 0 auto;
  background-color: #fff;
  min-height: calc(100vh - 60px);
}

.heizifu {
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
}

.heizibox {
  min-height: 60px;
  /* width: 80%; */
  width: 100%;
  margin: 20px auto;
  box-shadow: 0 -3px 4px #e5e9f0, -3px 0 4px #e5e9f0, 3px 0 4px #e5e9f0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.heizibox span:nth-child(1){
  width: 80%;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap; 
  padding-left: 20px;
  box-sizing: border-box;
}
.heizibox span:nth-child(2){
  width: 20%;
  text-align: center;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap; 
}