.top-adv{
    padding: 10px 0;
}
.top-adv a{
    width: 30vw;
    height: 30vw;
    border: 2px solid #92c70d;
    box-sizing: border-box;
}
.top-adv a img{
    height: 100%;
}
.top1{
    border-bottom: 2px solid #92c70d;
    box-sizing: border-box;
}
.top1 span{
    position: relative;
    display: block;
    background: #92c70d;
    color: #fff;
    width: 30%;
    color: #fff;
    text-indent: 40px;
}
.top1 span::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: calc(20px/4);
    background: url(../img/ic11.png)no-repeat;
    background-size: 100% 100%;
}
.top1 a{
    color: #92c70d;
}
.article-ul i{
    font-style: normal;
    font-size: 15px;
    color: black;
    display: block;
    width: 1em;
    text-align: center;
}
.article-ul a p{
    text-indent: 0;
    width: calc(70% - 1em);
    font-size: 15px;
    color: #000;
}
.article-ul span{
    color: #616161;
    font-size: 15px;
}
.article-img a{
    position: relative;
    height: 110px;
}
.article-img a span{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    text-indent: 0.3em;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
}
.company-img a{
    height: 19vw;
    width: 19vw;
    border: 2px solid #92c70d;
    box-sizing: border-box;
}
.company-img{
    padding-top: 10px;
}
.company-ul a p{
    text-indent: 30px;
    position: relative;
    font-size: 15px;
}
.company-ul a:nth-child(-n+3) p::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/ic12.png)no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 5px;
    color: #171717;
}
.company-ul a span{
    font-size: 15px;
    color: #5f5f5f;
}
.company-adv a{
    display: block;
    height: 60px;
}
.company-adv a img{
    height: 100%;
}
.exhibit-list a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.exhibit-list .exhib-div{
    width: 64%;
}
.exhibit-list p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    background-color: #f2ede9;
}
.exhibit-list img{
    width: 34%;
    height: 110px;
}
.exhibit-list .exhib-div div i{
    font-style: normal;
    display: block;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}
.exhibit-list .exhib-div span{
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
}