
.textStyles{
    background: url(../../activity/image/cyhd_textbg.png) no-repeat left top;
    font-size: 24px;
    font-weight: bold;
    line-height: 43px;
    padding-left: 10px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.contBg{
    background-image: url(../../union/images/detailBgBottom.png);
    background-repeat: no-repeat;
    background-position:bottom right;
    padding-bottom: 30px;
    overflow: hidden;
}
.contentBox .hd ul{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.contentBox .hd ul li{
    cursor: pointer;
    height: 149px;
    width: 256px;
    background: url(../../index/images/cacheGuidelines_tabBg_off.png) no-repeat center top;
}
.contentBox .hd ul li.on{
    background: url(../../index/images/cacheGuidelines_tabBg_on.png) no-repeat center top;
}
.contentBox .hd ul li.on span{
    color: #0052d9;
}

.contentBox .hd ul li p{
    height: 69px;
    margin-top: 10px;
}
.contentBox .hd ul li .icon01{
    background: url(../../index/indexImg/baseEnterIcon1.png) no-repeat center;
}
.contentBox .hd ul li .icon02{
    background: url(../../index/indexImg/baseEnterIcon3.png) no-repeat center;
}
.contentBox .hd ul li .icon03{
    background: url(../../index/indexImg/baseEnterIcon6.png) no-repeat center;
}
.contentBox .hd ul li .icon04{
    background: url(../../index/indexImg/baseEnterIcon4.png) no-repeat center;
}
.contentBox .hd ul li span{
    display: block;
    text-align: center;
    font-size: 18px;
}
.contentBox .bd > div{
    margin-top: 30px;
    border: 1px solid #e4f1fc;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}
.titleStyle{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url(../images/lb_bg.png) no-repeat;
    width: 1320px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    margin-bottom: 28px;
}
.step{
    background: url(../images/lb_icon.png) no-repeat;
    width: 78px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #0052d9;
    font-weight: bold;
    font-size: 16px;
}
.lineOut{
    border-left: 1px dashed #bbd0f2;
    padding-left: 2px;
    width: 1240px;
}
.picOut{
    border-left: 1px dashed #bbd0f2;
    padding-left: 30px;
    padding-bottom: 30px;
}
.noLine{
    border-left: 1px dashed #fff;
}
.picOut img{
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px #e2e2e2;
    margin-top: 30px;
}
.picOut p{
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}
.spot{
    display: block;
    width: 42px;
    height: 38px;
    background: url(../images/lb_spot.png) no-repeat;
    top: 0;
    left: -20px;
}