.list {
    background-color: #f5f5f5;
    width: 1390px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
}

.list_ul_top {
    border-bottom: 1px solid #fff;
    padding: 0 30px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.list_ul_top h1{
    line-height: 65px;
}
.list_ul_top li{
    padding: 20px 0;
}

.list ul {
    font-size: 16px;
}

.list ul h1 {
    color: #999;
    margin-right: 18px;
}

.list ul li a {
    height: 25px;
    padding: 0 12px;
    color: #333;
    line-height: 25px;
}

.list .list_ul_pitch {
    color: #fff;
    background-color: #fe6c1d;
    border-radius: 2px;
}

.list_ul_c {
    height: auto;
    padding: 0 30px;
    display: flex;
    border-bottom: 1px solid #fff;
}

.list_ul_c h1 {
    width: 85px;
    padding: 20px 0;
    line-height: 25px;
}

.list_ul_c_li {
    display: flex;
    flex-wrap: wrap;
    width: 1210px;
}

.list_ul_c_li li {
    padding: 20px 0;
}

.list_ul_bottom {
    padding: 0 30px; 
    display: flex;
}
.list_ul_bottom h1{
    line-height: 65px;
}
.commodity_c_r>div .botton{
    height: 110px;
}
.content {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
}

.content .content_list>div {
    width: 270px;
    height: 277px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}


.content_list {
    display: flex;
    flex-wrap: wrap;
}


.content_list>div .top {
    width: 100%;
    height: 203px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_list>div .top img{
    width: 100%;
    height: 100%;
}
.content_list>div .botton {
    margin-top: 15px;
}
.content_list>div .botton p {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.content_list>div .botton p img {
    margin-left: 10px;
}

.content_list>div .botton h1 {
    font-size: 18px;
    color: #333;
}

.content_list>div .botton h2 {
    color: #f10000;
    font-size: 18px;
    margin-top: 12px;
}
