#page-main{
    background: #f6f6f6;
}

/* 推荐新闻 S */
.recommend-news-swiper {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    margin-top: .6rem;
}
.swiper-news{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: .45rem;
}
.swiper-news .swiper-slide{
    position: relative;
}
.swiper-news .imgs-box{
    width: 50%;
    overflow: hidden;
    margin-left: 1px;
}
.swiper-news .info{
    width: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
.swiper-news-info-con{
    width: 100%;
    height: 100%;
}
.swiper-news-info-con .news_text{
    padding-left: .49rem;
    padding-right: .4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}
.swiper-news-info-con .news_text .date{
    font-size: .4rem;
    color: #333333;
    font-weight: bolder;
    margin-bottom: .25rem;
}
.swiper-news-info-con .news_text .date span{
    margin-left: .2rem;
    font-size: .22rem;
    color: #b9b9b9;
    font-weight: normal;
    margin-bottom: -2px;
}
.swiper-news-info-con .news_text .title{
    color: #000000;
    font-size: .22rem;
    margin-bottom: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-news-info-con .news_text .detail{
    font-size: .16rem;
    line-height: .28rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.swiper-news-info-con .news_text .more{
    width: 100%;
    float: left;
    background-color: palevioletred;
}

.swiper-news-info-con .news_text .more{
    position: relative;
    width: 100%;
    margin-top: .08rem;
}
.swiper-news-info-con .news_text .more:before {
    position: absolute;
    content: "\e608";
    font-size: .66rem;
    color: #8c8c8c;
    right: 0rem;
}

.swiper-news-info-con .news_text .number{
    position: absolute;
    top: .6rem;
    right: .4rem;
    font-size: .4rem;
    color: #b9b9b9;
}
.swiper-news-info-con .news_text .number span{
    font-size: .22rem;
}

.swiper-news .swiper-pagination{
    
}
.swiper-news .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #8c8c8c;
}
.swiper-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #e31f1f;
}

@media (max-width: 768px) {
    .swiper-news .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .swiper-news .imgs-box {
        width: 100%;
    }
    .swiper-news .info {
        width: 100%;
        background-color: #ffffff;
        position: relative !important;
        transform: translateY(0%) !important;
    }
    .swiper-news {
        padding-bottom: .65rem;
    }
}
/* 推荐新闻 S */


/* 新闻列表 S */
.news-list{
    width: 100%;
    float: left;
    margin-top: .6rem;
}
.news-list-con{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.news-list-li{
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    transition: all 0.5s;
    background-color: #ffffff;
}
.news-list-li:hover{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.12);
}
.news-list-li:hover .news_text h4{
    color: #e31f1f;
}
.news-list-li-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.news-list-li .news_text {
    padding: .25rem;
}
.news-list-li .news_text h4{
    margin: 0rem;
    font-size: .2rem;
    color: #333333;
    margin-bottom: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list-li .news_text p{
    font-size: .16rem;
    color: #585858;
    margin-top: .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-list-li .news_text i{
    display: inline-block;
    color: #666666;
    font-size: 12px;
    position: relative;
    font-style: normal;
}
.news-list-li .news_text i .rq-icon{
    position: relative;
    margin-right: .1rem;
    width: 16px;
    display: inline-block;
}
.news-list-li .news_text i .rq-icon:before {
    position: absolute;
    content: "\e6b8";
    font-size: 18px;
    color: #808080;
    top: -17px;
}
.news-list-li .news_text i .ck-icon{
    position: relative;
    margin-right: .1rem;
    width: 16px;
    display: inline-block;
    margin-left: .24rem;
}
.news-list-li .news_text i .ck-icon:before {
    position: absolute;
    content: "\e62c";
    font-size: 12px;
    color: #808080;
    top: -13px;
}
.news-list-li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .news-list-li {
        width: 100%;
        margin-right: 0;
    }
    .news-list-li .news_text h4 {
        font-size: .23rem;
    }
    .news-list-li .news_text p {
        font-size: .2rem;
    }
}

@media (max-width: 540px) {
    .news-list-li .news_text p {
        font-size: .22rem;
    }
}
/* 新闻列表 E */

/* 新闻详情 S */
.news-detail{
    width: 100%;
    float: left;
    margin-top: .6rem;
    margin-bottom: .6rem;
}
.news-detail-con{
    width: 100%;
    padding: .3rem 1.3rem;
    background-color: #fff;
    /* display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start; */
}
.news-info-title {
    text-align: center;
    font-size: 26px;
    margin-top: .3rem;
}
.news-info-time {
    text-align: center;
    font-size: 16px;
    margin-top: .15rem;
    margin-bottom: .15rem;
}
.news-detail-text p{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.memcompany-info-name{
    margin-bottom: .15rem;
}

@media (max-width: 1440px) {
    .news-info-title {
        font-size: 24px;
    }
    .news-info-time {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .news-info-title {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .news-info-title {
        font-size: 20px;
    }
    .news-detail-con {
        padding: .3rem .5rem;
    }
}

@media (max-width: 640px) {
    .news-info-title {
        font-size: 16px;
        margin-top: .1rem;
    }
    .news-info-time {
        font-size: 13px;
    }
    .news-detail-text p {
        font-size: 13px;
    }
    .news-detail-con {
        padding: .2rem .3rem;
    }
}
/* 新闻详情 E */