.allproduct{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.news-item{
    color: #8f8f8f;
}
.home-company{
    box-shadow: none !important;
    height: 450px;

    background-color: #ffffff;
    overflow: hidden;
    border-radius: 4px;
}
.home-company .txt .content{
    height: 390px;
    -webkit-line-clamp:8;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 30px;
}
.news_item_content{
    -webkit-line-clamp:2 !important;
}
.news_dl p{
    padding-bottom: 0;
}
.about-title{
    padding-bottom: 30px !important;
}
*, ::after, ::before{
    /*box-sizing: border-box !important;*/
}
.about-body{
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 30px;
}
.about_l p{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.btn{
    display: block !important;
    width: 100px;
}
.news_row2{
    width: 100%;
}
.news_row2 .news_div_item_title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_div_item_body{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5; !* 限制显示行数 *!*/
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8f8f8f !important;
}
/*.swiper-slide{*/
/*	width: 342px !important;*/
/*}*/
.swiper-slide p img{
    width: 342px;
    height: 270px;
    vertical-align: middle;
}
.nomore{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #a0a0a0;
}
h4{
    color: white;
    font-weight: 100;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    border-bottom: 0.8px solid #42495d;
}
.third{
    background-color: grey;
}
.attr {
    margin-left: 20px;
}
.attr p {
    font-size: 15px;
    margin: 8px 0;
}

.table-header{
    background-color: rgb(39, 71, 190);
    font-size: 14px;color: white;
    /*padding-left: 1%;*/
    height: 40px;
    line-height: 40px;
    width: 85%;
    margin: 0 auto;
}
table {
    border-collapse: collapse;
    width: 85% !important;
    margin: 0 auto;
}
th,td{
    min-width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 2px 4px;
    text-align: center;
    box-sizing: border-box;
    color: black;
}
td span{
    color: black !important;
    font-size: 14px !important;
}
tr td:nth-child(3) p{
    text-align: left !important;
}
.news_lefttit {
    border-bottom: none;
}