
.newsxq_tit{
    text-align: center;
}
.news_box {
    width: 15rem;
    margin: .8rem auto 1rem;
    display: flex;
    flex-wrap: wrap;
}

.news_item {
    width: 4.8rem;
    margin-right: .3rem;
    margin-bottom: .4rem;
}

.news_item:nth-child(3n) {
    margin-right: 0;
}

.news_item_img {
    height: 3rem;
    margin-bottom: .15rem;
}

.news_item_tit {
    font-size: 0.18rem;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #333333;
    line-height: 0.22rem;
    margin-bottom: .15rem;
}

.newsxq_box {
    width: 840px;;
    margin: .8rem auto 1rem;
    float: left;
    height: auto;
}

.newsxq_tit {
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: .3rem;
}

.newsxq_time {
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-bottom: .2rem
}

.newsxq_textbox{
    margin-top: 30px;
    margin-bottom: .6rem;
    min-height: 420px;
}
.newsxq_textbox p {
    font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    text-align: justify;
}
/* .newsxq_textbox span{
    font-weight: bold;
} */
.newsxq_textbox img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsxq_page {
    margin-top: .6rem;
}

.newsxq_page a{
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: .2rem;
}
.de_news{
    width: 1280px;
    height: 420px;
}
.hr{
    border-bottom: 2px solid #ccc;
}
a:hover{
    color: red;
}
.nav_left{
    background: #99999924;
    padding: 7px 14px;
    width: auto;
    display: inline-block;
    border-radius: 7px;
}
.zebian {
    color: #a7a7a7;
    font-size: 14px;
    position: relative;
}
.zebian::before{
    content: '';
    height: 20px;
    width: 4px;
    background-color: #e94759;
    display: block;
    position: absolute;
    top: 2px;
}
table{
    width: 100%;
}
table tr:nth-child(even) {
    background: #eff0f2;
}
td {
    text-align: center;
    border: 1px solid #d1d2d3;
    border-collapse: collapse;
    line-height: 24px;
    padding: 20px;
    font-size: 16px;
}
th {
    background: #eff0f2;
    text-align: center;
    border: 1px solid #d1d2d3;
    border-collapse: collapse;
    line-height: 24px;
    padding: 20px;
    font-size: 16px;
}
.listbox{
    width: 1280px;
    min-height:800px ;
}
.news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
    -webkit-box-sizing: unset !important;
    box-sizing: unset !important;
  }
  .news-list .news-list-item {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    margin-right: 0.4rem;
    margin-bottom: 1.25rem;
    box-shadow: 0px 0.08rem 4px rgb(204 204 204 / 61%);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
  }
  .news-list .news-list-item:hover {
    box-shadow: 0px 2.5px 30px rgba(0, 0, 0, 0.1);
  }
  .news-list .news-list-item:hover .news-img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
  .news-list .news-list-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-list .news-list-item a .news-img {
    overflow: hidden;
    width: 500px;
    height: 100%;
    display: inline-block;
    -webkit-background-position: top center;
    -moz-background-position: top center;
    -ms-background-position: top center;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
  }
  .news-list .news-list-item a .news-img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
  }
  .news-list .news-list-item a .news-img:hover img {
    transform: scale(1.05);
  }
  .news-list .news-list-item a .news-list-content {
    position: relative;
    top: -142px;
    left: 97px;
    height: 263px;
    padding: 0 50px 0 50px;
    display: inline-block;
    width: 597px;
  }
  .news-list .news-list-item a .news-list-content .news-title {
    color: #000000;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0.1rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
  }
  .news-list .news-list-item a .news-list-content .news-detail {
    line-height: 21px;
    color: #666666;
    font-size: 16px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 80px;
    padding-top: 17px;
  }
  .news-list .news-list-item a .news-list-content .news-bottom-link {
    width: 100%;
    position: absolute;
    bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-list .news-list-item a .news-list-content .news-bottom-link .look-text-link {
    color: #666666;
    font-size: 14px;
  }
  .news-list .news-list-item a .news-list-content .news-bottom-link .news-date {
    position: absolute;
    top: 50%;
    right: 3px;
    font-size:14px;
    color: #999999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .news-list li:nth-child(4n+4),
  .news-list li:last-child {
    margin-right: 0;
  }
  .pagination{text-align:center;margin-top:20px;margin-bottom: 20px;} 
  .pagination li{
    margin: 3px 11px;
    border: 1px solid #e6e6e6;
    padding: 4px 12px;
    display: inline-block;
  } 
  .pagination .active{background-color:#f74220;color: #fff;} 
  .pagination .disabled{color:#aaa;}
  .rbox{
    position: relative;
    border-bottom: 1px solid #efefef;
    font-size: 1.5em;
    padding-bottom: 0.666em;
    color: #333;
    line-height: 2;
    font-weight: bold;
    padding-left: 20px;
    width: 320px;
  
  }
  .rbox:before {
    content: "";
    width: 5px;
    height: 25px;
    position: absolute;
    left: 0;
    background: #e8453e;
    top: 13px;
  }
/* m端适配 */
@media screen and (max-width:1300px){
    .de_news {
        width: 100%;
        height: 420px;
        padding: 0 10px;
    }
    .newsxq_box {
        width: 100%!important;
    }
    .newsxq_right{
        width: 20%!important;
    }
    .product_box>a:before{
        left: 40%!important;
    }
}