.news_box {
    text-align: left;
    width: 100%;
}

.news_box .search_box {
    display: inline-block;
    width: auto;
    float: right;
    margin-top: .1rem;
}

.news_box .search_box input {
    width: 2rem;
    float: left;
}

.news_box .search_box button {
    width: .42rem;
    margin-left: .05rem;
    float: left;
    text-align: center;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
}


.search-bg{
    display: inline-block;
    width: 20px;
    height:  20px;
    background-image: url("../../common/images/fangdajing_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
}

.news_box .current {
    width: 100%;
    text-align: left;
    margin-top: .2rem;
    white-space: nowrap;
}

.news_box .current .dot {
    display: inline-block;
    width: .03rem;
    height: .03rem;
    background-color: #9d9d9d;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin-right: .1rem;
    margin-top: .075rem;
    float: left;
}

.news_box .current p {
    display: inline-block;
    color: #666666;
    float: left;
    font-size: .13rem;
}

.news_box .current p a {
    color: #008fce;
}

.news_box .news_detial {
    width: 100%;
    text-align: left;
    margin-top: .14rem;
    border-top: 1px solid #0ea4e6;
}

.news_box .news_detial .news {
    padding: .25rem 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: relative;
    white-space: nowrap;
    text-align: left;
    display: table;
    min-height: 128px;
    text-align: left;
    white-space: nowrap;
}

.news_detial .swiper-container .swiper-slide .news{
    padding:.25rem 0 .15rem 0;
}

.news_box .news_detial .news .news_img {
    display: inline-block;
    width: 234px;
    height: 150px;
    white-space: normal;
}

.news_box .news_detial .news .news_img img {
    width: 100%;
    height: 100%;
}

.news_box .news_detial .news .news_con {
    display: inline-block;
    box-sizing: border-box;
    padding-left: .2rem;
    vertical-align: top;
    white-space: normal;
    position: relative;
    text-align: left;
    height: 150px;
    width: 75%;
}

.news_box .news_detial .news .news_con a {
    display: inline-block;
    width: 100%;
}

.news_box .news_detial .news .news_con .news_title {
    display: inline-block;
    box-sizing: border-box;
    color: #232a2a;
    margin-bottom: .13rem;
    position: relative;
    font-size: .15rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: .2rem;
}





.news_box .news_detial .news .news_con .news_title p {
    display: inline-block;
    width: auto;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-slide .news .news_con .news_title p{
    box-sizing: border-box;
    color: #2a2a2a;
    font-size: .17rem;
    max-width: 100%;
    float: left;
}

.swiper-slide .news .news_con .news_title p {
    max-width: 80% !important;
}

.swiper-slide .news .news_con .news_title img{
    width: .99rem;
    height: .43rem;
    position: relative;
     top: -.2rem;
    vertical-align: top;
    float: left;
}


.hot-new-spirite{
    display: inline-block;
    width: .25rem;
    height:  .25rem;
    background-image: url("../../common/images/hot-new-spirite.png");
    background-size: 840%;
}

.hot-new-spirite.hot-icon{
    background-position:5.4%  28.57%;
}

.hot-new-spirite.new-icon{
    background-position:29.72%  15%;
}


.news_box .news_detial .news .news_con .news_title img.icon {
    display: inline-block;
    height: .2rem;
    width: auto;
    width: 20px\9 !important;
    height: 20px\9 !important;
}

.news_box .news_detial .news .news_con .news_part {
    display: inline-block;
    white-space: normal;
    word-break: break-all;
    color: #999999;
    line-height: .25rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: .35rem;
}

.news_box .news_detial .news .date {
    position: absolute;
    left: 0;
    bottom: 0;
    vertical-align: top;
    height: .2rem;
    padding-left: .2rem;
}

 .news_detial .swiper-slide .news .date{
     left: auto;
     right: 0 !important;
     bottom:10%
} 


.news_detial .swiper-slide .news .news_con {
    width: 70% !important;
}


 .news_detial .swiper-slide .news .news_img{
     float: right;
}


.swiper-container .pagination{
     height: .4rem; 
    position: absolute;
    left: .2rem;
    bottom: 5px;
    cursor: default;
}


.swiper-pagination-switch{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #dedede;
    margin-right: 5px;
    margin-top: .2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer !important;
}


.swiper-pagination-switch.swiper-active-switch{
    background-color: #30a7d8;
}

.news_box .news_detial .news .date .date-bg{
    float: left;
    width:20px;
    height: 20px;
    background-image: url("../images/date.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
}



.news_box .news_detial .news .date p {
    display: inline-block;
    width: auto;
    font-size: .13rem;
    color: #666666;
    float: left;
    height: .2rem;
    line-height: .2rem;
    padding-left: .03rem;
    vertical-align: top;
    padding-top: 1px;
}


/* 新闻子页面 */

.news_box .news_content {
    width: 100%;
    border-top: 2px solid #0ea4e6;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: .25rem;
}

.news_box .news_content h3 {
    display: inline-block;
    width: 100%;
    font-size: .18rem;
    color: #2a2a2a;
    padding-top: .15rem;
    padding-bottom: .15rem;
    background-color: #fafafa;
    white-space: normal;
    text-align: center;
    font-weight: normal;
}

.news_box .news_content .share_box {
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: .2rem;
    padding: .15rem .2rem;
}

.news_box .news_content .share_box ul {
    display: inline-block;
}

.news_box .news_content .share_box ul li {
    float: left;
    margin-right: .2rem;
    height: .18rem;
    line-height: .18rem;
}

.news_box .news_content .share_box ul li img {
    width: .18rem;
    height: .18rem;
    margin-right: .05rem;
    vertical-align: top;
}

.news_box .news_content .share_box ul li p {
    display: inline-block;
    font-size: .12rem;
    color: #666666;
    height: .18rem;
    line-height: .18rem;
}

.bshare-custom {
    display: inline-block;
    text-align: right;
    width: auto !important;
    vertical-align: top;
    float: right;
}

.bshare-custom span {
    display: inline-block;
    font-size: .12rem;
    color: #666666;
    line-height: .18rem;
}


.news_box .news_content .new_section {
    box-sizing: border-box;
    width: 100%;
    padding: .25rem .12rem;
    line-height: 0.28rem;
    color: #343434;
}

.news_box .news_content .new_section img {
    max-width: 100%;
}

.news_box .news_content .new_section p {
    display: block;
    width: 100%;
    white-space: normal;
}



.news_box .news_content section span {
    box-sizing: border-box;
    display: inline-block;
    width: 75%;
    vertical-align: top;

}


.news_box .news_content section span p {
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    line-height: .25rem;
    color: #666666;
    font-size: .13rem;
}

.news_box .news_content section span p i {
    line-height: .25rem;
    float: left;
}

.news_box .news_content section span img {
    width: 80%;
    margin-left: .2rem;
} */

.news_box .tech_pdf {
    width: 100%;
    padding: .15rem 0;
}

.news_box .tech_pdf div {
    display: inline-block;
    vertical-align: top;
}

.news_box .tech_pdf .tp_l {
    width: 24%;
    font-size: .13rem;
    margin-top: .1rem;
    white-space: normal;
    text-align: left;
    line-height: .23rem;
    color: #666666;
}

.news_box .tech_pdf .tp_r {
    box-sizing: border-box;
    width: 72%;
}

.news_box .tech_pdf .tp_r ul {
    width: 100%;
    white-space: normal;
}

.news_box .tech_pdf .tp_r ul li {
    float: left;
    border: 1px solid #999999;
    border-radius: 20px;
    margin-right: .05rem;
    margin-top: .05rem;
}

.news_box .tech_pdf .tp_r ul li a {
    display: inline-block;
    font-size: .12rem;
    padding: .05rem .18rem;
    color: #999999;
}

.news_box .tech_pdf .tp_r ul li:hover a {
    background-color: #3687d0;
    color: #ffffff;
    border-radius: 20px;
}


.news_box .pre_next div {
    width: 100%;
    text-align: left;
    white-space: nowrap;
}

.news_box .pre_next div.pre {
    border-bottom: 1px solid #e5e5e5;
}

.news_box .pre_next div.next {
    border-bottom: 1px solid #c7c7cf;
}

.news_box .pre_next div a {
    display: inline-block;
    font-size: .12rem;
    padding: .1rem 0;
    white-space: nowrap;
    width: auto;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    max-width: 100%;
}

.news_box .pre_next div a span,
.news_box .pre_next div a p {
    display: inline-block;
    vertical-align: top;
}

.news_box .pre_next div a span {
    width: .73rem;
    text-align: center;
    color: #2a2a2a;
    border-right: 1px solid #d6d7d5;
    margin-right: .15rem;
    float: left;
}

.news_box .pre_next div a p {
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.news-v{
    width: 100%;
    margin-bottom: .4rem;
}


/* 新闻子页面 end */



@media screen and (max-width:1000px) {
    .news_box .news_detial .news .date p {
        padding-top: 3px;
    }
}

@media screen and (max-width:999px) {
    .news_box .news_detial .news .news_con
    {
        width: 65%;
    }
    .news_detial .swiper-slide .news .news_con {
        width: 60% !important;
    }
}



@media screen and (max-width:799px) {
    .news_box .ul_1 {
        white-space: normal;
        text-align: left;
    }
    .news_box .ul_1 .li_1+.li_1 {
        float: none;
    }
    .news_box .ul_1 li.li_1 {
        width: 100%;
    }
}

@media screen and (max-width:750px) {

    .news_box .news_detial .news .news_img {
        width: 125.32px;
        height: 80px;
    }
    .news_box .news_detial .news .news_img img {
        width: 100%;
        height: 100%;
    }
    .news_box .news_detial .news .news_con {
        height: 80px;
        width: 65%;
    }
    .news_box .news_detial .news {
        min-height: 0;
    }
    .news_box .news_detial .news .news_con .news_title img.icon {
        right: -.25rem;
    }
    .news_box .news_detial .news .news_con .news_part {
        display: none;
    }
    .news_box .pre_next div a {
        width: 100%;
    }
    .news_box .pre_next div a p {
        width: 70%;
    }
    .news_box .ul_1 li.li_1 {
        width: 100%;
    }
    .news_box .news_detial .news .news_con .news_title p {
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }



    .news_box .news_detial .news .news_con .news_title span {
        padding: 0.01rem;
    }
    .news_box .news_detial .news .news_con .news_title span {
        font-size: .02rem;
    }
    .news_box .search_box {
        display: none;
    }
    .news_box .news_content .share_box {
        padding-left: 0;
    }
    .news_box .news_content .share_box ul {
        display: block;
    }
    .bshare-custom {
        display: block;
        text-align: left;
        width: auto !important;
        vertical-align: top;
        float: left;
        padding-top: .15rem;
    }
    .news_box .news_detial .news .news_con .news_title img {
        right: -.26rem;
    }
    .hot-new-spirite{
        background-size:525% ;
    }
    .hot-new-spirite.hot-icon{
        background-position:58.82%  50%;
    }
    
    .hot-new-spirite.new-icon{
        background-position:94.11%  50%;
    }


    .swiper-slide .news .news_con .news_title p{
        font-size: .14rem;
        
    } 

   .swiper-slide .news .news_con .news_title img{
        width: .6rem;
        height: auto;
        top: -.08rem;
        left: 0;
    }
    .swiper-container .pagination {
        bottom: 2% !important;
    }
    .swiper-pagination-switch {
        width: .05rem;
        height: .05rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-right: 3px;
    }

    /* .swiper-slide .news .news_con .news_title p{
        -webkit-line-clamp: 1 !important
    } */

    .swiper-slide .news .news_con .news_title{
        top: -.1rem !important;
    }

    .person{
        margin: 0 auto !important;
        display: block !important;
        float: none !important;
        padding-bottom: 30px;
    
    }
}