.style_newsWrapper__ZjGcs {
    font-family: MicrosoftYaHei;
    display: flex;
    padding-bottom: 160px;
    flex-direction: column;
    align-items: center;
    background-position: bottom
}

.style_container__3xayp3{
     display: flex;
    flex-direction: column; 
    align-items: center;
    padding-top:40px; line-height: 22px;
    background-image: url(../new_image/bdabad874ff6.png);
    background-repeat: no-repeat;
    background-position: top
}
.layui-laydate-range{
    width: 549px!important;
}

.style_newsWrapper__ZjGcs .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 108px;
    height: 395px;
    /*min-width: 1260px;*/
    width: 100%;
    background-image: url(../new_image/bdabad874ff6.png);
    background-repeat: no-repeat;
    /*background-size: 1920px;*/
    background-position: top
}

.style_newsWrapper__ZjGcs .header .title {
    font-size: 36px;
    font-weight: 400;
    line-height: 72px;
    color: #08152a
}

.style_newsWrapper__ZjGcs .header .sub_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #2a77ff
}

.style_newsWrapper__ZjGcs .content .tab {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
  /*  width: 1260px;*/
    padding: 0 30px;
    margin-bottom: 34px;
    cursor:pointer;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}




.style_newsWrapper__ZjGcs .content .tab .ant-tabs-ink-bar {
    background: #2a77ff;
    height: 4px
}



.ant-tabs-tab {
    font-size: 18px;
    color: #08152a;
    font-weight: 400;
    opacity: 1;
    font-size: 24px;
    margin-right: 28px;
}

.ant-tabs-actives{
    color: #2a77ff; 
     font-size: 18px;
    font-weight: 400;
    opacity: 1;
    font-size: 24px;
    margin-right: 28px;
}

.article-list{
    margin-top: 54px;
    width: 1200px;
    margin-left: 30px
}

.article-list-item {
    display: flex;
    margin-bottom: 52px
}

 .article-list-item-cover {
    width: 212px;
    height: 126px;
    margin-right: 30px;
    border-radius: 3px
}

.article-list-item-content {
    width: 960px;
    display: flex;
    flex-direction: column
}

.article-list-item-content-title {
    font-size: 18px;
    font-weight: 400;
    color: #181818!important;
}

.article-list-item-content-title:hover {
    color: #2a77ff
}


.article-list-item-content-desc {
    flex: 1 1;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #707070
}


.article-list-item-content-time {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #707070
}


.video-list {
    width: 1200px;
    padding: 0 20px;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(3,1fr)
}


.video-list-card {
    cursor: pointer;
    width: 360px;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear
}


 .video-list-card:hover {
    box-shadow: 0 0 6px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0)
}




.video-list-card-cover {
    position: relative;
    height: 220px;
    z-index:9999;
}


.video-list-card-intro {
    padding: 16px 28px 14px
}


 .video-list-card-intro-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #08152a
}

.video-list-card-intro-desc {
    padding-top: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    letter-spacing: 1.2
}



