.content{
    width: 100%;
    display: block;
    float: left;
}
.content{
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 30px;
}
.content .textcont{
    width: 50%;
    display: block;
    float: left;
}
.content .list{
    width: 50%;
    display: block;
    float: left;
}
.content .list .item{
    position: relative;
}
.content .list .item .swiper-slide>span:first-child{
    width: 100%;
    height: 8rem;
    background-size: cover;
    background-position: center center;
    display: block;
}
.content .list .item .swiper-slide>span{
    display: block;
    border-radius: 0.2rem;
    overflow: hidden;
}



.content .list .swiper-slide span:nth-child(2){
    width: 6rem;
    font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.32rem;
	letter-spacing: 0rem;
    margin-top: 0.35rem;
    float: left;
	color: #7c7c7c;
}
.content .textcont dl{
    width: 5.29rem;
    margin-left: 0.86rem;
    margin-top: 2.24rem;
    display: block;
    float: left       ;
}
.content .textcont dl dt span{
    font-size: 0.34rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -0.01rem;
	color: #c79796;
    font-family: RenaultLife-Bold;

}
.content .textcont dl dd{
    font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.32rem;
	letter-spacing: 0rem;
	color: #7c7c7c;
}
.content .textcont dl dd span{
    font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.42rem;
	letter-spacing: 0rem;
	color: #3d2071;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    text-align: center;
    top: 730px;
    position: absolute;
    z-index: 10000;
}
.swiper-pagination-bullet{
    width: 0.17rem;
	height: 0.17rem;
    border: 1px solid #fff;
    background:none;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}
.mlist dl{
    width: 6rem;
    margin-top: 0.3rem;
    display: block;
    float: left;
    transition:0.5s;
}
.mlist dl dt{
    border-top: 1px solid #000;
    height: 0.8rem;
    width: 100%;
    position: relative;
    display: block;
}
.mlist dl dt span{
    font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.8rem;
	letter-spacing: 0rem;
	color: #444444;
}
.mlist dl dt i{
    position: absolute;
    transform: rotate(-90deg);
    top: 0.26rem;
    right: 0;
    color: #444444;
    font-size: 0.01rem;
}
.mlist dl dd{
    font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.32rem;
	letter-spacing: 0rem;
    max-height: 0;
    transition: max-height 0.5s ease-out;
    opacity: 0;
	color: #7c7c7c;
    overflow: hidden;
}
.mlist dl.active dt i{
    transform: rotate(90deg);
    transition: 0.5s;
}
.mlist dl.active dd{
    opacity: 1;
    max-height: 500px;
    transition: max-height 0.5s ease-in;
    display: block;
    text-align: left;
    float: left;
}