@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;
}
.cigt1403-lt ul li a .scale {
    width: 265px;
    height: 197px;
    padding: 10px;
}
.cigt1403-lt ul li a:hover .scale{
    background: #0D6DC7;
} 
.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;
}

.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: #0D6DC7;
}
