.FAQ .banner{position: relative;min-height: 300px;}
/*.FAQ .banner .container{margin-top: -10%;}*/
.FAQ .search{width: 550px; height: 40px;display: flex; margin: auto;}
.FAQ .search button{width: 131px; height: 100%; float: left; background: #282828; color: #ffffff; text-align: center; line-height: 40px;}
.FAQ .search input{flex: 1; margin:0 5px 0 0 ; padding: 0; height:100%; background: #ffffff; border: 1px solid #e7ccb2; float: left; text-indent: 18px;}
.FAQ .contentI{margin-top: 0;}
.FAQ .contentI .title{font-size: 20px; }
.FAQ .contentI .list ul{display: block}
.FAQ .contentI .list ul::after{content: ''; display: block; clear: both;}
.FAQ .contentI .list ul li{float: left;}
.FAQ .contentI .list ul li:last-of-type{width: calc(100% - 45px); line-height: 19px; display: flex; justify-content: flex-start; align-items: center; min-height: 35px;}

.FAQ .contentI .product ul{width:calc((100% - 45px) / 3); margin-bottom: 15px;}
.mobile .FAQ .contentI .product ul{width:calc((100% - 15px) / 2);}


.mobile .FAQ .search{width: 100%;    height: 30px;
    font-size: 12px;    max-width: 350px;
    text-align: left;}
.mobile .FAQ .search button{line-height: 30px;    width: auto;
    padding: 0 15px;}

.mobile .FAQ .banner{min-height: 120px;background: #666;}
.mobile .FAQ .banner img{min-height: 120px;}
.mobile .FAQ .banner .container{    width: 100%;}

/*pc版*/
.page-news-detail{margin: 3% auto;color: #7E7E7E;}
.page-news-detail img{width: auto;max-width: 100%;}
.page-news-detail .new-left-item{width: 65%;float: left;position: relative;}
.page-news-detail .new-right-item{width: 32.5%; padding-left:2.5%;border-left: 1px solid #eaeaea; float: right;position: relative;}
.page-news-detail .new-left-item h1{color: #666;margin-bottom: 35px;
    line-height: initial;
    padding-bottom: 40px;border-bottom: 1px solid #eaeaea;}
.page-news-detail .contant p{margin-bottom: 20px;}
.mb25{margin-bottom: 20px;}
.page-news-detail .new-right-item h2{border-bottom: 1px solid #eaeaea;padding: 25px 0;color: #7E7E7E;}
/*.page-news-detail .new-right-item ul「」*/
/*移动版*/
@media (max-width: 1190px) {
    .page-news-detail .new-left-item, .page-news-detail .new-right-item{
        width: 100%;
        border-left: 0;
        padding: 0;
    }
    .new-right-item .contentI{
        width: 100%;
    }
    .page-news-detail .new-left-item h1{
        padding-bottom: 0.4rem;
        font-size: 0.5rem;
    }
    .page-news-detail .contant p{margin-bottom: 0.2rem;}
    .page-news-detail .mb25{margin-bottom: 0.2rem;}
    .page-news-detail .new-right-item h2{padding: 0.25rem 0;}
    .page-news-detail .new-right-item ul li{ line-height: 35px;}
}

/*.mobile .page-news-detail .new-left-item,.mobile .page-news-detail .new-right-item{*/
/*    width: 100%;*/
/*    border-left: 0;*/
/*    padding: 0;*/
/*}*/
/*.mobile .page-news-detail .new-left-item h1{*/
/*    padding-bottom: 0.4rem;*/
/*    font-size: 0.5rem;*/
/*}*/
/*.mobile .page-news-detail .contant p{margin-bottom: 0.2rem;}*/
/*.mobile .page-news-detail .mb25{margin-bottom: 0.2rem;}*/
/*.mobile .page-news-detail .new-right-item h2{padding: 0.25rem 0;}*/
/*.mobile .page-news-detail .new-right-item ul li{ line-height: 35px;}*/

