.top-title {
height:40px;}

.dqwz { text-decoration: none;
    color:#141414;
    font-size:16px;
    cursor: pointer;
    transition:all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition:  all 0.4s ease;}
.dqwz:hover{
    color: #0B66AD;}

.ul {
  margin-top: 20px;
  list-style: none;
  overflow: hidden;
  padding-left: 0; /* 清除默认内边距 */
  flex-wrap: wrap;
  display: flex
;}
.li {
  float: left;
  width: 33%; 
 min-height:100px;
  padding: 8px;
  text-align: center;
  box-sizing: border-box;}

.hvr-pulse {
  display: block; /* 确保a标签填满li */
  height: 100%; /* 统一高度 */
min-height:100px
  border-radius: 4px;
  padding: 0;
  border: 1px solid #555;
  
  border-top: 4px solid rgba(16, 63, 130, 0.9);
  word-wrap: break-word;
    overflow: hidden;}
.hname{
font-weight:bold;
    border-bottom:1px solid #555;
    height: 30px;
    text-align: left;
    line-height: 30px;
    display: block;
    font-size: 18px;
    
    margin:0 10px;}
.detail {
    float: left;
    line-height: 18px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;}
.hvr-grow-shadow {}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {

  -webkit-transform: scale(1.05);
  transform: scale(1.05);}
    
    
