.contentBox{
    width: 100%;

}
.fareBanner{
    width: 100%;
    position: relative;
    height: 450px;
    margin-top: 72px; 
    overflow: hidden;
    zoom: 1;
}
.fareBanner .fareTitle{
    position: absolute;
    top: 176px;
    bottom: 179px;
    width: 100%;
}
.fareBanner .fareTitle .dTitle{
    /* margin:0 866.5px; */
    height: 55px;
    font-size: 40px;
    line-height: 55px;
    color: #FFF;
    text-align: center;
}
.fareBanner .fareTitle .enTitle{
    margin-top:16px;
    text-align: center;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    letter-spacing:14px;
}
.fareBanner .fareBottom{
    position: absolute;
    bottom: 16px;
    /* left: 18.75%; */
    color: #FFF;
    font-size: 14px;
    width: 100%;
}
.fareBanner .fareBottom .fareWidth{
    width: 1200px;
    margin: 0 auto;
}
.fareBanner .fareBottom span{
    margin-left: 14px;
}
.newsText{
    margin: 54px 0 97px 0;
   
}
.newsText .newsIcon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsText .newsIcon div{
    margin-right: 24px;
}
.newsText .newsContent{
    margin: 40px auto;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    /* width: 100%; */
    width: 1200px;
    /* border: #E82856 solid 1px; */
}
.newsText .newsContent .list{
    width: 386px;
    /* border: #E82856 solid 1px; */
    height: 502px;
    border-radius: 24px;
    margin:0 7px 64px 7px;
    overflow: hidden;
}
.newsText .newsContent .list .newsPic{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.newsText .newsContent .list .newsPic img{
    width: 100%;
    height: 100%;
    transition: 0.7s;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.newsText .newsContent .list .newsPic img:hover{
    transform:scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.newsText .newsContent .list .newsCnt{
    padding:16px 24px 24px 24px;
    /* border: #E82856 solid 1px; */
    height: 162px;
    background: #FFF;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.newsText .newsContent .list .newsCnt .biaoti{
    line-height: 39.2px;
    color: #323B41;
    font-size: 26px;
    height: 50px;
}
.newsText .newsContent .list .newsCnt .date{
    display: flex;
    margin-top: 74px;
    justify-content: space-between;
    align-items: center;
    align-self:flex-end;
}
.newsText .newsContent .list .newsCnt .date .dateCnt{
    line-height: 24px;
    font-size: 16px;
    color: #A4ACB2;
}
.newsText .newsContent .list .newsCnt img:hover{
    content:url('../images/enter1.1.png');
}


.newsText .newsContent .list .newsPics{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.newsText .newsContent .list .newsPics .img{
    width: 100%;
    height: 100%;
    transition: 0.7s;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.newsText .newsContent .list .newsPics .img:hover{
    transform:scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.newsText .newsContent .list .newsPics .anniu{
    position: absolute;
    top: 161px;
    left: 209px;
    z-index: 2;
}
.newsText .newsContent .list .newsCnts{
    padding:16px 24px 24px 24px;
    /* border: #E82856 solid 1px; */
    height: 162px;
    background: #FFF;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.newsText .newsContent .list .newsCnts .biaoti{
    line-height: 39.2px;
    color: #323B41;
    font-size: 26px;
}
.newsText .newsContent .list .newsCnts .date{
    display: flex;
    margin-top: 74px;
    justify-content: space-between;
    align-items: center;
    align-self:flex-end;
}
.newsText .newsContent .list .newsCnts .date .dateCnt{
    line-height: 24px;
    font-size: 16px;
    color: #A4ACB2;
}
.newsText .newsContent .list .newsCnts img:hover{
    content:url('../images/v01.1.png');
}


.newsTexts{
    margin: 40px 0 153px 0;
    width: 100%;
}

.newsTexts .xqContent{
    margin: 0 auto;
    /* border: #E82856 solid 1px; */
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.newsTexts .xqContent .leftBox{
    border-radius: 12px;
    background: #FFF;
    padding: 40px;
    /* border: #E82856 solid 1px; */
    width: 750px;
}

.newsTexts .xqContent .rightBox{
    /* border: #E82856 solid 1px; */
    width: 350px;
}
.newsTexts .xqContent .rightBox .rgList{
    background: #FFF;
    /* padding: 16px 24px; */
    /* border: #E82856 solid 1px; */
    margin-bottom: 16px;
    width: 100%;
    border-radius: 12px;
    height: 118px;
}
.newsTexts .xqContent .rightBox .rgList .divs{
    padding: 16px 24px;
    /* border: #E82856 solid 1px; */
}

.newsTexts .xqContent .rightBox .rgList .divs:hover{
    border-radius: 12px;
    /* border: 1px solid #ffffff; */
    box-sizing: border-box;
    background: linear-gradient(87.97deg, #fff5f5 0%, #ffffff 23.09%);
}
.newsTexts .xqContent .rightBox .rgList .divs .title{
    color: #323B41;
    font-size: 16px;
    line-height: 25.6px;
    height: 51.2px;
}
.newsTexts .xqContent .rightBox .rgList .divs:hover .title{
    color: #E82856;
}
.newsTexts .xqContent .rightBox .rgList .divs:hover .time{
    color: #1D2129;
}

.newsTexts .xqContent .rightBox .rgList .divs .time{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #A4ACB2;
    line-height: 18px;
    margin-top: 16px;
}

.newsTexts .xqContent .leftBox .biaotiBox{
    border-bottom: rgba(0, 0, 0, 0.08) solid 1px;
    height: 120px;
}
.newsTexts .xqContent .leftBox .biaotiBox .biaoti{
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    color: #323B41;
}
.newsTexts .xqContent .leftBox .biaotiBox .date{
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 24px;
    color: #E82856;
    margin-top: 16px;
}
.newsTexts .xqContent .leftBox .biaotiBox .date span{
    margin-left: 24px;
}
.newsTexts .xqContent .leftBox .neiBox{
    margin-top: 8px;
}
.newsTexts .xqContent .leftBox .neiBox p{
    color: #71787D;
    font-size: 16px;
    line-height: 36px;
    margin-top: 24px;
}
.newsTexts .xqContent .leftBox .neiBox img{
    width: 100%;
}
.newsTexts .xqContent .leftBox .neiBox p img{
    width: 100%;
}


/*翻页*/
.contentBox .pageNumber{
    width: 100%;
    text-align: center;
    /* border: #E82856 solid 1px; */
    margin: 0 auto;
}
.contentBox .pagination{
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
}
.contentBox .pageNumber li{
    display:inline-block;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: #ffffff;
    /* background: #ebebeb; */
    line-height: 50px;
    font-size:18px;
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    color: #A4ACB2;
    margin-left: 5px;
}
.contentBox .pageNumber .active{
    display:inline-block;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: rgba(232, 40, 86, 0.12);
    line-height: 50px;
    font-size:18px;
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    text-decoration: none;
    color:#E82856; 
}
.contentBox .pageNumber li a{
    display:inline-block;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: #ffffff;
    line-height: 50px;
    font-size:18px;
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    text-decoration: none;
    color:#A4ACB2;
}
.contentBox .pageNumber a:hover{
    background: #e828561f;
    color:#E82856;
}
a{
    text-decoration: none;
}
