body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
ul{
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    padding: 0;
}
li{
    list-style-type:none;
    text-align: center;
}
a{
    text-decoration:none;
    color:inherit;
    cursor:auto;
}
body{
    background-image: url('../images/bg.jpg');
    background-position: top center;
    background-repeat:no-repeat;
    background-size:100% auto;
    height: 100vh;
}
.icon {
    width: 1em;
    height: 1em;
    font-size: 1rem;
    margin-bottom: .1rem;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
  body>div{
    overflow: hidden;
  }
.content {

    position: relative;
    margin: 5rem auto 8.5rem;
    width: 84%;
    height: 8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: .5rem;
    overflow: hidden;

}

.content li {
    width: 50%;
    /* width: 100%; */
    height: 33.33%;
    display: flex;
    /* flex-direction: column;  */
    justify-content: center; 
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    font-size: .5rem;

}
.content li a{
    display: flex;
    justify-content: center; 
    align-items: center;
    box-sizing: border-box;
    text-align: center;
}
.content li .left{
    width: 5rem;
    padding-left: 0.5rem;
    overflow: hidden;

}
.content li .left h3 {
    width: 100%;
    /* padding-top: 0.96rem; */
    font-family: microsoft yahei;
    font-size: 0.45rem;
    line-height: 0.45rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content li .left p{
    width: 100%;
    /* padding: 0.36rem 0 1.13rem; */
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: microsoft yahei;
    font-size: 0.35rem;
    line-height: 0.35rem;
}
.content li .right{
    width: 1.9rem;
    height: 1.9rem;
    margin: 0.85rem 0.35rem 0 .1rem;
}
.content a {
    display: block;
    width: 100%;
    margin: 0;
    text-decoration: none;
}