@charset "utf-8";




/* 图片自适应 */
.cont_con_1400_003_BC3EEDED .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;
}

a:hover .imged {
    transform: scale(1.1);
}

.cont_con_1400_003_BC3EEDED .scale {
    position: relative;
    overflow: hidden;
}

/* 组件样式 */
#cont_con_1400_003_BC3EEDED {
    font-size: 16px;
}


/* public---style---end */
.cco1403-ct {
    margin-bottom: 40px;
}

.cco1403-ct h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}

.cco1403-ct p {
    background: rgba(0, 0, 0, 0.04);
    text-align: center;
}

.cco1403-ct p span {
    font-size: 14px;
    line-height: 45px;
    color: #9E9E9E;
    margin: 0 25px;
}

.cco1403-tx p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-indent: 2em;
margin-bottom: 15px;
word-break: break-all;
}

.cco1403-page a {
    font-size: 18px;
    font-weight: bold;
    color: #096EB8;
    line-height: 46px;
    display: block;
}

.cco1403-page a span {
    font-size: 18px;
    color: #757575;
}
.cco1403-page{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #BBCAE2;
}

.cco1403-page a:hover span{
    color: #096FB8;
}



@media screen and (max-width: 768px) {
    .cco1403-ct h3{
        font-size: 18px !important;
        line-height: 30px;
    }
    .cco1403-ct p span{
        margin: 0 5px;
        font-size: 12px !important;
    }
    .cco1403-ct{
        margin-bottom: 20px;
    }
    .cco1403-page{
        padding-top: 20px;
        margin-top: 20px;
    }
    .cco1403-page a span{
        font-size: 16px !important;
    }
    .cco1403-page a {
        font-size: 16px !important;
        line-height: 30px;
    }
}