.top-adv a{
    height: 70px;
}
.top{
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f82929;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.top .top-span{
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    width: 4.5em;
    text-align: center;
    display: block;
}
.top span::after{
    content: '';
    position: absolute;
    width: 80%;
    height: 5px;
    background-color: #f82929;
    left: 10%;
    bottom: -2px;
}
.top a{
    display: block;
    height: 40px;
    line-height: 45px;
    width: 4em;
    text-align: right;
    margin-right: 5px;
}
.top div{
    display: flex;
}
.top div span{
    display: block;
    margin: 0 5px;
}
.article-hit{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.article-hit a{
    overflow: hidden;
    padding: 0 10px;
    color: #fff;
    width: calc(30vw - 20px);
    display: flex;
    align-items: center;
    height: calc(30vw / 1.7);
    line-height: calc(30vw / 1.7 / 4);
    background: url(../img/ic9.png)no-repeat;
    background-size: 100% 100%;
}
.article-hit a:nth-child(2){
    background: url(../img/ic10.png)no-repeat;
    background-size: 100% 100%;
}
.article-hit a:nth-child(3){
    background: url(../img/ic11.png)no-repeat;
    background-size: 100% 100%;
}
.article-top2{
    display: flex;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}
.article-top2 span{
    position: relative;
    display: block;
    font-size: 16px;
    width: 5em;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.article-top2 span.hk-a{
    color: #f82929;
}
.article-top2 span.hk-a::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(../img/ic14.png)no-repeat;
    background-size: 100% 100%;
    bottom: -10px;
    left: calc((100% - 20px)/2);
}
.article-top2 span:nth-child(1)::before{
    content: '';
    width: 2px;
    background-color: #f82929;
    height: 50%;
    display: block;
    position: absolute;
    top: 25%;
    right: -1px;
    transform: rotate(10deg);
}
.article-ul{
    display: none;
}
.article-ul a{
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    justify-content: space-between;
    border-top: 1px dashed #666;
    box-sizing: border-box;
}
.article-ul a:nth-child(1){
    border-top: none;
}
.article-ul a img{
    width: 44%;
    height: 110px;
}
.article-ul a div{
    width: 54%;
}
.article-ul a div p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #333333;
}
.article-ul a div span{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 行数 */
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: 666666;
    overflow: hidden;
}
.article-ul a div i{
    font-style: normal;
    text-align: right;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
}
#sell-hk{
    height: 40px;
    align-items: center;
}
#sell-hk span{
    position: relative;
}
#sell-hk span.hk-a{
    font-size: 15px;
    color: #f82929;
    font-weight: bold;
}
#sell-hk span::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    top: 25%;
    left: -6px;
    transform: rotate(10deg);
    background-color: #333333;
}
#sell-hk span:nth-child(1)::after{
    width: 0;
}
.sell-div{
    display: none;
}
.sell-div a{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.sell-div a img{
    width: 44%;
    height: 110px;
}
.sell-div a div{
    width: 54%;
}
.sell-div a div p{
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 行数 */
    overflow: hidden;
    color: #333333;
    font-size: 15px;
}
.sell-div a div span{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}
.sell-div a div i{
    height: 20px;
    margin: 5px 0;
    font-style: normal;
    display: block;
    width: 5em;
    text-align: center;
    margin-left: calc(100% - 5em);
    font-size: 14px;
    color: #fff;
    background: url(../img/ic15.png)no-repeat;
    background-size: 100% 100%;
}
.sell-img{
    padding: 10px;
    width: calc(100% - 10px);
    margin: 0 auto;
    background-color: #fcdde2;
    border-radius: 10px;
    box-sizing: border-box;
}
.sell-img a{
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    height: 120px;
}
.sell-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #f82929;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.sell{
    padding-bottom: 10px;
}
.sell-adv{
    height: 70px;
}
.sell-adv a{
    height: 70px;
}
.buy-img a{
    width: 26vw;
    height: calc(26vw + 30px);
}
.buy-img a img{
    height: 26vw;
}
.buy-img span{
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.top2{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.buy-ul a{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}
.ckgd{
    display: block;
    width: 5em;
    font-size: 15px;
    color: #fff;
    background: url(../img/ic16.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
}
.buy{
    padding-bottom: 10px;
}
.company-img{
    padding-bottom: 10px;
}
.company-img a{
    position: relative;
    width: 28vw;
    height: 28vw;
    margin-top: 10px;
    box-shadow: 0 0 2px 2px #ededed;
}
.company-img a img{
    height: 100%;
}
.company-img a::after{
    content: '';
    position: absolute;
    width: calc(100% / 3.8);
    height: calc(100% / 3.8);
    background: url(../img/ic12.png)no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.company-ul a{
    position: relative;
    display: block;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    text-indent: 50px;
    background-color: #fde4e1;
    white-space: nowrap;
    overflow: hidden;
    color: #737373;
    font-size: 15px;
}
.company-ul a::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 15px;
    background: url(../img/ic13.png)no-repeat;
    background-size: 100% 100%;
    left: 15px;
    top: calc((100% - 15px)/2);
}
.company{
    padding-bottom: 20px;
}
.exhibit-img{
    padding: 10px;
}
.exhibit-img a{
    height: calc(30vw + 30px);
}
.exhibit-img a img{
    height: 30vw;
}
.exhibit-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.exhibit-ul a{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f82929;
    box-sizing: border-box;
}
.exhibit-ul a img{
    width: 44%;
    height: 110px;
}
.exhibit-ul a div{
    width: 54%;
}
.exhibit-ul a div p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
}
.exhibit-ul a div span{
    height: 50px;
    line-height: 25px;
    display: block;
    width: 100%;
    overflow: hidden;
    color: #777777;
}
.exhibit-ul a div i{
    display: block;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #c9c7c7;
}
.exhibit{
    padding-bottom: 20px;
}
.exhibit-adv{
    height: 70px;
}