.kczyjs {display: flex;padding: 10px 50px;}
.kczyjs .js-left {flex: 1}
.js-left-top {display: flex;}
.js-left-top .js-left-top-item {text-align: center;}
.js-left-top .js-left-top-item span {
    width: 382px;height: 256px;
    display: flex; align-items: center;justify-content: center;
    background-color: #F8F9FA;
    border-radius: 10px;margin-bottom: 14px;
}
.js-left-top .js-left-top-item:first-of-type {margin-right: 23px;}
.js-left-top .js-left-top-item strong { font-weight: normal;color: #F04A20;line-height: 1;}

.js-left-nums {display: flex; justify-content: space-between; align-items: center;margin-right: 25px;margin-top: 32px;}
.js-left-nums .nums-item {width: 245px; height: 148px;background-color: #F8F9FA;border-radius: 10px;}
.js-left-nums .nums-item div{margin-top: 40px;padding-left: 40px;display: flex; align-items:center;line-height: 1;}
.js-left-nums .nums-item div img {
    margin-right: 24px;
}
.js-left-nums .nums-item div strong {font-size: 36px;font-weight: normal;color: #E55540;}
.js-left-nums .nums-item div strong em {font-size: 12px;font-style: normal;padding-left: 5px;}
.js-left-nums .nums-item p {text-align: center;color: #333333;font-weight: 200;margin-top: 15px;}


.js-left-nums .nums-item.active {background: linear-gradient(135deg, #E94A3B, #E94A3B, #F5A14E);}


.kczyjs .js-right {width:380px; height: 478px;border-radius: 0 0 10px 10px;position: relative;}
.kczyjs .js-right .bottom-info {
    position: absolute;bottom: 0;left:0;right: 0; height: 323px;
    background: linear-gradient(0, rgba(0,0,0,0.8), rgba(255,255,255,0));
    border-radius: 0px 0px 10px 10px;
    padding-top: 200px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;font-size: 16px;
}
.kczyjs .js-right .bottom-info .go-btn {
    background-color: #F04A20;padding: 6px 10px 8px 18px;line-height: 1;
    color: #fff;font-size: 16px;border-radius: 2px;
    margin-top: 15px;font-weight: 100;
}
.kczyjs .js-right .bottom-info .go-btn:hover {opacity: 0.9;}

/*培训活动交流*/
.pxhdjl, .pxhdjl-imgs {display: flex;justify-content: space-between;padding: 10px 50px;}
.pxhdjl-imgs {padding-top: 26px;}
.pxhdjl .jl-item{width: 245px;height: 348px;border-radius: 10px;}
.pxhdjl .jl-item.active{background: linear-gradient(135deg, #E94A3B, #E94A3B, #F5A14E);}
.pxhdjl .jl-item-right{width: 380px;display: flex;flex-direction: column;justify-content: space-between;}
.pxhdjl .jl-item img {margin-bottom: 20px;}
.pxhdjl .jl-item .item-bottom{margin-top: 138px;}

.pxhdjl .card-item {border-radius: 4px;height: 162px;width: 380px;display: flex;align-items: self-start;}
.pxhdjl .card-item img {margin-right: 34px;}
.pxhdjl .card-item>div{margin-top: 13px;}
.pxhdjl .card-item>div>strong {font-weight: normal;display: block;margin-bottom: 30px;line-height: 1;}

.pxhdjl .bg-c-i {background-color: #F8F9FA;padding: 40px;background-repeat: no-repeat;}
.pxhdjl .bg-c-i .item-bottom{color: #F04A20}
.pxhdjl .bg-c-i .item-bottom strong {font-size: 32px;font-weight: normal;}

.dfgzrk {display: flex;justify-content: space-between;padding: 10px 50px;}
.dfgzrk div {display: flex;flex-direction: column;}
.dfgzrk div:first-of-type img:first-of-type {margin-bottom: 24px;}