.space {
    margin: 10px auto;
}

.w-100 {
    width: 100%;
}


.banner {
    padding-bottom: 4px;
    border-bottom: 2px solid #4e9846;
}

.newItems {
    padding: 0;
    margin-bottom: 16px;
    width: 100%;
    height: 140px;
    background-color: white;
    box-shadow: 1px 2px 5px #888888;
}

.itemImg {
    float: left;
    width: 35%;
    height: 140px;
}

.itemText {
    float: left;
    width: 65%;
    height: 140px;
}

.itemText div:first-child {
    padding: 2px 15px;
}

.itemText h3 {
    margin-bottom: 10px;
    font-family: 微软雅黑, 黑体;
    font-weight: bold;
    font-size: 14px;

}

.itemText p {
    text-indent: 2em;
    font-family: 微软雅黑, 黑体;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}

.btnImg {
    width: 56%;
    position: relative;
    left: 22%;
    margin-bottom: 10px;
}


.position-btm-nc {
    position: fixed;
    bottom: 0px;
    top: auto;
    background-image: url("/images/btm-nc.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    /*border: 1px solid blue;*/

}