@charset "utf-8";


/* 图片自适应 */
.cont_imgt_1400_003_0CB34BD9 .imged {
    position: relative;
    padding-top: 65%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}


.cont_imgt_1400_003_0CB34BD9 .scale {
    position: relative;
    overflow: hidden;
}

/* 组件样式 */
#cont_imgt_1400_003_0CB34BD9 {
    font-size: 16px;
}

/* public---style----end */
.page {
    text-align: center;
    margin-top: 50px;
}

.cigt1403-lt ul li a .scale .imged {
    padding-top: 0;
}
.cigt1403-lt ul li {
    margin-bottom: 30px;
    background: #FAFAFA;
    transition: all 0.3s;
}
.cigt1403-lt ul li:hover{background:url(../images/nelistbg.png) center no-repeat;background-size:cover;transition: all 0.3s;}
.cigt1403-lt ul li:hover .cigt1403-tx h3{color:#fff}
.cigt1403-lt ul li:hover .cigt1403-tx p{color:#fff}
.cigt1403-lt ul li:hover .cigt1403-tx span{color:#fff}
.cigt1403-lt ul li:hover .cigt1403-tx span{background:url(../images/chg_20_png_0CB34BD9s.png) left center no-repeat;padding-left: 25px;}
.cigt1403-lt ul li:hover .cigt1403-tx span img{display:none}
.cigt1403-lt ul li a .scale {
    width: 265px;
    height: 197px;
    padding: 10px;
}
.cigt1403-lt ul li a:hover .scale{
    background-size: 100% 100% !important;
} 
.cigt1403-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.cigt1403-tx {
    width: calc(100% - 300px);
    /* border-bottom: 1px dashed rgba(0, 0, 0, 0.1608); */
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-right: 30px;
}

.cigt1403-tx h3 {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: 600;
}

.cigt1403-tx p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-bottom: 25px;
}


.cigt1403-tx span {
    font-size: 14px;
    line-height: 30px;
    color: #9D9D9D;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cigt1403-tx span img {
    margin-right: 8px;
}

.cigt1403-lt ul li a:hover h3 {
    color: #0971AF;
}


@media screen and (max-width: 768px) {
    .cigt1403-lt ul li a .scale{
        width: 100%;
        height: auto;
    }
    .cigt1403-lt ul li a .scale .imged{
        padding-top: 64%;
    }
    .cigt1403-tx{
        width: 100%;
        padding: 10px;
    }
    .cigt1403-tx h3{
        font-size: 18px !important;
        margin-bottom: 10px;
    }
    .cigt1403-tx p{
        margin-bottom: 10px;
    }
}