@charset "utf-8";
/* CSS Document */


/* ******************************banner部分************************ */
.banner-main {
    width: 100%;
    background: url("./m-industry-solutions-banner.png") no-repeat center top;
    padding-bottom: 45px;
}

/* ******************************主体内容部分************************ */
.document-main {
    padding-top: 80px;
    width: 690px;
}
.document-title {
    font-size: 42px;
    font-weight: 700;
}
.document-nav {
    height: 216px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,245,248) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,245,248) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,245,248) 99%);
    border: 3px #fff solid;
    padding-left: 28px;
}
.document-nav-item {
    height: 43px;
    font-size: 20px;
}
.product-sort {
    margin-top: 27px;
}
.document-nav-item-title {
    line-height: 43px;
    margin: 8px 11px 8px 0;
}
.document-sort-text {
    width: 545px;
}
.document-sort-item {
    min-width: 100px;
    height: 43px;
    line-height: 43px;
    background-color: #e7ecf6;
    margin: 8px 4px;
    padding: 0 10px;
}

.document-content-item {
    height: 216px;
    margin-top: 17px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,245,248) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,245,248) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,245,248) 99%);
    /* box-shadow: 3.5px 6.062px 12px 0px rgb( 210, 210, 210 ); */
    box-shadow: 1.5px 2.598px 51px 0px rgb( 171, 181, 193 );
    border: 3px #fff solid;
    box-sizing: border-box;
}
.document-content-item-info {
    float: left;
    width: calc(100% - 150px);
    padding: 14px 0 0 24px;
    box-sizing: border-box;
}
.document-content-item-info-text {
    float: none;
    width: 480px;
}
.document-content-item-img {
    float: left;
    width: 150px;
    height: 210px;
    box-shadow: 1.5px 2.598px 13px 0px rgb( 210, 210, 210 );
}
.document-content-item-info-text-title {
    font-size: 24px;
    height: 58px;
    line-height: 58px;
}
.document-content-item-info-text-detail {
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
}
.document-content-item-info-download {
    float: none;
    width: 76px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    border: 1px #ce400e solid;
    border-radius: 5px;
    color: #ce400e;
    cursor: pointer;
    margin: 30px 0 0 0;
}


/*特殊分辨率处理*/	
@media screen and (max-width:600px)
{


}

@media screen and (max-width:400px)
{


}

@media screen and (max-width:360px)
{


}
