.body_area {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.body_title {
    width: 100%;
    overflow: hidden;
}

.body_title p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 20px 0;
    color: #0052c9;
    font-size: 14px;
    line-height: 20px;
}

.body_title p span {
    color: #b6b6bb;
}

.body_title p a {
    font-size: 14px;
    color: #0052c9;
}

.news_center {
    width: 100%;
    overflow: hidden;
}

.news_center h2 {
    width: 180px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #222222;
    border-bottom: none;
    border-top: none;
    color: #222222;
    font-size: 28px;
    font-weight: 800;
    line-height: 25px;
}

.news_center ol {
    width: 100%;
    text-align: center;
    margin: 50px 0;
    overflow: hidden;
}

.news_center ol li {
    display: inline-block;
    width: 110px;
    height: 35px;
    font-size: 16px;
    border-radius: 18px;
    line-height: 32px;
    text-align: center;
    color: #222222;
    margin-right: 50px;
    cursor: pointer;
}

.news_center ol li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #222;
}

.news_center ol li.action a {
    background-color: #ed0114;
    color: #fff;
    border: 1px solid #ed0114;
}

.news_center h3 {
    height: 2px;
    background-color: #222222;
    width: 100%;
    position: relative;
}

.news_center h3 span {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 560px;
    display: block;
    background-color: #ed0114;
    width: 40px;
    height: 10px;
}

.news_center ul {
    margin: 50px 0;
    width: 100%;
    overflow: hidden;
}

.news_center ul li {
    width: 585px;
    float: left;
    height: 150px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #eeeeee;
}

.news_center ul li:nth-child(2n) {
    margin-right: 0;
}

.news_center ul li:nth-child(n+13) {
    display: none;
}

.news_center ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.news_center ul li .left_img {
    float: left;
    width: 525px;
    height: 100%;
    overflow: hidden;
    padding: 15px;
}

.news_center ul li .left_img div {
    width: 120px;
    height: 100%;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}

.news_center ul li .left_img div img {
    width: 100%;
}

.news_center ul li .left_img h4 {
    color: #222222;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0;
}

.news_center ul li .left_img p {
    color: #999999;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_center ul li .right_img {
    float: left;
    width: 60px;
    height: 100%;
    background-color: #ed0114;
    line-height: 150px;
    text-align: center;
}

.news_center ul li .right_img img {
    width: 25px;
}

.page_area {
    text-align: center;
}