.bannerBox{
    width: 100%;
    height: 400px;
    background-image: url('../assets/design/banner.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}
.bannerBox .title {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
}
.bottomContainer {
    width: 100%;
    height: auto;
    background-image: url('../assets/design/img_bg1.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainPart {
    width: 100%;
    margin: 100px 250px 0;
}
.mainPart .title {
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    margin-bottom: 80px;
    text-align: center;
}
.standardContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1420px;
    margin: 0 auto;
}
.standardItem{
    width: 18%;
    height: 160px;
    background-image: url('../assets/design/img_hxsf.png');
    background-size: 100% 100%;
    margin-right: 18px;
    text-align: center;
    font-size: 21px;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 33px 10px 0;
}
.standardItem p {
    font-size: 16px;
    color: #747C94;
    margin-top: 10px;
}
.standardItem:hover {
    width: 18%;
    height: 160px;
    background-image: url('../assets/design/img_zxdgfybz.png');
    background-size: 100% 100%;
    color: #fff;
}
.standardItem:hover p {
    color: #fff;
}
.advancePart{
    margin: 140px 0 96px;
}
.mainPolicyBox{
    background-image: url('../assets/design/img_bg_cncj.png');
    box-sizing: border-box;
    padding: 40px 30px 45px;
    max-width: 1420px;
    margin: 0 auto;
    height: 680px;
    overflow-y: auto;
}
.advanceItem{
    height: 68px;
    cursor: pointer;
    line-height: 68px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    font-size: 20px;
}
.advanceItem:hover {
    background: rgba(52, 112, 255, 0.06);
    border-radius: 8px 8px 8px 8px;
    color: rgba(52, 112, 255, 1);
}
.advanceItem::before {
    content: '';
    display: none;
    width: 6px;
    height: 100%;
    background-image: url('../assets/design/img_sel.png');
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.advanceItem:hover::before {
    display: inline-block;
}
.ruleContainer{
    width: 100%;
    height: auto;
    background-image: url('../assets/design/img_bg_gjgzyln.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    padding-top: 44px;
    padding-bottom: 124px;
}
.ruleMainContent .title {
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    text-align: center;
    margin-bottom: 80px;
}
.leftRightFlex {
    display: flex;
    justify-content: center;
    /* margin: 0 250px; */
    max-width: 1420px;
}

.ruleItem {
    width: 340px;
    height: 90px;
    background: linear-gradient( 135deg, #F6F9FF 0%, #F8F6FF 100%);
    box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.06);
    border-radius: 6px 6px 6px 6px;
    line-height: 90px;
    box-sizing: border-box;
    padding-left: 34px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 20px;
}

.ruleItem img {
    vertical-align: middle;
    margin-right: 16px;
}
.ruleItem .grayIcon{
    display: inline-block;
    width: 28px;
    height: 28px;
}
.ruleItem .highIcon{
    display: none;
}
.ruleItem.current .highIcon{
    display: inline-block;
}
.ruleItem.current  {
    background: linear-gradient( 153deg, #5B9CFF 0%, #7B5BFF 100%);
    box-shadow: 3px 3px 20px 1px rgba(52,112,255,0.12);
    color: #fff;
}
.ruleItem.current .grayIcon{
    display: none;
}

.rightIdea{
    flex: 1;
    height: 500px;
    background: linear-gradient( 95deg, #EBF4FF 0%, #F7F0FA 100%);
    box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.06);
    border-radius: 16px 16px 16px 16px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding: 40px 0 0 40px;
    margin-left: 70px;
    display: none;
}
.current.rightIdea {
    display: block;
}
.whiteBox{
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    margin: 19px 30px 31px;
    padding: 22px 38px 0 30px;
    box-sizing: border-box;
    height: 370px;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 40px;
    text-indent: 2ch;
}
.rightIdea img {
    margin-right: 20px;
    vertical-align: middle;
    position: relative;
    /* top: -5px; */
    width: 28px;
    height: 28px;
}
.flexBox{
    display: flex;
    align-items: center;
    font-size: 24px;
}
@media screen and (max-width: 1640px)  {
    .standardItem:nth-child(5n) {
        margin-right: 0;
    }
    .mainPart {
        margin: 100px 6.4% 0;
    }
    .ruleMainContent {
        max-width: 1420px;
        margin: 0 6.4% ;
    }
}
