@charset "utf-8";

/* 图片自适应 */
.cont_charcon_1400_003_3C654AE4 .imged {
    position: relative;
    padding-top: 65%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: top center !important;
}

a:hover .imged {
    transform: scale(1.1);
}

.cont_charcon_1400_003_3C654AE4 .scale {
    position: relative;
    overflow: hidden;
}

/* 组件样式 */
#cont_charcon_1400_003_3C654AE4 {
    font-size: 16px;
}

.cont_charcon_1400_003_3C654AE4 a {
    display: block;
}

/* 版心宽度 */
/* .ccn1403-c {
    max-width: 1400px;
    margin: 0 auto;
} */


.ccn1403-tit h3 b {
    font-size: 36px;
    color: #3D3D3D;
    margin-right: 25px;
    float: left;
}

.ccn1403-tit h3 span {
    font-size: 20px;
    color: #096EB8;
    color: #3059C1;
    font-size: 16px;
    line-height: 36px;
    display: block;
    float: left;
    margin-left: 10px;
    padding: 0 40px;
    background: #eaeef9;
    background-size: 100% 100%;
    position: relative;
    line-height: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ccn1403-tit {
    padding-bottom: 40px;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
    background: url(../images/sj_titbgline.png) left bottom no-repeat;
}


.ccn1403-pic {
    float: left;
    width: 330px;
    margin-right: 60px;
    padding-left: 0;
    padding-top: 0;
    position: relative;
}

.ccn1403-pic::after {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 270px;
    background: rgba(9, 110, 184, 0.2);
}

.ccn1403-pic .scale {
    height: 360px;
    z-index: 2;
}
.ccn1403-pic .scale .imged{
    padding-top: 0;
}
.ccn1403-tx {
    overflow: hidden;
}

.ccn1403-tx h3 {
    font-size: 28px;
    font-weight: 500;
    color: #3D3D3D;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.ccn1403-tx h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 4px;
    background: url(../images/ccn1403-line.png) no-repeat left bottom;
    background-size: 100% 100%;
}

.ccn1403-tx p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.ccn1403-page a {
    background: #ffffff;
    border: 1px solid #D8D8D8;
    line-height: 46px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    font-size: 16px;
    color: #666666;
    padding: 0 25px;
}
.ccn1403-page a:first-child{
    margin-right: 54px;
}
.ccn1403-page a:first-child svg {
    margin-right: 20px;
}
.ccn1403-page a:last-child svg {
    margin-left: 20px;
}
.ccn1403-page {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ccn1403-page a:hover {
    background: url(../images/ccn1403-txbg.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.ccn1403-page a:hover path{
    fill:#ffffff;
}



@media screen and (max-width: 1400px) {
    .ccn1403-wid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ccn1403-pic{
        margin-right: 50px;
    }
}

@media screen and (max-width: 1024px) {
.ccn1403-tit h3{display:block;margin:0 auto;}
    .ccn1403-tit{
    background: no-repeat;
    border-bottom: #ccc 1px solid;
}
    .ccn1403-pic{
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ccn1403-tit h3 b{
        font-size: 20px !important;
        margin-right: 0;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
        font-size: 22px !important;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .ccn1403-tx h3{
        font-size: 20px !important;
    }
    .ccn1403-tit h3 span{
        font-size: 14px !important;
        border-radius: 5px;
        line-height: 40px;
        margin: 0 auto;
        float: none;
    }

}

@media screen and (max-width: 768px) {
    .ccn1403-page a{
        margin: 10px 0 !important;
    }
    .ccn1403-page{
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .ccn1403-pic{
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
    }
    .ccn1403-pic .scale{
        height: auto;
    }
    .ccn1403-pic .scale .imged{
        padding-bottom: 127%;
        height: auto;
    }
    .ccn1403-tit{
        margin-bottom: 20px;
    }
}