.footerItem {
    width: 100%;
    height: 680px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox 64 */
}

body {
    background: #F8F8F8 !important;
}

.footerItem::-webkit-scrollbar {
    display: none;
}

.breadcrumbNavigation {
    font-size: 17px;
    width: 1200px;
    margin: 12px auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdfe6;
}

.navigation-green {
    color: rgb(142, 193, 36);
}

.goodsPage {
    width: 1400px;
    margin: 70px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.goodsItem {
    background: #fff;
    width: 430px;
    height: 616px;
    box-sizing: border-box;
    padding: 20px 24px;
    display: inline-block;
    margin: 25px 20px 25px 20px;
}

.goodsItem:nth-child(3n) {
    margin-right: 0;
}

.goodsImg {
    width: 384px;
    height: 284px;
}

.goodsName {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 24px;
    color: #3E3A39;
    margin-top: 48px;
}

.goodsTips {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    line-height: 27px;
    margin-top: 44px;
}

.goodsToDetail {
    margin-top: 52px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pageChange {
    margin: 85px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageChangeItem {
    font-weight: 400;
    font-size: 20px;
    color: #888888;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border: 1px solid #DCDCDC;
    padding: 14px 19px 16px 19px;
    margin: 0 3px;
    cursor: pointer;
}

.pageChangeItemChoose {
    background: #94C88A;
    color: #fff;
}

.pageChange > span{
    font-weight: 400;
    font-size: 20px;
    color: #888888;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /**
	border: 1px solid #DCDCDC;
    padding: 14px 19px 16px 19px;
	**/
    margin: 0 3px;
    cursor: pointer;
}

.pageChange > span > a {
    font-weight: 400;
    font-size: 20px;
    color: #888888;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border: 1px solid #DCDCDC;
    padding: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.newLine {
    display: flex;
    width: 1200px;
    margin: 112px auto 0 auto;
    border-bottom: 1px solid #C0C0C0;
    align-items: center;
    justify-content: space-between;
}

.newTopLeft {
    width: 168px;
    height: 51px;
    background: #A8D2A0;
    color: #fff;
    text-align: center;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 24px;
    line-height: 51px;
}

.newMore {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 300;
    font-size: 16px;
    color: #989898;
    line-height: 22px;
    text-align: left;
}

.newsDetail {
    display: flex;
    width: 1200px;
    margin: 25px auto 208px auto;
    align-items: center;
    justify-content: space-between;
}

.newsItem {
    height: 94px;
    border-left: 1px solid #C0C0C0;
    padding-left: 33px;
    align-items: center;
}

.newsTitle {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 21px;
    color: #7F7F80;
    line-height: 33px;
    text-align: left;
    margin-top: 8px;
}

.pageChangeLine {
    margin: 10px auto 0 auto;
    display: flex;
    width: 1200px;
    box-sizing: border-box;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
    font-weight: 400;
    font-size: 23px;
    color: #888888;
    padding: 0 50px;
}

.pageItem {
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
	color:#888888;
}

.pageChangeLine > a {
    color: red !important;
}


.active {
    color: #A8D2A0;
}

.pageItemActive {
    width: 38px;
    border-bottom: 5px solid #A8D2A0;
    margin: 31px auto 0 auto;
}