.common-width{
    width:100%;
    padding:0 10%;
    box-sizing: border-box;
}
/* 暂无图片 */
.zwtp img::before{
    display: block;
    width: 100%;
    height: 100%;
    content: "\6682\65E0\56FE\7247";
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #A62324;
}

/* 头部 */
#head{
    width:100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 20;
}
.head{
    width:100%;
    height:100px;
    padding:0 10%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: none;
}
.head .logo{
    float:left;
}
.head .logo img{
    width:auto;
    height:60px;
    margin-top: 20px;
}
.head .nav{
    float:right;
}
.head .nav li{
    float:left;
    margin-left: 5vw;
    height:100px;
    line-height: 100px;
}
.head .nav li a{
    font-size: 20px;
    color:#383838;
    font-weight: bold;
}
.head .nav li:hover a{
    color:#A62324;
}



/* 底部 */
#footer{
    margin-top: 50px;
    width:100%;
    height:350px;
    padding:50px 0;
    box-sizing: border-box;
    /* background-color: #F7F7F7; */
    background-color: #fff;
}
.footer{}
#footer .footer_con{
    width:100%;
    height:auto;
    padding-top:30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.footer_con .information{
    float:left;
    width:70%;
}
.footer_con .information .logo{
    float:left;
    margin-right: 30px;
}
.footer_con .information .logo img{
    width:auto;
    height:60px;
}
.footer_con .information .text .company{
    font-size: 24px;
    color:#383838;
    font-weight: bold;
    line-height: 1.5;
}
.footer_con .information .text .address{
    font-size: 18px;
    color:#808080;
    line-height: 1.5;
}
.footer_con .contact{
    float:right;
}
.footer_con .contact img{
    width:32px;
    height:32px;
    margin-right: 8px;
}
.footer_con .contact span{
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color:#A62324;
}
.footer_con .contact img,
.footer_con .contact span{
    vertical-align: middle;
}
#footer .copyright{
    margin-top: 20px;
}
#footer .copyright a{
    font-size: 14px;
    color:#808080;
}
#footer .copyright a:hover{
    color:#A62324;
}


/* 新闻列表 */
.trade_news_list{
    width:100%;
    height:auto;
}
.trade_news_item{
    width:100%;
    height:80px;
    margin-top:40px;
}
.trade_news_item .pic{
    float:left;
    width:120px;
    height:80px;
    margin-right: 20px;
    overflow: hidden;
}
.trade_news_item .pic img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.trade_news_item .text{
    float:left;
    width:calc(100% - 300px);
    height:100%;
    margin-right: 80px;
}
.trade_news_item .text .title{
    font-size: 18px;
    color:#383838;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
}
.trade_news_item .text .description{
    font-size: 14px;
    color:#808080;
    line-height: 1.5;
}
.trade_news_item .time{
    float:right;
    width:80px;
    height:80px;
    background-color: #F7F7F7;
    padding:4px 0;
    box-sizing: border-box;
}
.trade_news_item .time p{
    font-size: 22px;
    color:#A6A6A6;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}
.trade_news_item .time p.date{}
.trade_news_item .time p.year{
    opacity: 0.6;
}
.trade_news_item:hover .title{
    color:#A62324;
}
.trade_news_item:hover .time{
    background-color: #efefef;
}
.trade_news_item:hover .time p{
    color:#A1A1A1;
}



@media (max-width: 1366px) {
    .head .logo img{
        height:50px;
        margin-top: 25px;
    }
    .head .nav li{
        margin-left: 50px;
    }
    .head .nav li a{
        font-size: 18px;
    }
    .footer_con .information .logo{
        width:100%;
        margin-bottom: 15px;
    }
    .footer_con .contact{
        margin-top: 50px;
    }
    .footer_con .information{
        width:55%;
    }
    .footer_con .information .text .company{
        font-size: 20px;
    }
    .footer_con .information .text .address{
        font-size: 16px;
    }
}