@import url("header.css");
@import url("banner.css");
@import url("footer.css?i=12");
body{
    background-color: #EFEFEF;
}
.products{
    background-color: #EFEFEF;
    padding-bottom: 1rem;
    width: 8rem; height: auto;font-size: 0.12rem;;text-align: center;margin-bottom: 0.5rem;margin: 0 auto;text-align: justify;}
.products h2{margin-top: 0.5rem;text-align: center;}
.products .crt_time{margin-bottom: 0.2rem;color: #cccccc;text-align: center;}
.products .more{
    width: 100%;
    height: 0.3rem;
    font-size: 0.15rem;
    margin-top: 2rem;
    margin-bottom: 0.2rem;
    text-align: left;
}
.products .more a{
    text-decoration: none;
    display: inline-block;
    width: 50%;
    text-align: left;
    float: left;
    overflow: hidden;
}
.products .more a:nth-child(2){
    text-align: right;
}
@media screen and (max-width: 1200px) {
    .products{
        width: 95%;
        margin-left: 2.5%;
    }
    .products .more{
        height: 0.6rem;
    }
}