body {
    background: #F5F7FA;
}
.top-img {
    position: relative;
}
.top-img .img {
    width: 100%;
}
.top-img .join-text {
    position: absolute;
    top: 230px;
    left: 15%;
}
.top-img .join-text .text {
    font-size: 50px;
    font-weight: 400;
    color: #FFFFFF;
    font-weight: bold;
}
.top-img .join-text .text2 {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
}
.news {
    padding: 90px 0;
}
.news .new-top {
    
}
.news .new-top .title {
    font-size: 30px;
    font-weight: 500;
    color: #2A1F1F;
}
.news .new-top .tab {
    text-align: right;
}
.news .new-top .item.active {
    background: #0281FF;
    color: #fff;
}
.news .new-top .item {
    cursor: pointer;
    margin-left: 40px;
    height: 34px;
    background: #DFDFDF;
    border-radius: 17px;
    padding: 4px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.news .new-top .item:hover::after {
    left: 0;
}
.news .new-top .item::after {
  background: #0281FF;
  position: absolute;
  width: 100%;
  height: 34px;
  content: ' ';
  top: 0;
  left: -100%;
  z-index: 0;
  transition: all 0.6s;
}
.news .new-top .item:hover .text {
    color: #fff;
}
.news .new-top .item .text {
    height: 34px;
    position: relative;
    z-index: 10;
}
.news-list {
    padding-top: 50px;
    padding-bottom: 30px;
}
.news-list .item:hover {
    transform: scale(1.05);
}
.news-list .item {
    background: #FFFFFF;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}
.news-list .img-box {
    
}
.news-list .img-box .img {
    width: 100%;
}
.news-list .content-box .titile {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    padding-top: 20px;
}
.news-list .content-box .content {
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    line-height: 35px;
}
.news-list .date-info {
    text-align: center;
    padding-top: 40px;
    position: relative;
}
.news-list .date-info::after {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    content: '';
    width: 1px;
    background: #000000;
    opacity: 0.1;
}
.news-list .date-info .yue {
}
.news-list .date-info .num {
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
    vertical-align: middle;
}
.news-list .date-info .sanjiao {
    width: 11px;
    vertical-align: middle;
}
.news-list .date-info .nian {
    font-size: 36px;
    font-weight: 400;
    color: #2E2E2E;
}

@media (max-width: 1200px) {
    .top-img .join-text {
        top: 0;
    }
    .top-img .join-text .text {
        margin-bottom: 0;
    }
    .news .new-top .tab {
        text-align: left;
    }
}