*{
    margin:0;
    padding:0;
}
html{
    background: #efefef;
    font-size:20px!important;
}

#product_list{
    position:absolute;
    width:100%;
    height:59%;
    top:0;
    z-index:9;
    background: rgba(0, 0, 0, 0.45);
    padding: 7.65rem 0;
}
#news{
    background:white;
    margin:0 0 15%
}
#news p{
    background:white;
    font-size:0.75rem;
    padding:0.5rem 0.75rem;
    border-bottom:0.05rem solid lightgrey;
}
#news p span{
    border-left:0.1rem solid red;
    padding:0 1rem;
}
#product_list{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background: rgba(0, 0, 0, 0.45);
    padding: 6.75rem 0;
}
#product_list p{
    background:white;
    font-size:0.75rem;
    padding:0.5rem 0.75rem;
    border-bottom:0.05rem solid lightgrey;
}
#product_list p span{
    border-left:0.1rem solid red;
    padding:0 0.5rem;
}
#product_list ul,#news ul{
    padding-bottom:0.25rem;
    background:white;
}
#product_list ul li,#news ul li{
    list-style: none;
    color: #3e3e3e;
    background: white;
    font-size: 0.6rem;
    padding: 0.5rem 2.5rem 0.5rem 1.5rem;
    position: relative;
    border-bottom: 0.05rem solid lightgrey;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
#news ul li{
    font-size:0.65rem;
    padding:1.5% 7% 1.5% 3%;
}
#product_list ul li i ,#news ul li i{
    color: white;
    background: grey;
    padding: 0.15rem 0.35rem;
    border-radius: 0.5rem;
    position: absolute;
    right: 0.2rem;
}
#product_list ul a ,#news ul a{
    text-decoration:none;
}
#product_list ul li:hover,#news ul li:hover{
    color: #48b090;
}
.product_p{
    font-size:0.6rem;
    margin:1.5rem auto;
    width:95%;
    cursor:pointer;
}
.product_p img{
    width:0.75rem;
    vertical-align:middle;
    margin-right:0.35rem;
}

/*分页*/
#page{
    text-align: center;
    font-size: 0.65rem;
    padding: 0.5rem 0 0.5rem;
}
#page ul li{
    list-style: none;
    display: inline-block;
    background: #cfcfcf;
    padding: 0.15rem 0.35rem;
}
#page ul li a {
    text-decoration:none;
    color:white;
}
.liBlue{
    background: #005ca1!important;
}