@charset "utf-8";
/* CSS Document */

/* basic */
hr {
	border-bottom: 1px dashed #ddd;
	border-top: none;
	margin-top: .5rem;
    margin-bottom: .5rem;
}
p {word-break: break-word;}
.pagination {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* datasheet */
/*#show_xxwh {
    max-height: 200px;
    min-height: 0px;
    overflow-y: scroll;
    max-width: 180px;
    min-width: 0px;
    width: 100%;
    display: block;
}*/
#show_xxwh.hi_de {
    max-height: 200px;
    min-height: 0px;
    overflow-y: scroll;
    max-width: 180px;
    min-width: 0px;
    width: 100%;
    /*overflow-y: hidden;
    width: auto;
    border: none;*/
}
#show_xxwh ul li h5 {
    color: #fff;
    background-color: #666;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 13px;
}
#show_xxwh ul li a {font-size: 13px;}
#show_xxwh ul li {width: auto;}
/* products-list-edit */
.nplEdi .nplOuter {display: block;}
.nplEdi .nplInner {display: flex;align-items: center;}
/* home-new-products */
.idnp .product-des {background-color: #fff;}
.idnp .product .product-title a h5 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.idnp .product .product-title a p {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
/* home-news-events */
.idnne .blog-box.blog-2 {margin-bottom: 0;height: 100%;}
.idnne .blog-box.blog-2 .blog-info {height: auto;}
.idnne .blog-info p {word-break: break-word;height: 65px;}
.idnne .blog-info h5 {
    word-break: break-word;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* app */
.appSec .editor-area .page-section-ptb .list-style-none li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #626262;
}
/* news-view */
.newsViewSec .section-title.line .title {
    color: #b6262f;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 18px;
}
.newsViewSec .section-title.line .title:before {display: none;}
.newsViewSec .section-title.line.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newsViewSec .section-title .subtitle {
    width: 100%;
    color: #004da1;
    text-transform: none;
    padding-bottom: 20px;
    margin-bottom: .5rem;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    position: relative;
}
.newsViewSec .section-title .subtitle:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    content: "";
    background-color: #004da1;
}
/* mr-view */
.mrViewSec .section-title.line .title {color: #004da1;}
.mrViewSec .section-title.line .title:before {background-color: #004da1;}
/* pd */
.acpdTable tr td:nth-child(3) a {display: block;}
.dcpdTable tr td:nth-child(3) a {display: block;}
/* mr-list */
.mrListSec .blog-info p {height: 65px;}
/* products-ine */
.idApl .popup-gallery {margin-bottom: 30px;}