.jcfc-slider {
    width: 48%;
    /* aspect-ratio: 3 / 2; */
    overflow: hidden;
    margin-top: 20px;}

.jcfc-slider .slider-item {
    position: relative;
    width: 100%;}

.jcfc-slider a {
    display: block;}

.jcfc-slider .slider-item .item-pic {
    width: 100%;
    aspect-ratio: 3 / 2;}

.jcfc-slider .slider-item .item-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 45px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding-left: 10px;}

.jcfc-slider a img {
    width: 100%;
    height: 100%;
    object-fit: cover;}

.jcfc-slider .slick-dots {
    width: auto;
    right: 0;
    bottom: 15px;}

.jcfc-slider .slick-dots li {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;}

.jcfc-slider .slick-dots li.slick-active {
    background-color: #ED0909;}

.jcfc-slider .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: auto;
    left: auto;
    right: auto;
    bottom: 50px;}

.jcfc-slider .slick-prev {
    background: rgba(0, 0, 0, .5) url(../ba-left.png) no-repeat;
    background-size: 100% 100%;
    right: 75px;}

.jcfc-slider .slick-next {
    background: rgba(0, 0, 0, .5) url(../ba-right.png) no-repeat;
    background-size: 100% 100%;
    right: 10px;}

.jcfc-slider .slick-arrow:hover {
    background-color: rgba(0, 0, 0, .8);}
.links-pic {
    width: 22%;
    padding-top: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;}

.links-pic a {}

.links-pic a img {
    width: 254px;
    height: 88px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 5px;}
