.index-page {
    display: flex
}

.index-page .right {
    flex: 1
}

.index-page .left {
    /*background: #fff;*/
}

.index-page {
    margin-bottom: 30px
}

.index-page .title {
    padding: 15px 0;
    line-height: 30px
}

.index-page .title span {
    font-size: 24px;
    vertical-align: middle
}

.index-page .title img {
    vertical-align: middle;
    margin-right: 10px
}

.index-page .title a {
    float: right;
    font-size: 16px;
    vertical-align: middle
}

.index-page .left {
    width: 810px;
    margin-right: 50px
}

.index-page .right .list li {
    margin-bottom: 20px
}

.index-page .right .list a {
    display: block
}

.index-page .right .list a img {
    width: 100%
}

.index-page .right .list a p {
    font-size: 16px;
    padding: 15px 0
}
