.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

li {
    list-style: none;
}

.plan-box {
    margin: 100px auto;
    margin-bottom: 120px;
    width: 1190px;
}

.plan-box .left {
    float: left;
    width: 190px;
    height: 1120px;
}

.plan-box .right {
    float: left;
    width: 890px;
    margin-left: 110px;
}

.plan-list {
    margin-top: 20px;
}

.plan-list h3 {
    font: 28px 'Noto Sans SC';
    color: #333;
    margin-bottom: 30px;
}


/* .plan-list ul {
    padding-left: 28px;
    border-left: 2px solid #005da2;
} */

/* .plan-list ul li {
    margin-bottom: 50px;
    font: 16px 'Noto Sans SC';
    color: #333;
    line-height: 16px;
}

.plan-list ul li div {
    width: 252px;
    height: 40px;
    background: linear-gradient(90deg, #005da2 0%, rgba(44, 92, 158, 0) 100%);
    color: #fff;
    line-height: 40px;
    text-indent: 20px;
} */

.slogon {
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0em;
    color: #005DA2;
    margin-bottom: 30px;
}

.container {
    display: inline-block;
    width: 450px;
    margin-right: 35px;
    vertical-align: top;
    padding: 0;
}

.content {
    width: 450px;
    height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.item div:nth-child(1) {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #333333;
    margin-bottom: 24px;
}

.item div:nth-child(2) {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #333333;
    text-align: justify;
}

.img {
    display: inline-block;
    width: 400px;
    height: 560px;
}

.img img {
    width: 400px;
    /* height: 567px; */
}