.pageBanner .newsTitle {
    top: unset;
    bottom: 0px;
    transform: translateX(-50%);
    text-align: left;
    padding-bottom: 40px;
}
.pageBanner>div{
    padding:0px;
}
.newsTitle h3 {
    line-height: 1.5;
    margin-bottom: 30px;
}

.newsTitle span {
    display: block;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.7);
    background: url(../images/time.png)no-repeat top 4px left;
    background-size: 20px 20px;
}

.con {
    padding-bottom: 100px;
}

.richText {
    padding: 60px 0px;
    border-bottom: 1px solid #E5E5E5;
}

.conUl {
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
}

.conUl li:last-of-type {
    text-align: right;
}

.conUl a {
    display: flex;
    align-items: center;
}

.ulIcon {
    display: block;
    width: 65px;
    height: 65px;
}

.prevIcon {
    background: url(../images/prev1.png)no-repeat center center, #004C96;
    background-size: 24px 24px;
    margin-right: 24px;
}

.nextIcon {
    background: url(../images/next1.png)no-repeat center center, #004C96;
    background-size: 24px 24px;
    margin-left: 24px;
}

.conUl p {
    margin-bottom: 10px;
    color: #666;
}

.conUl h3 {
    max-width: 300px;
    line-height: 1.5;
}

.conUl li:hover h3 {
    color: #004C96;
}



/* 适配 */
@media (max-width: 1680px){
    .width1440 {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (max-width: 1440px) {
    .newsTitle span {
        font-size: 18px;
        background: url(../images/time.png)no-repeat center left;
        background-size: 18px 18px;
    }

    .newsTitle h3 {
        line-height: 1.4;
        margin-bottom: 24px;
    }

    .pageBanner>div {
        padding: 0px;
    }

    .pageBanner .newsTitle {
        padding-bottom: 30px;
    }

    .richText {
        padding: 40px 0px;
    }

    .con {
        padding-bottom: 70px;
    }
}

@media (max-width: 1280px) {
    .width1200 {
        padding-left: 4%;
        padding-right: 4%;
    }

    .pageBanner>div {
        padding: 0px 4%;
    }

    .newsTitle h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .pageBanner .newsTitle {
        padding-bottom: 24px;
    }

    .richText {
        padding: 30px 0px;
    }

    .conUl {
        padding-top: 26px;
    }

    .ulIcon {
        width: 50px;
        height: 50px;
    }

    .conUl p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .conUl h3 {
        font-size: 16px;
    }

    .con {
        padding-bottom: 45px;
    }
}

@media (max-width: 992px) {

    .newsTitle h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .conUl h3{
        display:none;
    }

}

@media (max-width: 767px) {

    .newsTitle span{
        font-size:12px;
    }
    .ulIcon {
        width: 40px;
        height: 40px;
    }
    .prevIcon{
        margin-right:8px;
    }
    .nextIcon{
        margin-left:8px;
    }

}