.ns-nav a{
    position: relative;
    height: 100px;
    margin-top: 0;
}
.ns-nav a img{
    width: 80px;
    height: 80px;
    padding: 0;
}
.ns-nav a span{
    position: absolute;
    display: block;
    height: 30px;
    line-height: 30px;
    bottom: -10px;
    width: 100%;
    text-align: center;
}
.top-adv a{
    width: calc((100% - 5px)/2);
    margin-bottom: 5px;
}
.top{
    height: 25px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    /* box-sizing: border-box; */
}
.top span{
    position: relative;
    display: block;
    padding-right: 5px;
    text-indent: 20px;
    color: #d39d49;
    border-top: 1px solid #d39d49;
    border-bottom: 1px solid #d39d49;
    box-sizing: border-box;
    height: 25px;
    line-height: 25px;
}
.top span::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../img/ic9.png)no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: calc((100% - 15px)/2);
}
.top a{
    color: #d39d49;
}
.art-ul a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.art-ul a img{
    width: 80px;
    height: 80px;
}
.art-ul a div{
    width: calc(100% - 90px);
}
.art-ul a div p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #535353;
}
.art-ul a div span{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #898989;
}
.art-adv a{
    height: 60px;
    margin-top: 5px;
    width: 100%;
    display: block;
}
.art-adv a img{
    height: 100%;
}
.sell-img a img{
    height: 120px;
}
.sell-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
}
.sell-ul{
    counter-reset: section;
}
.sell-ul a{
    position: relative;
}
.sell-ul a::after{
    font-size: 15px;counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
    color: #d39d49;
}
.sell-ul a p{
    font-size: 15px;
    color: #535353;
}
.sell-ul a span{
    color: #d39d49;
}
.com-img a{
    width: 30vw;
    height: calc(30vw + 30px);
}
.com-img a img{
    height: 30vw;
    border: 1px solid #dadada;
    box-sizing: border-box;
}
.com-ul a p{
    max-width: 100%;
}
.com-adv a{
    margin-bottom: 5px;
    display: block;
    height: calc((240px - 10px)/3);
}
.com-adv a img{
    height: 100%;
}
.exh-img a{
    height: 120px;
    position: relative;
}
.exh-img a img{
    height: 100%;
}
.exh-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    background: rgba(200, 139, 42, 0.8);
    width: 100%;
    text-align: center;
    bottom: 0;
    color: #fff;
    bottom: 0;
    position: absolute;
}
.exh-banner{
    height: 180px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.exh-banner a{
    display: block;
    height: 100%;
}
.exh-banner a img{
    height: 100%;
}
.exh-banner-span{
    display: flex;
    justify-content: flex-end
}
.exh-banner-span span{
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 0;
    background: #adb6bb!important;
    color: #fff;
}
.zs-ul{
    counter-reset: section;
}
.zs-ul a{
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #b3b3b3;
    box-sizing: border-box;
    position: relative;
}
.zs-ul a::after{
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    font-weight: bold;
    font-size: 15px;
    color: #d39d49;
    top: 5px;
    height: 30px;
    line-height: 30px;
}
.zs-ul a img{
    width: 80px;
    height: 80px;
}
.zs-ul a div{
    margin-left: 15px;
    width: calc(100% - 105px);
}
.zs-ul a div p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #535353;
    font-size: 15px;
}
.zs-ul a div span{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #898989;
}