.ns-nav a img{
    width: 60px;
    height: 60px;
    padding: 0;
}
.bgf{
    background: #fff;
}
.ptop{
    padding-top: 10px;
}
.pbot{
    padding-bottom: 10px;
}
.ns-nav a span{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.top-adv a{
    height: 60px;
}
.top-adv1{
    margin-top: 0;
}
.top-adv1 a{
    display: block;
    height: 60px;
}
.top{
    font-family: '01';
    font-size: 20px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-indent: 1em;
    width: 7em;
    background: url(../img/top-bg.png)no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin: 0 auto;
}
.art-img{
    margin-top: 10px;
}
.art-img a img{
    height: 80px;
}
.art-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.art-ul{
    margin-top: 10px;
}
.art-ul a{
    display: block;
    margin-top: 10px;
}
.art-ul a p{
    display: flex;
    height: 30px;
    align-items: center;
}
.art-ul a p i{
    font-style: normal;
    width: 5em;
    text-align: center;
    color: #fff;
    background: #bc8d57;
    margin-right: 5px;
    height: 25px;
    line-height: 25px;
}
.art-ul a p b{
    display: block;
    width: calc(100% - 5em - 5px);
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    font-size: 17px;
    color: #343434;
}
.art-ul a span{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #737373;
}
.art-adv{
    margin-top: 10px;
    counter-reset: section;
}
.sell-ul a{
    display: block;
    border-bottom: 1px dashed #bc8d57;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 30px;
    position: relative;
}
.sell-ul a::after{
    counter-increment: section;
    content: counter(section);
    text-indent: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 0;
    top: calc((100% - 20px)/2);
    font-style: italic;
}
.sell-ul a:nth-child(1)::after{
    background: #bc8d57;
    color: #fff;
}
.buy-ul a{
    position: relative;
    display: block;
    margin-top: 10px;
}
.buy-ul a p{
    display: block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 40px;
    width: calc(100% - 40px);
    font-size: 17px;
    color: #343434;
}
.buy-ul a::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/xz.png)no-repeat;
    background-size: 100% 100%;
    left: 10px;
    top: calc(20px/2);
}
.buy-ul a div{
    display: flex;
    width: calc(100% - 40px);
    margin-left: 40px;
    height: 30px;
    align-items: center;
}
.buy-ul a div span{
    display: block;
    width: calc(100% - 5em);
    white-space: nowrap;
    overflow: hidden;
}
.buy-ul a div i{
    display: block;
    width: 5em;
    text-align: right;
    font-style: normal;
    color: #bc8d57;
}
.com-img a{
    width: 30vw;
    height: 30vw;
    display: block;
    border: 2px solid #bc8d57;
    box-sizing: border-box;
}
.com-img a img{
    height: 100%;
}
.com-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.com-ul a{
    display: block;
    width: 49%;
    margin-top: 20px;
}
.com-ul a p{
    display: block;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
    color: #343434;
}
.com-ul a span{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #8d8686;
}
.com-ul a i{
    font-style: normal;
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #bc8d57;
}
.exh-img{
    display: block;
}
.exh-img img{
    height: 150px;
}
.exh-img p{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #343434;
}
.exh-img span{
    display: block;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
}
.exh-img i{
    font-style: normal;
    background: #bc8d57;
    text-align: center;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 25%;
    margin-top: 10px;
    font-size: 18px;
}
.exh-ul a{
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #8d8686;
    box-sizing: border-box;
}
.exh-time{
    width: 60px;
}
.exh-time i{
    display: block;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
}
.exh-div{
    width: calc(100% - 60px);
}
.exh-div p{
    display: block;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
    color: #343434;
}
.exh-div span{
    display: block;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
}