body{
    background: #fff;
    overflow-x: hidden;
}
.lunboDetail_btn{
    margin-top: 40px;
}
.contentBox{
    width: 100%;
    display: flex;
    justify-content: center;
}
.navBox{
    box-shadow: 0px 0px 20px 0px rgba(11,24,46,0.06);
}
.nav{
    width: 62%;
    margin: 10px 0;
    /* font-size: 14px; */
    font-family: Source Han Sans CN;
    font-weight: 400;
    cursor: pointer;
}
.cardListBox{
    width: 62%;
    cursor: pointer;
}
.cardListTitle{
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
    margin: 20px 0;
    text-align: center;
}
.cardListsubTitle{
    /* font-size: 14px; */
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8F99;
    text-align: center;
}
.detailcard{
    background: #FFFFFF;
    box-shadow: 8px 9px 16px 0px rgba(23,61,128,0.12);
    border-radius: 4px;
    padding: 20px;
}
.secendBox{
    background: #F5F7FA;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 20px;
}
.cardList{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.cardBox{
    width: 190px;
    height: 250px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon{
    margin-bottom: 20px;
}
.cardTitle{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.cardDetail{
    width: 154px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8F99;
    line-height: 22px;
    text-align: center;
}
.rightProgress{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.progressBox{
    padding: 10px 20px;
    margin: 20px;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px 0px rgba(23,61,128,0.12);
    border-radius: 4px;
}
.progressIcon{
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 13px);
}
.rightBorder{
    width: 50%;
    border-left: 1px solid #E1E3E6;
    text-align: right;
}
.progressTitle{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
}
.progressDetail{
    margin: 10px 0;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1A1A1A;
}
.progressDay{
    background: #367CF5;
    color: #fff;
    padding: 2px 10px;
    margin-left: 10px;
}
.progress{
    display: flex;
    position: relative;
    padding-right: 1px;
}
.leftBorder{
    width: 50%;
    border-right: 1px solid #E1E3E6;
}
.leftProgressDay{
    background: #367CF5;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
}
.lunboBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.leftIcon img{
    width: 50px;
}
.rightIcon img{
    width: 50px;
}
.lunboImgList{
    /* flex: 1; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}
.lunboImgBox{
    width: 15%;
    text-align: center;
    align-items: center;
}
.lunboImgBox img{
    /* width: auto !important; */
    width: 156.8px;
    /* height: 253px; */
}
.lunboDay{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
    margin: 10px 0;
}
.lunboTitle{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8F99;
}
.lunboCenterImgBox{
    width: 20%;
}
.lunboCenterImgBox img{
    height:350px
}

.banshi {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}
.swiper-slide {
    position: relative;
    height: 328px;
    width: 264px;
    padding: 36px 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #F7F8FA;
}
.banshi{
    overflow: hidden;
    padding: 0;
    margin: 0 20px;
}
.swiper-slide{
    width: 178px;
    padding: 0;
    background: #fff;
}
.cardListBox img{
    width: 100%;
}
/* .swiper-slide-active{
    background:#ff6600;
    color:#fff;
} */