body {
    background-color: #FFFFFF;
    padding:0px;
}
.top-child, .top-woman{
  width: 100%;
}
.child-title, .woman-title {
  margin: 10px;
}

.child-title > img{
  height: 40px;
  width: auto;
}

.child-title span{
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: top;
  /*
  text-shadow:1px 1px 0 #C0C0C0, -1px -1px 0 #C0C0C0,
  -1px 1px 0 #C0C0C0, 1px -1px 0 #C0C0C0,
  0px 1px 0 #C0C0C0,  0-1px 0 #C0C0C0,
  -1px 0 0 #C0C0C0, 1px 0 0 #C0C0C0;
  */
}

.woman-title  > img{
  height: 30px;
  width: auto;
  margin-top: 3px;
}

.woman-title  span{
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: top;
  /*
  text-shadow:1px 1px 0 #C0C0C0, -1px -1px 0 #C0C0C0,
  -1px 1px 0 #C0C0C0, 1px -1px 0 #C0C0C0,
  0px 1px 0 #C0C0C0,  0-1px 0 #C0C0C0,
  -1px 0 0 #C0C0C0, 1px 0 0 #C0C0C0;
  */
}


.container{
  padding-left: 0!important;
  padding-right: 0!important;
}

ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  color: black!important  ;
}
ul h4 {
	font-weight: bold;
	margin-bottom: 0px;
}
 
ul li img {
  float: left;
  margin: 0 15px 0 0;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 3px;
}
 
ul li p{
	font-size: 1.4rem;
  margin: 0px;
  padding: 0;
  line-height: normal!important;
}

ul li {
  padding: 10px;
  overflow: auto;
  border-bottom: solid 1px gainsboro;
}
.list > a{
  display: block!important;
}
ul li:last-child {
  border-bottom: none;
}
 
ul li:hover {
  background: #eee;
  cursor: pointer;
}

.list{
  display: table;
  height: 100px;
  width: 100%;
}

.list-box{
  display: table-cell;
  text-align: left;
  color: #000;
}

.list-content{
  vertical-align: middle;
}

.wd100{
  width: 100%;
}

.top-info {
  font-size:16px;
  padding:10px 40px;
}