/*IE 适配*/
.ua-ie {
    
}
.ua-ie .newsSwiper-prev{
    background: #fff url('/assets/pc/ie-img/ie-arrow-left.png') !important;
    background-size: 20px 20px !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    bottom: -20px;
}

.ua-ie .newsSwiper-next{
     background: #fff url('/assets/pc/ie-img/ie-arrow-right.png') !important;
    background-size: 20px 20px !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    bottom: -20px;
}
.ua-ie .newsSwiper-prev:hover{
    background-color: transparent!important ;
}
.ua-ie .newsSwiper-next:hover{
    background-color: transparent!important ;
}
/*IE 适配*/


.newsDetails-content div,
.newsDetails-content p,
.newsDetails-content span {
  font-size: 16px !important; 
  color: #333 !important;
  line-height: 1.7 !important;
  /*text-align: left !important;*/
}
.newsDetails-content img {
  width: auto !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
}






.news-wrap {
    /* background: #F5F5F5; */
}

.news-box {
    padding: .8rem 0;
    margin: 0 auto;
}

.news-swiper {
    width: 100%;
    position: relative;
    margin-bottom: .8rem;
}

.newsSwiper-next,
.newsSwiper-prev {
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    border: 0.01rem solid #999999;
    margin-top: 0;
    bottom: 0;
    top: auto;
    left: auto;
    color: #333;
}

.newsSwiper-next::after,
.newsSwiper-prev::after {
    font-size: .1rem;

}

.newsSwiper-prev {
    right: .45rem;
}

.newsSwiper-next {
    right: 0;
}

.newsSwiper-next:hover,
.newsSwiper-prev:hover {
    background: #018BD4;
    color: #fff;
}

.newsSwiper {
    width: 100%;
}

.newsSwiper-item {
    display: flex;
    align-items: center;
}

.newsSwiper-img {
    width: 7.5rem;
    height: 4.5rem;
    /* width: 39.0625vw;*/
    /*height: 23.4375vw;*/
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}


@media screen and (max-width: 1400px) {
    .newsSwiper-img {
        width: 6rem;
        height: 3.6rem; 
    }
}
@media screen and (max-width: 1200px) {
    .newsSwiper-img {
        width: 6rem;
        height: 3.6rem; 
    }
}




.newsSwiper-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*@media screen and (min-width:1300px) and (max-width:1450px) {*/
/*    .newsSwiper-img {*/
/*        width: 6rem;*/
/*        height: 4rem;*/
/*    }*/
/*    .news-img {*/
/*        width: 4rem !important;*/
/*        height: 2.3rem !important;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1100px) and (max-width:1300px) {*/
/*    .newsSwiper-img {*/
/*        width: 5rem;*/
/*        height: 3.5rem;*/
/*    }*/
/*    .news-img {*/
/*        width: 3.5rem !important;*/
/*        height: 2rem !important;*/
/*    }*/
/*}*/
/*@media screen  and (max-width:1100px) {*/
/*    .newsSwiper-img {*/
/*        width: 4rem;*/
/*        height: 3rem;*/
/*    }*/
/*    .news-img {*/
/*        width: 3rem !important;*/
/*        height: 1.8rem !important;*/
/*    }*/
/*}*/
.newsSwiper-des {
    flex: 1;
    overflow: hidden;
    padding: .5rem;
    background: #F6F6F6;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}

.newsSwiper-time {
    font-size: 0.2rem;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #0075C1;
}

.newsSwiper-text {
    height: 0.27rem;
    font-size: 0.24rem;
    
    font-weight: 400;
    color: #333333;
    margin: .2rem 0 .3rem 0;
    font-weight: bold;
}

.newsSwiper-p {
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*  */
.news-item {
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
    transition: all .365s;
}

.news-img {
    width: 5rem;
    height: 2.6rem;
    flex-shrink: 0;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-des {
    flex: 1;
    margin-left: .3rem;
}

.news-text {
    height: 0.32rem;
    line-height: 1.4;
    font-size: 0.24rem;
    
    font-weight: bold;
    color: #333333;
}

.news-text span {
    font-size: 0.24rem;
    color: #0B308F;
}

.news-time {
    font-size: 0.18rem;
    font-family: Barlow-Bold, Barlow;
    font-weight: bold;
    color: #999999;
    margin: .2rem 0 .3rem 0;
}

.news-p {
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #666;
    line-height: 0.4rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.news-item:hover {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}

/*  */
.newsDetails {}

.newsDetails-title {
    font-size: 0.24rem;
    
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.newsDetails-time {
    font-size: 0.18rem;
    
    font-weight: bold;
    color: #999999;
    text-align: center;
    margin: .3rem 0;
}

.newsDetails-content {
    padding: .5rem 0;
    font-size: 0.2rem;
    
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.newsDetails-content img {
    margin: 0 auto;
}

.newsDetails-page {
    margin-top: .3rem;
}

.newsDetails-a {
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
}

/* 搜索 */
.search-box {
    display: flex;
    width: 100%;
    height: .6rem;
    border: 1px solid #f1f1f1;
    margin-bottom: .5rem;
    border-radius: 0.4rem;
    overflow: hidden;
}

.search-box input {
    width: 100%;
    height: 100%;
    padding: 0 .35rem;
    font-size: 0.2rem;
    
    font-weight: 400;
    color: #333333;
}

.search-bt {
    width: 1.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #0075C1;
    flex-shrink: 0;
}

.search-bt img {
    width: .3rem;
}

.result {
    font-size: 0.2rem;
    
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: .5rem 0;
}

.result span {
    font-size: 0.2rem;
    color: #0075C1;
}

@media only screen and (max-width: 1024px){
    .news-box{
        padding: .5rem 0;
    }
    .newsDetails-title{
        font-size: 18px;
    }
    .newsDetails-a,.newsDetails-time{
        font-size: 16px;
    }
    .result{
        font-size: 16px;
    }
    .newsSwiper-item {
        flex-wrap: wrap;
        padding: 0 0.2rem;
    }
    .newsSwiper-img,.news-img{
        width: 100%;
        height: auto;
    }
    .newsSwiper-next {
        right: 47%;
    }
    .newsSwiper-prev {
        right: 52%;
    }
    .newsSwiper-des {
        padding: 0.3rem .3rem .5rem;
        box-sizing: border-box;
        width: 100%;
    }
    .news-swiper{
        margin-bottom: .5rem;
    }
    .newsSwiper-next,.newsSwiper-prev{
        display: none;
    }
    .news-item {
        flex-wrap: wrap;
        width: 100%;
        padding: .2rem;
        margin-bottom: 0.1rem;
    }
    .news-des {
        flex: auto;
        margin-left: 0;
        margin-top: 0.3rem;
    }
    .newsDetails{
        padding: 0 .2rem;
    }
    .newsSwiper-time,.newsSwiper-p,.news-time,.news-p{
        font-size: 16px;
        line-height: 1.7;
    }
    .news-p{
         display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp:3;
    }
    .news-text span{
        font-size: 16px;
    }
    .news-text,.newsSwiper-text{
        height: auto!important;
    }
    .newsSwiper-text,.news-text{
        font-size: 16px;
    }
    .newsSwiper-p{
        font-size: 14px!important;
    }
    .newsDetails-content p{
        line-height: 1.8!important;
        overflow: visible!important;
    }
    .newsDetails-content span{
        line-height: 1.8;
        font-size: 16px!important;
    }
    
    
    
    
}