.container {
    /* overflow: hidden; */
}
.XinWen-recommend.ZeRen {
    height: 4.13rem;
    margin: 1rem;
    overflow: hidden;
}
.XinWen-recommend.ZeRen .item {
    padding: 0rem;
    overflow: hidden;
}
.XinWen-recommend.ZeRen .item .img{
    flex: 1;
    border-radius: 0;
    height: 100%;
}
.XinWen-recommend.ZeRen .item .info {
    margin-right: .75rem;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.XinWen-recommend.ZeRen .item .info .tip {
    background-color: #E67817;
    color: #fff;
    width: 1.7rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    position: absolute;
    left: -0.6rem;
    top: 0.3rem;
}
.XinWen-recommend.ZeRen .item .info .summary {
    margin: .3rem 0;
}
.XinWen-recommend.ZeRen .item .info .title {
    margin-top: .5rem;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev,.swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: .5rem;
    height: .5rem;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.ZeRen-swiper {
    position: relative;
}
.ZeRen-swiper .prev-next i{
    width: .5rem;
    height: .5rem;
    background-color: #10335D;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .3rem;
}

.ZeRen-swiper .prev-next i:hover {
    background-color: #E67817;
}
.Detail-img {
	height: 5rem !important;
}
.Detail .title {
	position: absolute;
	width: 100%;
	padding: 0;
}
.Detail-img .swiper-slide img {
	width: auto !important;
	height: 4.5rem!important;
	margin: .5rem auto 0 auto;
}
@media screen and (max-width:768px) {
    .ZeRen-swiper {
        margin: .2rem;
    }
    .XinWen-recommend.ZeRen {
        height: 6.2rem;
        margin: .5rem 0;
    }
    .ZeRen-swiper .prev-next {
        display: none;
    }
    .XinWen-recommend.ZeRen .item .img {
        height: 2.5rem;
    }
    .XinWen-recommend.ZeRen .item .info {
        margin-right: 0rem;
    }
    .XinWen-recommend.ZeRen .item .info .tip {
        left: 0;
        top: 0rem;
      	width: 3rem;
    }
    .XinWen-recommend.ZeRen .item .info .title {
        padding: 0px .2rem;
        margin-top: .7rem;
    }
    .XinWen-recommend.ZeRen .item .info .summary,.XinWen-recommend.ZeRen .item .info .flex  {
        margin: .2rem;
    }
    .XinWen-recommend.ZeRen .item .date {
        flex-direction: row;
        align-items: baseline;
    }
    .XinWen-recommend.ZeRen .item .date .day {
        margin-right: .1rem;
    }
}
