.news_main {
    width: 100%;
    /* margin-top: -160px; */
    position: relative;
}

.about_one {
    width: 1284px;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
}

.about_one .one_main {
    display: flex;
    /* cursor: pointer; */
    align-items: center;
}

.one_main .left {
    display: flex;
    align-items: center;
}

.one_main .left .triangle {
    width: 0;
    height: 0;
    border: 9px solid;
    border-color: transparent #002033 transparent transparent;
}

.one_main .left .circular_one {
    width: 9px;
    height: 9px;
    background: rgba(0, 71, 113, 1);
    border-radius: 50%;
    margin-left: 8px;
}

.one_main .left .circular_two {
    width: 9px;
    height: 9px;
    background: rgba(0, 71, 113, 0.6);
    border-radius: 50%;
    margin-left: 8px;
}

.one_main .left .circular_three {
    width: 9px;
    height: 9px;
    background: rgba(0, 71, 113, 0.3);
    border-radius: 50%;
    margin-left: 8px;
}

.one_main .text {
    font-size: 25px;
    font-weight: bold;
    line-height: 43px;
    color: #002246;
    padding: 0 15px;
}

.one_main .right {
    display: flex;
    align-items: center;
}

.one_main .right .triangle {
    width: 0;
    height: 0;
    border: 9px solid;
    border-color: transparent transparent transparent #002033;
}

.one_main .right .circular_one {
    width: 9px;
    height: 9px;
    background: rgba(0, 71, 113, 1);
    border-radius: 50%;
    margin-right: 8px;
}

.one_main .right .circular_two {
    width: 9px;
    height: 9px;
    background: rgba(0, 71, 113, 0.6);
    border-radius: 50%;
    margin-right: 8px;
}

.one_main .right .circular_three {
    width: 9px;
    height: 9px;
    background: rgba(0, 71, 113, 0.3);
    border-radius: 50%;
    margin-right: 8px;
}

.news_one {
    width: 1284px;
    margin: 0 auto;
    overflow: hidden;
}

.news_one li {
    display: flex;
    height: 257px;
    background: rgba(248, 248, 248, 1);
    margin-top: 45px;
}

.news_one li .left {
    width: 390px;
    height: 257px;
    background: rgba(248, 248, 248, 1);
    float: left;
    overflow: hidden;
}

.news_one li .left img {
    width: 100%;
    height: 100%;
}

.news_one li .right {
    width: calc(100% - 390px - 15px);
    height: 257px;
    float: left;
    margin-left: 15px;
    position: relative;
}

.news_one li .title_top {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    font-weight: bold;
    color: #FCA33C;
    opacity: 1;
    overflow: hidden;
}

.news_one li .news_p1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #2271bc;
    opacity: 1;
}

.news_one li .news_p2 {
    font-weight: 400;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    margin-top: 10px;
    max-height: 120px;
    overflow: hidden;
}

.news_one li .more {
    cursor: pointer;
    width: 67px;
    height: 28px;
    padding-left: 15px;
    background: rgba(0, 34, 70, 1);
    position: absolute;
    right: 33px;
    bottom: 18px;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.news_one li .more .you {
    position: absolute;
    right: 10px;
    top: 4px;
    display: block;
    width: 12px;
    height: 18px;
    background: url("../images/news_more_03.jpg");
}

.bottom {
    height: 194px;
    text-align: right;
    padding: 50px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    width: 1284px;
    margin: 0 auto;
}

/*去掉共几条记录*/
.digg span:nth-child(1) {
    display: none;
}

/*更改中文上一页*/
.digg :nth-child(2) {
    color: rgba(59, 141, 209, 0) !important;
    position: relative;
    text-align: center;
    padding: 5px;
}

.digg :nth-child(2):after {
    content: '<< prev';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 5px;
    color: rgba(59, 141, 209, 1);
}

div.digg span.disabled {
    padding: 5px !important;
}

div.digg span.disabled:after {
    color: #ddd;
}

/*更改中文下一页*/
.digg :last-child {
    color: rgba(59, 141, 209, 0) !important;
    position: relative;
    text-align: center;
    padding: 5px;
}

.digg :last-child:after {
    content: 'next >>';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 5px;
    color: rgba(59, 141, 209, 1);
}