* {
    box-sizing: border-box;
}
.news_banner {
    position: relative;
    height: 360px;
    padding-top: 300px;
    background-image: url('../../images/news_banner.png');
    background-size: cover;
}
.banner_line {
    height: 1px;
    background-color: #fff;
}
.banner_tab {
    width: 252px;
    margin: 0 auto;
}
.banner_tab .item {
    width: 126px;
    height: 60px;
    padding-top: 17px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.banner_tab .active {
    border-top: 4px solid #fff;
    padding-top: 13px;
}
.banner_title {
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    width: 765px;
    height: 166px;
    padding: 0 54px;
    background-color: rgba(0, 0, 0, 0.4);
}
.banner_title .title_line {
    width: 222px;
    height: 1px;
    background-color: #fff;
}
.banner_title .title_center {
    text-align: center;
    font-size: 20px;
    color: #fff;
} 
.banner_title .title_center p:nth-child(1) {
    font-size: 28px;
    margin-bottom: 10px;
}
.container .newsTitle {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    margin: 60px 0 87px 0;
}
.news_body_item {
    position: relative;
    height: 405px;
    border-top: 1px solid rgba(32, 108, 255, 0.4);
    padding-top: 48px;
}
.news_body_item .news_body_item_img {
    width: 510px;
    height: 310px;
    margin-right: 100px;
}
.news_body_item .news_body_item_img img {
    width: 100%;
    height: 100%;
}
.news_body_item .news_body_item_date {
    width: 102px;
    height: 102px;
    margin-right: 38px;
    text-align: center;
    border: 1px solid #206CFF;
    color: #206CFF;
    font-size: 20px;
}
.news_body_item .news_body_item_date p:nth-child(1) {
    height: 60px;
    line-height: 65px;
    font-size: 34px;
}
.news_body_item .news_body_item_content {
    width: 450px;
    padding-right: 18px;
}
.news_body_item .news_body_item_content .news_body_item_content_title {
    font-size: 24px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 40px;
}
.news_body_item .news_body_item_content .news_body_item_content_con {
    font-size: 14px;
    color: #858585;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_body_item .news_body_item_content .news_body_item_content_btn button {
    position: absolute;
    top: 316px;
    right: 11px;
    width: 180px;
    height: 42px;
    background-color: #206CFF;
    font-size: 16px;
    color: #fff;
    border: none;
}
.container .fenYe {
    position: relative;
    height: 107px;
    border-top: 1px solid rgba(32, 108, 255, 0.4);
}