body{
    background-color: #f7f8f9;
}

.web_top{
    width: 100%;
    height: 100vh;
    background-color: #ccc;
    position: relative;
}

.web_top video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web_top .web_top_c{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.web_top_c > p{
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .16);
}

.web_top_c > h1{
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 0 8px rgba(0, 0, 0, .16);
}

.web_top_c > .btn_c{
    display: flex;
    margin: 44px 0;
}

.web_top_c > .btn_c .wen_top_hover{
    cursor: pointer;
    width: 200px;
    border-radius: 4px;
    background-color: #fff;
    color: #141626;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    position: relative;
}

.web_top_c > .btn_c .wen_top_hover .wen_top_hover_c{
    display: none;
}

.web_top_c > .btn_c .wen_top_hover:hover .wen_top_hover_c{
    display: flex;
}

.web_top_c > .btn_c .wen_top_hover:first-child .wen_top_hover_c{
    width: 180px;
    position: absolute;
    top: 0;
    left: -186px;
}

.web_top_c > .btn_c .wen_top_hover:last-child .wen_top_hover_c{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    right: -154px;
    padding: 4px;
}


.web_top_c > .btn_c .wen_top_hover .wen_top_hover_c{
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;

}

.web_top_c > .btn_c .wen_top_hover .wen_top_hover_c p{
    color: #333;
    font-size: 14px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.web_top_c > .btn_c .wen_top_hover .wen_top_hover_c p span{
    font-size: 18px;
    margin-left: 4px;
}

.web_top_c > .btn_c .wen_top_hover .wen_top_hover_c img{
    width: 100%;
    height: 100%;
}


.web_top_c > .btn_c .wen_top_hover:last-child{
    margin-left: 16px;
    background-color: #15234B;
    color: #fff;
}

.web_top_c .desc{
    color: rgba(255,255,255,.6);
    font-size: 16px;
    line-height: 26px;
    width: 1060px;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, .16);
}

.zpb_video_type{
    width: 100%;
    padding: 64px 0;
}

.zpb_video_type_c{
    width: 1400px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
}

