.kns-eq{
    display: none;
}
.kns-eq:nth-of-type(1){
    display: block;
}
.kns-wrap{
    padding-bottom: 5.8%;
}
.kns-thead{
    padding: 25px 0;
}
.kns-thead h2{
    float: left;
}
.kns-a{
    float: right;
    line-height: 31px;
}
.kns-a a{
    color: #696969;
    margin-left: 40px;
}
.kns-a a.hover{
    color: #2577e3;
}
.newsInfo{
    padding: 20px;
    margin-bottom: 20px;
}
.newsInfo a, .newsInfo-img img{
    width: 100%;
}
.newsInfo-img{
    float: left;
    width: 24%;
}
.newsInfo-txt{
    float: left;
    width: 73%;
    margin-left: 2.6%;
}
.newsInfo-txt h4{
    color: #000;
    font-size: 18px;
}
.newsInfo-txt p{
    color: #585858;
    line-height: 25px;
}
.newsInfo-txt em{
    color: #a3a3a3;
    margin: 12px 0 15px 0;
}
.newsInfo-txt i{
    width: 100px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    margin-top: 23px;
}

.industry{
    padding: 1.16% 5% 3.3% 5%;
}
.trade{
    margin-bottom: 20px;
}
.trade a{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 2% 10px;
}
.trade a em{
    color: #a3a3a3;
    margin-right: 3.7%;
}
.trade a span{
    color: #585858;
    font-size: 16px;
}







/*news details*/
.news-wrap{
    padding-bottom: 5.8%;
}
.iNews{
    padding: 3.8% 5%;
    margin-bottom: 20px;
}
.iNews-thead{
    margin-bottom: 2.77%;
}
.iNews-thead p{
    color: #a3a3a3;
    margin-top: 10px;
}
.iNews-tbody p{
    line-height: 180%;
    margin-bottom: 3%;
}
.iNews-tbody img{
    width: 100%;
}
.write{
    padding: 3.3% 4.16%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.write a{
    color: #6e6e6e;
}
.write a:hover{
    color: #2577e3;
}
.write a em{
    width: 31px;
    height: 17px;
}
.w-prev em{
    background: url(../images/write-lf.png) no-repeat center;
    vertical-align: middle;
    margin-right: 8px;
}
.w-next em{
    background: url(../images/write-rg.png) no-repeat center;
    vertical-align: middle;
    margin-left: 8px;
}
.w-prev:hover em{
    background: url(../images/write-lf-h.png) no-repeat center;
}
.w-next:hover em{
    background: url(../images/write-rg-h.png) no-repeat center;
}
.w-home{
    color: #2577e3!important;
}
.w-home img{
    margin-left: 8px;
}
