.all-news > ul > li {
    padding: 40px 0;
    border-bottom: 1px #3189ed dashed;
}
    .all-news > ul > li:hover .info h3 {
        color: #3189ed;
    }
.news-time {
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #3189ed;
    padding: 8px;
}
.news-time .date{
    font-size: 30px;
    line-height: 36px;
   margin-bottom:2px;
}
.all-news .info{
    width: 1104px;
}
.info h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.info p{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.detail-div{
    margin-top:30px;
    margin-bottom: 80px;
}
.detail-div>h3{
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.new-time{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 42px;
}
.new-detail-box {
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 40px;
    line-height: 26px;
}

.new-detail-box img{
    max-width:900px;
}
.next-detail {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    margin-top: 20px;
    line-height: 22px;
}
.next-detail>a{
    color: #333;
}
/* 产品 */
.search-group2 {
    width: 1200px;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    position: relative;
    padding: 16px;
    font-size: 16px;
    color: #333;
}
.gj>a{
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
.gj > a:hover {
    color: #3189ed;
}
.search-input {
    position: relative;
}
.search-input input{
    padding: 6px 15px;
    border-radius: 0px;
    border: 1px solid #cfcfcf;
    background: transparent;
  
    padding-right: 50px;
}
.input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0;
    cursor: pointer;
    border: none;
}
.product-left{
    width: 280px;
}
.product-left>h3{
    width: 280px;
    height: 93px;
    line-height: 76px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: url(../img/p-bg.png)no-repeat left top;
    background-size: contain;
}
.lb-list>ul{
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
}

.lb-list>ul>li{
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    margin: 0 15px;
}
.lb-list>ul>li>a{
    display: block; 
    color: #333;
    border-bottom: 1px solid #dcdcdc;
}
.lb-list > ul > li > a:hover {
    color: #3189ed;
}
.p-contant {
    height: 214px;
    background: url(../img/p-bdg.png)no-repeat;
    background-size: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #3189ed;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-top: 0;
}
.p-center{
    width: 1200px;
    margin: auto;
    padding-left:10px;
}
.product-box{
    margin-top: 48px;
}
.product-right{
    width: 900px;
}
.product-item{
    width: 278px;
    height: 305px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    float: left;
    margin: 0 10px;
    margin-bottom:24px;
}
.product-item:hover {
    border-color: #3189ed;
}
.product-item:hover .p-r-detail>h4{
    color: #333!important;
}
.product-item-img{
    margin: auto;
}
.product-item-img img{
    width: 255px;
    height: 176px;
}
.p-r-detail > h4 {
    font-size: 18px;
    color: #3189ed;
    text-align: center;
    margin-top: 10px;
}
.p-r-detail>.p-js{
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color:#333;
    margin-top:20px;
}
.product-d-r{
    width: 885px;
}
.detail-part1 .p-image img{
    width:300px;
}
.detail-part1 .sp{
    font-size: 14px;
    color: #666;
    width: 544px;
}
.detail-part1 .sp>h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:40px;
}
.product-title{
    width: 100%;
    height: 32px;
    background: url(../img/p-line.png)no-repeat;
    background-size: cover;
    padding-left: 20px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    margin: 35px 0;
    border-bottom: 1px solid #dcdcdc;
}
.detail-part2{
    font-size: 14px;
    color: #666;
}
.detail-part2 img{
    max-width:850px;
}
.last-part{
    border-top:1px solid #dcdcdc;
    margin:40px 0;
    padding-top:24px
}
.last-part>a{
    font-size: 16px;
    color:#333;
}
.last-part > a:hover {
    color: #3189ed;
}