.zpb_video_type_c .item{
    overflow: hidden;
    transition: all .4s;
    background-size: cover;
    background-position: center center;
    height: 420px;
    width: 240px;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.zpb_video_type_c .item:nth-child(1){
    background-image: url(../imgs/index/video_type1.png);
}

.zpb_video_type_c .item:nth-child(2){
    background-image: url(../imgs/index/video_type2.png);
}

.zpb_video_type_c .item:nth-child(3){
    background-image: url(../imgs/index/video_type3.png);
}

.zpb_video_type_c .item:nth-child(4){
    background-image: url(../imgs/index/video_type4.png);
}

.zpb_video_type_c .item:nth-child(5){
    background-image: url(../imgs/index/video_type5.png);
}

.zpb_video_type_c .item:nth-child(6){
    background-image: url(../imgs/index/video_type6.png);
}

.zpb_video_type_c .item .t1{
    font-size: 22px;
    margin-top: auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    transition: .4s all;
    transition-delay: .4s;
    position: relative;
    display: flex;
    min-width: 210px;
}

.zpb_video_type_c .item p{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    color: #fff;
    font-size: 14px;
    transition: .4s all;
    transition-delay: .4s;
    left: 16px;
    width: 358px;
    bottom: -100px;
    line-height: 20px;
}

.zpb_video_type_c .item.active{
    width: 100%;
}

.zpb_video_type_c .item:hover h2{
    justify-content: flex-start;
    font-size: 16px;
}

.zpb_video_type_c .item:hover h2.h160{
    transform: translateY(-160px);
    -webkit-transform: translateY(-160px);
    -moz-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    -o-transform: translateY(-160px);
}   

.zpb_video_type_c .item:hover h2.h140{
    transform: translateY(-140px);
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    -o-transform: translateY(-140px);
} 

.zpb_video_type_c .item:hover h2.h100{
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
} 

.zpb_video_type_c .item:hover h2.h80{
    transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
} 



.zpb_video_type_c .item:hover p{
    bottom: 32px;
    opacity: 1;
    visibility: visible;
    top: initial;
}

.zpb_video_type_c .item::before{
    content: '';
    position: absolute;
    height: 300px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
}

.zpb_video_tab{
    width: 100%;
    height: 1000px;
    background-color: #15234b;
    background-image: url(../imgs/index/video_tab_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.zpb_video_tab .seation_tit{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 64px 0 40px 0;
}

.zpb_video_tab .seation_tit h2{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.zpb_video_tab .seation_tit p{
    font-size: 16px;
    color: rgba(255,255,255,.6);
}

.video_tab{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.video_tab .video_tab_tit{
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.video_tab .video_tab_tit a{
    line-height: 64px;
    display: flex;
    margin-right: 32px;
    position: relative;
    font-size: 16px;
    color: rgba(255,255,255,.6);
}

.video_tab .video_tab_tit a:last-child{
    margin-right: 0;
}

.video_tab .video_tab_tit a.active{
    font-weight: bold;
    color: #fff;
    pointer-events: none;
}

.video_tab .video_tab_tit a.active::before{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background-color: #fff;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.video_tab .video_tab_list{
    width: 1200px;
    margin: 0 auto 32px;
}

.video_tab .video_tab_list .item{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.video_tab .video_tab_list .item .video_top_c{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 8px;
    overflow: hidden;
}

.video_tab .video_tab_list .item .video_top_c::before{
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
}

.video_tab .video_tab_list .item .video_top_c .time{
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,.16);
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 10;
}

.video_tab .video_tab_list .item .video_top_c .res{
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,.16);
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 10;
}

.video_tab .video_tab_list .item .video_top_c .icon-bofang{
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 36px;
    height: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.video_tab .video_tab_list .item .video_top_c img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.video_tab .video_tab_list .item .video_name{
    font-size: 16px;
    color: #fff;
    margin: 12px 0;
}

.video_tab .video_tab_list .item .video_tips{
    font-size: 12px;
    color: rgba(255,255,255,.6);
}

.video_tab .block{
    margin: 48px auto 20px;
    display: none;
    justify-content: flex-end;
    width: 1200px;
}

.video_tab .block.active{
    display: flex;
}

.zpb_video_step .seation_tit{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 64px 0 40px 0;
}

.zpb_video_step .seation_tit h2{
    color: #141626;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.zpb_video_step .seation_tit p{
    font-size: 16px;
    color: rgba(0,0,0,.6);
}

.zpb_video_step .step_c{
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 48px auto;
}

.zpb_video_step .step_c .step_item{
    display: flex;
    background-color: rgba(0,0,0,.04);
    height: 120px;
    border-radius: 8px;
    width: 1200px;
    margin-bottom: 24px;
    overflow: hidden;
}

.zpb_video_step .step_c .step_item .item{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
}

.zpb_video_step .step_c .step_item .item:hover{
    background-color: #17234B;
}

.zpb_video_step .step_c .step_item .item:hover .num::after,
.zpb_video_step .step_c .step_item .item:hover .num::before{
    background-color: #17234B;
}

.zpb_video_step .step_c .step_item .item:hover p{
    color: #fff;
}

.zpb_video_step .step_c .step_item .item .num{
    position: relative;
    font-weight: bold;
    font-size: 50px;
    width: 90px;
    text-align: center;
    color: #e3e3e4;
    overflow: hidden;
}

.zpb_video_step .step_c .step_item .item .num::before{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 48px;
    width: 50%;
    height: 46px;
    border-top: 1px solid #e3e3e4;
    background-color: rgba(237,238,239,1);
    transform: rotate(-45deg);
    z-index: 1;
    transition: all .2s;
}

.zpb_video_step .step_c .step_item .item .num::after{
    content: '';
    position: absolute;
    bottom: 15px;
    left: 30px;
    width: 50%;
    height: 4px;
    background-color: rgba(237,238,239,1);
    transform: rotate(-45deg);
    z-index: 1;
    transition: all .2s;
}

.zpb_video_step .step_c .step_item .item p{
    color: #141626;
    font-size: 26px;
    font-weight: bold;
    width: 240px;
    transition: all .2s;
}

.zpb_video_step .pc_c {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 40px auto 72px;
}

.zpb_video_step .pc_c > img{
    width: 560px;
}

.zpb_video_step .pc_c .text_num_c{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 54px;
    box-sizing: border-box;
}

.zpb_video_step .pc_c .text_num_c > h3{
    font-size: 20px;
    color: #141626;
}

.zpb_video_step .pc_c .text_num_c > p{
    color: rgba(20,22,37,.6);
    margin: 16px 0 50px 0;
}

.zpb_video_step .pc_c .text_num_c .num_c{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zpb_video_step .pc_c .text_num_c .num_c .item_num{
    display: flex;
    align-items: center;
}

.zpb_video_step .pc_c .text_num_c .num_c .item_num > .avi{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #141626;
    font-size: 54px;
}

.zpb_video_step .pc_c .text_num_c .num_c .item_num .unit{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 6px;
    margin-left: 3px;
    height: 40px;
    align-items: center;
}

.zpb_video_step .pc_c .text_num_c .num_c .item_num .unit span{
    background: linear-gradient(to bottom, rgb(69, 212, 45) 0%, rgb(136, 231, 126) 50%, rgb(255, 255, 255) 100%);
    -webkit-background-clip: text;
    color: transparent;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.zpb_video_step .pc_c .text_num_c .num_c .item_num .unit p{
    font-size: 14px;
    color: #141626;
    line-height: 14px;
}

.zpb_video_step .pc_c .text_num_c .num_c .item > p{
    color: rgba(20,22,37,.6);
}

.zpb_video_step .public_banner{
    margin: 0 auto 72px;
}

.zpb_partner{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.zpb_partner .partner_tit{
    width: 100%;
    height: 280px;
    background-image: url(../imgs/index/partner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.zpb_partner .partner_tit .seation_tit {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}

.zpb_partner .partner_tit .seation_tit h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.zpb_partner .partner_tit .seation_tit p {
    font-size: 16px;
    color: rgba(255,255,255,.6);
}

.zpb_partner .partner_list{
    margin-top: -106px;
    border-radius: 8px;
    box-shadow: 0 4px 44px rgba(0,0,0,.16);
    background-color: #fff;
    width: 1200px;
    overflow: hidden;
}

.zpb_partner .public_banner{
    margin: 80px 0;
}








.zpb_process{
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.zpb_process .seation_tit{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 64px 0 40px 0;
}

.zpb_process .seation_tit h2{
    color: #141626;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.zpb_process .seation_tit p{
    font-size: 16px;
    color: rgba(0,0,0,.6);
}

.zpb_process .process_c{
    width: 1200px;
    margin: 0 auto 120px;
    display: flex;
    flex-direction: column;
}

.zpb_process .process_c .process_item{
    display: flex;
    position: relative;
}

.zpb_process .process_c .process_item:first-child::after{
    content: '';
    width: 1400px;
    height: 1px;
    position: absolute;
    top: 88px;
    left: -100px;
    background-color: rgba(0,0,0,0.08);
}

.zpb_process .process_c .process_item .item{
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 108px;
    box-sizing: border-box;
    position: relative;
}

.zpb_process .process_c .process_item .item > span{
    font-size: 60px;
    color: #141626;
}

.zpb_process .process_c .process_item .item .text_c{
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.zpb_process .process_c .process_item .item .text_c p{
    font-size: 24px;
    color: #141626;
}

.zpb_process .process_c .process_item .item .text_c span{
    color: rgba(20, 22, 38,0.6);
}

.zpb_process .process_c .process_item:last-child{
    margin-top: 128px;
}

.zpb_process .process_c .process_item:last-child::after{
    content: '';
    width: 1400px;
    height: 1px;
    position: absolute;
    top: -24px;
    left: -100px;
    background-color: rgba(0,0,0,0.08);
}

.zpb_process .process_c .process_item:last-child .item::after{
    content: '';
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 2px solid #17234B;
    border-radius: 50%;
    position: absolute;
    left: 128px;
    top: -30px;
    z-index: 2;
    box-sizing: border-box;
}

.zpb_process .process_c .process_item:last-child .item::before{
    content: '';
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    left: 120px;
    top: -38px;
}

.zpb_process .process_c .process_item:first-child .item::after{
    content: '';
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 2px solid #17234B;
    border-radius: 50%;
    position: absolute;
    left: 128px;
    bottom: -30px;
    z-index: 2;
    box-sizing: border-box;
}

.zpb_process .process_c .process_item:first-child .item::before{
    content: '';
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    left: 120px;
    bottom: -38px;
}

.zpb_common{
    background-image: url(../imgs/index/earth_bg.png);
    background-size: 1208px 445px;
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    height: 780px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zpb_common .zpb_common_c{
    display: flex;
    flex-direction: column;
    width: 1200px;
}

.zpb_common_c .common_tit{
    display: flex;
    margin: 120px 0 64px 0;
}

.zpb_common_c .common_tit p{
    color: #9EAFCC;
    font-size: 36px;
    font-weight: bold;
}

.zpb_common_c .common_tit h2{
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(0deg, #17234B 0%, #5A5E7C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zpb_common_c .common_num{
    display: flex;
}

.zpb_common_c .common_num .item{
    display: flex;
    flex-direction: column;
    width: 200px;
}

.zpb_common_c .common_num .item .num_c{
    display: flex;
    align-items: flex-end;
}

.zpb_common_c .common_num .item .num_c .avi{
    font-size: 54px;
    background: linear-gradient(0deg, #17234B 0%, #5A5E7C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zpb_common_c .common_num .item .num_c span{
    color: #313438;
    font-size: 24px;
    margin-left: 4px;
}

.common_person{
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.common_person_list{
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.common_person_list .item{
    width: 400px;
    height: 160px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 5px 16px 0px rgba(35,88,142,0.16);
    padding-left: 200px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-right: 32px;
    transition: .4s all;
    transform-origin:left bottom;
    -ms-transform: left bottom; /* IE 9 */
	-ms-transform-origin:left bottom; /* IE 9 */
	-webkit-transform: left bottom; /* Safari and Chrome */
	-webkit-transform-origin:left bottom; /* Safari and Chrome */
}

.common_person_list .item:last-child{
    margin-right: 0;
}

.common_person_list .item > img{
    position: absolute;
    transition: .25s;
}

.common_person_list .item > img.pic1{
    width: 200px;
    left: 12px;
    bottom: 30px;
}

.common_person_list .item > img.pic2{
    width: 120px;
    left: 48px;
    bottom: 23px;
}

.common_person_list .item > img.pic3{
    width: 140px;
    left: 38px;
    bottom: 11px;
}

.common_person_list .item:hover > img{
    bottom: 50%;
    transform: translateY(50%);
}

.common_person_list .item .text1_c{
    margin-left: 32px;
}

.common_person_list .item .text1_c .name{
    font-size: 24px;
    margin-bottom: 24px;
    color: #141626;
}

.common_person_list .item .text1_c .address{
    font-size: 14px;
    color: #5A6C84;
    margin-bottom: 6px;
}

.common_person_list .item .text1_c .position{
    font-size: 14px;
    color: #5A6C84;
}

.common_person_list .item .text2_c{
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 24px;
    width: 320px;
    animation-duration: .5s;
    animation-delay: .2s;
}

.common_person_list .item:hover{
    width: 520px;
    height: 220px;
    background: linear-gradient(90deg, #17234B, #5A5E7C);
}

.common_person_list .item:hover .text1_c{
    display: none;
}

.common_person_list .item:hover .text2_c{
    display: flex;
}

.common_person_list .item .text2_c .name{
    display: flex;
    color: #fff;
    font-size: 24px;
    align-items: center;
}

.common_person_list .item .text2_c .name span{
    font-size: 14px;
    color: #fff;
    margin-left: 8px;
}

.common_person_list .item .text2_c .desc{
    line-height: 24px;
    font-size: 14px;
    color: rgba(255,255,255,.8);
}

.common_person_list .item .text2_c .address{
    text-align: right;
    font-size: 14px;
    margin-top: 8px;
    color: #fff;
}

.zpb_article{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 72px;
}

.zpb_article_c{
    width: 1200px;
    display: flex;
    flex-direction: column;
}

.zpb_article_c .art_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.zpb_article_c .art_title .art_title_list{
    display: flex;
    align-items: flex-end;
}

.zpb_article_c .art_title .art_title_list .item{
    position: relative;
    font-size: 20px;
    color: rgba(20, 22, 38, 0.6);
    margin-right: 72px;
    cursor: pointer;
}

.zpb_article_c .art_title .art_title_list .item::after{
    content: '/';
    position: absolute;
    right: -42px;
    bottom: 0;
    color: rgba(20, 22, 38, 0.6);
    font-size: 20px;
}

.zpb_article_c .art_title .art_title_list .item:last-child{
    margin-right: 0;
}

.zpb_article_c .art_title .art_title_list .item:last-child::after{
    display: none;
}

.zpb_article_c .art_title .art_title_list .item.active{
    font-size: 30px;
    color: rgba(20, 22, 38, 1);
    font-weight: bold;
    pointer-events: none;
}

.zpb_article_c .art_content{

}

.zpb_article_c .art_content .art_item{
    display: none;
}

.zpb_article_c .art_content .art_item.active{
    display: flex;
    justify-content: space-between;
}

.zpb_article_c .art_content .art_item .art_item_left{
    display: flex;
    flex-direction: column;
    width: 500px;
}

.zpb_article_c .art_content .art_item .art_item_left > a{
    display: flex;
    flex-direction: column;
    width: 500px;
    margin-bottom: 40px;
}

.zpb_article_c .art_content .art_item .art_item_left > a:last-child{
    margin-bottom: 0;
}

.zpb_article_c .art_content .art_item .art_item_left > a img{
    width: 500px;
    height: 281px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

.zpb_article_c .art_content .art_item .art_item_left > a .item_a_text{
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.zpb_article_c .art_content .art_item .art_item_left > a .item_a_text .time{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 72px;
}

.zpb_article_c .art_content .art_item .art_item_left > a .item_a_text .time .day{
    font-size: 40px;
    color: #141626;
    margin-bottom: 2px;
}

.zpb_article_c .art_content .art_item .art_item_left > a .item_a_text .time .other{
    font-size: 14px;
    color: #999;
}

.zpb_article_c .art_content .art_item .art_item_left > a .item_a_text .desc_c{
    display: flex;
    flex-direction: column;
    width: calc(100% - 90px);
    margin-left: auto;
}

.zpb_article_c .art_content .art_item .art_item_left > a .item_a_text .desc_c h3{
    font-size: 20px;
    font-weight: bold;
    color: #141626;
    margin-bottom: 6px;
}

.zpb_article_c .art_content .art_item .art_item_left > a .item_a_text .desc_c p{
    color: #999;
    font-size: 14px;
}

.zpb_article_c .art_content .art_item .art_item_right{
    display: flex;
    flex-direction: column;
    flex: 1;
    width: calc(100% - 500px);
    box-sizing: border-box;
    padding-left: 48px;
    justify-content: space-between;
}

.zpb_article_c .art_content .art_item .art_item_right .item{
    display: flex;
    align-items: center;
    position: relative;
}

.zpb_article_c .art_content .art_item .art_item_right .item::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.08);
    bottom: -16px;
    left: 0;
    position: absolute;
}

.zpb_article_c .art_content .art_item .art_item_right .item:last-child::after{
    display: none;
}

.zpb_article_c .art_content .art_item .art_item_right .item .time{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 72px;
    margin-right: 16px;
}

.zpb_article_c .art_content .art_item .art_item_right .item .time .day{
    font-size: 40px;
    color: #141626;
    margin-bottom: 2px;
}

.zpb_article_c .art_content .art_item .art_item_right .item .time .other{
    font-size: 14px;
    color: #999;
}

.zpb_article_c .art_content .art_item .art_item_right .item .desc_c{
    display: flex;
    flex-direction: column;
    flex: 1;
    width: calc(100% - 90px);
}

.zpb_article_c .art_content .art_item .art_item_right .item .desc_c h3{
    font-size: 20px;
    font-weight: bold;
    color: #141626;
    margin-bottom: 6px;
}

.zpb_article_c .art_content .art_item .art_item_right .item .desc_c p{
    font-size: 14px;
    color: #999;
}

.zpb_article_c .art_item .ask_item_left{
    width: 500px;

}

.zpb_article_c .art_item .ask_item_left > img{
    width: 500px;
    height: 281px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.zpb_article_c .art_item .ask_item_left .ask_list{
    box-sizing: border-box;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 465px;
    justify-content: space-between;
}

.zpb_article_c .art_item .ask_item_left .ask_list > a{
    display: flex;
    flex-direction: column;
    position: relative;
}

.zpb_article_c .art_item .ask_item_left .ask_list > a::after{
    width:100%;
    height: 1px;
    background-color: rgba(0,0,0,.08);
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
}

.zpb_article_c .art_item .ask_item_left .ask_list > a:last-child::after{
    display: none;
}

.zpb_article_c .art_item .ask_item_left .ask_list > a .tit_{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.zpb_article_c .art_item .ask_item_left .ask_list > a .tit_ span{
    color: #DD4B39;
    margin-right: 4px;
    font-size: 22px;
}

.zpb_article_c .art_item .ask_item_left .ask_list > a .tit_ p{
    font-size: 20px;
    color: #141626;
    width: calc(100% - 24px);
}

.zpb_article_c .art_item .ask_item_left .ask_list .desc{
    font-size: 14px;
    color: #999;
}

.video_tab .video_tab_list.active{
    display: block;
}

.video_tab .video_tab_list{
    display: none;
}

.public_more_link_c .public_more_link {
    display: none;
}

.public_more_link_c .public_more_link.active{
    display: flex;
}

