﻿.container{

}

.banner {
    width: 100%;
    padding: 90px 0 0;
    background: #f6f6f6;
}

.banner img{
    width: 100%;
    height: 100%;
}

.width1440{
    width: 1440px;
    height: 310px;
    margin: 0 auto;
    background: url("../images/newsBanner.jpg") no-repeat center top;
    background-size: 1440px 310px;
}


.content {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}

.page{
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 0;
    display: flex;
    align-items: center;
}

.total{
    margin-right: 20px;
}

/*.product-container {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    padding: 30px 0 50px;*/
/*}*/

.product-item {
    display: flex;
    border: 1px solid #E9E9E9;
    background-color: #fff;
    width: 100%;
    margin: 5px 0;
}

.product-img {
    width: 162px;
    height: 100px;
}

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 162px);
    padding-left: 20px;
}

.product-info .main-tit {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

.product-info .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 100%;
    font-size: 12px;
    color: #333333;
    border-left: 1px solid #E9E9E9;
}

.product-info .date span{
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}


.title{
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    padding: 50px 0;
}




