.adcont1 {
    margin-top: .85rem;
    padding-bottom: 1rem;
}

.adcont1-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.adcont1-l{
    width: 61%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.adcont1 .tit{
    width: 100%;
    margin-bottom: .55rem;
}
.adcont1-ll{
    width: 4.4rem;
    margin-right: .25rem;
}

.adcont1-ll a{
    display: block;
}
.adcont1-ll a .pic{
    padding-top: 61%;
}
.adcont1-ll a .info{
    background-color: #06227b;
    padding: .15rem .25rem .25rem .25rem;
}
.adcont1-ll a .info h3{
    font-size: 0.18rem;
	font-weight: 600;
	line-height: 0.32rem;
	color: #ffffff;
}
.adcont1-ll a:hover .info h3 span{
    color: #fff;
}
.adcont1-ll a .info h3 span{
    background-image: linear-gradient(#fff, #fff);
}
.adcont1-ll a .info div{
    display: flex;
    align-items: flex-end;
    margin-top: .15rem;
}
.adcont1-ll a .info div b{
    font-size: 0.24rem;
	font-weight: 600;
	line-height: 0.28rem;
	color: #fefefe;
}
.adcont1-ll a .info div span{
    font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.22rem;
	color: #fefefe;
    margin-left: .05rem;
}

.adcont1-ll .slick-dots{
    position: absolute;
    right: .25rem;
    bottom: 0.27rem;
    width: auto;
    left: auto;
}
.adcont1-ll .slick-dots li{
    width: 0.09rem;
	height: 0.09rem;
	background-color: #ffffff;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    opacity: .2;
    margin-left: .15rem;
}
.adcont1-ll .slick-dots li button{
    display: none;
}
.adcont1-ll .slick-dots li.slick-active{
    opacity: 1;
}

.adcont1-lr{
    flex: 1;
    min-width: 0;
}
.adcont1-r{
    width: 35%;
}
.adcont-list li a{
    display: block;
    padding-left: .2rem;
    background: url(../images/icon-bef-sj.png) no-repeat;
    background-position: left center;
    background-size: .06rem auto;
}
.adcont-list li a h3{
    font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.48rem;
	color: #333333;
}
.adcont-list li a h3 span{}




@media screen and (max-width:1024px) {
    .adcont1-c{
        display: block;
    }
    .adcont1-l{
        width: auto;
    }
    .adcont1-r{
        width: auto;
        margin-top: .3rem;
    }
    .adcont1 .tit{
        margin-bottom: .25rem;
    }
    .adcont1{
        margin-top: .35rem;
        padding-bottom: .35rem;
    }
}
@media screen and (max-width:768px){
    .adcont1-l{
        display: block;
    }
    .adcont1-ll{
        width: auto;
        margin-right: 0;
        margin-bottom: .1rem;
    }
}
