.mainDetailContainer {
    margin-top: .63rem;
    padding: .2rem .33rem;
    min-height: 5rem;
}
.mainDetailContainer .title {
    font-weight: 500;
    font-size: .36rem;
    color: #222222;
    margin-bottom: .14rem;
}
.mainDetailContainer .infoTitle {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: .2rem;
}
.mainContentNews {
    margin-top: .2rem;
}
.recommandPart{
    background: #F8F8F8;
    height: 3rem;
    padding-top: .27rem;
}
.recommandPart .title {
    font-weight: bold;
    font-size: .19rem;
    color: #1B3777;
    text-align: center;
}
.recommandMainContent {
    margin: .17rem .15rem .2rem;
}
.contentSwiper {
    width: 100%;
    overflow-x: hidden;
}
.recommandItem {
    background: #fff;
    padding: .2rem .15rem .13rem;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0.01rem 0.05rem 0px rgba(0,0,0,0.06);
    border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
}
.rightImg img {
    display: block;
    width: 1.03rem;
    height: .69rem;
    margin-bottom: .09rem;
    margin-left: .21rem;
}
.rightImg p {
    font-size: .11rem;
    color: #747C94;
    text-align: right;
}
.leftName p {
    margin-top: .29rem;
    font-size: .12rem;
    color: #747C94;
    max-width: 1.92rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.leftName .names {
    font-size: .16rem;
    color: #222222;
    line-height: .23rem;
    max-width: 1.92rem;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示的行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-pagination.newSwiperPagination {
    left: 45%;
    /* position: relative; */
}
.newSwiperPagination .swiper-pagination-bullet {
    margin-right: .02rem;
}
.mainContentNews img {
    display: block;
    width: 100%!important;
    height: 100%!important;
}