.more_7ree {
    margin: 10px auto;
    background-color: #E8EFF5;
    color: blanchedalmond;
  }

.more_7ree::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .pc_7ree {
    width: 1200px;
  }
  
  .mo_7ree {
    width: 100%;
  }
  
  .more_7ree h3 {
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    border-bottom: 1px solid #cfcfcf;
    padding-left: 20px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #2B7ACD;
  }
  
  .more_7ree ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .more_7ree ul li:hover {
    background-color: #FFFFFF;
    box-shadow:
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.023),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.043),
    100px 100px 80px rgba(0, 0, 0, 0.07);
  }

  .pc_7ree ul li {
    width: 50%; 
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    color: #336699;
    float: left; 
    box-sizing: border-box; 
  }
    
  .mo_7ree ul li {
    width: 100%; 
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    color: #336699;
    box-sizing: border-box; 
  }
  
  .more_7ree ul li a {
    color: #336699;
  }
  
  .more_7ree ul li i {
    margin-left: 5px;
  }
  
  .more_7ree ul li img {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border:1px solid #EFEFEF;
    vertical-align: middle;
    margin-right: 5px;
  }

  .more_7ree ul li:hover img {
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }

  .more_7ree ul li .a_7ree {
    width: 80px;
    display: inline-block;
    float: left;
    overflow: hidden;
    white-space:nowrap;
    margin-right:5px;
  }
  
  .more_7ree ul li .b_7ree {
    font-weight: 700;
    display: block;
    float: left;
    overflow: hidden;
    white-space:nowrap;
  }

.pc_7ree ul li .b_7ree {
    width:68%;  
}

.mo_7ree ul li .b_7ree {
    width:50%; 
}

.more_7ree ul li .c_7ree {
  width: 80px;
  display: inline-block;
  float:left;
  white-space:nowrap;
}
  
.nomoresubject_7ree{
  margin:10px auto;
  width:80%;
  height:50px;
  line-height: 50px;
  color:#2B7ACD;
  background-color: #DEDEDE;
  border: 1px dashed #EEEEEE;
  border-radius:4px;
  text-align: center;
}