.contentText{
    height: 155px;
    width: 1200px;
    margin: 0 auto;
}

.title{
    font-size: 24px;
    font-weight: bold;
    color: #123B8A;
    line-height: 52px;
    margin-top: 49px;
}

.content_txt{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-top: 30px;
    /*display: flex;*/
}
.content_txt span{
    float: left;
}

.outlink{
    font-size: 16px;
    font-weight: 500;
    color: #123B8A;
    float: left;
}

.outlink a {
    color: #123B8A;
}

/*// 分页*/
.news-page{
    text-align: center;
}
.news-page a{
    display: inline-block;
    width: 34px;
    height: 40px;
    line-height: 40px;
    background: white;
    color: #333;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}
.news-page a.abled-btn:hover{
    cursor: pointer;
    background-color: #F9632C;
    color: white;
    border: 1px solid #F9632C;
}
.news-page a.pre-btn, .news-page a.next-btn{
    width: 84px;
}
.news-page a.active{
    background-color: #F9632C;
    color: white;
    border: 1px solid #F9632C;
}
.news-page a.disabled-btn{
    color: #999999 !important;
}