.newsInformation-banner {
    background-image: url(/images/banner/zixunzhongxin.jpg);
}
.productTab2 {
    margin: 30px 0;
    height: 49px;
    
    
}
.productTab2 ul {
    width: 100%;
    background: #fff;
    margin: 0 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    transform: translateY(-60px);
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.09);
    border-radius: 4px;
}
.productTab2 ul li {
    margin: 0 35px;
    cursor: pointer;
    width: 80px;
    text-align: center;
    color: #999999;
    line-height: 70px;
    font-weight: 600;
    font-size: 18px;
}
.productTab2 ul .active  {
    border-bottom: 2px solid #1371FF;
    color: #000000;
}
.news {
    /* transform: translateY(-50px); */
    /* background-color: #F4F5F7; */
}
.news_box .news_left {
    margin-bottom: 43px;
    background-color: #fff;
}
.news_box .news_left .breadcrumb {
    background-color: #fff;
    color: #8B8B8B;
    margin-top: 30px;
}
.news_box .news_left .breadcrumb a {
    color: #8B8B8B;
}
.news_box .news_left .line {
    height: 1px;
    background: #F1F1F1;
}
.news_box .news_left ul {
    
}
.news_box .news_left ul li {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F1;
}
.news_box .news_left ul li img {
    /* width: 22%; */
    width: 200px;
    height: 120px;
}
.news_box .news_left ul li>div {
    width: 75%;
}
.news_box .news_left ul li>div a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.news_box .news_left ul li>div a:hover {
    color: #037ef3;
}
.news_box .news_left ul li>div .time {
    font-size: 14px;
    color: #8F928B;
    margin: 8px 0;
}
.news_box .news_left ul li>div .time span {
    color: #3296f5;
    font-weight: 600;
}
.news_box .news_left ul li>div p {
    font-size: 14px;
    color: #727272;
}
.news_box .news_left .pagination {
    display: flex;
    justify-content: center;
}
.news_box .news_left .pagination li {
    border: none;
}
.news_box .news_right .input-group {
    display: flex;
}
.news_box .news_right .news_right_search {
    display: flex;
    align-items: center;
    height: 84px;
    background: #fff;
    padding: 0 20px;
}
.news_box .news_right .input-group .form-control {
    width: 80%;
    margin-right: 2px;
}
.news_box .news_right .input-group button {
    background: #076AC9;
    border: none;
    width: 60px;
    color: #fff;
    font-size: 14px;
}
.news_right_bottom {
    background-color: #fff;
    margin-top: 19px;
    margin-bottom: 19px;
    padding: 15px 30px;
}
.news_right_bottom>div {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    display: flex;
}
.news_right_bottom>div span{
    display: inline-block;
    width: 4px;
    height: 21px;
    line-height: 16px;
    background: #042C88;
    margin-right: 5px;
}
.news_right_bottom ul {
    margin-top: 17px;
}
.news_right_bottom ul li {
    margin-bottom: 15px;
}
.news_right_bottom ul li a {
    color: #000;
}
/* 超小屏幕 */
@media screen and (max-width: 767px) {
    .news {
        transform: translateY(15px)!important;
    }
    .newsInformation-banner {
        height: 200px;
        background-image: url(/images/new/small/banner-chanpin12.png)!important;
        background-size: 100% 200px;
    }
    .tab-control ul {
        margin: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        flex-wrap: nowrap;
        max-width: 120%; /* 设置最大宽度 */
        overflow-x: auto; /* 横向滚动条 */
        white-space: nowrap; /* 防止换行 */
    }
    .tab-control ul li {
        margin-right: 25px;
        height: 40px;
        line-height: 40px;
    }
    .tab-control ul .active {
        color: #2068a8;
        border-bottom: 2px solid #2068a8;
    }
    .news_box .news_left .breadcrumb  {
        margin-top: 0px;
        padding-top: 15px;
    }
    .news_box .news_left ul li {
        display: flex;
        padding: 20px 0;
        flex-direction: column;
        justify-content: space-between;
        border-bottom: 1px solid #F1F1F1;
    }
    .news_box .news_left ul li img {
        width: 100%;
    }
    .news_box .news_left ul li>div {
        width: 100%;
        margin-top: 11px;
    }
}